2024-08-20T21:17:18.4863578Z Current runner version: '2.319.1' 2024-08-20T21:17:18.4872415Z Runner name: 'i-04fdfa6c4e1aa973e' 2024-08-20T21:17:18.4873120Z Runner group name: 'Default' 2024-08-20T21:17:18.4873919Z Machine name: 'EC2AMAZ-HAC74MP' 2024-08-20T21:17:18.4893143Z Testing runner upgrade compatibility 2024-08-20T21:17:21.5798786Z ##[group]GITHUB_TOKEN Permissions 2024-08-20T21:17:21.5801001Z Actions: read 2024-08-20T21:17:21.5801430Z Attestations: read 2024-08-20T21:17:21.5801846Z Checks: read 2024-08-20T21:17:21.5802203Z Contents: read 2024-08-20T21:17:21.5802606Z Deployments: read 2024-08-20T21:17:21.5802972Z Discussions: read 2024-08-20T21:17:21.5803296Z Issues: read 2024-08-20T21:17:21.5803653Z Metadata: read 2024-08-20T21:17:21.5804055Z Packages: read 2024-08-20T21:17:21.5804407Z Pages: read 2024-08-20T21:17:21.5804828Z PullRequests: read 2024-08-20T21:17:21.5805222Z RepositoryProjects: read 2024-08-20T21:17:21.5805634Z SecurityEvents: read 2024-08-20T21:17:21.5806209Z Statuses: read 2024-08-20T21:17:21.5806654Z ##[endgroup] 2024-08-20T21:17:21.5810376Z Secret source: Actions 2024-08-20T21:17:21.5810957Z Prepare workflow directory 2024-08-20T21:17:22.5338759Z Prepare all required actions 2024-08-20T21:17:22.5501274Z Getting action download info 2024-08-20T21:17:24.2893976Z Download action repository 'pytorch/test-infra@main' (SHA:0c3a2634aaa2f638c8f640e743f03d696ce1191f) 2024-08-20T21:23:53.3476135Z Download action repository 'pytorch/pytorch@main' (SHA:15b5a0b67fc3f34fb0bf1afa6f91e0c4c2b7fd8d) 2024-08-20T21:25:57.1203090Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2024-08-20T21:25:57.4108582Z Getting action download info 2024-08-20T21:25:57.5601951Z Download action repository 'malfet/checkout@silent-checkout' (SHA:e07af140b3ccefc05679e3755b9db68f4ee4589c) 2024-08-20T21:25:58.3399637Z Uses: pytorch/pytorch/.github/workflows/_win-build.yml@refs/tags/ciflow/trunk/133712 (40ec5f6ddd9787aca0449b24128343ff4c4a88b3) 2024-08-20T21:25:58.3401823Z ##[group] Inputs 2024-08-20T21:25:58.3402171Z build-environment: win-vs2019-cpu-py3 2024-08-20T21:25:58.3402575Z cuda-version: cpu 2024-08-20T21:25:58.3403138Z build-with-debug: false 2024-08-20T21:25:58.3403503Z sync-tag: win-cpu-build 2024-08-20T21:25:58.3405098Z 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-20T21:25:58.3406891Z runner: windows.4xlarge.nonephemeral 2024-08-20T21:25:58.3407293Z ##[endgroup] 2024-08-20T21:25:58.3407802Z Complete job name: win-vs2019-cpu-py3 / build 2024-08-20T21:25:59.3708891Z ##[group]Run git config --global core.symlinks true 2024-08-20T21:25:59.3709701Z git config --global core.symlinks true 2024-08-20T21:25:59.3710128Z  2024-08-20T21:25:59.3710642Z # https://git-scm.com/docs/git-fsmonitor--daemon. The daemon could lock 2024-08-20T21:25:59.3711520Z # the directory on Windows and prevent GHA from checking out as reported 2024-08-20T21:25:59.3712268Z # in https://github.com/actions/checkout/issues/1018 2024-08-20T21:25:59.3712844Z git config --global core.fsmonitor false 2024-08-20T21:25:59.3737023Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-08-20T21:25:59.3737755Z env: 2024-08-20T21:25:59.3738057Z GIT_DEFAULT_BRANCH: main 2024-08-20T21:25:59.3738359Z ##[endgroup] 2024-08-20T21:26:02.6829560Z ##[group]Run pytorch/test-infra/.github/actions/cleanup-runner@main 2024-08-20T21:26:02.6830283Z env: 2024-08-20T21:26:02.6830576Z GIT_DEFAULT_BRANCH: main 2024-08-20T21:26:02.6830892Z ##[endgroup] 2024-08-20T21:26:02.7327645Z ##[group]Run # This needs to be run before checking out PyTorch to avoid locking the working directory. 2024-08-20T21:26:02.7328778Z # This needs to be run before checking out PyTorch to avoid locking the working directory. 2024-08-20T21:26:02.7331180Z # Below is the list of commands that could lock $GITHUB_WORKSPACE gathered from sysinternals 2024-08-20T21:26:02.7331898Z # handle tool 2024-08-20T21:26:02.7332393Z $processes = "python", "ninja", "cl", "nvcc", "cmd", "sccache", "git" 2024-08-20T21:26:02.7333116Z Foreach ($process In $processes) { 2024-08-20T21:26:02.7333526Z  Try { 2024-08-20T21:26:02.7334299Z  # https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.management/stop-process 2024-08-20T21:26:02.7335327Z  Get-Process -Name $process -ErrorAction Stop | Stop-Process -Force 2024-08-20T21:26:02.7335915Z  } 2024-08-20T21:26:02.7336162Z  Catch { 2024-08-20T21:26:02.7336601Z  Write-Output "No leftover $process process, continuing" 2024-08-20T21:26:02.7337140Z  Write-Output $_ 2024-08-20T21:26:02.7337464Z  } 2024-08-20T21:26:02.7337691Z } 2024-08-20T21:26:02.7337925Z  2024-08-20T21:26:02.7338646Z # Try it again https://stackoverflow.com/questions/40585754/powershell-wont-terminate-hung-process 2024-08-20T21:26:02.7339488Z # for hung processes 2024-08-20T21:26:02.7339883Z Foreach ($process In $processes) { 2024-08-20T21:26:02.7340278Z  Try { 2024-08-20T21:26:02.7340843Z  (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process}%'").terminate() 2024-08-20T21:26:02.7341486Z  } 2024-08-20T21:26:02.7341732Z  Catch { 2024-08-20T21:26:02.7342023Z  Write-Output $_ 2024-08-20T21:26:02.7342331Z  } 2024-08-20T21:26:02.7342564Z } 2024-08-20T21:26:02.7342792Z  2024-08-20T21:26:02.7343004Z Try { 2024-08-20T21:26:02.7343345Z  # Print all the processes for debugging 2024-08-20T21:26:02.7344161Z  Wmic Path Win32_Process Get Caption,Processid,Commandline | Format-List 2024-08-20T21:26:02.7344824Z } 2024-08-20T21:26:02.7345063Z Catch { 2024-08-20T21:26:02.7345644Z  # Better to write out whatever exception thrown to help debugging any potential issue 2024-08-20T21:26:02.7346320Z  Write-Output $_ 2024-08-20T21:26:02.7346627Z } 2024-08-20T21:26:02.7362528Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2024-08-20T21:26:02.7363148Z env: 2024-08-20T21:26:02.7363398Z GIT_DEFAULT_BRANCH: main 2024-08-20T21:26:02.7363706Z ##[endgroup] 2024-08-20T21:26:03.0920964Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2024-08-20T21:26:03.0955047Z Finished 2024-08-20T21:26:03.1588688Z No leftover python process, continuing 2024-08-20T21:26:03.2085394Z Get-Process : Cannot find a process with the name "python". Verify the process name and call the cmdlet again. 2024-08-20T21:26:03.2086480Z At C:\actions-runner\_work\_temp\37aa8f1f-47ed-4f7b-8e30-4d4b840a940c.ps1:9 char:5 2024-08-20T21:26:03.2087431Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-08-20T21:26:03.2088093Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-20T21:26:03.2088850Z + CategoryInfo : ObjectNotFound: (python:String) [Get-Process], ProcessCommandException 2024-08-20T21:26:03.2089996Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-08-20T21:26:03.2090808Z 2024-08-20T21:26:03.2103084Z No leftover ninja process, continuing 2024-08-20T21:26:03.2111713Z Get-Process : Cannot find a process with the name "ninja". Verify the process name and call the cmdlet again. 2024-08-20T21:26:03.2112737Z At C:\actions-runner\_work\_temp\37aa8f1f-47ed-4f7b-8e30-4d4b840a940c.ps1:9 char:5 2024-08-20T21:26:03.2113573Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-08-20T21:26:03.2114901Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-20T21:26:03.2115583Z + CategoryInfo : ObjectNotFound: (ninja:String) [Get-Process], ProcessCommandException 2024-08-20T21:26:03.2116804Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-08-20T21:26:03.2117637Z 2024-08-20T21:26:03.2131161Z No leftover cl process, continuing 2024-08-20T21:26:03.2143269Z Get-Process : Cannot find a process with the name "cl". Verify the process name and call the cmdlet again. 2024-08-20T21:26:03.2144343Z At C:\actions-runner\_work\_temp\37aa8f1f-47ed-4f7b-8e30-4d4b840a940c.ps1:9 char:5 2024-08-20T21:26:03.2145182Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-08-20T21:26:03.2145879Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-20T21:26:03.2146620Z + CategoryInfo : ObjectNotFound: (cl:String) [Get-Process], ProcessCommandException 2024-08-20T21:26:03.2147758Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-08-20T21:26:03.2148585Z 2024-08-20T21:26:03.2158398Z No leftover nvcc process, continuing 2024-08-20T21:26:03.2168164Z Get-Process : Cannot find a process with the name "nvcc". Verify the process name and call the cmdlet again. 2024-08-20T21:26:03.2169242Z At C:\actions-runner\_work\_temp\37aa8f1f-47ed-4f7b-8e30-4d4b840a940c.ps1:9 char:5 2024-08-20T21:26:03.2170112Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-08-20T21:26:03.2170774Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-20T21:26:03.2171457Z + CategoryInfo : ObjectNotFound: (nvcc:String) [Get-Process], ProcessCommandException 2024-08-20T21:26:03.2172596Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-08-20T21:26:03.2173404Z 2024-08-20T21:26:03.2202730Z No leftover sccache process, continuing 2024-08-20T21:26:03.2212734Z Get-Process : Cannot find a process with the name "sccache". Verify the process name and call the cmdlet again. 2024-08-20T21:26:03.2213786Z At C:\actions-runner\_work\_temp\37aa8f1f-47ed-4f7b-8e30-4d4b840a940c.ps1:9 char:5 2024-08-20T21:26:03.2214628Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-08-20T21:26:03.2215290Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-20T21:26:03.2216000Z + CategoryInfo : ObjectNotFound: (sccache:String) [Get-Process], ProcessCommandException 2024-08-20T21:26:03.2217154Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-08-20T21:26:03.2217974Z 2024-08-20T21:26:03.2224957Z No leftover git process, continuing 2024-08-20T21:26:03.2235276Z Get-Process : Cannot find a process with the name "git". Verify the process name and call the cmdlet again. 2024-08-20T21:26:03.2236308Z At C:\actions-runner\_work\_temp\37aa8f1f-47ed-4f7b-8e30-4d4b840a940c.ps1:9 char:5 2024-08-20T21:26:03.2237157Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-08-20T21:26:03.2237757Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-20T21:26:03.2238427Z + CategoryInfo : ObjectNotFound: (git:String) [Get-Process], ProcessCommandException 2024-08-20T21:26:03.2239556Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-08-20T21:26:03.2240377Z 2024-08-20T21:26:03.2401581Z Get-WmiObject : Retrieving the COM class factory for component with CLSID {CF4CC405-E2C5-4DDD-B3CE-5E7582D8C9FA} 2024-08-20T21:26:03.2402879Z failed due to the following error: 800703fa Illegal operation attempted on a registry key that has been marked for 2024-08-20T21:26:03.2403769Z deletion. (Exception from HRESULT: 0x800703FA). 2024-08-20T21:26:03.2404468Z At C:\actions-runner\_work\_temp\37aa8f1f-47ed-4f7b-8e30-4d4b840a940c.ps1:21 char:6 2024-08-20T21:26:03.2405408Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-08-20T21:26:03.2406046Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-20T21:26:03.2406692Z + CategoryInfo : InvalidOperation: (:) [Get-WmiObject], COMException 2024-08-20T21:26:03.2407670Z + FullyQualifiedErrorId : GetWMICOMException,Microsoft.PowerShell.Commands.GetWmiObjectCommand 2024-08-20T21:26:03.2408439Z 2024-08-20T21:26:03.2426388Z Get-WmiObject : Retrieving the COM class factory for component with CLSID {CF4CC405-E2C5-4DDD-B3CE-5E7582D8C9FA} 2024-08-20T21:26:03.2427643Z failed due to the following error: 800703fa Illegal operation attempted on a registry key that has been marked for 2024-08-20T21:26:03.2428505Z deletion. (Exception from HRESULT: 0x800703FA). 2024-08-20T21:26:03.2429197Z At C:\actions-runner\_work\_temp\37aa8f1f-47ed-4f7b-8e30-4d4b840a940c.ps1:21 char:6 2024-08-20T21:26:03.2430021Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-08-20T21:26:03.2430646Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-20T21:26:03.2431286Z + CategoryInfo : InvalidOperation: (:) [Get-WmiObject], COMException 2024-08-20T21:26:03.2432273Z + FullyQualifiedErrorId : GetWMICOMException,Microsoft.PowerShell.Commands.GetWmiObjectCommand 2024-08-20T21:26:03.2433024Z 2024-08-20T21:26:03.2451350Z Get-WmiObject : Retrieving the COM class factory for component with CLSID {CF4CC405-E2C5-4DDD-B3CE-5E7582D8C9FA} 2024-08-20T21:26:03.2452604Z failed due to the following error: 800703fa Illegal operation attempted on a registry key that has been marked for 2024-08-20T21:26:03.2453491Z deletion. (Exception from HRESULT: 0x800703FA). 2024-08-20T21:26:03.2454182Z At C:\actions-runner\_work\_temp\37aa8f1f-47ed-4f7b-8e30-4d4b840a940c.ps1:21 char:6 2024-08-20T21:26:03.2454995Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-08-20T21:26:03.2455632Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-20T21:26:03.2456277Z + CategoryInfo : InvalidOperation: (:) [Get-WmiObject], COMException 2024-08-20T21:26:03.2457255Z + FullyQualifiedErrorId : GetWMICOMException,Microsoft.PowerShell.Commands.GetWmiObjectCommand 2024-08-20T21:26:03.2458024Z 2024-08-20T21:26:03.2477849Z Get-WmiObject : Retrieving the COM class factory for component with CLSID {CF4CC405-E2C5-4DDD-B3CE-5E7582D8C9FA} 2024-08-20T21:26:03.2479135Z failed due to the following error: 800703fa Illegal operation attempted on a registry key that has been marked for 2024-08-20T21:26:03.2480010Z deletion. (Exception from HRESULT: 0x800703FA). 2024-08-20T21:26:03.2480709Z At C:\actions-runner\_work\_temp\37aa8f1f-47ed-4f7b-8e30-4d4b840a940c.ps1:21 char:6 2024-08-20T21:26:03.2481538Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-08-20T21:26:03.2482164Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-20T21:26:03.2482814Z + CategoryInfo : InvalidOperation: (:) [Get-WmiObject], COMException 2024-08-20T21:26:03.2483804Z + FullyQualifiedErrorId : GetWMICOMException,Microsoft.PowerShell.Commands.GetWmiObjectCommand 2024-08-20T21:26:03.2484562Z 2024-08-20T21:26:03.2504820Z Get-WmiObject : Retrieving the COM class factory for component with CLSID {CF4CC405-E2C5-4DDD-B3CE-5E7582D8C9FA} 2024-08-20T21:26:03.2506073Z failed due to the following error: 800703fa Illegal operation attempted on a registry key that has been marked for 2024-08-20T21:26:03.2507113Z deletion. (Exception from HRESULT: 0x800703FA). 2024-08-20T21:26:03.2507795Z At C:\actions-runner\_work\_temp\37aa8f1f-47ed-4f7b-8e30-4d4b840a940c.ps1:21 char:6 2024-08-20T21:26:03.2508621Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-08-20T21:26:03.2509259Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-20T21:26:03.2509886Z + CategoryInfo : InvalidOperation: (:) [Get-WmiObject], COMException 2024-08-20T21:26:03.2510981Z + FullyQualifiedErrorId : GetWMICOMException,Microsoft.PowerShell.Commands.GetWmiObjectCommand 2024-08-20T21:26:03.2511747Z 2024-08-20T21:26:03.2530582Z Get-WmiObject : Retrieving the COM class factory for component with CLSID {CF4CC405-E2C5-4DDD-B3CE-5E7582D8C9FA} 2024-08-20T21:26:03.2531816Z failed due to the following error: 800703fa Illegal operation attempted on a registry key that has been marked for 2024-08-20T21:26:03.2532685Z deletion. (Exception from HRESULT: 0x800703FA). 2024-08-20T21:26:03.2533374Z At C:\actions-runner\_work\_temp\37aa8f1f-47ed-4f7b-8e30-4d4b840a940c.ps1:21 char:6 2024-08-20T21:26:03.2534186Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-08-20T21:26:03.2534821Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-20T21:26:03.2535465Z + CategoryInfo : InvalidOperation: (:) [Get-WmiObject], COMException 2024-08-20T21:26:03.2536458Z + FullyQualifiedErrorId : GetWMICOMException,Microsoft.PowerShell.Commands.GetWmiObjectCommand 2024-08-20T21:26:03.2537215Z 2024-08-20T21:26:03.2556668Z Get-WmiObject : Retrieving the COM class factory for component with CLSID {CF4CC405-E2C5-4DDD-B3CE-5E7582D8C9FA} 2024-08-20T21:26:03.2557907Z failed due to the following error: 800703fa Illegal operation attempted on a registry key that has been marked for 2024-08-20T21:26:03.2558765Z deletion. (Exception from HRESULT: 0x800703FA). 2024-08-20T21:26:03.2559463Z At C:\actions-runner\_work\_temp\37aa8f1f-47ed-4f7b-8e30-4d4b840a940c.ps1:21 char:6 2024-08-20T21:26:03.2560283Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-08-20T21:26:03.2560915Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-20T21:26:03.2561544Z + CategoryInfo : InvalidOperation: (:) [Get-WmiObject], COMException 2024-08-20T21:26:03.2562528Z + FullyQualifiedErrorId : GetWMICOMException,Microsoft.PowerShell.Commands.GetWmiObjectCommand 2024-08-20T21:26:03.2563300Z 2024-08-20T21:26:03.9469480Z Caption CommandLine ProcessId 2024-08-20T21:26:03.9470157Z 2024-08-20T21:26:03.9470635Z System Idle Process 0 2024-08-20T21:26:03.9471233Z 2024-08-20T21:26:03.9471612Z System 4 2024-08-20T21:26:03.9472156Z 2024-08-20T21:26:03.9472820Z Registry 168 2024-08-20T21:26:03.9473366Z 2024-08-20T21:26:03.9473758Z smss.exe 412 2024-08-20T21:26:03.9475046Z 2024-08-20T21:26:03.9475448Z csrss.exe 528 2024-08-20T21:26:03.9475994Z 2024-08-20T21:26:03.9476398Z csrss.exe 604 2024-08-20T21:26:03.9476942Z 2024-08-20T21:26:03.9477352Z wininit.exe 628 2024-08-20T21:26:03.9477903Z 2024-08-20T21:26:03.9478442Z winlogon.exe winlogon.exe 676 2024-08-20T21:26:03.9479110Z 2024-08-20T21:26:03.9479522Z services.exe 744 2024-08-20T21:26:03.9480090Z 2024-08-20T21:26:03.9480661Z lsass.exe C:\Windows\system32\lsass.exe 764 2024-08-20T21:26:03.9481366Z 2024-08-20T21:26:03.9482280Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p -s PlugPlay 880 2024-08-20T21:26:03.9483149Z 2024-08-20T21:26:03.9484058Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p 904 2024-08-20T21:26:03.9485093Z 2024-08-20T21:26:03.9486129Z fontdrvhost.exe "fontdrvhost.exe" 928 2024-08-20T21:26:03.9486805Z 2024-08-20T21:26:03.9487317Z fontdrvhost.exe "fontdrvhost.exe" 936 2024-08-20T21:26:03.9488071Z 2024-08-20T21:26:03.9488716Z svchost.exe C:\Windows\system32\svchost.exe -k RPCSS -p 1020 2024-08-20T21:26:03.9489495Z 2024-08-20T21:26:03.9490245Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p -s LSM 460 2024-08-20T21:26:03.9491126Z 2024-08-20T21:26:03.9491827Z svchost.exe C:\Windows\System32\svchost.exe -k termsvcs -s TermService 464 2024-08-20T21:26:03.9492684Z 2024-08-20T21:26:03.9493523Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s NcbService 1148 2024-08-20T21:26:03.9494492Z 2024-08-20T21:26:03.9494914Z dwm.exe "dwm.exe" 1176 2024-08-20T21:26:03.9495487Z 2024-08-20T21:26:03.9496373Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted -p -s EventLog 1336 2024-08-20T21:26:03.9497440Z 2024-08-20T21:26:03.9498009Z nvwmi64.exe C:\Windows\System32\nvwmi64.exe 1360 2024-08-20T21:26:03.9498725Z 2024-08-20T21:26:03.9499420Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s nsi 1420 2024-08-20T21:26:03.9500271Z 2024-08-20T21:26:03.9501149Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s Dhcp 1452 2024-08-20T21:26:03.9502161Z 2024-08-20T21:26:03.9503007Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s gpsvc 1476 2024-08-20T21:26:03.9503827Z 2024-08-20T21:26:03.9505704Z 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 1500 2024-08-20T21:26:03.9507744Z 2024-08-20T21:26:03.9508553Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s NlaSvc 1540 2024-08-20T21:26:03.9509410Z 2024-08-20T21:26:03.9510120Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s Schedule 1572 2024-08-20T21:26:03.9510943Z 2024-08-20T21:26:03.9511645Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s ProfSvc 1660 2024-08-20T21:26:03.9512464Z 2024-08-20T21:26:03.9513158Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s Themes 1668 2024-08-20T21:26:03.9514018Z 2024-08-20T21:26:03.9514939Z svchost.exe C:\Windows\System32\svchost.exe -k LocalService -p -s netprofm 1676 2024-08-20T21:26:03.9515795Z 2024-08-20T21:26:03.9516546Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s EventSystem 1684 2024-08-20T21:26:03.9517414Z 2024-08-20T21:26:03.9518256Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkService -p -s Dnscache 1844 2024-08-20T21:26:03.9519123Z 2024-08-20T21:26:03.9519997Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted -p -s lmhosts 1860 2024-08-20T21:26:03.9521057Z 2024-08-20T21:26:03.9521743Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s SENS 1932 2024-08-20T21:26:03.9522543Z 2024-08-20T21:26:03.9523613Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s TimeBrokerSvc 2024 2024-08-20T21:26:03.9524615Z 2024-08-20T21:26:03.9525395Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p 2056 2024-08-20T21:26:03.9526391Z 2024-08-20T21:26:03.9527281Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s WinHttpAutoProxySvc 2148 2024-08-20T21:26:03.9528309Z 2024-08-20T21:26:03.9529046Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s ShellHWDetection 2200 2024-08-20T21:26:03.9529937Z 2024-08-20T21:26:03.9530663Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s FontCache 2252 2024-08-20T21:26:03.9531553Z 2024-08-20T21:26:03.9532392Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNoNetworkFirewall -p 2292 2024-08-20T21:26:03.9533296Z 2024-08-20T21:26:03.9534079Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s LanmanWorkstation 2328 2024-08-20T21:26:03.9535005Z 2024-08-20T21:26:03.9535692Z spoolsv.exe C:\Windows\System32\spoolsv.exe 2500 2024-08-20T21:26:03.9536410Z 2024-08-20T21:26:03.9537141Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkService -p -s CryptSvc 2628 2024-08-20T21:26:03.9538694Z 2024-08-20T21:26:03.9539516Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s SysMain 2636 2024-08-20T21:26:03.9540466Z 2024-08-20T21:26:03.9541174Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s UserManager 2644 2024-08-20T21:26:03.9542026Z 2024-08-20T21:26:03.9542747Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s WinRM 2672 2024-08-20T21:26:03.9543649Z 2024-08-20T21:26:03.9544406Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNoNetwork -p 2680 2024-08-20T21:26:03.9545261Z 2024-08-20T21:26:03.9546085Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s TrkWks 2688 2024-08-20T21:26:03.9547034Z 2024-08-20T21:26:03.9547748Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s WpnService 2712 2024-08-20T21:26:03.9548595Z 2024-08-20T21:26:03.9549299Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -s W32Time 2720 2024-08-20T21:26:03.9550221Z 2024-08-20T21:26:03.9550909Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s Winmgmt 2728 2024-08-20T21:26:03.9551732Z 2024-08-20T21:26:03.9552962Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s UmRdpService 2980 2024-08-20T21:26:03.9553937Z 2024-08-20T21:26:03.9554772Z svchost.exe C:\Windows\System32\svchost.exe -k smbsvcs -s LanmanServer 3000 2024-08-20T21:26:03.9555732Z 2024-08-20T21:26:03.9556483Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -s CertPropSvc 3160 2024-08-20T21:26:03.9557317Z 2024-08-20T21:26:03.9558040Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s SessionEnv 3200 2024-08-20T21:26:03.9558871Z 2024-08-20T21:26:03.9559472Z sshd.exe C:\Windows\System32\OpenSSH\sshd.exe 3228 2024-08-20T21:26:03.9560190Z 2024-08-20T21:26:03.9561168Z IpOverUsbSvc.exe "C:\Program Files (x86)\Common Files\Microsoft Shared\Phone Tools\CoreCon\11.0\bin\IpOverUsbSvc.exe" 3256 2024-08-20T21:26:03.9562256Z 2024-08-20T21:26:03.9562968Z svchost.exe C:\Windows\System32\svchost.exe -k NetSvcs -p -s iphlpsvc 3368 2024-08-20T21:26:03.9563792Z 2024-08-20T21:26:03.9564663Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkServiceNetworkRestricted -p -s PolicyAgent 3764 2024-08-20T21:26:03.9565664Z 2024-08-20T21:26:03.9566343Z WmiPrvSE.exe C:\Windows\system32\wbem\wmiprvse.exe 3972 2024-08-20T21:26:03.9567137Z 2024-08-20T21:26:03.9567924Z LogonUI.exe "LogonUI.exe" /flags:0x2 /state0:0xa3a77855 /state1:0x41c64e6d 4260 2024-08-20T21:26:03.9568752Z 2024-08-20T21:26:03.9570447Z 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 4608 2024-08-20T21:26:03.9572318Z 2024-08-20T21:26:03.9572988Z nvwmi64.exe C:\Windows\System32\nvwmi64.exe -spawnprovider 4748 2024-08-20T21:26:03.9573764Z 2024-08-20T21:26:03.9574303Z vds.exe C:\Windows\System32\vds.exe 3300 2024-08-20T21:26:03.9574988Z 2024-08-20T21:26:03.9575800Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s PcaSvc 1996 2024-08-20T21:26:03.9576756Z 2024-08-20T21:26:03.9577507Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNoNetwork -p -s DPS 3836 2024-08-20T21:26:03.9578394Z 2024-08-20T21:26:03.9579236Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s WdiSystemHost 4164 2024-08-20T21:26:03.9580221Z 2024-08-20T21:26:03.9580775Z msdtc.exe C:\Windows\System32\msdtc.exe 4720 2024-08-20T21:26:03.9581472Z 2024-08-20T21:26:03.9582318Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s UALSVC 4272 2024-08-20T21:26:03.9583302Z 2024-08-20T21:26:03.9584305Z start-amazon-cloudwatch-agent.exe "C:\Program Files\Amazon\AmazonCloudWatchAgent\start-amazon-cloudwatch-agent.exe" 3736 2024-08-20T21:26:03.9585457Z 2024-08-20T21:26:03.9587539Z 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 1972 2024-08-20T21:26:03.9589689Z 2024-08-20T21:26:03.9590302Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 128 2024-08-20T21:26:03.9591120Z 2024-08-20T21:26:03.9591810Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s UsoSvc 1632 2024-08-20T21:26:03.9592635Z 2024-08-20T21:26:03.9593447Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s StorSvc 3832 2024-08-20T21:26:03.9594469Z 2024-08-20T21:26:03.9595218Z svchost.exe C:\Windows\system32\svchost.exe -k appmodel -p -s StateRepository 3744 2024-08-20T21:26:03.9596090Z 2024-08-20T21:26:03.9596863Z svchost.exe C:\Windows\System32\svchost.exe -k LocalService -p -s LicenseManager 5072 2024-08-20T21:26:03.9597749Z 2024-08-20T21:26:03.9598364Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 2796 2024-08-20T21:26:03.9599099Z 2024-08-20T21:26:03.9599854Z Runner.Listener.exe "C:\actions-runner\\bin\Runner.Listener.exe" run 4620 2024-08-20T21:26:03.9600690Z 2024-08-20T21:26:03.9601470Z Runner.Worker.exe "C:\actions-runner\bin\Runner.Worker.exe" spawnclient 2080 2092 644 2024-08-20T21:26:03.9602374Z 2024-08-20T21:26:03.9602991Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 4212 2024-08-20T21:26:03.9603724Z 2024-08-20T21:26:03.9604526Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s CDPSvc 4548 2024-08-20T21:26:03.9605370Z 2024-08-20T21:26:03.9606124Z amazon-ssm-agent.exe "C:\Program Files\Amazon\SSM\amazon-ssm-agent.exe" 1224 2024-08-20T21:26:03.9607044Z 2024-08-20T21:26:03.9607794Z ssm-agent-worker.exe "C:\Program Files\Amazon\SSM\ssm-agent-worker.exe" 4232 2024-08-20T21:26:03.9608657Z 2024-08-20T21:26:03.9609271Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 144 2024-08-20T21:26:03.9610007Z 2024-08-20T21:26:03.9610877Z MicrosoftEdgeUpdate.exe "C:\Program Files (x86)\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe" /c 4880 2024-08-20T21:26:03.9611855Z 2024-08-20T21:26:03.9612430Z taskhostw.exe taskhostw.exe /RuntimeWide 548 2024-08-20T21:26:03.9613163Z 2024-08-20T21:26:03.9614070Z ngentask.exe "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\NGenTask.exe" /RuntimeWide /StopEvent:532 1012 2024-08-20T21:26:03.9615083Z 2024-08-20T21:26:03.9615689Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 2300 2024-08-20T21:26:03.9616435Z 2024-08-20T21:26:03.9617292Z ngentask.exe "C:\Windows\Microsoft.NET\Framework\v4.0.30319\NGenTask.exe" /RuntimeWide /StopEvent:432 1756 2024-08-20T21:26:03.9618291Z 2024-08-20T21:26:03.9618891Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 4412 2024-08-20T21:26:03.9619637Z 2024-08-20T21:26:03.9620448Z CompatTelRunner.exe "C:\Windows\system32\compattelrunner.exe" -maintenance 2168 2024-08-20T21:26:03.9621391Z 2024-08-20T21:26:03.9621993Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 2864 2024-08-20T21:26:03.9622737Z 2024-08-20T21:26:03.9623540Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s DsSvc 3860 2024-08-20T21:26:03.9624482Z 2024-08-20T21:26:03.9625393Z ngen.exe "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\ngen.exe" ExecuteQueuedItems /LegacyServiceBehavior 4668 2024-08-20T21:26:03.9626452Z 2024-08-20T21:26:03.9627361Z ngen.exe "C:\Windows\Microsoft.NET\Framework\v4.0.30319\ngen.exe" ExecuteQueuedItems /LegacyServiceBehavior 3964 2024-08-20T21:26:03.9628412Z 2024-08-20T21:26:03.9629340Z CompatTelRunner.exe C:\Windows\system32\CompatTelRunner.exe -m:invagent.dll -f:RunUpdate -cv:LaY8HbagPESzm2al.5 3520 2024-08-20T21:26:03.9630410Z 2024-08-20T21:26:03.9631050Z svchost.exe C:\Windows\system32\svchost.exe -k defragsvc 4868 2024-08-20T21:26:03.9631814Z 2024-08-20T21:26:03.9633016Z mscorsvw.exe C:\Windows\Microsoft.NET\Framework64\v4.0.30319\mscorsvw.exe -StartupEvent 388 -InterruptEvent 0 -NGENProcess 3cc -Pipe 35c -Comment "NGen Worker Process" 3224 2024-08-20T21:26:03.9635498Z 2024-08-20T21:26:03.9636820Z powershell.exe "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE" -command ". 'C:\actions-runner\_work\_temp\37aa8f1f-47ed-4f7b-8e30-4d4b840a940c.ps1'" 3156 2024-08-20T21:26:03.9638171Z 2024-08-20T21:26:03.9639237Z WMIC.exe "C:\Windows\System32\Wbem\WMIC.exe" Path Win32_Process Get Caption,Processid,Commandline 3608 2024-08-20T21:26:03.9640236Z 2024-08-20T21:26:03.9640874Z WmiPrvSE.exe C:\Windows\system32\wbem\wmiprvse.exe 2748 2024-08-20T21:26:03.9641735Z 2024-08-20T21:26:03.9641741Z 2024-08-20T21:26:03.9641746Z 2024-08-20T21:26:03.9904663Z ##[group]Run pytorch/test-infra/.github/actions/setup-ssh@main 2024-08-20T21:26:03.9905208Z with: 2024-08-20T21:26:03.9905892Z github-secret: *** 2024-08-20T21:26:03.9908749Z 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-20T21:26:03.9911690Z activate-with-label: false 2024-08-20T21:26:03.9912019Z label: with-ssh 2024-08-20T21:26:03.9912300Z remove-existing-keys: true 2024-08-20T21:26:03.9912637Z fail-silently: true 2024-08-20T21:26:03.9912912Z env: 2024-08-20T21:26:03.9913184Z GIT_DEFAULT_BRANCH: main 2024-08-20T21:26:03.9913477Z ##[endgroup] 2024-08-20T21:26:04.1057770Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2024-08-20T21:26:04.1059487Z ciflow reference detected, attempting to extract PR number 2024-08-20T21:26:04.4559062Z Grabbing public ssh keys from https://github.com/pytorch-bot[bot].keys 2024-08-20T21:26:04.5306126Z No SSH keys found for user pytorch-bot[bot] 2024-08-20T21:26:04.5306763Z Grabbing public ssh keys from https://github.com/XuehaiPan.keys 2024-08-20T21:26:04.6055821Z Public keys pulled and installed to C:\Users\runneruser\.ssh\authorized_keys 2024-08-20T21:26:04.6089592Z Login using: ssh runneruser@ec2-34-204-181-150.compute-1.amazonaws.com 2024-08-20T21:26:04.6090327Z To forward remote desktop on your local machine ssh as follows: 2024-08-20T21:26:04.6091188Z ssh -L 3389:localhost:3389 runneruser@ec2-34-204-181-150.compute-1.amazonaws.com 2024-08-20T21:26:04.6091882Z And then change password using `passwd` command. 2024-08-20T21:26:04.6092220Z 2024-08-20T21:26:04.6092604Z To start build locally, change working folder to \actions-runner\_work\pytorch\pytorch, 2024-08-20T21:26:04.6093406Z Activate miniconda and Visual Studio environment, by running: 2024-08-20T21:26:04.6094115Z call C:\Jenkins\Miniconda3\Scripts\activate.bat C:\Jenkins\Miniconda3 2024-08-20T21:26:04.6095062Z call "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Auxiliary\Build\vcvarsall.bat" x64 2024-08-20T21:26:04.6323366Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2024-08-20T21:26:04.6323911Z with: 2024-08-20T21:26:04.6324144Z no-sudo: true 2024-08-20T21:26:04.6324419Z submodules: recursive 2024-08-20T21:26:04.6324705Z fetch-depth: 0 2024-08-20T21:26:04.6324955Z env: 2024-08-20T21:26:04.6325201Z GIT_DEFAULT_BRANCH: main 2024-08-20T21:26:04.6325492Z ##[endgroup] 2024-08-20T21:26:04.6470224Z ##[group]Run retry () { 2024-08-20T21:26:04.6470558Z retry () { 2024-08-20T21:26:04.6471018Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2024-08-20T21:26:04.6471537Z } 2024-08-20T21:26:04.6471810Z echo "${GITHUB_WORKSPACE}" 2024-08-20T21:26:04.6472197Z if [ -z "${NO_SUDO}" ]; then 2024-08-20T21:26:04.6472631Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2024-08-20T21:26:04.6473059Z else 2024-08-20T21:26:04.6473413Z  retry rm -rf "${GITHUB_WORKSPACE}" 2024-08-20T21:26:04.6473797Z fi 2024-08-20T21:26:04.6474066Z mkdir "${GITHUB_WORKSPACE}" 2024-08-20T21:26:04.6492705Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-08-20T21:26:04.6493464Z env: 2024-08-20T21:26:04.6493714Z GIT_DEFAULT_BRANCH: main 2024-08-20T21:26:04.6494165Z NO_SUDO: true 2024-08-20T21:26:04.6494419Z ##[endgroup] 2024-08-20T21:26:04.8925604Z C:\actions-runner\_work\pytorch\pytorch 2024-08-20T21:26:05.2672590Z ##[group]Run malfet/checkout@silent-checkout 2024-08-20T21:26:05.2673018Z with: 2024-08-20T21:26:05.2673304Z ref: 40ec5f6ddd9787aca0449b24128343ff4c4a88b3 2024-08-20T21:26:05.2673732Z fetch-depth: 0 2024-08-20T21:26:05.2674101Z submodules: recursive 2024-08-20T21:26:05.2674449Z quiet-checkout: true 2024-08-20T21:26:05.2674864Z repository: pytorch/pytorch 2024-08-20T21:26:05.2675353Z token: *** 2024-08-20T21:26:05.2675590Z ssh-strict: true 2024-08-20T21:26:05.2675894Z persist-credentials: true 2024-08-20T21:26:05.2676217Z clean: true 2024-08-20T21:26:05.2676486Z sparse-checkout-cone-mode: true 2024-08-20T21:26:05.2676838Z lfs: false 2024-08-20T21:26:05.2677105Z set-safe-directory: true 2024-08-20T21:26:05.2677389Z env: 2024-08-20T21:26:05.2677621Z GIT_DEFAULT_BRANCH: main 2024-08-20T21:26:05.2677934Z ##[endgroup] 2024-08-20T21:26:05.3731358Z Syncing repository: pytorch/pytorch 2024-08-20T21:26:05.3733056Z ##[group]Getting Git version info 2024-08-20T21:26:05.3733645Z Working directory is 'C:\actions-runner\_work\pytorch\pytorch' 2024-08-20T21:26:05.3792215Z [command]"C:\Program Files\Git\cmd\git.exe" version 2024-08-20T21:26:05.3997575Z git version 2.45.2.windows.1 2024-08-20T21:26:05.4041099Z ##[endgroup] 2024-08-20T21:26:05.4053816Z Copying 'C:\Users\runneruser\.gitconfig' to 'C:\actions-runner\_work\_temp\5ca116e9-b27b-4eac-9a19-07c8b85fe277\.gitconfig' 2024-08-20T21:26:05.4068822Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\5ca116e9-b27b-4eac-9a19-07c8b85fe277' before making global git config changes 2024-08-20T21:26:05.4070037Z Adding repository directory to the temporary git global config as a safe directory 2024-08-20T21:26:05.4076177Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\pytorch\pytorch 2024-08-20T21:26:05.4307592Z Deleting the contents of 'C:\actions-runner\_work\pytorch\pytorch' 2024-08-20T21:26:05.4313262Z ##[group]Initializing the repository 2024-08-20T21:26:05.4320111Z [command]"C:\Program Files\Git\cmd\git.exe" init C:\actions-runner\_work\pytorch\pytorch 2024-08-20T21:26:06.2751303Z Initialized empty Git repository in C:/actions-runner/_work/pytorch/pytorch/.git/ 2024-08-20T21:26:06.2795475Z [command]"C:\Program Files\Git\cmd\git.exe" remote add origin https://github.com/pytorch/pytorch 2024-08-20T21:26:06.3031181Z ##[endgroup] 2024-08-20T21:26:06.3031743Z ##[group]Disabling automatic garbage collection 2024-08-20T21:26:06.3039297Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0 2024-08-20T21:26:06.3258498Z ##[endgroup] 2024-08-20T21:26:06.3258993Z ##[group]Setting up auth 2024-08-20T21:26:06.3268555Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2024-08-20T21:26:06.3489998Z [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-20T21:26:07.0030192Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-08-20T21:26:07.0250721Z [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-20T21:26:07.4242494Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2024-08-20T21:26:07.4482663Z ##[endgroup] 2024-08-20T21:26:07.4483195Z ##[group]Fetching the repository 2024-08-20T21:26:07.4492856Z [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-20T21:26:18.6727006Z remote: Enumerating objects: 1008455 2024-08-20T21:26:18.6727558Z remote: Enumerating objects: 1010056, done. 2024-08-20T21:26:18.6728083Z remote: Counting objects: 0% (1/1601) 2024-08-20T21:26:18.6728641Z remote: Counting objects: 1% (17/1601) 2024-08-20T21:26:18.6729200Z remote: Counting objects: 2% (33/1601) 2024-08-20T21:26:18.6729717Z remote: Counting objects: 3% (49/1601) 2024-08-20T21:26:18.6730189Z remote: Counting objects: 4% (65/1601) 2024-08-20T21:26:18.6730684Z remote: Counting objects: 5% (81/1601) 2024-08-20T21:26:18.6731144Z remote: Counting objects: 6% (97/1601) 2024-08-20T21:26:18.6731619Z remote: Counting objects: 7% (113/1601) 2024-08-20T21:26:18.6732103Z remote: Counting objects: 8% (129/1601) 2024-08-20T21:26:18.6732568Z remote: Counting objects: 9% (145/1601) 2024-08-20T21:26:18.6733073Z remote: Counting objects: 10% (161/1601) 2024-08-20T21:26:18.6733592Z remote: Counting objects: 11% (177/1601) 2024-08-20T21:26:18.6734068Z remote: Counting objects: 12% (193/1601) 2024-08-20T21:26:18.6734544Z remote: Counting objects: 13% (209/1601) 2024-08-20T21:26:18.6735062Z remote: Counting objects: 14% (225/1601) 2024-08-20T21:26:18.6735571Z remote: Counting objects: 15% (241/1601) 2024-08-20T21:26:18.6736224Z remote: Counting objects: 16% (257/1601) 2024-08-20T21:26:18.6736907Z remote: Counting objects: 17% (273/1601) 2024-08-20T21:26:18.6737395Z remote: Counting objects: 18% (289/1601) 2024-08-20T21:26:18.6737851Z remote: Counting objects: 19% (305/1601) 2024-08-20T21:26:18.6738386Z remote: Counting objects: 20% (321/1601) 2024-08-20T21:26:18.6738866Z remote: Counting objects: 21% (337/1601) 2024-08-20T21:26:18.6739327Z remote: Counting objects: 22% (353/1601) 2024-08-20T21:26:18.6739818Z remote: Counting objects: 23% (369/1601) 2024-08-20T21:26:18.6740294Z remote: Counting objects: 24% (385/1601) 2024-08-20T21:26:18.6740810Z remote: Counting objects: 25% (401/1601) 2024-08-20T21:26:18.6741333Z remote: Counting objects: 26% (417/1601) 2024-08-20T21:26:18.6741897Z remote: Counting objects: 27% (433/1601) 2024-08-20T21:26:18.6742372Z remote: Counting objects: 28% (449/1601) 2024-08-20T21:26:18.6742846Z remote: Counting objects: 29% (465/1601) 2024-08-20T21:26:18.6743347Z remote: Counting objects: 30% (481/1601) 2024-08-20T21:26:18.6744691Z remote: Counting objects: 31% (497/1601) 2024-08-20T21:26:18.6745204Z remote: Counting objects: 32% (513/1601) 2024-08-20T21:26:18.6745707Z remote: Counting objects: 33% (529/1601) 2024-08-20T21:26:18.6746191Z remote: Counting objects: 34% (545/1601) 2024-08-20T21:26:18.6746713Z remote: Counting objects: 35% (561/1601) 2024-08-20T21:26:18.6747330Z remote: Counting objects: 36% (577/1601) 2024-08-20T21:26:18.6747879Z remote: Counting objects: 37% (593/1601) 2024-08-20T21:26:18.6748342Z remote: Counting objects: 38% (609/1601) 2024-08-20T21:26:18.6748818Z remote: Counting objects: 39% (625/1601) 2024-08-20T21:26:18.6749296Z remote: Counting objects: 40% (641/1601) 2024-08-20T21:26:18.6749751Z remote: Counting objects: 41% (657/1601) 2024-08-20T21:26:18.6750222Z remote: Counting objects: 42% (673/1601) 2024-08-20T21:26:18.6750694Z remote: Counting objects: 43% (689/1601) 2024-08-20T21:26:18.6751166Z remote: Counting objects: 44% (705/1601) 2024-08-20T21:26:18.6751640Z remote: Counting objects: 45% (721/1601) 2024-08-20T21:26:18.6752143Z remote: Counting objects: 46% (737/1601) 2024-08-20T21:26:18.6752726Z remote: Counting objects: 47% (753/1601) 2024-08-20T21:26:18.6753197Z remote: Counting objects: 48% (769/1601) 2024-08-20T21:26:18.6753826Z remote: Counting objects: 49% (785/1601) 2024-08-20T21:26:18.6754302Z remote: Counting objects: 50% (801/1601) 2024-08-20T21:26:18.6754764Z remote: Counting objects: 51% (817/1601) 2024-08-20T21:26:18.6755248Z remote: Counting objects: 52% (833/1601) 2024-08-20T21:26:18.6755830Z remote: Counting objects: 53% (849/1601) 2024-08-20T21:26:18.6756291Z remote: Counting objects: 54% (865/1601) 2024-08-20T21:26:18.6756771Z remote: Counting objects: 55% (881/1601) 2024-08-20T21:26:18.6757254Z remote: Counting objects: 56% (897/1601) 2024-08-20T21:26:18.6757718Z remote: Counting objects: 57% (913/1601) 2024-08-20T21:26:18.6758245Z remote: Counting objects: 58% (929/1601) 2024-08-20T21:26:18.6758770Z remote: Counting objects: 59% (945/1601) 2024-08-20T21:26:18.6759233Z remote: Counting objects: 60% (961/1601) 2024-08-20T21:26:18.6759720Z remote: Counting objects: 61% (977/1601) 2024-08-20T21:26:18.6760199Z remote: Counting objects: 62% (993/1601) 2024-08-20T21:26:18.6760685Z remote: Counting objects: 63% (1009/1601) 2024-08-20T21:26:18.6761173Z remote: Counting objects: 64% (1025/1601) 2024-08-20T21:26:18.6761673Z remote: Counting objects: 65% (1041/1601) 2024-08-20T21:26:18.6762169Z remote: Counting objects: 66% (1057/1601) 2024-08-20T21:26:18.6762654Z remote: Counting objects: 67% (1073/1601) 2024-08-20T21:26:18.6763145Z remote: Counting objects: 68% (1089/1601) 2024-08-20T21:26:18.6763690Z remote: Counting objects: 69% (1105/1601) 2024-08-20T21:26:18.6764215Z remote: Counting objects: 70% (1121/1601) 2024-08-20T21:26:18.6764705Z remote: Counting objects: 71% (1137/1601) 2024-08-20T21:26:18.6765194Z remote: Counting objects: 72% (1153/1601) 2024-08-20T21:26:18.6765670Z remote: Counting objects: 73% (1169/1601) 2024-08-20T21:26:18.6766163Z remote: Counting objects: 74% (1185/1601) 2024-08-20T21:26:18.6766654Z remote: Counting objects: 75% (1201/1601) 2024-08-20T21:26:18.6767134Z remote: Counting objects: 76% (1217/1601) 2024-08-20T21:26:18.6767618Z remote: Counting objects: 77% (1233/1601) 2024-08-20T21:26:18.6768100Z remote: Counting objects: 78% (1249/1601) 2024-08-20T21:26:18.6768574Z remote: Counting objects: 79% (1265/1601) 2024-08-20T21:26:18.6769065Z remote: Counting objects: 80% (1281/1601) 2024-08-20T21:26:18.6769598Z remote: Counting objects: 81% (1297/1601) 2024-08-20T21:26:18.6770248Z remote: Counting objects: 82% (1313/1601) 2024-08-20T21:26:18.6770727Z remote: Counting objects: 83% (1329/1601) 2024-08-20T21:26:18.6771213Z remote: Counting objects: 84% (1345/1601) 2024-08-20T21:26:18.6771702Z remote: Counting objects: 85% (1361/1601) 2024-08-20T21:26:18.6772179Z remote: Counting objects: 86% (1377/1601) 2024-08-20T21:26:18.6772675Z remote: Counting objects: 87% (1393/1601) 2024-08-20T21:26:18.6773157Z remote: Counting objects: 88% (1409/1601) 2024-08-20T21:26:18.6773630Z remote: Counting objects: 89% (1425/1601) 2024-08-20T21:26:18.6774114Z remote: Counting objects: 90% (1441/1601) 2024-08-20T21:26:18.6774601Z remote: Counting objects: 91% (1457/1601) 2024-08-20T21:26:18.6775125Z remote: Counting objects: 92% (1473/1601) 2024-08-20T21:26:18.6775661Z remote: Counting objects: 93% (1489/1601) 2024-08-20T21:26:18.6776146Z remote: Counting objects: 94% (1505/1601) 2024-08-20T21:26:18.6776625Z remote: Counting objects: 95% (1521/1601) 2024-08-20T21:26:18.6777109Z remote: Counting objects: 96% (1537/1601) 2024-08-20T21:26:18.6777591Z remote: Counting objects: 97% (1553/1601) 2024-08-20T21:26:18.6778065Z remote: Counting objects: 98% (1569/1601) 2024-08-20T21:26:18.6778661Z remote: Counting objects: 99% (1585/1601) 2024-08-20T21:26:18.6779149Z remote: Counting objects: 100% (1601/1601) 2024-08-20T21:26:18.6779677Z remote: Counting objects: 100% (1601/1601), done. 2024-08-20T21:26:18.6906514Z remote: Compressing objects: 0% (1/788) 2024-08-20T21:26:18.7209488Z remote: Compressing objects: 1% (8/788) 2024-08-20T21:26:18.7458950Z remote: Compressing objects: 2% (16/788) 2024-08-20T21:26:18.7835711Z remote: Compressing objects: 3% (24/788) 2024-08-20T21:26:18.8571368Z remote: Compressing objects: 4% (32/788) 2024-08-20T21:26:18.9107699Z remote: Compressing objects: 5% (40/788) 2024-08-20T21:26:18.9597863Z remote: Compressing objects: 6% (48/788) 2024-08-20T21:26:18.9951244Z remote: Compressing objects: 7% (56/788) 2024-08-20T21:26:19.0295589Z remote: Compressing objects: 8% (64/788) 2024-08-20T21:26:19.0590935Z remote: Compressing objects: 9% (71/788) 2024-08-20T21:26:19.0834073Z remote: Compressing objects: 10% (79/788) 2024-08-20T21:26:19.1068625Z remote: Compressing objects: 11% (87/788) 2024-08-20T21:26:19.1256217Z remote: Compressing objects: 12% (95/788) 2024-08-20T21:26:19.1389623Z remote: Compressing objects: 13% (103/788) 2024-08-20T21:26:19.1521362Z remote: Compressing objects: 14% (111/788) 2024-08-20T21:26:19.1593199Z remote: Compressing objects: 15% (119/788) 2024-08-20T21:26:19.1664011Z remote: Compressing objects: 16% (127/788) 2024-08-20T21:26:19.1739337Z remote: Compressing objects: 17% (134/788) 2024-08-20T21:26:19.1794673Z remote: Compressing objects: 18% (142/788) 2024-08-20T21:26:19.1831454Z remote: Compressing objects: 19% (150/788) 2024-08-20T21:26:19.1868367Z remote: Compressing objects: 20% (158/788) 2024-08-20T21:26:19.1894647Z remote: Compressing objects: 21% (166/788) 2024-08-20T21:26:19.1906898Z remote: Compressing objects: 22% (174/788) 2024-08-20T21:26:19.1909286Z remote: Compressing objects: 23% (182/788) 2024-08-20T21:26:19.1912310Z remote: Compressing objects: 24% (190/788) 2024-08-20T21:26:19.1918136Z remote: Compressing objects: 25% (197/788) 2024-08-20T21:26:19.1920215Z remote: Compressing objects: 26% (205/788) 2024-08-20T21:26:19.1926442Z remote: Compressing objects: 27% (213/788) 2024-08-20T21:26:19.1934391Z remote: Compressing objects: 28% (221/788) 2024-08-20T21:26:19.1952438Z remote: Compressing objects: 29% (229/788) 2024-08-20T21:26:19.1955115Z remote: Compressing objects: 30% (237/788) 2024-08-20T21:26:19.1965820Z remote: Compressing objects: 31% (245/788) 2024-08-20T21:26:19.1975455Z remote: Compressing objects: 32% (253/788) 2024-08-20T21:26:19.1978468Z remote: Compressing objects: 33% (261/788) 2024-08-20T21:26:19.1988652Z remote: Compressing objects: 34% (268/788) 2024-08-20T21:26:19.1992051Z remote: Compressing objects: 35% (276/788) 2024-08-20T21:26:19.1999053Z remote: Compressing objects: 36% (284/788) 2024-08-20T21:26:19.2006012Z remote: Compressing objects: 37% (292/788) 2024-08-20T21:26:19.2012751Z remote: Compressing objects: 38% (300/788) 2024-08-20T21:26:19.2020011Z remote: Compressing objects: 39% (308/788) 2024-08-20T21:26:19.2024447Z remote: Compressing objects: 40% (316/788) 2024-08-20T21:26:19.2028355Z remote: Compressing objects: 41% (324/788) 2024-08-20T21:26:19.2036892Z remote: Compressing objects: 42% (331/788) 2024-08-20T21:26:19.2042636Z remote: Compressing objects: 43% (339/788) 2024-08-20T21:26:19.2047633Z remote: Compressing objects: 44% (347/788) 2024-08-20T21:26:19.2054723Z remote: Compressing objects: 45% (355/788) 2024-08-20T21:26:19.2059441Z remote: Compressing objects: 46% (363/788) 2024-08-20T21:26:19.2066029Z remote: Compressing objects: 47% (371/788) 2024-08-20T21:26:19.2068200Z remote: Compressing objects: 48% (379/788) 2024-08-20T21:26:19.2069900Z remote: Compressing objects: 49% (387/788) 2024-08-20T21:26:19.2073444Z remote: Compressing objects: 50% (394/788) 2024-08-20T21:26:19.2076213Z remote: Compressing objects: 51% (402/788) 2024-08-20T21:26:19.2078936Z remote: Compressing objects: 52% (410/788) 2024-08-20T21:26:19.2081385Z remote: Compressing objects: 53% (418/788) 2024-08-20T21:26:19.2082827Z remote: Compressing objects: 54% (426/788) 2024-08-20T21:26:19.2084213Z remote: Compressing objects: 55% (434/788) 2024-08-20T21:26:19.2085233Z remote: Compressing objects: 56% (442/788) 2024-08-20T21:26:19.2086078Z remote: Compressing objects: 57% (450/788) 2024-08-20T21:26:19.2086759Z remote: Compressing objects: 58% (458/788) 2024-08-20T21:26:19.2087265Z remote: Compressing objects: 59% (465/788) 2024-08-20T21:26:19.2087869Z remote: Compressing objects: 60% (473/788) 2024-08-20T21:26:19.2088421Z remote: Compressing objects: 61% (481/788) 2024-08-20T21:26:19.2088914Z remote: Compressing objects: 62% (489/788) 2024-08-20T21:26:19.2089417Z remote: Compressing objects: 63% (497/788) 2024-08-20T21:26:19.2092643Z remote: Compressing objects: 64% (505/788) 2024-08-20T21:26:19.2098792Z remote: Compressing objects: 65% (513/788) 2024-08-20T21:26:19.2103763Z remote: Compressing objects: 66% (521/788) 2024-08-20T21:26:19.2108359Z remote: Compressing objects: 67% (528/788) 2024-08-20T21:26:19.2111372Z remote: Compressing objects: 68% (536/788) 2024-08-20T21:26:19.2115320Z remote: Compressing objects: 69% (544/788) 2024-08-20T21:26:19.2119393Z remote: Compressing objects: 70% (552/788) 2024-08-20T21:26:19.2121339Z remote: Compressing objects: 71% (560/788) 2024-08-20T21:26:19.2123859Z remote: Compressing objects: 72% (568/788) 2024-08-20T21:26:19.2127924Z remote: Compressing objects: 73% (576/788) 2024-08-20T21:26:19.2130314Z remote: Compressing objects: 74% (584/788) 2024-08-20T21:26:19.2132735Z remote: Compressing objects: 75% (591/788) 2024-08-20T21:26:19.2135515Z remote: Compressing objects: 76% (599/788) 2024-08-20T21:26:19.2138090Z remote: Compressing objects: 77% (607/788) 2024-08-20T21:26:19.2140132Z remote: Compressing objects: 78% (615/788) 2024-08-20T21:26:19.2141312Z remote: Compressing objects: 79% (623/788) 2024-08-20T21:26:19.2144183Z remote: Compressing objects: 80% (631/788) 2024-08-20T21:26:19.2146008Z remote: Compressing objects: 81% (639/788) 2024-08-20T21:26:19.2160831Z remote: Compressing objects: 82% (647/788) 2024-08-20T21:26:19.2173460Z remote: Compressing objects: 83% (655/788) 2024-08-20T21:26:19.2174108Z remote: Compressing objects: 84% (662/788) 2024-08-20T21:26:19.2174645Z remote: Compressing objects: 85% (670/788) 2024-08-20T21:26:19.2175207Z remote: Compressing objects: 86% (678/788) 2024-08-20T21:26:19.2175761Z remote: Compressing objects: 87% (686/788) 2024-08-20T21:26:19.2176276Z remote: Compressing objects: 88% (694/788) 2024-08-20T21:26:19.2176785Z remote: Compressing objects: 89% (702/788) 2024-08-20T21:26:19.2177278Z remote: Compressing objects: 90% (710/788) 2024-08-20T21:26:19.2177782Z remote: Compressing objects: 91% (718/788) 2024-08-20T21:26:19.2178286Z remote: Compressing objects: 92% (725/788) 2024-08-20T21:26:19.2178783Z remote: Compressing objects: 93% (733/788) 2024-08-20T21:26:19.2179283Z remote: Compressing objects: 94% (741/788) 2024-08-20T21:26:19.2179786Z remote: Compressing objects: 95% (749/788) 2024-08-20T21:26:19.2180273Z remote: Compressing objects: 96% (757/788) 2024-08-20T21:26:19.2180922Z remote: Compressing objects: 97% (765/788) 2024-08-20T21:26:19.2181429Z remote: Compressing objects: 98% (773/788) 2024-08-20T21:26:19.2181922Z remote: Compressing objects: 99% (781/788) 2024-08-20T21:26:19.2182423Z remote: Compressing objects: 100% (788/788) 2024-08-20T21:26:19.2182973Z remote: Compressing objects: 100% (788/788), done. 2024-08-20T21:26:40.0106161Z remote: Total 1010056 (delta 1046), reused 1258 (delta 810), pack-reused 1008455 (from 1) 2024-08-20T21:27:25.9876843Z [command]"C:\Program Files\Git\cmd\git.exe" rev-parse --verify --quiet 40ec5f6ddd9787aca0449b24128343ff4c4a88b3^{object} 2024-08-20T21:27:26.0071037Z 40ec5f6ddd9787aca0449b24128343ff4c4a88b3 2024-08-20T21:27:26.0102938Z ##[endgroup] 2024-08-20T21:27:26.0103953Z ##[group]Determining the checkout info 2024-08-20T21:27:26.0104578Z ##[endgroup] 2024-08-20T21:27:26.0105117Z ##[group]Checking out the ref 2024-08-20T21:27:26.0112062Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --quiet --force 40ec5f6ddd9787aca0449b24128343ff4c4a88b3 2024-08-20T21:27:49.9264211Z ##[endgroup] 2024-08-20T21:27:49.9264793Z ##[group]Setting up auth for fetching submodules 2024-08-20T21:27:49.9273140Z [command]"C:\Program Files\Git\cmd\git.exe" config --global http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2024-08-20T21:27:49.9546669Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --unset-all url.https://github.com/.insteadOf 2024-08-20T21:27:49.9766973Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf git@github.com: 2024-08-20T21:27:49.9994234Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2024-08-20T21:27:50.0214655Z ##[endgroup] 2024-08-20T21:27:50.0215181Z ##[group]Fetching submodules 2024-08-20T21:27:50.0221263Z [command]"C:\Program Files\Git\cmd\git.exe" submodule sync --recursive 2024-08-20T21:27:50.3574393Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 submodule update --init --force --recursive 2024-08-20T21:27:50.7830878Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2024-08-20T21:27:50.7832318Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2024-08-20T21:27:50.7833700Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2024-08-20T21:27:50.7835351Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2024-08-20T21:27:50.7837019Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2024-08-20T21:27:50.7838662Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2024-08-20T21:27:50.7840038Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2024-08-20T21:27:50.7841414Z Submodule 'third_party/cpp-httplib' (https://github.com/yhirose/cpp-httplib.git) registered for path 'third_party/cpp-httplib' 2024-08-20T21:27:50.7842911Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2024-08-20T21:27:50.7844379Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2024-08-20T21:27:50.7845805Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2024-08-20T21:27:50.7847052Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2024-08-20T21:27:50.7848332Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2024-08-20T21:27:50.7849826Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2024-08-20T21:27:50.7851145Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2024-08-20T21:27:50.7852480Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2024-08-20T21:27:50.7853902Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2024-08-20T21:27:50.7855273Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2024-08-20T21:27:50.7856568Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2024-08-20T21:27:50.7857750Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2024-08-20T21:27:50.7859010Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2024-08-20T21:27:50.7860334Z Submodule 'third_party/mimalloc' (https://github.com/microsoft/mimalloc.git) registered for path 'third_party/mimalloc' 2024-08-20T21:27:50.7861654Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2024-08-20T21:27:50.7862919Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2024-08-20T21:27:50.7864162Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2024-08-20T21:27:50.7865648Z Submodule 'third_party/opentelemetry-cpp' (https://github.com/open-telemetry/opentelemetry-cpp.git) registered for path 'third_party/opentelemetry-cpp' 2024-08-20T21:27:50.7867200Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2024-08-20T21:27:50.7868616Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2024-08-20T21:27:50.7870061Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2024-08-20T21:27:50.7871623Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2024-08-20T21:27:50.7873184Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2024-08-20T21:27:50.7874610Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2024-08-20T21:27:50.7875967Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2024-08-20T21:27:50.7877307Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2024-08-20T21:27:51.3693342Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2024-08-20T21:27:51.7246275Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2024-08-20T21:27:52.0764465Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2024-08-20T21:27:52.6982388Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2024-08-20T21:27:55.8252215Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2024-08-20T21:28:09.2602025Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2024-08-20T21:28:10.1515275Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2024-08-20T21:28:11.1658844Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cpp-httplib'... 2024-08-20T21:28:12.6178040Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2024-08-20T21:28:16.1818773Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2024-08-20T21:28:20.6834628Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cutlass'... 2024-08-20T21:28:27.0702211Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2024-08-20T21:28:28.8589400Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2024-08-20T21:28:33.1950727Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2024-08-20T21:28:35.4911666Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2024-08-20T21:28:36.4270945Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2024-08-20T21:28:37.0460222Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2024-08-20T21:28:38.7914267Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2024-08-20T21:28:39.4979324Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2024-08-20T21:28:39.9818005Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2024-08-20T21:28:43.3051090Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2024-08-20T21:28:44.6164412Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/mimalloc'... 2024-08-20T21:28:45.7148025Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2024-08-20T21:28:59.3567623Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2024-08-20T21:29:02.6872486Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2024-08-20T21:29:08.3136610Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp'... 2024-08-20T21:29:08.7101448Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2024-08-20T21:29:21.1983764Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2024-08-20T21:29:21.5845495Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2024-08-20T21:29:22.4732508Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2024-08-20T21:29:24.0259295Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2024-08-20T21:29:24.7433083Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2024-08-20T21:29:25.7519899Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2024-08-20T21:29:26.5556225Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2024-08-20T21:29:26.7565510Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2024-08-20T21:29:26.8750869Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2024-08-20T21:29:26.9824969Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2024-08-20T21:29:27.3387320Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2024-08-20T21:29:27.5018690Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2024-08-20T21:29:50.5847536Z Submodule path 'third_party/XNNPACK': checked out 'fcbf55af6cf28a4627bcd1f703ab7ad843f0f3a2' 2024-08-20T21:29:50.8168468Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2024-08-20T21:29:50.9912074Z Submodule path 'third_party/cpp-httplib': checked out '3b6597bba913d51161383657829b7e644e59c006' 2024-08-20T21:29:52.2827153Z Submodule path 'third_party/cpuinfo': checked out '3c8b1533ac03dd6531ab6e7b9245d488f13a82a5' 2024-08-20T21:29:52.7188010Z Submodule path 'third_party/cudnn_frontend': checked out '23511ba176243f27b3b275da1fb3814ea805a171' 2024-08-20T21:30:01.6309830Z Submodule path 'third_party/cutlass': checked out 'bbe579a9e3beb6ea6626d9227ec32d0dae119a49' 2024-08-20T21:30:05.9822637Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2024-08-20T21:30:07.0942456Z Submodule path 'third_party/fbgemm': checked out 'dbc3157bf256f1339b3fa1fef2be89ac4078be0e' 2024-08-20T21:30:07.1486408Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2024-08-20T21:30:07.1487987Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2024-08-20T21:30:07.1490431Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/fbgemm/third_party/cutlass' 2024-08-20T21:30:07.1491912Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2024-08-20T21:30:07.1493552Z Submodule 'third_party/hipify_torch' (https://github.com/ROCmSoftwarePlatform/hipify_torch.git) registered for path 'third_party/fbgemm/third_party/hipify_torch' 2024-08-20T21:30:08.9016876Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2024-08-20T21:30:09.9314704Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2024-08-20T21:30:13.6334333Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cutlass'... 2024-08-20T21:30:15.3658276Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2024-08-20T21:30:15.8872675Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2024-08-20T21:30:16.5478129Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2024-08-20T21:30:17.6247614Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2024-08-20T21:30:24.3314039Z Submodule path 'third_party/fbgemm/third_party/cutlass': checked out 'fc9ebc645b63f3a6bc80aaefde5c063fb72110d6' 2024-08-20T21:30:25.3540208Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2024-08-20T21:30:25.4913972Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '23f53b025b466d8ec3c45d52290d3442f7fbe6b1' 2024-08-20T21:30:29.5102229Z Submodule path 'third_party/flatbuffers': checked out '01834de25e4bf3975a9a00e816292b1ad0fe184b' 2024-08-20T21:30:30.0300525Z Submodule path 'third_party/fmt': checked out '0c9fce2ffefecfdce794e1859584e25877b7b592' 2024-08-20T21:30:30.1842061Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2024-08-20T21:30:30.3774918Z Submodule path 'third_party/gloo': checked out '5354032ea08eadd7fc4456477f7f7c6308818509' 2024-08-20T21:30:31.5095040Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2024-08-20T21:30:31.6031811Z Submodule path 'third_party/ideep': checked out '55ca0191687aaf19aca5cdb7881c791e3bea442b' 2024-08-20T21:30:31.6134382Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2024-08-20T21:30:49.4380410Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2024-08-20T21:30:58.1414906Z Submodule path 'third_party/ideep/mkl-dnn': checked out '1137e04ec0b5251ca2b4400a4fd3c667ce843d67' 2024-08-20T21:30:58.3675498Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2024-08-20T21:30:59.0261766Z Submodule path 'third_party/kineto': checked out 'd9753139d181b9ff42872465aac0e5d3018be415' 2024-08-20T21:30:59.0826752Z Submodule 'libkineto/third_party/dynolog' (https://github.com/facebookincubator/dynolog.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog' 2024-08-20T21:30:59.0828691Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2024-08-20T21:30:59.0830472Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2024-08-20T21:31:00.0240534Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog'... 2024-08-20T21:31:02.2936086Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2024-08-20T21:31:04.2374589Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2024-08-20T21:31:05.4583306Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog': checked out '7d04a0053a845370ae06ce317a22a48e9edcc74e' 2024-08-20T21:31:05.5442264Z 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-20T21:31:05.5444149Z 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-20T21:31:05.5445825Z 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-20T21:31:05.5447509Z 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-20T21:31:05.5449239Z 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-20T21:31:05.5451135Z 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-20T21:31:05.5452946Z 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-20T21:31:05.5454638Z 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-20T21:31:07.4665008Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM'... 2024-08-20T21:31:08.1127406Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/cpr'... 2024-08-20T21:31:10.3740886Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/fmt'... 2024-08-20T21:31:10.9236660Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags'... 2024-08-20T21:31:11.7844231Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/glog'... 2024-08-20T21:31:13.7012532Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/googletest'... 2024-08-20T21:31:26.2615080Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/json'... 2024-08-20T21:31:26.6878299Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/pfs'... 2024-08-20T21:31:29.1769631Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM': checked out 'ffde4e54bc7249a6039a5e6b45b395141e1217f9' 2024-08-20T21:31:29.4960852Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr': checked out '871ed52d350214a034f6ef8a3b8f51c5ce1bd400' 2024-08-20T21:31:29.9793097Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2024-08-20T21:31:30.3353478Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags': checked out 'e171aa2d15ed9eb17054558e0b3a6a413bb01067' 2024-08-20T21:31:30.3446761Z Submodule 'doc' (https://github.com/gflags/gflags.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-08-20T21:31:30.9520565Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc'... 2024-08-20T21:31:30.9973219Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc': checked out '8411df715cf522606e3b1aca386ddfc0b63d34b4' 2024-08-20T21:31:31.1275347Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog': checked out 'b33e3bad4c46c8a6345525fd822af355e5ef9446' 2024-08-20T21:31:31.7566095Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest': checked out '58d77fa8070e8cec2dc1ed015d66b454c8d78850' 2024-08-20T21:31:33.1195732Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/json': checked out '4f8fba14066156b73f1189a2b8bd568bde5284c5' 2024-08-20T21:31:33.6038673Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs': checked out 'f68a2fa8ea36c783bdd760371411fcb495aa3150' 2024-08-20T21:31:34.2550763Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '0041a40c1350ba702d475b9c4ad62da77caea164' 2024-08-20T21:31:35.1210978Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2024-08-20T21:31:35.7561888Z Submodule path 'third_party/mimalloc': checked out 'b66e3214d8a104669c2ec05ae91ebc26a8f5ab78' 2024-08-20T21:31:36.1115523Z Submodule path 'third_party/nccl/nccl': checked out 'ab2b89c4c339bd7f816fbc114a4b05d386b66290' 2024-08-20T21:31:37.8702472Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2024-08-20T21:31:42.5508491Z Submodule path 'third_party/onnx': checked out '3bf92c03a9f27eba3bda1e5b9e63ea20ec213557' 2024-08-20T21:31:42.5635794Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2024-08-20T21:31:42.5637320Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2024-08-20T21:31:43.4001227Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2024-08-20T21:31:45.0811589Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2024-08-20T21:31:45.1881324Z Submodule path 'third_party/onnx/third_party/benchmark': checked out '2dd015dfef425c866d9a43f2c67d8b52d709acb6' 2024-08-20T21:31:45.6346668Z Submodule path 'third_party/onnx/third_party/pybind11': checked out '5b0a6fc2017fcc176545afe3e09c9f9885283242' 2024-08-20T21:31:47.5050002Z Submodule path 'third_party/opentelemetry-cpp': checked out 'a799f4aed9c94b765dcdaabaeab7d5e7e2310878' 2024-08-20T21:31:47.5256911Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark) registered for path 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-08-20T21:31:47.5258592Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/opentelemetry-cpp/third_party/googletest' 2024-08-20T21:31:47.5260210Z Submodule 'third_party/ms-gsl' (https://github.com/microsoft/GSL) registered for path 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-08-20T21:31:47.5261853Z Submodule 'third_party/nlohmann-json' (https://github.com/nlohmann/json) registered for path 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-08-20T21:31:47.5263773Z 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-20T21:31:47.5266034Z 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-20T21:31:47.5268027Z Submodule 'third_party/prometheus-cpp' (https://github.com/jupp0r/prometheus-cpp) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-08-20T21:31:47.5269674Z Submodule 'tools/vcpkg' (https://github.com/Microsoft/vcpkg) registered for path 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-08-20T21:31:48.2571083Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/benchmark'... 2024-08-20T21:31:50.2487455Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/googletest'... 2024-08-20T21:31:51.0180994Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/ms-gsl'... 2024-08-20T21:31:57.8423076Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/nlohmann-json'... 2024-08-20T21:31:58.3553078Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/opentelemetry-proto'... 2024-08-20T21:31:58.8619444Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/opentracing-cpp'... 2024-08-20T21:31:59.3193380Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp'... 2024-08-20T21:32:06.4627600Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/tools/vcpkg'... 2024-08-20T21:32:06.5780984Z Submodule path 'third_party/opentelemetry-cpp/third_party/benchmark': checked out 'd572f4777349d43653b21d6c2fc63020ab326db2' 2024-08-20T21:32:06.7411934Z Submodule path 'third_party/opentelemetry-cpp/third_party/googletest': checked out 'b796f7d44681514f58a683a3a71ff17c94edb0c1' 2024-08-20T21:32:06.8320400Z Submodule path 'third_party/opentelemetry-cpp/third_party/ms-gsl': checked out '6f4529395c5b7c2d661812257cd6780c67e54afa' 2024-08-20T21:32:07.2840467Z Submodule path 'third_party/opentelemetry-cpp/third_party/nlohmann-json': checked out 'bc889afb4c5bf1c0d8ee29ef35eaaf4c8bef8a5d' 2024-08-20T21:32:07.5236498Z Submodule path 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto': checked out '4ca4f0335c63cda7ab31ea7ed70d6553aee14dce' 2024-08-20T21:32:07.6243960Z Submodule path 'third_party/opentelemetry-cpp/third_party/opentracing-cpp': checked out '06b57f48ded1fa3bdd3d4346f6ef29e40e08eaf5' 2024-08-20T21:32:07.7480934Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp': checked out 'c9ffcdda9086ffd9e1283ea7a0276d831f3c8a8d' 2024-08-20T21:32:07.7624128Z Submodule 'civetweb' (https://github.com/civetweb/civetweb.git) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-08-20T21:32:07.7626163Z Submodule 'googletest' (https://github.com/google/googletest.git) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-08-20T21:32:09.8336602Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb'... 2024-08-20T21:32:11.1395562Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest'... 2024-08-20T21:32:11.9407195Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb': checked out 'eefb26f82b233268fc98577d265352720d477ba4' 2024-08-20T21:32:12.1255523Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2024-08-20T21:32:17.0119839Z Submodule path 'third_party/opentelemetry-cpp/tools/vcpkg': checked out '8eb57355a4ffb410a2e94c07b4dca2dffbee8e50' 2024-08-20T21:32:17.0917406Z Submodule path 'third_party/pocketfft': checked out '9d3ab05a7fffbc71a492bc6a17be034e83e8f0fe' 2024-08-20T21:32:19.0127117Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2024-08-20T21:32:19.0239030Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2024-08-20T21:32:19.0240701Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2024-08-20T21:32:19.6541321Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2024-08-20T21:32:20.9437834Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2024-08-20T21:32:21.0366318Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2024-08-20T21:32:21.2925300Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2024-08-20T21:32:21.3645130Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2024-08-20T21:32:21.4427480Z Submodule path 'third_party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8' 2024-08-20T21:32:22.2109512Z Submodule path 'third_party/pybind11': checked out '941f45bcb51457884fa1afd6e24a67377d70f75c' 2024-08-20T21:32:22.3428448Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2024-08-20T21:32:22.9469284Z Submodule path 'third_party/sleef': checked out '60e76d2bce17d278b439d9da17177c8f957a9e9b' 2024-08-20T21:32:23.2421452Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2024-08-20T21:32:23.2560517Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2024-08-20T21:32:23.2562178Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2024-08-20T21:32:23.2563651Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2024-08-20T21:32:23.2565271Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2024-08-20T21:32:24.6259879Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2024-08-20T21:32:25.0264557Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2024-08-20T21:32:26.5928172Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2024-08-20T21:32:27.7259012Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2024-08-20T21:32:27.9247058Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2024-08-20T21:32:28.0128496Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2024-08-20T21:32:28.2665326Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2024-08-20T21:32:28.3943838Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2024-08-20T21:32:28.4033349Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-08-20T21:32:28.8101602Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2024-08-20T21:32:28.8619088Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2024-08-20T21:32:28.8828742Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local gc.auto 0" 2024-08-20T21:32:29.2705210Z Entering 'android/libs/fbjni' 2024-08-20T21:32:29.3056554Z Entering 'third_party/FP16' 2024-08-20T21:32:29.3407124Z Entering 'third_party/FXdiv' 2024-08-20T21:32:29.3735465Z Entering 'third_party/NNPACK' 2024-08-20T21:32:29.4073111Z Entering 'third_party/VulkanMemoryAllocator' 2024-08-20T21:32:29.4405225Z Entering 'third_party/XNNPACK' 2024-08-20T21:32:29.4753603Z Entering 'third_party/benchmark' 2024-08-20T21:32:29.5083180Z Entering 'third_party/cpp-httplib' 2024-08-20T21:32:29.5417992Z Entering 'third_party/cpuinfo' 2024-08-20T21:32:29.5746775Z Entering 'third_party/cudnn_frontend' 2024-08-20T21:32:29.6094301Z Entering 'third_party/cutlass' 2024-08-20T21:32:29.6430222Z Entering 'third_party/eigen' 2024-08-20T21:32:29.6774794Z Entering 'third_party/fbgemm' 2024-08-20T21:32:29.7101502Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-08-20T21:32:29.7435931Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-08-20T21:32:29.7780278Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-08-20T21:32:29.8122511Z Entering 'third_party/fbgemm/third_party/googletest' 2024-08-20T21:32:29.8453470Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-08-20T21:32:29.8817299Z Entering 'third_party/flatbuffers' 2024-08-20T21:32:29.9153579Z Entering 'third_party/fmt' 2024-08-20T21:32:29.9484105Z Entering 'third_party/gemmlowp/gemmlowp' 2024-08-20T21:32:29.9830662Z Entering 'third_party/gloo' 2024-08-20T21:32:30.0159799Z Entering 'third_party/googletest' 2024-08-20T21:32:30.0492911Z Entering 'third_party/ideep' 2024-08-20T21:32:30.0809682Z Entering 'third_party/ideep/mkl-dnn' 2024-08-20T21:32:30.1166803Z Entering 'third_party/ittapi' 2024-08-20T21:32:30.1501921Z Entering 'third_party/kineto' 2024-08-20T21:32:30.1820841Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-08-20T21:32:30.2153556Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-08-20T21:32:30.2496817Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-08-20T21:32:30.2832854Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-08-20T21:32:30.3177970Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-08-20T21:32:30.3502387Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-08-20T21:32:30.3856374Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-08-20T21:32:30.4194131Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-08-20T21:32:30.4528842Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-08-20T21:32:30.4866161Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-08-20T21:32:30.5235513Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-08-20T21:32:30.5565914Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-08-20T21:32:30.5916695Z Entering 'third_party/mimalloc' 2024-08-20T21:32:30.6246993Z Entering 'third_party/nccl/nccl' 2024-08-20T21:32:30.6573245Z Entering 'third_party/nlohmann' 2024-08-20T21:32:30.6904604Z Entering 'third_party/onnx' 2024-08-20T21:32:30.7240766Z Entering 'third_party/onnx/third_party/benchmark' 2024-08-20T21:32:30.7579402Z Entering 'third_party/onnx/third_party/pybind11' 2024-08-20T21:32:30.7937030Z Entering 'third_party/opentelemetry-cpp' 2024-08-20T21:32:30.8258022Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-08-20T21:32:30.8597867Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-08-20T21:32:30.8931985Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-08-20T21:32:30.9269831Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-08-20T21:32:30.9644974Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-08-20T21:32:30.9982981Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-08-20T21:32:31.0354845Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-08-20T21:32:31.0671922Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-08-20T21:32:31.1013517Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-08-20T21:32:31.1375619Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-08-20T21:32:31.1747829Z Entering 'third_party/pocketfft' 2024-08-20T21:32:31.2079509Z Entering 'third_party/protobuf' 2024-08-20T21:32:31.2412272Z Entering 'third_party/protobuf/third_party/benchmark' 2024-08-20T21:32:31.2743999Z Entering 'third_party/protobuf/third_party/googletest' 2024-08-20T21:32:31.3127628Z Entering 'third_party/psimd' 2024-08-20T21:32:31.3455124Z Entering 'third_party/pthreadpool' 2024-08-20T21:32:31.3783982Z Entering 'third_party/pybind11' 2024-08-20T21:32:31.4138340Z Entering 'third_party/python-peachpy' 2024-08-20T21:32:31.4467067Z Entering 'third_party/sleef' 2024-08-20T21:32:31.4804596Z Entering 'third_party/tensorpipe' 2024-08-20T21:32:31.5126277Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-08-20T21:32:31.5463644Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-08-20T21:32:31.5813963Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-08-20T21:32:31.6150133Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-08-20T21:32:31.6467230Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-08-20T21:32:31.6915089Z ##[endgroup] 2024-08-20T21:32:31.6915656Z ##[group]Persisting credentials for submodules 2024-08-20T21:32:31.6925409Z [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-20T21:32:32.0276737Z Entering 'android/libs/fbjni' 2024-08-20T21:32:32.0803541Z Entering 'third_party/FP16' 2024-08-20T21:32:32.1310438Z Entering 'third_party/FXdiv' 2024-08-20T21:32:32.1842315Z Entering 'third_party/NNPACK' 2024-08-20T21:32:32.2357235Z Entering 'third_party/VulkanMemoryAllocator' 2024-08-20T21:32:32.2877671Z Entering 'third_party/XNNPACK' 2024-08-20T21:32:32.3423664Z Entering 'third_party/benchmark' 2024-08-20T21:32:32.3938092Z Entering 'third_party/cpp-httplib' 2024-08-20T21:32:32.4441295Z Entering 'third_party/cpuinfo' 2024-08-20T21:32:32.4969553Z Entering 'third_party/cudnn_frontend' 2024-08-20T21:32:32.5484384Z Entering 'third_party/cutlass' 2024-08-20T21:32:32.6015910Z Entering 'third_party/eigen' 2024-08-20T21:32:32.6535669Z Entering 'third_party/fbgemm' 2024-08-20T21:32:32.7037445Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-08-20T21:32:32.7566766Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-08-20T21:32:32.8085398Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-08-20T21:32:32.8603646Z Entering 'third_party/fbgemm/third_party/googletest' 2024-08-20T21:32:32.9116608Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-08-20T21:32:32.9653704Z Entering 'third_party/flatbuffers' 2024-08-20T21:32:33.0164257Z Entering 'third_party/fmt' 2024-08-20T21:32:33.0671640Z Entering 'third_party/gemmlowp/gemmlowp' 2024-08-20T21:32:33.1179654Z Entering 'third_party/gloo' 2024-08-20T21:32:33.1697283Z Entering 'third_party/googletest' 2024-08-20T21:32:33.2204505Z Entering 'third_party/ideep' 2024-08-20T21:32:33.2692263Z Entering 'third_party/ideep/mkl-dnn' 2024-08-20T21:32:33.3228825Z Entering 'third_party/ittapi' 2024-08-20T21:32:33.3740308Z Entering 'third_party/kineto' 2024-08-20T21:32:33.4244116Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-08-20T21:32:33.4758159Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-08-20T21:32:33.5291813Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-08-20T21:32:33.5812496Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-08-20T21:32:33.6351093Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-08-20T21:32:33.6860174Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-08-20T21:32:33.7416306Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-08-20T21:32:33.7943149Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-08-20T21:32:33.8485049Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-08-20T21:32:33.9013033Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-08-20T21:32:33.9552122Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-08-20T21:32:34.0072560Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-08-20T21:32:34.0616740Z Entering 'third_party/mimalloc' 2024-08-20T21:32:34.1138803Z Entering 'third_party/nccl/nccl' 2024-08-20T21:32:34.1646459Z Entering 'third_party/nlohmann' 2024-08-20T21:32:34.2154215Z Entering 'third_party/onnx' 2024-08-20T21:32:34.2666071Z Entering 'third_party/onnx/third_party/benchmark' 2024-08-20T21:32:34.3204600Z Entering 'third_party/onnx/third_party/pybind11' 2024-08-20T21:32:34.3738981Z Entering 'third_party/opentelemetry-cpp' 2024-08-20T21:32:34.4237164Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-08-20T21:32:34.4762744Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-08-20T21:32:34.5281060Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-08-20T21:32:34.5802004Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-08-20T21:32:34.6320735Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-08-20T21:32:34.6860354Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-08-20T21:32:34.7373967Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-08-20T21:32:34.7877157Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-08-20T21:32:34.8407399Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-08-20T21:32:34.8952080Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-08-20T21:32:34.9500344Z Entering 'third_party/pocketfft' 2024-08-20T21:32:35.0016689Z Entering 'third_party/protobuf' 2024-08-20T21:32:35.0518537Z Entering 'third_party/protobuf/third_party/benchmark' 2024-08-20T21:32:35.1044357Z Entering 'third_party/protobuf/third_party/googletest' 2024-08-20T21:32:35.1570243Z Entering 'third_party/psimd' 2024-08-20T21:32:35.2079329Z Entering 'third_party/pthreadpool' 2024-08-20T21:32:35.2594062Z Entering 'third_party/pybind11' 2024-08-20T21:32:35.3133943Z Entering 'third_party/python-peachpy' 2024-08-20T21:32:35.3653200Z Entering 'third_party/sleef' 2024-08-20T21:32:35.4159733Z Entering 'third_party/tensorpipe' 2024-08-20T21:32:35.4662869Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-08-20T21:32:35.5190705Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-08-20T21:32:35.5710350Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-08-20T21:32:35.6235427Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-08-20T21:32:35.6737301Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-08-20T21:32:35.7373675Z [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-20T21:32:36.0339470Z Entering 'android/libs/fbjni' 2024-08-20T21:32:36.0838903Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2024-08-20T21:32:36.0958257Z Entering 'third_party/FP16' 2024-08-20T21:32:36.1474777Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2024-08-20T21:32:36.1597727Z Entering 'third_party/FXdiv' 2024-08-20T21:32:36.2098576Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2024-08-20T21:32:36.2221530Z Entering 'third_party/NNPACK' 2024-08-20T21:32:36.2715278Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2024-08-20T21:32:36.2838726Z Entering 'third_party/VulkanMemoryAllocator' 2024-08-20T21:32:36.3339053Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2024-08-20T21:32:36.3463179Z Entering 'third_party/XNNPACK' 2024-08-20T21:32:36.3956580Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2024-08-20T21:32:36.4091708Z Entering 'third_party/benchmark' 2024-08-20T21:32:36.4577998Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2024-08-20T21:32:36.4698313Z Entering 'third_party/cpp-httplib' 2024-08-20T21:32:36.5245365Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpp-httplib/config remote.origin.url 2024-08-20T21:32:36.5369636Z Entering 'third_party/cpuinfo' 2024-08-20T21:32:36.5877928Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2024-08-20T21:32:36.6001949Z Entering 'third_party/cudnn_frontend' 2024-08-20T21:32:36.6518421Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2024-08-20T21:32:36.6636808Z Entering 'third_party/cutlass' 2024-08-20T21:32:36.7138594Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2024-08-20T21:32:36.7265242Z Entering 'third_party/eigen' 2024-08-20T21:32:36.7774302Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2024-08-20T21:32:36.7896394Z Entering 'third_party/fbgemm' 2024-08-20T21:32:36.8418392Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2024-08-20T21:32:36.8525401Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-08-20T21:32:36.9033527Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2024-08-20T21:32:36.9159179Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-08-20T21:32:36.9657240Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2024-08-20T21:32:36.9792270Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-08-20T21:32:37.0312425Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cutlass/config remote.origin.url 2024-08-20T21:32:37.0439505Z Entering 'third_party/fbgemm/third_party/googletest' 2024-08-20T21:32:37.0944548Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2024-08-20T21:32:37.1140868Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-08-20T21:32:37.1675709Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/config remote.origin.url 2024-08-20T21:32:37.1811006Z Entering 'third_party/flatbuffers' 2024-08-20T21:32:37.2309422Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2024-08-20T21:32:37.2431472Z Entering 'third_party/fmt' 2024-08-20T21:32:37.2918640Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2024-08-20T21:32:37.3043155Z Entering 'third_party/gemmlowp/gemmlowp' 2024-08-20T21:32:37.3555862Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2024-08-20T21:32:37.3672194Z Entering 'third_party/gloo' 2024-08-20T21:32:37.4163517Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2024-08-20T21:32:37.4278637Z Entering 'third_party/googletest' 2024-08-20T21:32:37.4773979Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2024-08-20T21:32:37.4890643Z Entering 'third_party/ideep' 2024-08-20T21:32:37.5376903Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2024-08-20T21:32:37.5482468Z Entering 'third_party/ideep/mkl-dnn' 2024-08-20T21:32:37.5976485Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2024-08-20T21:32:37.6115913Z Entering 'third_party/ittapi' 2024-08-20T21:32:37.6603316Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2024-08-20T21:32:37.6720373Z Entering 'third_party/kineto' 2024-08-20T21:32:37.7205329Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2024-08-20T21:32:37.7310030Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-08-20T21:32:37.7819455Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/config remote.origin.url 2024-08-20T21:32:37.7928538Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-08-20T21:32:37.8424826Z 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-20T21:32:37.8544500Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-08-20T21:32:37.9041041Z 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-20T21:32:37.9156273Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-08-20T21:32:37.9651488Z 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-20T21:32:37.9768605Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-08-20T21:32:38.0259864Z 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-20T21:32:38.0364112Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-08-20T21:32:38.0865259Z 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-20T21:32:38.0999474Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-08-20T21:32:38.1509508Z 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-20T21:32:38.1626515Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-08-20T21:32:38.2123761Z 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-20T21:32:38.2244194Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-08-20T21:32:38.2737156Z 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-20T21:32:38.2854835Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-08-20T21:32:38.3365243Z 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-20T21:32:38.3496521Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-08-20T21:32:38.3988707Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2024-08-20T21:32:38.4107748Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-08-20T21:32:38.4623827Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2024-08-20T21:32:38.4756980Z Entering 'third_party/mimalloc' 2024-08-20T21:32:38.5257556Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/mimalloc/config remote.origin.url 2024-08-20T21:32:38.5374187Z Entering 'third_party/nccl/nccl' 2024-08-20T21:32:38.5873435Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2024-08-20T21:32:38.5989171Z Entering 'third_party/nlohmann' 2024-08-20T21:32:38.6478367Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2024-08-20T21:32:38.6601210Z Entering 'third_party/onnx' 2024-08-20T21:32:38.7102630Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2024-08-20T21:32:38.7228247Z Entering 'third_party/onnx/third_party/benchmark' 2024-08-20T21:32:38.7731774Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2024-08-20T21:32:38.7852135Z Entering 'third_party/onnx/third_party/pybind11' 2024-08-20T21:32:38.8347713Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2024-08-20T21:32:38.8483894Z Entering 'third_party/opentelemetry-cpp' 2024-08-20T21:32:38.8982354Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/config remote.origin.url 2024-08-20T21:32:38.9090358Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-08-20T21:32:38.9583110Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/config remote.origin.url 2024-08-20T21:32:38.9699916Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-08-20T21:32:39.0198140Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/config remote.origin.url 2024-08-20T21:32:39.0319525Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-08-20T21:32:39.0813301Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/config remote.origin.url 2024-08-20T21:32:39.0929145Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-08-20T21:32:39.1438957Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/config remote.origin.url 2024-08-20T21:32:39.1562725Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-08-20T21:32:39.2066758Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/config remote.origin.url 2024-08-20T21:32:39.2185612Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-08-20T21:32:39.2688154Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/config remote.origin.url 2024-08-20T21:32:39.2809011Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-08-20T21:32:39.3306864Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/config remote.origin.url 2024-08-20T21:32:39.3413091Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-08-20T21:32:39.3946818Z 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-20T21:32:39.4067521Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-08-20T21:32:39.4591525Z 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-20T21:32:39.4729772Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-08-20T21:32:39.5222858Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/config remote.origin.url 2024-08-20T21:32:39.5377593Z Entering 'third_party/pocketfft' 2024-08-20T21:32:39.5871642Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2024-08-20T21:32:39.5986403Z Entering 'third_party/protobuf' 2024-08-20T21:32:39.6510895Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2024-08-20T21:32:39.6619773Z Entering 'third_party/protobuf/third_party/benchmark' 2024-08-20T21:32:39.7146832Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2024-08-20T21:32:39.7266841Z Entering 'third_party/protobuf/third_party/googletest' 2024-08-20T21:32:39.7763525Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2024-08-20T21:32:39.7898942Z Entering 'third_party/psimd' 2024-08-20T21:32:39.8409558Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2024-08-20T21:32:39.8526553Z Entering 'third_party/pthreadpool' 2024-08-20T21:32:39.9029562Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2024-08-20T21:32:39.9144341Z Entering 'third_party/pybind11' 2024-08-20T21:32:39.9647144Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2024-08-20T21:32:39.9766972Z Entering 'third_party/python-peachpy' 2024-08-20T21:32:40.0253224Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2024-08-20T21:32:40.0368749Z Entering 'third_party/sleef' 2024-08-20T21:32:40.0855102Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2024-08-20T21:32:40.0972841Z Entering 'third_party/tensorpipe' 2024-08-20T21:32:40.1464286Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2024-08-20T21:32:40.1568993Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-08-20T21:32:40.2065813Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2024-08-20T21:32:40.2186026Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-08-20T21:32:40.2690032Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2024-08-20T21:32:40.2808411Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-08-20T21:32:40.3307958Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2024-08-20T21:32:40.3425066Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-08-20T21:32:40.3920878Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2024-08-20T21:32:40.4023872Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-08-20T21:32:40.4524358Z 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-20T21:32:40.5088891Z [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-20T21:32:40.8179208Z Entering 'android/libs/fbjni' 2024-08-20T21:32:40.8528442Z Entering 'third_party/FP16' 2024-08-20T21:32:40.8882572Z Entering 'third_party/FXdiv' 2024-08-20T21:32:40.9220869Z Entering 'third_party/NNPACK' 2024-08-20T21:32:40.9555416Z Entering 'third_party/VulkanMemoryAllocator' 2024-08-20T21:32:40.9887404Z Entering 'third_party/XNNPACK' 2024-08-20T21:32:41.0227449Z Entering 'third_party/benchmark' 2024-08-20T21:32:41.0575560Z Entering 'third_party/cpp-httplib' 2024-08-20T21:32:41.0909777Z Entering 'third_party/cpuinfo' 2024-08-20T21:32:41.1258105Z Entering 'third_party/cudnn_frontend' 2024-08-20T21:32:41.1594301Z Entering 'third_party/cutlass' 2024-08-20T21:32:41.1934285Z Entering 'third_party/eigen' 2024-08-20T21:32:41.2293204Z Entering 'third_party/fbgemm' 2024-08-20T21:32:41.2609407Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-08-20T21:32:41.2952339Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-08-20T21:32:41.3282415Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-08-20T21:32:41.3621417Z Entering 'third_party/fbgemm/third_party/googletest' 2024-08-20T21:32:41.3952979Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-08-20T21:32:41.4299367Z Entering 'third_party/flatbuffers' 2024-08-20T21:32:41.4637145Z Entering 'third_party/fmt' 2024-08-20T21:32:41.4970943Z Entering 'third_party/gemmlowp/gemmlowp' 2024-08-20T21:32:41.5306038Z Entering 'third_party/gloo' 2024-08-20T21:32:41.5643646Z Entering 'third_party/googletest' 2024-08-20T21:32:41.5972112Z Entering 'third_party/ideep' 2024-08-20T21:32:41.6303322Z Entering 'third_party/ideep/mkl-dnn' 2024-08-20T21:32:41.6674606Z Entering 'third_party/ittapi' 2024-08-20T21:32:41.7008571Z Entering 'third_party/kineto' 2024-08-20T21:32:41.7331668Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-08-20T21:32:41.7658138Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-08-20T21:32:41.7997600Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-08-20T21:32:41.8335442Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-08-20T21:32:41.8688478Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-08-20T21:32:41.9017957Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-08-20T21:32:41.9383965Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-08-20T21:32:41.9740475Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-08-20T21:32:42.0096613Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-08-20T21:32:42.0441919Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-08-20T21:32:42.0809576Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-08-20T21:32:42.1164979Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-08-20T21:32:42.1511850Z Entering 'third_party/mimalloc' 2024-08-20T21:32:42.1840947Z Entering 'third_party/nccl/nccl' 2024-08-20T21:32:42.2176894Z Entering 'third_party/nlohmann' 2024-08-20T21:32:42.2515788Z Entering 'third_party/onnx' 2024-08-20T21:32:42.2870157Z Entering 'third_party/onnx/third_party/benchmark' 2024-08-20T21:32:42.3203428Z Entering 'third_party/onnx/third_party/pybind11' 2024-08-20T21:32:42.3553474Z Entering 'third_party/opentelemetry-cpp' 2024-08-20T21:32:42.3888495Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-08-20T21:32:42.4224183Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-08-20T21:32:42.4558696Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-08-20T21:32:42.4900180Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-08-20T21:32:42.5250152Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-08-20T21:32:42.5595978Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-08-20T21:32:42.5930504Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-08-20T21:32:42.6249734Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-08-20T21:32:42.6636162Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-08-20T21:32:42.7002408Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-08-20T21:32:42.7374572Z Entering 'third_party/pocketfft' 2024-08-20T21:32:42.7711542Z Entering 'third_party/protobuf' 2024-08-20T21:32:42.8040958Z Entering 'third_party/protobuf/third_party/benchmark' 2024-08-20T21:32:42.8378391Z Entering 'third_party/protobuf/third_party/googletest' 2024-08-20T21:32:42.8722475Z Entering 'third_party/psimd' 2024-08-20T21:32:42.9050046Z Entering 'third_party/pthreadpool' 2024-08-20T21:32:42.9377129Z Entering 'third_party/pybind11' 2024-08-20T21:32:42.9704832Z Entering 'third_party/python-peachpy' 2024-08-20T21:32:43.0036164Z Entering 'third_party/sleef' 2024-08-20T21:32:43.0366480Z Entering 'third_party/tensorpipe' 2024-08-20T21:32:43.0686436Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-08-20T21:32:43.1023860Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-08-20T21:32:43.1354668Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-08-20T21:32:43.1710134Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-08-20T21:32:43.2057345Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-08-20T21:32:43.2506276Z [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-20T21:32:43.5482904Z Entering 'android/libs/fbjni' 2024-08-20T21:32:43.5829367Z Entering 'third_party/FP16' 2024-08-20T21:32:43.6158219Z Entering 'third_party/FXdiv' 2024-08-20T21:32:43.6499633Z Entering 'third_party/NNPACK' 2024-08-20T21:32:43.6839623Z Entering 'third_party/VulkanMemoryAllocator' 2024-08-20T21:32:43.7178300Z Entering 'third_party/XNNPACK' 2024-08-20T21:32:43.7558387Z Entering 'third_party/benchmark' 2024-08-20T21:32:43.7885824Z Entering 'third_party/cpp-httplib' 2024-08-20T21:32:43.8232867Z Entering 'third_party/cpuinfo' 2024-08-20T21:32:43.8568849Z Entering 'third_party/cudnn_frontend' 2024-08-20T21:32:43.8933248Z Entering 'third_party/cutlass' 2024-08-20T21:32:43.9271251Z Entering 'third_party/eigen' 2024-08-20T21:32:43.9604101Z Entering 'third_party/fbgemm' 2024-08-20T21:32:43.9924923Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-08-20T21:32:44.0261325Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-08-20T21:32:44.0592226Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-08-20T21:32:44.0932222Z Entering 'third_party/fbgemm/third_party/googletest' 2024-08-20T21:32:44.1262182Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-08-20T21:32:44.1619479Z Entering 'third_party/flatbuffers' 2024-08-20T21:32:44.1951116Z Entering 'third_party/fmt' 2024-08-20T21:32:44.2297143Z Entering 'third_party/gemmlowp/gemmlowp' 2024-08-20T21:32:44.2627665Z Entering 'third_party/gloo' 2024-08-20T21:32:44.2983611Z Entering 'third_party/googletest' 2024-08-20T21:32:44.3316659Z Entering 'third_party/ideep' 2024-08-20T21:32:44.3642604Z Entering 'third_party/ideep/mkl-dnn' 2024-08-20T21:32:44.4004752Z Entering 'third_party/ittapi' 2024-08-20T21:32:44.4342345Z Entering 'third_party/kineto' 2024-08-20T21:32:44.4666089Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-08-20T21:32:44.4991846Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-08-20T21:32:44.5495411Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-08-20T21:32:44.5843188Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-08-20T21:32:44.6201718Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-08-20T21:32:44.6521802Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-08-20T21:32:44.6891025Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-08-20T21:32:44.7232552Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-08-20T21:32:44.7565946Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-08-20T21:32:44.7905836Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-08-20T21:32:44.8261793Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-08-20T21:32:44.8595927Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-08-20T21:32:44.8951286Z Entering 'third_party/mimalloc' 2024-08-20T21:32:44.9275435Z Entering 'third_party/nccl/nccl' 2024-08-20T21:32:44.9603445Z Entering 'third_party/nlohmann' 2024-08-20T21:32:44.9945519Z Entering 'third_party/onnx' 2024-08-20T21:32:45.0283369Z Entering 'third_party/onnx/third_party/benchmark' 2024-08-20T21:32:45.0639556Z Entering 'third_party/onnx/third_party/pybind11' 2024-08-20T21:32:45.0985821Z Entering 'third_party/opentelemetry-cpp' 2024-08-20T21:32:45.1313010Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-08-20T21:32:45.1657214Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-08-20T21:32:45.1998537Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-08-20T21:32:45.2328629Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-08-20T21:32:45.2673751Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-08-20T21:32:45.3071017Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-08-20T21:32:45.3452135Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-08-20T21:32:45.3768144Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-08-20T21:32:45.4105264Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-08-20T21:32:45.4471101Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-08-20T21:32:45.4843747Z Entering 'third_party/pocketfft' 2024-08-20T21:32:45.5190980Z Entering 'third_party/protobuf' 2024-08-20T21:32:45.5535736Z Entering 'third_party/protobuf/third_party/benchmark' 2024-08-20T21:32:45.5879551Z Entering 'third_party/protobuf/third_party/googletest' 2024-08-20T21:32:45.6244954Z Entering 'third_party/psimd' 2024-08-20T21:32:45.6574944Z Entering 'third_party/pthreadpool' 2024-08-20T21:32:45.6908561Z Entering 'third_party/pybind11' 2024-08-20T21:32:45.7271254Z Entering 'third_party/python-peachpy' 2024-08-20T21:32:45.7602204Z Entering 'third_party/sleef' 2024-08-20T21:32:45.7944150Z Entering 'third_party/tensorpipe' 2024-08-20T21:32:45.8263879Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-08-20T21:32:45.8608148Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-08-20T21:32:45.8948861Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-08-20T21:32:45.9280395Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-08-20T21:32:45.9605842Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-08-20T21:32:46.0054848Z ##[endgroup] 2024-08-20T21:32:46.0304340Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format='%H' 2024-08-20T21:32:46.0496059Z '40ec5f6ddd9787aca0449b24128343ff4c4a88b3' 2024-08-20T21:32:46.0777878Z Prepare all required actions 2024-08-20T21:32:46.0868601Z ##[group]Run ./.github/actions/setup-win 2024-08-20T21:32:46.0869032Z with: 2024-08-20T21:32:46.0869330Z cuda-version: cpu 2024-08-20T21:32:46.0869615Z env: 2024-08-20T21:32:46.0869852Z GIT_DEFAULT_BRANCH: main 2024-08-20T21:32:46.0870180Z ##[endgroup] 2024-08-20T21:32:46.0942177Z ##[group]Run set -euo pipefail 2024-08-20T21:32:46.0942802Z set -euo pipefail 2024-08-20T21:32:46.0943266Z function get_ec2_metadata() { 2024-08-20T21:32:46.0943783Z  # Pulled from instance metadata endpoint for EC2 2024-08-20T21:32:46.0944697Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2024-08-20T21:32:46.0945486Z  category=$1 2024-08-20T21:32:46.0945999Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2024-08-20T21:32:46.0946552Z } 2024-08-20T21:32:46.0946953Z echo "ami-id: $(get_ec2_metadata ami-id)" 2024-08-20T21:32:46.0947511Z echo "instance-id: $(get_ec2_metadata instance-id)" 2024-08-20T21:32:46.0948205Z echo "instance-type: $(get_ec2_metadata instance-type)" 2024-08-20T21:32:46.0948812Z echo "system info $(uname -a)" 2024-08-20T21:32:46.0967648Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-08-20T21:32:46.0968302Z env: 2024-08-20T21:32:46.0968564Z GIT_DEFAULT_BRANCH: main 2024-08-20T21:32:46.0968873Z ##[endgroup] 2024-08-20T21:32:46.1337549Z ami-id: ami-0deabe82e86a1730e 2024-08-20T21:32:46.1542097Z instance-id: i-04fdfa6c4e1aa973e 2024-08-20T21:32:46.1693385Z instance-type: c5d.4xlarge 2024-08-20T21:32:46.1870169Z 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-20T21:32:46.1959352Z ##[group]Run Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2024-08-20T21:32:46.1960717Z Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2024-08-20T21:32:46.1976376Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2024-08-20T21:32:46.1977001Z env: 2024-08-20T21:32:46.1977246Z GIT_DEFAULT_BRANCH: main 2024-08-20T21:32:46.1977566Z ##[endgroup] 2024-08-20T21:32:46.5379364Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2024-08-20T21:32:46.5439304Z Finished 2024-08-20T21:32:46.5733262Z ##[group]Run # Windows conda is baked into the AMI at this location 2024-08-20T21:32:46.5733967Z # Windows conda is baked into the AMI at this location 2024-08-20T21:32:46.5734597Z CONDA="C:\Jenkins\Miniconda3\condabin\conda.bat" 2024-08-20T21:32:46.5735063Z  2024-08-20T21:32:46.5735280Z { 2024-08-20T21:32:46.5735699Z  echo "CONDA_RUN=${CONDA} run --no-capture-output"; 2024-08-20T21:32:46.5736342Z  echo "CONDA_BUILD=${CONDA} run conda-build"; 2024-08-20T21:32:46.5736859Z  echo "CONDA_INSTALL=${CONDA} install"; 2024-08-20T21:32:46.5737298Z } >> "${GITHUB_ENV}" 2024-08-20T21:32:46.5756058Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-08-20T21:32:46.5756687Z env: 2024-08-20T21:32:46.5756931Z GIT_DEFAULT_BRANCH: main 2024-08-20T21:32:46.5757241Z ##[endgroup] 2024-08-20T21:32:46.6051211Z ##[group]Run set +e 2024-08-20T21:32:46.6051525Z set +e 2024-08-20T21:32:46.6051785Z set -x 2024-08-20T21:32:46.6052037Z  2024-08-20T21:32:46.6052332Z PYTHON3=$(${CONDA_RUN} which python3) 2024-08-20T21:32:46.6052758Z EXIT_CODE=$? 2024-08-20T21:32:46.6053042Z  2024-08-20T21:32:46.6053315Z if [[ "${EXIT_CODE}" == "0" ]]; then 2024-08-20T21:32:46.6053916Z  echo "Found Python3 at ${PYTHON3}, adding it into GITHUB_PATH" 2024-08-20T21:32:46.6055705Z  2024-08-20T21:32:46.6056040Z  PYTHON_PATH=$(dirname "${PYTHON3}") 2024-08-20T21:32:46.6056534Z  echo "${PYTHON_PATH}" >> "${GITHUB_PATH}" 2024-08-20T21:32:46.6056961Z else 2024-08-20T21:32:46.6057599Z  # According to https://docs.conda.io/en/latest/miniconda.html, we are using the Miniconda3 2024-08-20T21:32:46.6058666Z  # installation, which is Python 3 based. Its Python is default to Python 3. Further, there 2024-08-20T21:32:46.6059888Z  # is also the Miniconda installation that is Python 2 based, and both can be installed if 2024-08-20T21:32:46.6060815Z  # needed. In both cases, Python binary is just called python 2024-08-20T21:32:46.6061424Z  PYTHON=$(${CONDA_RUN} which python) 2024-08-20T21:32:46.6061835Z  EXIT_CODE=$? 2024-08-20T21:32:46.6062127Z  2024-08-20T21:32:46.6062418Z  if [[ "${EXIT_CODE}" == "0" ]]; then 2024-08-20T21:32:46.6063191Z  echo "Found Python at ${PYTHON}, set Python3 alias and add it into GITHUB_PATH" 2024-08-20T21:32:46.6063826Z  2024-08-20T21:32:46.6064210Z  PYTHON3=$(echo "${PYTHON}" | sed "s/python/python3/") 2024-08-20T21:32:46.6065011Z  # It's difficult to setup alias across GitHub action steps, so I just add a softlink 2024-08-20T21:32:46.6065756Z  # here pointing to Python 2024-08-20T21:32:46.6066231Z  ln -s "${PYTHON}" "${PYTHON3}" 2024-08-20T21:32:46.6066602Z  2024-08-20T21:32:46.6066895Z  PYTHON_PATH=$(dirname "${PYTHON}") 2024-08-20T21:32:46.6067394Z  echo "${PYTHON_PATH}" >> "${GITHUB_PATH}" 2024-08-20T21:32:46.6067809Z  else 2024-08-20T21:32:46.6068160Z  echo "Found no Python using ${CONDA_RUN}" 2024-08-20T21:32:46.6068591Z  fi 2024-08-20T21:32:46.6068823Z fi 2024-08-20T21:32:46.6086864Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-08-20T21:32:46.6087491Z env: 2024-08-20T21:32:46.6087717Z GIT_DEFAULT_BRANCH: main 2024-08-20T21:32:46.6088257Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-08-20T21:32:46.6089022Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-08-20T21:32:46.6089772Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-08-20T21:32:46.6090326Z ##[endgroup] 2024-08-20T21:32:46.6401415Z ++ 'C:\Jenkins\Miniconda3\condabin\conda.bat' run --no-capture-output which python3 2024-08-20T21:32:56.2710424Z 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-20T21:32:56.2734966Z ERROR conda.cli.main_run:execute(49): `conda run which python3` failed. (See above for error) 2024-08-20T21:32:56.3408535Z + PYTHON3= 2024-08-20T21:32:56.3408841Z + EXIT_CODE=1 2024-08-20T21:32:56.3409539Z + [[ 1 == \0 ]] 2024-08-20T21:32:56.3468346Z ++ 'C:\Jenkins\Miniconda3\condabin\conda.bat' run --no-capture-output which python 2024-08-20T21:32:58.0963684Z + PYTHON=/c/Jenkins/Miniconda3/python 2024-08-20T21:32:58.0964153Z + EXIT_CODE=0 2024-08-20T21:32:58.0964396Z + [[ 0 == \0 ]] 2024-08-20T21:32:58.0964997Z Found Python at /c/Jenkins/Miniconda3/python, set Python3 alias and add it into GITHUB_PATH 2024-08-20T21:32:58.0967787Z + echo 'Found Python at /c/Jenkins/Miniconda3/python, set Python3 alias and add it into GITHUB_PATH' 2024-08-20T21:32:58.1081020Z ++ echo /c/Jenkins/Miniconda3/python 2024-08-20T21:32:58.1131422Z ++ sed s/python/python3/ 2024-08-20T21:32:58.1203288Z + PYTHON3=/c/Jenkins/Miniconda3/python3 2024-08-20T21:32:58.1203955Z + ln -s /c/Jenkins/Miniconda3/python /c/Jenkins/Miniconda3/python3 2024-08-20T21:32:58.1381964Z ++ dirname /c/Jenkins/Miniconda3/python 2024-08-20T21:32:58.1451585Z + PYTHON_PATH=/c/Jenkins/Miniconda3 2024-08-20T21:32:58.1452224Z + echo /c/Jenkins/Miniconda3 2024-08-20T21:32:58.1560437Z ##[group]Run TMPDIR=$(python -c 'import tempfile; print(tempfile.gettempdir());') 2024-08-20T21:32:58.1561292Z TMPDIR=$(python -c 'import tempfile; print(tempfile.gettempdir());') 2024-08-20T21:32:58.1561958Z echo "TMPDIR=${TMPDIR}" >> "${GITHUB_ENV}" 2024-08-20T21:32:58.1582624Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-08-20T21:32:58.1583253Z env: 2024-08-20T21:32:58.1583494Z GIT_DEFAULT_BRANCH: main 2024-08-20T21:32:58.1584036Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-08-20T21:32:58.1584807Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-08-20T21:32:58.1585503Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-08-20T21:32:58.1586053Z ##[endgroup] 2024-08-20T21:32:58.2466577Z ##[group]Run Add-MpPreference -ExclusionPath $(Get-Location).tostring(),$Env:TMPDIR,"C:\Jenkins\Miniconda3" -ErrorAction Ignore 2024-08-20T21:32:58.2467987Z Add-MpPreference -ExclusionPath $(Get-Location).tostring(),$Env:TMPDIR,"C:\Jenkins\Miniconda3" -ErrorAction Ignore 2024-08-20T21:32:58.2469147Z # Let's both exclude the path and disable Windows Defender completely just to be sure 2024-08-20T21:32:58.2469856Z # that it doesn't interfere 2024-08-20T21:32:58.2470466Z Set-MpPreference -DisableRealtimeMonitoring $True -ErrorAction Ignore 2024-08-20T21:32:58.2486076Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2024-08-20T21:32:58.2486721Z env: 2024-08-20T21:32:58.2486948Z GIT_DEFAULT_BRANCH: main 2024-08-20T21:32:58.2487494Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-08-20T21:32:58.2488262Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-08-20T21:32:58.2489005Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-08-20T21:32:58.2489626Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-08-20T21:32:58.2490034Z ##[endgroup] 2024-08-20T21:32:58.7291673Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2024-08-20T21:32:58.7353004Z Finished 2024-08-20T21:32:59.3785780Z ##[group]Run choco install handle -y 2024-08-20T21:32:59.3786206Z choco install handle -y 2024-08-20T21:32:59.3786607Z handle C:\actions-runner\_work\ 2024-08-20T21:32:59.3801842Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2024-08-20T21:32:59.3802500Z env: 2024-08-20T21:32:59.3802743Z GIT_DEFAULT_BRANCH: main 2024-08-20T21:32:59.3803270Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-08-20T21:32:59.3804043Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-08-20T21:32:59.3804740Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-08-20T21:32:59.3805297Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-08-20T21:32:59.3805716Z ##[endgroup] 2024-08-20T21:32:59.6988312Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2024-08-20T21:32:59.7028265Z Finished 2024-08-20T21:33:01.4738892Z Chocolatey v2.3.0 2024-08-20T21:33:01.6765239Z Installing the following packages: 2024-08-20T21:33:01.6770325Z handle 2024-08-20T21:33:01.6774185Z By installing, you accept licenses for the packages. 2024-08-20T21:33:02.9339490Z Downloading package from source 'https://community.chocolatey.org/api/v2/' 2024-08-20T21:33:03.0612121Z 2024-08-20T21:33:03.0612883Z Progress: Downloading Handle 5.0... 15% 2024-08-20T21:33:03.0613397Z Progress: Downloading Handle 5.0... 45% 2024-08-20T21:33:03.0613811Z Progress: Downloading Handle 5.0... 75% 2024-08-20T21:33:03.0614243Z Progress: Downloading Handle 5.0... 100% 2024-08-20T21:33:03.2063643Z 2024-08-20T21:33:03.2063945Z handle v5.0.0 [Approved] 2024-08-20T21:33:03.2260846Z handle package files install completed. Performing other installation steps. 2024-08-20T21:33:04.7214970Z Downloading Handle 2024-08-20T21:33:04.7215520Z from 'https://download.sysinternals.com/files/Handle.zip' 2024-08-20T21:33:04.8126615Z 2024-08-20T21:33:04.8142130Z Progress: 15% - Saving 112 KB of 729.82 KB 2024-08-20T21:33:04.8155738Z Progress: 30% - Saving 224 KB of 729.82 KB 2024-08-20T21:33:04.8169808Z Progress: 43% - Saving 320 KB of 729.82 KB 2024-08-20T21:33:04.8184431Z Progress: 59% - Saving 432 KB of 729.82 KB 2024-08-20T21:33:04.8198618Z Progress: 78% - Saving 575.99 KB of 729.82 KB 2024-08-20T21:33:04.8208177Z Progress: 98% - Saving 720 KB of 729.82 KB 2024-08-20T21:33:04.8211502Z Progress: 100% - Completed download of C:\Users\runneruser\AppData\Local\Temp\chocolatey\Handle\5.0.0\Handle.zip (729.82 KB). 2024-08-20T21:33:04.8217513Z Download of Handle.zip (729.82 KB) completed. 2024-08-20T21:33:07.8938134Z Hashes match. 2024-08-20T21:33:07.9196657Z Extracting C:\Users\runneruser\AppData\Local\Temp\chocolatey\Handle\5.0.0\Handle.zip to C:\ProgramData\chocolatey\lib\Handle\tools... 2024-08-20T21:33:08.2884546Z C:\ProgramData\chocolatey\lib\Handle\tools 2024-08-20T21:33:08.2934682Z HKEY_CURRENT_USER\Software\Sysinternals 2024-08-20T21:33:08.2964697Z HKEY_CURRENT_USER\Software\Sysinternals\Handle 2024-08-20T21:33:08.9065735Z ShimGen has successfully created a shim for handle.exe 2024-08-20T21:33:09.1152535Z ShimGen has successfully created a shim for handle64.exe 2024-08-20T21:33:09.4149896Z ShimGen has successfully created a shim for handle64a.exe 2024-08-20T21:33:09.4804837Z The install of handle was successful. 2024-08-20T21:33:09.4808285Z Deployed to 'C:\ProgramData\chocolatey\lib\Handle\tools' 2024-08-20T21:33:09.4933213Z 2024-08-20T21:33:09.4967177Z Chocolatey installed 1/1 packages. 2024-08-20T21:33:09.4967935Z See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log). 2024-08-20T21:33:09.4968609Z 2024-08-20T21:33:09.4968983Z Did you know the proceeds of Pro (and some proceeds from other 2024-08-20T21:33:09.4970296Z licensed editions) go into bettering the community infrastructure? 2024-08-20T21:33:09.4971643Z Your support ensures an active community, keeps Chocolatey tip-top, 2024-08-20T21:33:09.4972371Z plus it nets you some awesome features! 2024-08-20T21:33:09.4972964Z https://chocolatey.org/compare 2024-08-20T21:33:09.6913880Z 2024-08-20T21:33:09.6914437Z Nthandle v5.0 - Handle viewer 2024-08-20T21:33:09.6914895Z Copyright (C) 1997-2022 Mark Russinovich 2024-08-20T21:33:09.6915348Z Sysinternals - www.sysinternals.com 2024-08-20T21:33:09.6915651Z 2024-08-20T21:33:09.7295323Z powershell.exe pid: 4864 type: File 44: C:\actions-runner\_work\pytorch\pytorch 2024-08-20T21:33:09.7296264Z handle.exe pid: 1008 type: File 44: C:\actions-runner\_work\pytorch\pytorch 2024-08-20T21:33:09.7297158Z handle.exe pid: 3340 type: File 94: C:\actions-runner\_work\pytorch\pytorch 2024-08-20T21:33:09.7298024Z handle64.exe pid: 1064 type: File 50: C:\actions-runner\_work\pytorch\pytorch 2024-08-20T21:33:09.7605743Z ##[group]Run python3 .github/scripts/parse_ref.py 2024-08-20T21:33:09.7606294Z python3 .github/scripts/parse_ref.py 2024-08-20T21:33:09.7625191Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-08-20T21:33:09.7625817Z env: 2024-08-20T21:33:09.7626061Z GIT_DEFAULT_BRANCH: main 2024-08-20T21:33:09.7626674Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-08-20T21:33:09.7627490Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-08-20T21:33:09.7628188Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-08-20T21:33:09.7628759Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-08-20T21:33:09.7629156Z ##[endgroup] 2024-08-20T21:33:09.8426609Z Prepare all required actions 2024-08-20T21:33:09.8471273Z ##[group]Run ./.github/actions/get-workflow-job-id 2024-08-20T21:33:09.8471843Z with: 2024-08-20T21:33:09.8472378Z github-token: *** 2024-08-20T21:33:09.8472650Z env: 2024-08-20T21:33:09.8472868Z GIT_DEFAULT_BRANCH: main 2024-08-20T21:33:09.8473411Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-08-20T21:33:09.8474180Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-08-20T21:33:09.8474863Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-08-20T21:33:09.8475429Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-08-20T21:33:09.8475834Z ##[endgroup] 2024-08-20T21:33:09.8547140Z ##[group]Run set -eux 2024-08-20T21:33:09.8547450Z set -eux 2024-08-20T21:33:09.8548022Z python3 .github/scripts/get_workflow_job_id.py "${GITHUB_RUN_ID}" "${RUNNER_NAME}" 2024-08-20T21:33:09.8566540Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-08-20T21:33:09.8567156Z env: 2024-08-20T21:33:09.8567404Z GIT_DEFAULT_BRANCH: main 2024-08-20T21:33:09.8567961Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-08-20T21:33:09.8568734Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-08-20T21:33:09.8569422Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-08-20T21:33:09.8569995Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-08-20T21:33:09.8570593Z GITHUB_TOKEN: *** 2024-08-20T21:33:09.8570856Z ##[endgroup] 2024-08-20T21:33:09.8748349Z + python3 .github/scripts/get_workflow_job_id.py 10479310961 i-04fdfa6c4e1aa973e 2024-08-20T21:33:10.5426881Z setting job-id=29024704749 2024-08-20T21:33:10.5427334Z setting job-name=win-vs2019-cpu-py3 / build 2024-08-20T21:33:10.5793462Z Prepare all required actions 2024-08-20T21:33:10.5794015Z Getting action download info 2024-08-20T21:33:10.6690959Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2024-08-20T21:33:11.0457581Z ##[group]Run ./.github/actions/filter-test-configs 2024-08-20T21:33:11.0458022Z with: 2024-08-20T21:33:11.0458455Z github-token: *** 2024-08-20T21:33:11.0459965Z 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-20T21:33:11.0462536Z job-name: win-vs2019-cpu-py3 / build 2024-08-20T21:33:11.0462909Z env: 2024-08-20T21:33:11.0463145Z GIT_DEFAULT_BRANCH: main 2024-08-20T21:33:11.0463729Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-08-20T21:33:11.0464496Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-08-20T21:33:11.0465199Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-08-20T21:33:11.0465776Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-08-20T21:33:11.0466191Z ##[endgroup] 2024-08-20T21:33:11.0573936Z ##[group]Run nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 2024-08-20T21:33:11.0574491Z with: 2024-08-20T21:33:11.0574724Z shell: bash 2024-08-20T21:33:11.0574975Z timeout_minutes: 10 2024-08-20T21:33:11.0575267Z max_attempts: 5 2024-08-20T21:33:11.0575543Z retry_wait_seconds: 30 2024-08-20T21:33:11.0576691Z 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-20T21:33:11.0577885Z polling_interval_seconds: 1 2024-08-20T21:33:11.0578230Z warning_on_retry: true 2024-08-20T21:33:11.0578555Z continue_on_error: false 2024-08-20T21:33:11.0578844Z env: 2024-08-20T21:33:11.0579084Z GIT_DEFAULT_BRANCH: main 2024-08-20T21:33:11.0579692Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-08-20T21:33:11.0580452Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-08-20T21:33:11.0581389Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-08-20T21:33:11.0581958Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-08-20T21:33:11.0582557Z GITHUB_TOKEN: *** 2024-08-20T21:33:11.0582819Z ##[endgroup] 2024-08-20T21:33:11.1318804Z + python3 -m pip install requests==2.27.1 pyyaml==6.0.1 2024-08-20T21:33:12.4214740Z Collecting requests==2.27.1 2024-08-20T21:33:12.6126370Z Downloading requests-2.27.1-py2.py3-none-any.whl.metadata (5.0 kB) 2024-08-20T21:33:12.6241228Z Requirement already satisfied: pyyaml==6.0.1 in c:\jenkins\miniconda3\lib\site-packages (6.0.1) 2024-08-20T21:33:12.6368082Z 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-20T21:33:12.6374341Z Requirement already satisfied: certifi>=2017.4.17 in c:\jenkins\miniconda3\lib\site-packages (from requests==2.27.1) (2024.6.2) 2024-08-20T21:33:12.6386645Z 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-20T21:33:12.6400420Z Requirement already satisfied: idna<4,>=2.5 in c:\jenkins\miniconda3\lib\site-packages (from requests==2.27.1) (3.7) 2024-08-20T21:33:12.6717468Z Downloading requests-2.27.1-py2.py3-none-any.whl (63 kB) 2024-08-20T21:33:12.7835099Z ---------------------------------------- 63.1/63.1 kB 562.7 kB/s eta 0:00:00 2024-08-20T21:33:13.6593357Z Installing collected packages: requests 2024-08-20T21:33:13.6593844Z Attempting uninstall: requests 2024-08-20T21:33:13.6604684Z Found existing installation: requests 2.32.2 2024-08-20T21:33:13.6677318Z Uninstalling requests-2.32.2: 2024-08-20T21:33:13.6697413Z Successfully uninstalled requests-2.32.2 2024-08-20T21:33:13.7671578Z Successfully installed requests-2.27.1 2024-08-20T21:33:15.1365001Z Command completed after 1 attempt(s). 2024-08-20T21:33:15.1509931Z ##[group]Run set -x 2024-08-20T21:33:15.1510295Z set -x 2024-08-20T21:33:15.1510554Z  2024-08-20T21:33:15.1511107Z # Use relative path here as this could be checked out anywhere, not necessarily 2024-08-20T21:33:15.1511782Z # in runner workspace 2024-08-20T21:33:15.1512286Z python3 "${GITHUB_ACTION_PATH}/../../scripts/parse_ref.py" 2024-08-20T21:33:15.1531128Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-08-20T21:33:15.1531759Z env: 2024-08-20T21:33:15.1532004Z GIT_DEFAULT_BRANCH: main 2024-08-20T21:33:15.1532529Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-08-20T21:33:15.1533320Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-08-20T21:33:15.1534116Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-08-20T21:33:15.1534698Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-08-20T21:33:15.1535100Z ##[endgroup] 2024-08-20T21:33:15.1723535Z + python3 'C:\actions-runner\_work\pytorch\pytorch\./.github/actions/filter-test-configs/../../scripts/parse_ref.py' 2024-08-20T21:33:15.2374046Z ##[group]Run echo "Workflow: ${GITHUB_WORKFLOW}" 2024-08-20T21:33:15.2374560Z echo "Workflow: ${GITHUB_WORKFLOW}" 2024-08-20T21:33:15.2374988Z echo "Job name: ${JOB_NAME}" 2024-08-20T21:33:15.2375354Z  2024-08-20T21:33:15.2375860Z # Use relative path here as this could be checked out anywhere, not necessarily 2024-08-20T21:33:15.2376523Z # in runner workspace 2024-08-20T21:33:15.2377074Z python3 "${GITHUB_ACTION_PATH}/../../scripts/filter_test_configs.py" \ 2024-08-20T21:33:15.2377706Z  --workflow "${GITHUB_WORKFLOW}" \ 2024-08-20T21:33:15.2378114Z  --job-name "${JOB_NAME}" \ 2024-08-20T21:33:15.2378514Z  --test-matrix "{ include: [ 2024-08-20T21:33:15.2379191Z  { config: "default", shard: 1, num_shards: 3, runner: "windows.4xlarge.nonephemeral" }, 2024-08-20T21:33:15.2380271Z  { config: "default", shard: 2, num_shards: 3, runner: "windows.4xlarge.nonephemeral" }, 2024-08-20T21:33:15.2381339Z  { config: "default", shard: 3, num_shards: 3, runner: "windows.4xlarge.nonephemeral" }, 2024-08-20T21:33:15.2381990Z ]} 2024-08-20T21:33:15.2382213Z " \ 2024-08-20T21:33:15.2382504Z  --selected-test-configs "" \ 2024-08-20T21:33:15.2382928Z  --pr-number "${PR_NUMBER}" \ 2024-08-20T21:33:15.2383312Z  --tag "${TAG}" \ 2024-08-20T21:33:15.2383654Z  --event-name "${EVENT_NAME}" \ 2024-08-20T21:33:15.2384070Z  --schedule "${SCHEDULE}" \ 2024-08-20T21:33:15.2384459Z  --branch "${HEAD_BRANCH}" 2024-08-20T21:33:15.2402468Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-08-20T21:33:15.2403090Z env: 2024-08-20T21:33:15.2403327Z GIT_DEFAULT_BRANCH: main 2024-08-20T21:33:15.2403865Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-08-20T21:33:15.2404633Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-08-20T21:33:15.2405329Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-08-20T21:33:15.2405888Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-08-20T21:33:15.2406494Z GITHUB_TOKEN: *** 2024-08-20T21:33:15.2406800Z JOB_NAME: win-vs2019-cpu-py3 / build 2024-08-20T21:33:15.2407161Z PR_NUMBER: 2024-08-20T21:33:15.2407425Z TAG: ciflow/trunk/133712 2024-08-20T21:33:15.2407735Z EVENT_NAME: push 2024-08-20T21:33:15.2407985Z SCHEDULE: 2024-08-20T21:33:15.2408229Z HEAD_BRANCH: 2024-08-20T21:33:15.2409000Z ##[endgroup] 2024-08-20T21:33:15.2593043Z Workflow: trunk 2024-08-20T21:33:15.2593388Z Job name: win-vs2019-cpu-py3 / build 2024-08-20T21:33:15.6225505Z INFO:root:Found no test-config label on the PR, so all test configs are included 2024-08-20T21:33:15.8705727Z ##[group]Run echo "Filtered matrix:" 2024-08-20T21:33:15.8706162Z echo "Filtered matrix:" 2024-08-20T21:33:15.8707711Z 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-20T21:33:15.8709267Z  2024-08-20T21:33:15.8709495Z echo 2024-08-20T21:33:15.8709833Z echo "Is the current job unstable? False" 2024-08-20T21:33:15.8710245Z  2024-08-20T21:33:15.8710470Z echo 2024-08-20T21:33:15.8710798Z echo "Is keep-going label set? False" 2024-08-20T21:33:15.8711196Z  2024-08-20T21:33:15.8711420Z echo 2024-08-20T21:33:15.8711696Z echo "Renabled issues? " 2024-08-20T21:33:15.8729817Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-08-20T21:33:15.8730455Z env: 2024-08-20T21:33:15.8730683Z GIT_DEFAULT_BRANCH: main 2024-08-20T21:33:15.8731225Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-08-20T21:33:15.8731997Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-08-20T21:33:15.8732692Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-08-20T21:33:15.8733252Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-08-20T21:33:15.8733659Z ##[endgroup] 2024-08-20T21:33:15.8910666Z Filtered matrix: 2024-08-20T21:33:15.8912356Z {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-20T21:33:15.8913839Z 2024-08-20T21:33:15.8913994Z Is the current job unstable? False 2024-08-20T21:33:15.8914260Z 2024-08-20T21:33:15.8914381Z Is keep-going label set? False 2024-08-20T21:33:15.8914814Z 2024-08-20T21:33:15.8914913Z Renabled issues? 2024-08-20T21:33:15.9031951Z Prepare all required actions 2024-08-20T21:33:15.9032441Z Getting action download info 2024-08-20T21:33:16.0133829Z ##[group]Run ./.github/actions/pytest-cache-download 2024-08-20T21:33:16.0134257Z with: 2024-08-20T21:33:16.0134500Z cache_dir: .pytest_cache 2024-08-20T21:33:16.0134860Z job_identifier: trunk_win-vs2019-cpu-py3 2024-08-20T21:33:16.0135252Z s3_bucket: gha-artifacts 2024-08-20T21:33:16.0135547Z env: 2024-08-20T21:33:16.0135783Z GIT_DEFAULT_BRANCH: main 2024-08-20T21:33:16.0136303Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-08-20T21:33:16.0137072Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-08-20T21:33:16.0137877Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-08-20T21:33:16.0138449Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-08-20T21:33:16.0138857Z ##[endgroup] 2024-08-20T21:33:16.0236423Z ##[group]Run nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 2024-08-20T21:33:16.0236955Z with: 2024-08-20T21:33:16.0237182Z shell: bash 2024-08-20T21:33:16.0237439Z timeout_minutes: 5 2024-08-20T21:33:16.0237708Z max_attempts: 5 2024-08-20T21:33:16.0237984Z retry_wait_seconds: 30 2024-08-20T21:33:16.0238395Z command: set -eu python3 -m pip install boto3==1.19.12 2024-08-20T21:33:16.0238868Z polling_interval_seconds: 1 2024-08-20T21:33:16.0239201Z warning_on_retry: true 2024-08-20T21:33:16.0239507Z continue_on_error: false 2024-08-20T21:33:16.0239789Z env: 2024-08-20T21:33:16.0240018Z GIT_DEFAULT_BRANCH: main 2024-08-20T21:33:16.0240548Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-08-20T21:33:16.0241302Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-08-20T21:33:16.0241998Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-08-20T21:33:16.0242572Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-08-20T21:33:16.0242982Z ##[endgroup] 2024-08-20T21:33:17.4243328Z Collecting boto3==1.19.12 2024-08-20T21:33:17.6136458Z Downloading boto3-1.19.12-py3-none-any.whl.metadata (6.4 kB) 2024-08-20T21:33:18.2793959Z Collecting botocore<1.23.0,>=1.22.12 (from boto3==1.19.12) 2024-08-20T21:33:18.2856769Z Downloading botocore-1.22.12-py3-none-any.whl.metadata (5.6 kB) 2024-08-20T21:33:18.3210479Z Collecting jmespath<1.0.0,>=0.7.1 (from boto3==1.19.12) 2024-08-20T21:33:18.3268827Z Downloading jmespath-0.10.0-py2.py3-none-any.whl.metadata (8.0 kB) 2024-08-20T21:33:18.3645084Z Collecting s3transfer<0.6.0,>=0.5.0 (from boto3==1.19.12) 2024-08-20T21:33:18.3702642Z Downloading s3transfer-0.5.2-py3-none-any.whl.metadata (1.7 kB) 2024-08-20T21:33:18.3966412Z 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-20T21:33:18.3973017Z 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-20T21:33:18.6613591Z 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-20T21:33:18.6881267Z Downloading boto3-1.19.12-py3-none-any.whl (131 kB) 2024-08-20T21:33:18.7341057Z ---------------------------------------- 131.8/131.8 kB 2.6 MB/s eta 0:00:00 2024-08-20T21:33:18.7428717Z Downloading botocore-1.22.12-py3-none-any.whl (8.1 MB) 2024-08-20T21:33:19.1646863Z ---------------------------------------- 8.1/8.1 MB 19.2 MB/s eta 0:00:00 2024-08-20T21:33:19.1711230Z Downloading jmespath-0.10.0-py2.py3-none-any.whl (24 kB) 2024-08-20T21:33:19.1864728Z Downloading s3transfer-0.5.2-py3-none-any.whl (79 kB) 2024-08-20T21:33:19.4128113Z ---------------------------------------- 79.5/79.5 kB 316.4 kB/s eta 0:00:00 2024-08-20T21:33:20.2387145Z Installing collected packages: jmespath, botocore, s3transfer, boto3 2024-08-20T21:33:20.2387981Z Attempting uninstall: jmespath 2024-08-20T21:33:20.2397137Z Found existing installation: jmespath 1.0.1 2024-08-20T21:33:20.2457783Z Uninstalling jmespath-1.0.1: 2024-08-20T21:33:20.2494592Z Successfully uninstalled jmespath-1.0.1 2024-08-20T21:33:20.2933663Z Attempting uninstall: botocore 2024-08-20T21:33:20.2940543Z Found existing installation: botocore 1.34.82 2024-08-20T21:33:20.4839813Z Uninstalling botocore-1.34.82: 2024-08-20T21:33:20.5574535Z Successfully uninstalled botocore-1.34.82 2024-08-20T21:33:26.9850706Z Attempting uninstall: s3transfer 2024-08-20T21:33:26.9860680Z Found existing installation: s3transfer 0.10.1 2024-08-20T21:33:26.9933652Z Uninstalling s3transfer-0.10.1: 2024-08-20T21:33:26.9955204Z Successfully uninstalled s3transfer-0.10.1 2024-08-20T21:33:27.0820769Z Attempting uninstall: boto3 2024-08-20T21:33:27.0828276Z Found existing installation: boto3 1.34.82 2024-08-20T21:33:27.0995351Z Uninstalling boto3-1.34.82: 2024-08-20T21:33:27.1048023Z Successfully uninstalled boto3-1.34.82 2024-08-20T21:33:27.6051078Z Successfully installed boto3-1.19.12 botocore-1.22.12 jmespath-0.10.0 s3transfer-0.5.2 2024-08-20T21:33:28.1068145Z Command completed after 1 attempt(s). 2024-08-20T21:33:28.1218756Z ##[group]Run python3 .github/scripts/pytest_cache.py \ 2024-08-20T21:33:28.1219367Z python3 .github/scripts/pytest_cache.py \ 2024-08-20T21:33:28.1219950Z  --download \ 2024-08-20T21:33:28.1220331Z  --cache_dir $GITHUB_WORKSPACE/$CACHE_DIR \ 2024-08-20T21:33:28.1220814Z  --pr_identifier $GITHUB_REF \ 2024-08-20T21:33:28.1221263Z  --job_identifier $JOB_IDENTIFIER \ 2024-08-20T21:33:28.1221688Z  --temp_dir $RUNNER_TEMP \ 2024-08-20T21:33:28.1222060Z  --repo $REPO \ 2024-08-20T21:33:28.1222391Z  --bucket $BUCKET \ 2024-08-20T21:33:28.1241146Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-08-20T21:33:28.1241832Z env: 2024-08-20T21:33:28.1242113Z GIT_DEFAULT_BRANCH: main 2024-08-20T21:33:28.1242644Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-08-20T21:33:28.1243416Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-08-20T21:33:28.1244107Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-08-20T21:33:28.1244679Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-08-20T21:33:28.1245093Z CACHE_DIR: .pytest_cache 2024-08-20T21:33:28.1245451Z JOB_IDENTIFIER: trunk_win-vs2019-cpu-py3 2024-08-20T21:33:28.1245855Z REPO: pytorch/pytorch 2024-08-20T21:33:28.1246156Z BUCKET: gha-artifacts 2024-08-20T21:33:28.1246451Z ##[endgroup] 2024-08-20T21:33:28.7839067Z PR identifier for `refs/tags/ciflow/trunk/133712` is `eb55167072b460c99ab9566b9e4f8b54` 2024-08-20T21:33:28.7841558Z Downloading cache with args Namespace(upload=False, download=True, cache_dir='C:\\actions-runner\\_work\\pytorch\\pytorch/.pytest_cache', pr_identifier='refs/tags/ciflow/trunk/133712', job_identifier='trunk_win-vs2019-cpu-py3', sha=None, test_config=None, shard=None, repo='pytorch/pytorch', temp_dir='C:\\actions-runner\\_work\\_temp', bucket='gha-artifacts') 2024-08-20T21:33:28.7844347Z There were no files matching the prefix `pytest_cache/pytorch/pytorch/eb55167072b460c99ab9566b9e4f8b54/trunk_win-vs2019-cpu-py3` in bucket `gha-artifacts` 2024-08-20T21:33:28.8368707Z ##[group]Run .ci/pytorch/win-build.sh 2024-08-20T21:33:28.8369146Z .ci/pytorch/win-build.sh 2024-08-20T21:33:28.8387417Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-08-20T21:33:28.8388050Z env: 2024-08-20T21:33:28.8388294Z GIT_DEFAULT_BRANCH: main 2024-08-20T21:33:28.8388820Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-08-20T21:33:28.8389749Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-08-20T21:33:28.8390452Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-08-20T21:33:28.8391024Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-08-20T21:33:28.8391540Z PYTORCH_FINAL_PACKAGE_DIR: /c/10479310961/build-results/ 2024-08-20T21:33:28.8391994Z BRANCH: 2024-08-20T21:33:28.8392268Z BUILD_ENVIRONMENT: win-vs2019-cpu-py3 2024-08-20T21:33:28.8392635Z BUILD_WHEEL: 1 2024-08-20T21:33:28.8392892Z MAX_JOBS: 8 2024-08-20T21:33:28.8393184Z CUDA_VERSION: cpu 2024-08-20T21:33:28.8393467Z PYTHON_VERSION: 3.8 2024-08-20T21:33:28.8393780Z SCCACHE_BUCKET: ossci-compiler-cache 2024-08-20T21:33:28.8394173Z SCCACHE_S3_KEY_PREFIX: trunk 2024-08-20T21:33:28.8394513Z SCCACHE_REGION: us-east-1 2024-08-20T21:33:28.8394825Z VC_PRODUCT: BuildTools 2024-08-20T21:33:28.8395126Z VC_VERSION: 2024-08-20T21:33:28.8395372Z VC_YEAR: 2019 2024-08-20T21:33:28.8395813Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-08-20T21:33:28.8396384Z AWS_DEFAULT_REGION: us-east-1 2024-08-20T21:33:28.8396718Z PR_NUMBER: 2024-08-20T21:33:28.8397024Z SHA1: 40ec5f6ddd9787aca0449b24128343ff4c4a88b3 2024-08-20T21:33:28.8397434Z DEBUG: 0 2024-08-20T21:33:28.8397684Z TORCH_CUDA_ARCH_LIST: 8.6 2024-08-20T21:33:28.8397977Z USE_CUDA: 0 2024-08-20T21:33:28.8398241Z OUR_GITHUB_JOB_ID: 29024704749 2024-08-20T21:33:28.8398573Z ##[endgroup] 2024-08-20T21:33:28.9068853Z ++ [[ win-vs2019-cpu-py3 == *rocm* ]] 2024-08-20T21:33:28.9069294Z ++ BUILD_TEST_LIBTORCH=0 2024-08-20T21:33:28.9069846Z + source /c/actions-runner/_work/pytorch/pytorch/.ci/pytorch/common-build.sh 2024-08-20T21:33:28.9071921Z ++ [[ win-vs2019-cpu-py3 != *win-* ]] 2024-08-20T21:33:28.9072481Z + export TMP_DIR=/c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2024-08-20T21:33:28.9073176Z + TMP_DIR=/c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2024-08-20T21:33:28.9125323Z ++ cygpath -w /c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2024-08-20T21:33:28.9216499Z + TMP_DIR_WIN='C:\actions-runner\_work\pytorch\pytorch\build\win_tmp' 2024-08-20T21:33:28.9217083Z + export TMP_DIR_WIN 2024-08-20T21:33:28.9217531Z + export PYTORCH_FINAL_PACKAGE_DIR=/c/10479310961/build-results/ 2024-08-20T21:33:28.9218129Z + PYTORCH_FINAL_PACKAGE_DIR=/c/10479310961/build-results/ 2024-08-20T21:33:28.9218621Z + [[ -n /c/10479310961/build-results/ ]] 2024-08-20T21:33:28.9219029Z + mkdir -p /c/10479310961/build-results/ 2024-08-20T21:33:28.9336071Z + export SCRIPT_HELPERS_DIR=/c/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers 2024-08-20T21:33:28.9337078Z + SCRIPT_HELPERS_DIR=/c/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers 2024-08-20T21:33:28.9337724Z + set +ex 2024-08-20T21:33:29.8478321Z + /c/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers/build_pytorch.bat 2024-08-20T21:33:29.8601886Z 2024-08-20T21:33:29.8602908Z C:\actions-runner\_work\pytorch\pytorch>if "0" == "1" (set BUILD_TYPE=debug ) ELSE (set BUILD_TYPE=release ) 2024-08-20T21:33:29.8605493Z 2024-08-20T21:33:29.8611088Z 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-20T21:33:29.8615021Z 2024-08-20T21:33:29.8615794Z C:\actions-runner\_work\pytorch\pytorch>set INSTALLER_DIR=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers 2024-08-20T21:33:29.8617243Z 2024-08-20T21:33:29.8618056Z 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-20T21:33:29.8623078Z 2024-08-20T21:33:29.8623550Z C:\actions-runner\_work\pytorch\pytorch>if "cpu" == "cpu" ( 2024-08-20T21:33:29.8624122Z echo skip magma installation for cpu builds 2024-08-20T21:33:29.8624553Z exit /b 0 2024-08-20T21:33:29.8624789Z ) 2024-08-20T21:33:29.8625054Z skip magma installation for cpu builds 2024-08-20T21:33:29.8627442Z 2024-08-20T21:33:29.8628031Z C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 goto fail 2024-08-20T21:33:29.8629081Z 2024-08-20T21:33:29.8629589Z C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 goto fail 2024-08-20T21:33:29.8630540Z 2024-08-20T21:33:29.8631411Z 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-20T21:33:29.8639969Z 2024-08-20T21:33:29.8640539Z C:\actions-runner\_work\pytorch\pytorch>mkdir C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\bin 2024-08-20T21:33:29.8647388Z 2024-08-20T21:33:29.8647657Z C:\actions-runner\_work\pytorch\pytorch>if "" == "" ( 2024-08-20T21:33:29.8648399Z IF EXIST C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\bin\sccache.exe ( 2024-08-20T21:33:29.8649104Z taskkill /im sccache.exe /f /t || ver 1>nul 2024-08-20T21:33:29.8649854Z del C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\bin\sccache.exe || ver 1>nul 2024-08-20T21:33:29.8650517Z ) 2024-08-20T21:33:29.8652422Z 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-20T21:33:29.8654411Z ) 2024-08-20T21:33:31.0414754Z Completed 256.0 KiB/18.8 MiB (748.1 KiB/s) with 1 file(s) remaining 2024-08-20T21:33:31.0422808Z Completed 512.0 KiB/18.8 MiB (1.5 MiB/s) with 1 file(s) remaining 2024-08-20T21:33:31.0426567Z Completed 768.0 KiB/18.8 MiB (2.2 MiB/s) with 1 file(s) remaining 2024-08-20T21:33:31.0432655Z Completed 1.0 MiB/18.8 MiB (2.9 MiB/s) with 1 file(s) remaining 2024-08-20T21:33:31.0447513Z Completed 1.2 MiB/18.8 MiB (3.6 MiB/s) with 1 file(s) remaining 2024-08-20T21:33:31.0461751Z Completed 1.5 MiB/18.8 MiB (4.3 MiB/s) with 1 file(s) remaining 2024-08-20T21:33:31.0463628Z Completed 1.8 MiB/18.8 MiB (5.0 MiB/s) with 1 file(s) remaining 2024-08-20T21:33:31.0484552Z Completed 2.0 MiB/18.8 MiB (5.8 MiB/s) with 1 file(s) remaining 2024-08-20T21:33:31.0487360Z Completed 2.2 MiB/18.8 MiB (6.5 MiB/s) with 1 file(s) remaining 2024-08-20T21:33:31.0492562Z Completed 2.5 MiB/18.8 MiB (7.2 MiB/s) with 1 file(s) remaining 2024-08-20T21:33:31.0506186Z Completed 2.8 MiB/18.8 MiB (7.9 MiB/s) with 1 file(s) remaining 2024-08-20T21:33:31.0507016Z Completed 3.0 MiB/18.8 MiB (8.5 MiB/s) with 1 file(s) remaining 2024-08-20T21:33:31.0516333Z Completed 3.2 MiB/18.8 MiB (9.2 MiB/s) with 1 file(s) remaining 2024-08-20T21:33:31.0520984Z Completed 3.5 MiB/18.8 MiB (9.9 MiB/s) with 1 file(s) remaining 2024-08-20T21:33:31.0523211Z Completed 3.8 MiB/18.8 MiB (10.6 MiB/s) with 1 file(s) remaining 2024-08-20T21:33:31.0535467Z Completed 4.0 MiB/18.8 MiB (11.3 MiB/s) with 1 file(s) remaining 2024-08-20T21:33:31.0538082Z Completed 4.2 MiB/18.8 MiB (12.1 MiB/s) with 1 file(s) remaining 2024-08-20T21:33:31.0544354Z Completed 4.5 MiB/18.8 MiB (12.8 MiB/s) with 1 file(s) remaining 2024-08-20T21:33:31.0552325Z Completed 4.8 MiB/18.8 MiB (13.5 MiB/s) with 1 file(s) remaining 2024-08-20T21:33:31.0556478Z Completed 5.0 MiB/18.8 MiB (14.2 MiB/s) with 1 file(s) remaining 2024-08-20T21:33:31.0565075Z Completed 5.2 MiB/18.8 MiB (14.9 MiB/s) with 1 file(s) remaining 2024-08-20T21:33:31.0566696Z Completed 5.5 MiB/18.8 MiB (15.6 MiB/s) with 1 file(s) remaining 2024-08-20T21:33:31.0572767Z Completed 5.8 MiB/18.8 MiB (16.3 MiB/s) with 1 file(s) remaining 2024-08-20T21:33:31.0579610Z Completed 6.0 MiB/18.8 MiB (17.0 MiB/s) with 1 file(s) remaining 2024-08-20T21:33:31.0586752Z Completed 6.2 MiB/18.8 MiB (17.7 MiB/s) with 1 file(s) remaining 2024-08-20T21:33:31.0593188Z Completed 6.5 MiB/18.8 MiB (18.4 MiB/s) with 1 file(s) remaining 2024-08-20T21:33:31.0597651Z Completed 6.8 MiB/18.8 MiB (19.2 MiB/s) with 1 file(s) remaining 2024-08-20T21:33:31.0605174Z Completed 7.0 MiB/18.8 MiB (19.3 MiB/s) with 1 file(s) remaining 2024-08-20T21:33:31.0610052Z Completed 7.2 MiB/18.8 MiB (19.9 MiB/s) with 1 file(s) remaining 2024-08-20T21:33:31.0615212Z Completed 7.5 MiB/18.8 MiB (20.6 MiB/s) with 1 file(s) remaining 2024-08-20T21:33:31.0617918Z Completed 7.6 MiB/18.8 MiB (20.8 MiB/s) with 1 file(s) remaining 2024-08-20T21:33:31.0622755Z Completed 7.8 MiB/18.8 MiB (21.4 MiB/s) with 1 file(s) remaining 2024-08-20T21:33:31.0630609Z Completed 8.1 MiB/18.8 MiB (22.1 MiB/s) with 1 file(s) remaining 2024-08-20T21:33:31.0632468Z Completed 8.3 MiB/18.8 MiB (22.7 MiB/s) with 1 file(s) remaining 2024-08-20T21:33:31.0643199Z Completed 8.6 MiB/18.8 MiB (23.4 MiB/s) with 1 file(s) remaining 2024-08-20T21:33:31.0647052Z Completed 8.8 MiB/18.8 MiB (24.0 MiB/s) with 1 file(s) remaining 2024-08-20T21:33:31.0653263Z Completed 9.1 MiB/18.8 MiB (24.7 MiB/s) with 1 file(s) remaining 2024-08-20T21:33:31.0661733Z Completed 9.3 MiB/18.8 MiB (25.3 MiB/s) with 1 file(s) remaining 2024-08-20T21:33:31.0663418Z Completed 9.6 MiB/18.8 MiB (25.9 MiB/s) with 1 file(s) remaining 2024-08-20T21:33:31.0671201Z Completed 9.8 MiB/18.8 MiB (26.6 MiB/s) with 1 file(s) remaining 2024-08-20T21:33:31.0673425Z Completed 10.1 MiB/18.8 MiB (27.2 MiB/s) with 1 file(s) remaining 2024-08-20T21:33:31.0680860Z Completed 10.3 MiB/18.8 MiB (27.9 MiB/s) with 1 file(s) remaining 2024-08-20T21:33:31.0684867Z Completed 10.6 MiB/18.8 MiB (28.5 MiB/s) with 1 file(s) remaining 2024-08-20T21:33:31.0690262Z Completed 10.8 MiB/18.8 MiB (29.1 MiB/s) with 1 file(s) remaining 2024-08-20T21:33:31.0694822Z Completed 11.1 MiB/18.8 MiB (29.8 MiB/s) with 1 file(s) remaining 2024-08-20T21:33:31.0699854Z Completed 11.3 MiB/18.8 MiB (30.4 MiB/s) with 1 file(s) remaining 2024-08-20T21:33:31.0707130Z Completed 11.6 MiB/18.8 MiB (31.0 MiB/s) with 1 file(s) remaining 2024-08-20T21:33:31.0709980Z Completed 11.8 MiB/18.8 MiB (31.6 MiB/s) with 1 file(s) remaining 2024-08-20T21:33:31.0721234Z Completed 12.1 MiB/18.8 MiB (32.3 MiB/s) with 1 file(s) remaining 2024-08-20T21:33:31.0721925Z Completed 12.3 MiB/18.8 MiB (32.9 MiB/s) with 1 file(s) remaining 2024-08-20T21:33:31.0728303Z Completed 12.6 MiB/18.8 MiB (33.5 MiB/s) with 1 file(s) remaining 2024-08-20T21:33:31.0737954Z Completed 12.8 MiB/18.8 MiB (34.1 MiB/s) with 1 file(s) remaining 2024-08-20T21:33:31.0748151Z Completed 13.1 MiB/18.8 MiB (34.7 MiB/s) with 1 file(s) remaining 2024-08-20T21:33:31.0770677Z Completed 13.3 MiB/18.8 MiB (35.3 MiB/s) with 1 file(s) remaining 2024-08-20T21:33:31.0772981Z Completed 13.6 MiB/18.8 MiB (35.7 MiB/s) with 1 file(s) remaining 2024-08-20T21:33:31.0795050Z Completed 13.8 MiB/18.8 MiB (36.3 MiB/s) with 1 file(s) remaining 2024-08-20T21:33:31.0797175Z Completed 14.1 MiB/18.8 MiB (36.8 MiB/s) with 1 file(s) remaining 2024-08-20T21:33:31.0819896Z Completed 14.3 MiB/18.8 MiB (37.4 MiB/s) with 1 file(s) remaining 2024-08-20T21:33:31.0820601Z Completed 14.6 MiB/18.8 MiB (37.9 MiB/s) with 1 file(s) remaining 2024-08-20T21:33:31.0851463Z Completed 14.8 MiB/18.8 MiB (38.5 MiB/s) with 1 file(s) remaining 2024-08-20T21:33:31.0853639Z Completed 15.1 MiB/18.8 MiB (38.8 MiB/s) with 1 file(s) remaining 2024-08-20T21:33:31.0873995Z Completed 15.3 MiB/18.8 MiB (39.5 MiB/s) with 1 file(s) remaining 2024-08-20T21:33:31.0875728Z Completed 15.6 MiB/18.8 MiB (39.9 MiB/s) with 1 file(s) remaining 2024-08-20T21:33:31.0905124Z Completed 15.8 MiB/18.8 MiB (40.5 MiB/s) with 1 file(s) remaining 2024-08-20T21:33:31.0907925Z Completed 16.1 MiB/18.8 MiB (40.8 MiB/s) with 1 file(s) remaining 2024-08-20T21:33:31.0929163Z Completed 16.3 MiB/18.8 MiB (41.4 MiB/s) with 1 file(s) remaining 2024-08-20T21:33:31.0931435Z Completed 16.6 MiB/18.8 MiB (41.9 MiB/s) with 1 file(s) remaining 2024-08-20T21:33:31.0953992Z Completed 16.8 MiB/18.8 MiB (42.4 MiB/s) with 1 file(s) remaining 2024-08-20T21:33:31.0954683Z Completed 17.1 MiB/18.8 MiB (42.9 MiB/s) with 1 file(s) remaining 2024-08-20T21:33:31.0975136Z Completed 17.3 MiB/18.8 MiB (43.5 MiB/s) with 1 file(s) remaining 2024-08-20T21:33:31.0978450Z Completed 17.6 MiB/18.8 MiB (43.9 MiB/s) with 1 file(s) remaining 2024-08-20T21:33:31.1016243Z Completed 17.8 MiB/18.8 MiB (44.4 MiB/s) with 1 file(s) remaining 2024-08-20T21:33:31.1019072Z Completed 18.1 MiB/18.8 MiB (44.7 MiB/s) with 1 file(s) remaining 2024-08-20T21:33:31.1031921Z Completed 18.3 MiB/18.8 MiB (45.2 MiB/s) with 1 file(s) remaining 2024-08-20T21:33:31.1061238Z Completed 18.6 MiB/18.8 MiB (45.9 MiB/s) with 1 file(s) remaining 2024-08-20T21:33:31.6012574Z Completed 18.8 MiB/18.8 MiB (46.1 MiB/s) with 1 file(s) remaining 2024-08-20T21:33:31.6013411Z download: s3://ossci-windows/sccache-v0.7.4.exe to build\win_tmp\bin\sccache.exe 2024-08-20T21:33:31.7222966Z 2024-08-20T21:33:31.7223802Z C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 goto fail 2024-08-20T21:33:31.7224388Z 2024-08-20T21:33:31.7224764Z C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 goto fail 2024-08-20T21:33:31.7226780Z 2024-08-20T21:33:31.7227693Z 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-20T21:33:31.7238044Z 2024-08-20T21:33:31.7238987Z 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-20T21:33:31.7241568Z 2024-08-20T21:33:31.7242133Z C:\actions-runner\_work\pytorch\pytorch>if not exist C:\Jenkins\Miniconda3 (set INSTALL_FRESH_CONDA=1 ) 2024-08-20T21:33:31.7244418Z 2024-08-20T21:33:31.7244994Z C:\actions-runner\_work\pytorch\pytorch>if "" == "1" ( 2024-08-20T21:33:31.7246590Z 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-20T21:33:31.7248057Z if errorlevel 1 exit /b 2024-08-20T21:33:31.7248467Z if not errorlevel 0 exit /b 2024-08-20T21:33:31.7249652Z 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-20T21:33:31.7250834Z if errorlevel 1 exit /b 2024-08-20T21:33:31.7251191Z if not errorlevel 0 exit /b 2024-08-20T21:33:31.7251515Z ) 2024-08-20T21:33:31.7251637Z 2024-08-20T21:33:31.7252176Z C:\actions-runner\_work\pytorch\pytorch>call C:\Jenkins\Miniconda3\Scripts\activate.bat C:\Jenkins\Miniconda3 2024-08-20T21:33:33.1270585Z Collecting mkl-include==2021.4.0 2024-08-20T21:33:33.3281026Z Downloading mkl_include-2021.4.0-py2.py3-none-win_amd64.whl.metadata (1.3 kB) 2024-08-20T21:33:33.3654807Z Collecting mkl-devel==2021.4.0 2024-08-20T21:33:33.3752406Z Downloading mkl_devel-2021.4.0-py2.py3-none-win_amd64.whl.metadata (1.4 kB) 2024-08-20T21:33:33.4145391Z Collecting mkl==2021.4.0 (from mkl-devel==2021.4.0) 2024-08-20T21:33:33.4212296Z Downloading mkl-2021.4.0-py2.py3-none-win_amd64.whl.metadata (1.4 kB) 2024-08-20T21:33:33.4610756Z Collecting intel-openmp==2021.* (from mkl==2021.4.0->mkl-devel==2021.4.0) 2024-08-20T21:33:33.4685358Z Downloading intel_openmp-2021.4.0-py2.py3-none-win_amd64.whl.metadata (1.2 kB) 2024-08-20T21:33:33.5012908Z Collecting tbb==2021.* (from mkl==2021.4.0->mkl-devel==2021.4.0) 2024-08-20T21:33:33.5078280Z Downloading tbb-2021.13.1-py3-none-win_amd64.whl.metadata (1.1 kB) 2024-08-20T21:33:33.5261257Z Downloading mkl_include-2021.4.0-py2.py3-none-win_amd64.whl (1.2 MB) 2024-08-20T21:33:33.7688127Z ---------------------------------------- 1.2/1.2 MB 5.1 MB/s eta 0:00:00 2024-08-20T21:33:33.7774182Z Downloading mkl_devel-2021.4.0-py2.py3-none-win_amd64.whl (9.1 MB) 2024-08-20T21:33:34.2465743Z ---------------------------------------- 9.1/9.1 MB 18.8 MB/s eta 0:00:00 2024-08-20T21:33:34.2563535Z Downloading mkl-2021.4.0-py2.py3-none-win_amd64.whl (228.5 MB) 2024-08-20T21:34:03.7759250Z -------------------------------------- 228.5/228.5 MB 362.5 kB/s eta 0:00:00 2024-08-20T21:34:03.7868030Z Downloading intel_openmp-2021.4.0-py2.py3-none-win_amd64.whl (3.5 MB) 2024-08-20T21:34:03.9522739Z ---------------------------------------- 3.5/3.5 MB 22.3 MB/s eta 0:00:00 2024-08-20T21:34:03.9605685Z Downloading tbb-2021.13.1-py3-none-win_amd64.whl (286 kB) 2024-08-20T21:34:03.9725670Z ---------------------------------------- 286.9/286.9 kB ? eta 0:00:00 2024-08-20T21:34:05.4083281Z Installing collected packages: tbb, mkl-include, intel-openmp, mkl, mkl-devel 2024-08-20T21:34:10.9500193Z Successfully installed intel-openmp-2021.4.0 mkl-2021.4.0 mkl-devel-2021.4.0 mkl-include-2021.4.0 tbb-2021.13.1 2024-08-20T21:34:12.0796408Z ********************************************************************** 2024-08-20T21:34:12.0797063Z ** Visual Studio 2019 Developer Command Prompt v16.11.37 2024-08-20T21:34:12.0797598Z ** Copyright (c) 2021 Microsoft Corporation 2024-08-20T21:34:12.0798066Z ********************************************************************** 2024-08-20T21:34:12.4694129Z [vcvarsall.bat] Environment initialized for: 'x64' 2024-08-20T21:34:12.4725173Z 2024-08-20T21:34:12.4726108Z (base) C:\actions-runner\_work\pytorch\pytorch>popd 2024-08-20T21:34:12.4728860Z 2024-08-20T21:34:12.4729604Z (base) C:\actions-runner\_work\pytorch\pytorch>if not "0" == "1" goto cuda_build_end 2024-08-20T21:34:12.4731845Z 2024-08-20T21:34:12.4732212Z (base) C:\actions-runner\_work\pytorch\pytorch>set DISTUTILS_USE_SDK=1 2024-08-20T21:34:12.4734507Z 2024-08-20T21:34:12.4747800Z (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-20T21:34:12.4760463Z 2024-08-20T21:34:12.4760901Z (base) C:\actions-runner\_work\pytorch\pytorch>if "8.6" == "" set TORCH_CUDA_ARCH_LIST=8.6 2024-08-20T21:34:12.4761473Z 2024-08-20T21:34:12.4761807Z (base) C:\actions-runner\_work\pytorch\pytorch>set SCCACHE_IDLE_TIMEOUT=0 2024-08-20T21:34:12.4762283Z 2024-08-20T21:34:12.4762648Z (base) C:\actions-runner\_work\pytorch\pytorch>set SCCACHE_IGNORE_SERVER_IO_ERROR=1 2024-08-20T21:34:12.4763194Z 2024-08-20T21:34:12.4763483Z (base) C:\actions-runner\_work\pytorch\pytorch>sccache --stop-server 2024-08-20T21:34:12.4879921Z Stopping sccache server... 2024-08-20T21:34:13.4913492Z sccache: error: couldn't connect to server 2024-08-20T21:34:13.4915870Z sccache: caused by: No connection could be made because the target machine actively refused it. (os error 10061) 2024-08-20T21:34:13.4939950Z 2024-08-20T21:34:13.4940541Z (base) C:\actions-runner\_work\pytorch\pytorch>sccache --start-server 2024-08-20T21:34:13.5033243Z sccache: Starting the server... 2024-08-20T21:34:14.1226578Z 2024-08-20T21:34:14.1227539Z (base) C:\actions-runner\_work\pytorch\pytorch>sccache --zero-stats 2024-08-20T21:34:14.1333864Z Compile requests 0 2024-08-20T21:34:14.1334314Z Compile requests executed 0 2024-08-20T21:34:14.1334758Z Cache hits 0 2024-08-20T21:34:14.1335148Z Cache misses 0 2024-08-20T21:34:14.1336690Z Cache timeouts 0 2024-08-20T21:34:14.1337173Z Cache read errors 0 2024-08-20T21:34:14.1337712Z Forced recaches 0 2024-08-20T21:34:14.1338341Z Cache write errors 0 2024-08-20T21:34:14.1339099Z Compilation failures 0 2024-08-20T21:34:14.1339812Z Cache errors 0 2024-08-20T21:34:14.1340522Z Non-cacheable compilations 0 2024-08-20T21:34:14.1340957Z Non-cacheable calls 0 2024-08-20T21:34:14.1341345Z Non-compilation calls 0 2024-08-20T21:34:14.1341765Z Unsupported compiler calls 0 2024-08-20T21:34:14.1342179Z Average cache write 0.000 s 2024-08-20T21:34:14.1342582Z Average compiler 0.000 s 2024-08-20T21:34:14.1343012Z Average cache read hit 0.000 s 2024-08-20T21:34:14.1343439Z Failed distributed compilations 0 2024-08-20T21:34:14.1344011Z Cache location s3, name: ossci-compiler-cache, prefix: /trunk/ 2024-08-20T21:34:14.1344587Z Version (client) 0.7.4 2024-08-20T21:34:14.1353822Z 2024-08-20T21:34:14.1354314Z (base) C:\actions-runner\_work\pytorch\pytorch>set CMAKE_C_COMPILER_LAUNCHER=sccache 2024-08-20T21:34:14.1356194Z 2024-08-20T21:34:14.1356650Z (base) C:\actions-runner\_work\pytorch\pytorch>set CMAKE_CXX_COMPILER_LAUNCHER=sccache 2024-08-20T21:34:14.1358508Z 2024-08-20T21:34:14.1359185Z (base) C:\actions-runner\_work\pytorch\pytorch>set CMAKE_GENERATOR=Ninja 2024-08-20T21:34:14.1362531Z 2024-08-20T21:34:14.1362949Z (base) C:\actions-runner\_work\pytorch\pytorch>if "0" == "1" ( 2024-08-20T21:34:14.1363433Z 2024-08-20T21:34:14.1363641Z 2024-08-20T21:34:14.1363857Z 2024-08-20T21:34:14.1365124Z 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-20T21:34:14.1366350Z if errorlevel 1 goto fail 2024-08-20T21:34:14.1366748Z if not errorlevel 0 goto fail 2024-08-20T21:34:14.1369087Z 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-20T21:34:14.1371482Z cat C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/bin/nvcc.bat 2024-08-20T21:34:14.1372364Z set CUDA_NVCC_EXECUTABLE=C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/bin/nvcc.bat 2024-08-20T21:34:14.1373669Z 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-20T21:34:14.1375449Z 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-20T21:34:14.1376673Z ) 2024-08-20T21:34:14.1376919Z 2024-08-20T21:34:14.1377116Z (base) C:\actions-runner\_work\pytorch\pytorch>set 2024-08-20T21:34:14.1377581Z ALLUSERSPROFILE=C:\ProgramData 2024-08-20T21:34:14.1378122Z ALPINE_IMAGE=308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-08-20T21:34:14.1378741Z APPDATA=C:\Users\runneruser\AppData\Roaming 2024-08-20T21:34:14.1379154Z AWS_DEFAULT_REGION=us-east-1 2024-08-20T21:34:14.1379485Z AWS_EXECUTION_ENV=EC2 2024-08-20T21:34:14.1379767Z BRANCH= 2024-08-20T21:34:14.1380019Z BUILD_ENVIRONMENT=win-vs2019-cpu-py3 2024-08-20T21:34:14.1380396Z BUILD_TYPE=release 2024-08-20T21:34:14.1380672Z BUILD_WHEEL=1 2024-08-20T21:34:14.1380898Z CI=true 2024-08-20T21:34:14.1381159Z CMAKE_CXX_COMPILER_LAUNCHER=sccache 2024-08-20T21:34:14.1381557Z CMAKE_C_COMPILER_LAUNCHER=sccache 2024-08-20T21:34:14.1381901Z CMAKE_GENERATOR=Ninja 2024-08-20T21:34:14.1382212Z CommandPromptType=Native 2024-08-20T21:34:14.1382621Z COMMONPROGRAMFILES=C:\Program Files\Common Files 2024-08-20T21:34:14.1383070Z COMPUTERNAME=EC2AMAZ-HAC74MP 2024-08-20T21:34:14.1383431Z COMSPEC=C:\Windows\system32\cmd.exe 2024-08-20T21:34:14.1383985Z CONDA_BUILD=C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-08-20T21:34:14.1384529Z CONDA_DEFAULT_ENV=base 2024-08-20T21:34:14.1384909Z CONDA_EXE=C:\Jenkins\Miniconda3\Scripts\conda.exe 2024-08-20T21:34:14.1385493Z CONDA_INSTALL=C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-08-20T21:34:14.1385995Z CONDA_PARENT_DIR=C:\Jenkins 2024-08-20T21:34:14.1386338Z CONDA_PREFIX=C:\Jenkins\Miniconda3 2024-08-20T21:34:14.1386713Z CONDA_PROMPT_MODIFIER=(base) 2024-08-20T21:34:14.1387118Z CONDA_PYTHON_EXE=C:\Jenkins\Miniconda3\python.exe 2024-08-20T21:34:14.1387775Z CONDA_RUN=C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-08-20T21:34:14.1388356Z CONDA_SHLVL=1 2024-08-20T21:34:14.1388776Z CUDA_PATH=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.4 2024-08-20T21:34:14.1389504Z CUDA_PATH_V11_8=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8 2024-08-20T21:34:14.1390262Z CUDA_PATH_V12_1=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1 2024-08-20T21:34:14.1390984Z CUDA_PATH_V12_4=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.4 2024-08-20T21:34:14.1391541Z CUDA_VERSION=cpu 2024-08-20T21:34:14.1391873Z ChocolateyInstall=C:\ProgramData\chocolatey 2024-08-20T21:34:14.1392421Z CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files 2024-08-20T21:34:14.1393002Z CommonProgramW6432=C:\Program Files\Common Files 2024-08-20T21:34:14.1393426Z DEBUG=0 2024-08-20T21:34:14.1393921Z DevEnvDir=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\ 2024-08-20T21:34:14.1394552Z DISTUTILS_USE_SDK=1 2024-08-20T21:34:14.1394920Z DriverData=C:\Windows\System32\Drivers\DriverData 2024-08-20T21:34:14.1395478Z EC2LAUNCH_TELEMETRY=1 2024-08-20T21:34:14.1396039Z ExtensionSdkDir=C:\Program Files (x86)\Microsoft SDKs\Windows Kits\10\ExtensionSDKs 2024-08-20T21:34:14.1396683Z Framework40Version=v4.0 2024-08-20T21:34:14.1397083Z FrameworkDir=C:\Windows\Microsoft.NET\Framework64\ 2024-08-20T21:34:14.1397625Z FrameworkDir64=C:\Windows\Microsoft.NET\Framework64\ 2024-08-20T21:34:14.1398105Z FrameworkVersion=v4.0.30319 2024-08-20T21:34:14.1398562Z FrameworkVersion64=v4.0.30319 2024-08-20T21:34:14.1398886Z GITHUB_ACTION=build 2024-08-20T21:34:14.1399168Z GITHUB_ACTIONS=true 2024-08-20T21:34:14.1399429Z GITHUB_ACTION_REF= 2024-08-20T21:34:14.1399718Z GITHUB_ACTION_REPOSITORY= 2024-08-20T21:34:14.1400055Z GITHUB_ACTOR=pytorch-bot[bot] 2024-08-20T21:34:14.1400380Z GITHUB_ACTOR_ID=54816060 2024-08-20T21:34:14.1400730Z GITHUB_API_URL=https://api.github.com 2024-08-20T21:34:14.1401110Z GITHUB_BASE_REF= 2024-08-20T21:34:14.1401758Z GITHUB_ENV=C:\actions-runner\_work\_temp\_runner_file_commands\set_env_c28e402e-73f9-43f7-b1d2-0556f148a84d 2024-08-20T21:34:14.1402509Z GITHUB_EVENT_NAME=push 2024-08-20T21:34:14.1403029Z GITHUB_EVENT_PATH=C:\actions-runner\_work\_temp\_github_workflow\event.json 2024-08-20T21:34:14.1403702Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2024-08-20T21:34:14.1404132Z GITHUB_HEAD_REF= 2024-08-20T21:34:14.1404398Z GITHUB_JOB=build 2024-08-20T21:34:14.1405157Z GITHUB_OUTPUT=C:\actions-runner\_work\_temp\_runner_file_commands\set_output_c28e402e-73f9-43f7-b1d2-0556f148a84d 2024-08-20T21:34:14.1406385Z GITHUB_PATH=C:\actions-runner\_work\_temp\_runner_file_commands\add_path_c28e402e-73f9-43f7-b1d2-0556f148a84d 2024-08-20T21:34:14.1407175Z GITHUB_REF=refs/tags/ciflow/trunk/133712 2024-08-20T21:34:14.1407586Z GITHUB_REF_NAME=ciflow/trunk/133712 2024-08-20T21:34:14.1407951Z GITHUB_REF_PROTECTED=false 2024-08-20T21:34:14.1408268Z GITHUB_REF_TYPE=tag 2024-08-20T21:34:14.1408574Z GITHUB_REPOSITORY=pytorch/pytorch 2024-08-20T21:34:14.1408939Z GITHUB_REPOSITORY_ID=65600975 2024-08-20T21:34:14.1409295Z GITHUB_REPOSITORY_OWNER=pytorch 2024-08-20T21:34:14.1409673Z GITHUB_REPOSITORY_OWNER_ID=21003710 2024-08-20T21:34:14.1410032Z GITHUB_RETENTION_DAYS=90 2024-08-20T21:34:14.1410345Z GITHUB_RUN_ATTEMPT=1 2024-08-20T21:34:14.1410638Z GITHUB_RUN_ID=10479310961 2024-08-20T21:34:14.1410937Z GITHUB_RUN_NUMBER=92245 2024-08-20T21:34:14.1411271Z GITHUB_SERVER_URL=https://github.com 2024-08-20T21:34:14.1411732Z GITHUB_SHA=40ec5f6ddd9787aca0449b24128343ff4c4a88b3 2024-08-20T21:34:14.1412575Z GITHUB_STATE=C:\actions-runner\_work\_temp\_runner_file_commands\save_state_c28e402e-73f9-43f7-b1d2-0556f148a84d 2024-08-20T21:34:14.1413801Z GITHUB_STEP_SUMMARY=C:\actions-runner\_work\_temp\_runner_file_commands\step_summary_c28e402e-73f9-43f7-b1d2-0556f148a84d 2024-08-20T21:34:14.1414664Z GITHUB_TRIGGERING_ACTOR=pytorch-bot[bot] 2024-08-20T21:34:14.1415049Z GITHUB_WORKFLOW=trunk 2024-08-20T21:34:14.1415671Z GITHUB_WORKFLOW_REF=pytorch/pytorch/.github/workflows/trunk.yml@refs/tags/ciflow/trunk/133712 2024-08-20T21:34:14.1416558Z GITHUB_WORKFLOW_SHA=40ec5f6ddd9787aca0449b24128343ff4c4a88b3 2024-08-20T21:34:14.1417154Z GITHUB_WORKSPACE=C:\actions-runner\_work\pytorch\pytorch 2024-08-20T21:34:14.1417640Z GIT_DEFAULT_BRANCH=main 2024-08-20T21:34:14.1417951Z HOME=C:\Users\runneruser 2024-08-20T21:34:14.1420751Z 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-20T21:34:14.1423974Z INSTALLER_DIR=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers 2024-08-20T21:34:14.1426213Z 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-20T21:34:14.1429908Z 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-20T21:34:14.1432509Z LOCALAPPDATA=C:\Users\runneruser\AppData\Local 2024-08-20T21:34:14.1432934Z MAX_JOBS=8 2024-08-20T21:34:14.1433348Z NETFXSDKDir=C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\ 2024-08-20T21:34:14.1433870Z NUMBER_OF_PROCESSORS=16 2024-08-20T21:34:14.1434162Z OS=Windows_NT 2024-08-20T21:34:14.1434432Z OUR_GITHUB_JOB_ID=29024704749 2024-08-20T21:34:14.1446101Z 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-20T21:34:14.1458027Z PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC 2024-08-20T21:34:14.1458522Z Platform=x64 2024-08-20T21:34:14.1458806Z PROCESSOR_ARCHITECTURE=AMD64 2024-08-20T21:34:14.1459326Z PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 85 Stepping 7, GenuineIntel 2024-08-20T21:34:14.1459982Z PROCESSOR_LEVEL=6 2024-08-20T21:34:14.1460270Z PROCESSOR_REVISION=5507 2024-08-20T21:34:14.1460585Z PROGRAMFILES=C:\Program Files 2024-08-20T21:34:14.1460933Z PROMPT=(base) $P$G 2024-08-20T21:34:14.1461189Z PR_NUMBER= 2024-08-20T21:34:14.1461863Z PSModulePath=C:\Windows\system32\WindowsPowerShell\v1.0\Modules;C:\Program Files\WindowsPowerShell\Modules 2024-08-20T21:34:14.1462656Z PUBLIC=C:\Users\Public 2024-08-20T21:34:14.1463656Z *** 2024-08-20T21:34:14.1463878Z PYTHON_VERSION=3.8 2024-08-20T21:34:14.1464256Z PYTORCH_FINAL_PACKAGE_DIR=C:/10479310961/build-results/ 2024-08-20T21:34:14.1464734Z ProgramData=C:\ProgramData 2024-08-20T21:34:14.1465855Z ProgramFiles(x86)=C:\Program Files (x86) 2024-08-20T21:34:14.1466291Z ProgramW6432=C:\Program Files 2024-08-20T21:34:14.1466624Z RUNNER_ARCH=X64 2024-08-20T21:34:14.1466901Z RUNNER_ENVIRONMENT=self-hosted 2024-08-20T21:34:14.1467262Z RUNNER_NAME=i-04fdfa6c4e1aa973e 2024-08-20T21:34:14.1467605Z RUNNER_OS=Windows 2024-08-20T21:34:14.1467911Z RUNNER_TEMP=C:\actions-runner\_work\_temp 2024-08-20T21:34:14.1468377Z RUNNER_TOOL_CACHE=C:\actions-runner\_work\_tool 2024-08-20T21:34:14.1469050Z RUNNER_TRACKING_ID=github_aec68fee-2487-4b22-9ffb-d531f81684d0 2024-08-20T21:34:14.1469618Z RUNNER_WORKSPACE=C:\actions-runner\_work\pytorch 2024-08-20T21:34:14.1470092Z SCCACHE_BUCKET=ossci-compiler-cache 2024-08-20T21:34:14.1470476Z SCCACHE_IDLE_TIMEOUT=0 2024-08-20T21:34:14.1470779Z SCCACHE_IGNORE_SERVER_IO_ERROR=1 2024-08-20T21:34:14.1471197Z SCCACHE_REGION=us-east-1 2024-08-20T21:34:14.1471575Z SCCACHE_S3_KEY_PREFIX=trunk 2024-08-20T21:34:14.1472169Z SCRIPT_HELPERS_DIR=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers 2024-08-20T21:34:14.1472876Z SHA1=40ec5f6ddd9787aca0449b24128343ff4c4a88b3 2024-08-20T21:34:14.1473332Z SHLVL=2 2024-08-20T21:34:14.1473675Z SSL_CERT_FILE=C:\Jenkins\Miniconda3\Library\ssl\cacert.pem 2024-08-20T21:34:14.1474161Z SYSTEMDRIVE=C: 2024-08-20T21:34:14.1474426Z SYSTEMROOT=C:\Windows 2024-08-20T21:34:14.1474752Z TEMP=C:\Users\RUNNER~1\AppData\Local\Temp 2024-08-20T21:34:14.1475151Z TERM=xterm-256color 2024-08-20T21:34:14.1475476Z TMP=C:\Users\RUNNER~1\AppData\Local\Temp 2024-08-20T21:34:14.1475907Z TMPDIR=C:\Users\RUNNER~1\AppData\Local\Temp 2024-08-20T21:34:14.1476452Z TMP_DIR=C:/actions-runner/_work/pytorch/pytorch/build/win_tmp 2024-08-20T21:34:14.1477211Z TMP_DIR_WIN=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp 2024-08-20T21:34:14.1477735Z TORCH_CUDA_ARCH_LIST=8.6 2024-08-20T21:34:14.1478052Z UCRTVersion=10.0.19041.0 2024-08-20T21:34:14.1478491Z UniversalCRTSdkDir=C:\Program Files (x86)\Windows Kits\10\ 2024-08-20T21:34:14.1478990Z UPDATEFILE=update.finished 2024-08-20T21:34:14.1479329Z USERDOMAIN=EC2AMAZ-HAC74MP 2024-08-20T21:34:14.1479651Z USERNAME=runneruser 2024-08-20T21:34:14.1479940Z USERPROFILE=C:\Users\runneruser 2024-08-20T21:34:14.1480279Z USE_CUDA=0 2024-08-20T21:34:14.1480846Z VCIDEInstallDir=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\VC\ 2024-08-20T21:34:14.1481758Z VCINSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\ 2024-08-20T21:34:14.1482857Z VCToolsInstallDir=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\ 2024-08-20T21:34:14.1484009Z VCToolsRedistDir=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Redist\MSVC\14.29.30133\ 2024-08-20T21:34:14.1484782Z VCToolsVersion=14.29.30133 2024-08-20T21:34:14.1485091Z VC_PRODUCT=BuildTools 2024-08-20T21:34:14.1485377Z VC_VERSION= 2024-08-20T21:34:14.1485600Z VC_YEAR=2019 2024-08-20T21:34:14.1485877Z VERBOSE_ARG='SilentlyContinue' 2024-08-20T21:34:14.1486247Z VisualStudioVersion=16.0 2024-08-20T21:34:14.1486860Z VS160COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\ 2024-08-20T21:34:14.1487543Z VSCMD_ARG_app_plat=Desktop 2024-08-20T21:34:14.1487866Z VSCMD_ARG_HOST_ARCH=x64 2024-08-20T21:34:14.1488204Z VSCMD_ARG_TGT_ARCH=x64 2024-08-20T21:34:14.1488545Z VSCMD_VER=16.11.37 2024-08-20T21:34:14.1489043Z VSINSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\ 2024-08-20T21:34:14.1489632Z WINDIR=C:\Windows 2024-08-20T21:34:14.1490488Z 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-20T21:34:14.1491593Z WindowsSdkBinPath=C:\Program Files (x86)\Windows Kits\10\bin\ 2024-08-20T21:34:14.1492206Z WindowsSdkDir=C:\Program Files (x86)\Windows Kits\10\ 2024-08-20T21:34:14.1492681Z WindowsSDKLibVersion=10.0.19041.0\ 2024-08-20T21:34:14.1493272Z WindowsSdkVerBinPath=C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\ 2024-08-20T21:34:14.1494086Z WindowsSDKVersion=10.0.19041.0\ 2024-08-20T21:34:14.1494821Z WindowsSDK_ExecutablePath_x64=C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\x64\ 2024-08-20T21:34:14.1496047Z WindowsSDK_ExecutablePath_x86=C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\ 2024-08-20T21:34:14.1497079Z _=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers/build_pytorch.bat 2024-08-20T21:34:14.1497831Z __CONDA_OPENSLL_CERT_FILE_SET="1" 2024-08-20T21:34:14.1498594Z __devinit_path=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\devinit\devinit.exe 2024-08-20T21:34:14.1499415Z __DOTNET_ADD_64BIT=1 2024-08-20T21:34:14.1499723Z __DOTNET_PREFERRED_BITNESS=64 2024-08-20T21:34:14.1504813Z __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-20T21:34:14.1509816Z 2024-08-20T21:34:14.1510162Z (base) C:\actions-runner\_work\pytorch\pytorch>python setup.py bdist_wheel 2024-08-20T21:34:15.4437507Z Building wheel torch-2.5.0a0+git40ec5f6 2024-08-20T21:34:28.3232630Z -- The CXX compiler identification is MSVC 19.29.30154.0 2024-08-20T21:34:28.5165808Z -- The C compiler identification is MSVC 19.29.30154.0 2024-08-20T21:34:28.5520879Z -- Detecting CXX compiler ABI info 2024-08-20T21:34:35.4697136Z -- Detecting CXX compiler ABI info - done 2024-08-20T21:34:35.4718224Z -- 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-20T21:34:35.4734347Z -- Detecting CXX compile features 2024-08-20T21:34:35.4750414Z -- Detecting CXX compile features - done 2024-08-20T21:34:35.4843409Z -- Detecting C compiler ABI info 2024-08-20T21:34:35.8894587Z -- Detecting C compiler ABI info - done 2024-08-20T21:34:35.8915970Z -- 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-20T21:34:35.8918914Z -- Detecting C compile features 2024-08-20T21:34:35.8924929Z -- Detecting C compile features - done 2024-08-20T21:34:35.8993789Z -- Not forcing any particular BLAS to be found 2024-08-20T21:34:35.9037274Z CMake Warning at CMakeLists.txt:426 (message): 2024-08-20T21:34:35.9037849Z TensorPipe cannot be used on Windows. Set it to OFF 2024-08-20T21:34:35.9038213Z 2024-08-20T21:34:35.9038218Z 2024-08-20T21:34:35.9119925Z -- Performing Test C_HAS_AVX_1 2024-08-20T21:34:37.0690803Z -- Performing Test C_HAS_AVX_1 - Success 2024-08-20T21:34:37.0696091Z -- Performing Test C_HAS_AVX2_1 2024-08-20T21:34:37.8485890Z -- Performing Test C_HAS_AVX2_1 - Success 2024-08-20T21:34:37.8492135Z -- Performing Test C_HAS_AVX512_1 2024-08-20T21:34:38.3877336Z -- Performing Test C_HAS_AVX512_1 - Success 2024-08-20T21:34:38.3882485Z -- Performing Test CXX_HAS_AVX_1 2024-08-20T21:34:39.1618486Z -- Performing Test CXX_HAS_AVX_1 - Success 2024-08-20T21:34:39.1623735Z -- Performing Test CXX_HAS_AVX2_1 2024-08-20T21:34:39.6248804Z -- Performing Test CXX_HAS_AVX2_1 - Success 2024-08-20T21:34:39.6254224Z -- Performing Test CXX_HAS_AVX512_1 2024-08-20T21:34:39.9729135Z -- Performing Test CXX_HAS_AVX512_1 - Success 2024-08-20T21:34:39.9731635Z -- Current compiler supports avx2 extension. Will build perfkernels. 2024-08-20T21:34:39.9736052Z -- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX512_EXTENSIONS 2024-08-20T21:34:40.5195761Z -- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX512_EXTENSIONS - Success 2024-08-20T21:34:40.5196641Z -- Current compiler supports avx512f extension. Will build fbgemm. 2024-08-20T21:34:40.5208920Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY 2024-08-20T21:34:40.8045838Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY - Failed 2024-08-20T21:34:40.8073494Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY 2024-08-20T21:34:41.0957611Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY - Failed 2024-08-20T21:34:41.1142908Z -- Performing Test HAS/UTF_8 2024-08-20T21:34:41.3979603Z -- Performing Test HAS/UTF_8 - Success 2024-08-20T21:34:41.4049945Z CMake Warning at cmake/Dependencies.cmake:95 (message): 2024-08-20T21:34:41.4050702Z Not compiling with XPU. Could NOT find SYCL.Suppress this warning with 2024-08-20T21:34:41.4051269Z -DUSE_XPU=OFF. 2024-08-20T21:34:41.4051570Z Call Stack (most recent call first): 2024-08-20T21:34:41.4051968Z CMakeLists.txt:866 (include) 2024-08-20T21:34:41.4052207Z 2024-08-20T21:34:41.4052212Z 2024-08-20T21:34:41.4055163Z -- Building using own protobuf under third_party per request. 2024-08-20T21:34:41.4055709Z -- Use custom protobuf build. 2024-08-20T21:34:41.4082600Z -- 2024-08-20T21:34:41.4082812Z -- 3.13.0.0 2024-08-20T21:34:41.4325408Z -- Looking for pthread.h 2024-08-20T21:34:41.5140065Z -- Looking for pthread.h - not found 2024-08-20T21:34:41.5152239Z -- Found Threads: TRUE 2024-08-20T21:34:41.5759767Z -- Caffe2 protobuf include directory: $$ 2024-08-20T21:34:41.5782656Z -- Trying to find preferred BLAS backend of choice: MKL 2024-08-20T21:34:41.5837800Z -- MKL_THREADING = OMP 2024-08-20T21:34:41.5846481Z -- Looking for sys/types.h 2024-08-20T21:34:41.9691138Z -- Looking for sys/types.h - found 2024-08-20T21:34:41.9700032Z -- Looking for stdint.h 2024-08-20T21:34:42.2517094Z -- Looking for stdint.h - found 2024-08-20T21:34:42.2526620Z -- Looking for stddef.h 2024-08-20T21:34:42.5691149Z -- Looking for stddef.h - found 2024-08-20T21:34:42.5692847Z -- Check size of void* 2024-08-20T21:34:42.9201361Z -- Check size of void* - done 2024-08-20T21:34:42.9667976Z -- Looking for cblas_sgemm 2024-08-20T21:34:43.3555984Z -- Looking for cblas_sgemm - found 2024-08-20T21:34:43.3558110Z -- Looking for cblas_gemm_bf16bf16f32 2024-08-20T21:34:43.6727280Z -- Looking for cblas_gemm_bf16bf16f32 - found 2024-08-20T21:34:43.6729183Z -- Looking for cblas_gemm_f16f16f32 2024-08-20T21:34:44.0215805Z -- Looking for cblas_gemm_f16f16f32 - not found 2024-08-20T21:34:44.0735826Z -- 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-20T21:34:44.0737200Z -- MKL include directory: C:/Jenkins/Miniconda3/Library/include 2024-08-20T21:34:44.0737701Z -- MKL OpenMP type: 2024-08-20T21:34:44.0738001Z -- MKL OpenMP library: 2024-08-20T21:34:44.3072688Z -- The ASM compiler identification is MSVC 2024-08-20T21:34:44.3083279Z -- Found assembler: C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe 2024-08-20T21:34:44.9772572Z -- Found Python: C:\Jenkins\Miniconda3\python.exe (found version "3.9.19") found components: Interpreter 2024-08-20T21:34:45.0370103Z -- Found Git: C:/Program Files/Git/cmd/git.exe (found version "2.45.2.windows.1") 2024-08-20T21:34:45.1302939Z -- git version: v1.6.1 normalized to 1.6.1 2024-08-20T21:34:45.1303473Z -- Version: 1.6.1 2024-08-20T21:34:45.1318056Z -- Looking for shm_open in rt 2024-08-20T21:34:45.2777114Z -- Looking for shm_open in rt - not found 2024-08-20T21:34:45.2779947Z -- Performing Test HAVE_STD_REGEX 2024-08-20T21:34:45.2780329Z -- Performing Test HAVE_STD_REGEX 2024-08-20T21:34:47.4820620Z -- Performing Test HAVE_STD_REGEX -- success 2024-08-20T21:34:47.4821152Z -- Performing Test HAVE_GNU_POSIX_REGEX 2024-08-20T21:34:47.4821587Z -- Performing Test HAVE_GNU_POSIX_REGEX 2024-08-20T21:34:47.5884720Z -- Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile 2024-08-20T21:34:47.5885330Z -- Performing Test HAVE_POSIX_REGEX 2024-08-20T21:34:47.5885958Z -- Performing Test HAVE_POSIX_REGEX 2024-08-20T21:34:47.6642024Z -- Performing Test HAVE_POSIX_REGEX -- failed to compile 2024-08-20T21:34:47.6643710Z -- Performing Test HAVE_STEADY_CLOCK 2024-08-20T21:34:47.6644128Z -- Performing Test HAVE_STEADY_CLOCK 2024-08-20T21:34:48.2079426Z -- Performing Test HAVE_STEADY_CLOCK -- success 2024-08-20T21:34:48.3894492Z -- Found PythonInterp: C:/Jenkins/Miniconda3/python.exe (found version "3.9.19") 2024-08-20T21:34:48.3908746Z -- Performing Test COMPILER_SUPPORTS_AVX512 2024-08-20T21:34:48.6680252Z -- Performing Test COMPILER_SUPPORTS_AVX512 - Success 2024-08-20T21:34:49.9528820Z CMake Warning (dev) at C:/Jenkins/Miniconda3/Library/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2024-08-20T21:34:49.9530141Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2024-08-20T21:34:49.9530941Z does not match the name of the calling package (OpenMP). This can lead to 2024-08-20T21:34:49.9531749Z problems in calling code that expects `find_package` result variables 2024-08-20T21:34:49.9532374Z (e.g., `_FOUND`) to follow a certain pattern. 2024-08-20T21:34:49.9532884Z Call Stack (most recent call first): 2024-08-20T21:34:49.9533538Z cmake/Modules/FindOpenMP.cmake:590 (find_package_handle_standard_args) 2024-08-20T21:34:49.9534274Z third_party/fbgemm/CMakeLists.txt:136 (find_package) 2024-08-20T21:34:49.9534908Z This warning is for project developers. Use -Wno-dev to suppress it. 2024-08-20T21:34:49.9535372Z 2024-08-20T21:34:49.9535537Z -- Found OpenMP_C: -openmp:experimental 2024-08-20T21:34:50.2794637Z CMake Warning (dev) at C:/Jenkins/Miniconda3/Library/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2024-08-20T21:34:50.2795874Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2024-08-20T21:34:50.2796679Z does not match the name of the calling package (OpenMP). This can lead to 2024-08-20T21:34:50.2797480Z problems in calling code that expects `find_package` result variables 2024-08-20T21:34:50.2798103Z (e.g., `_FOUND`) to follow a certain pattern. 2024-08-20T21:34:50.2798541Z Call Stack (most recent call first): 2024-08-20T21:34:50.2799128Z cmake/Modules/FindOpenMP.cmake:590 (find_package_handle_standard_args) 2024-08-20T21:34:50.2799800Z third_party/fbgemm/CMakeLists.txt:136 (find_package) 2024-08-20T21:34:50.2800432Z This warning is for project developers. Use -Wno-dev to suppress it. 2024-08-20T21:34:50.2800901Z 2024-08-20T21:34:50.2801072Z -- Found OpenMP_CXX: -openmp:experimental 2024-08-20T21:34:50.2801655Z CMake Warning at third_party/fbgemm/CMakeLists.txt:138 (message): 2024-08-20T21:34:50.2802222Z OpenMP found! OpenMP_C_INCLUDE_DIRS = 2024-08-20T21:34:50.2802506Z 2024-08-20T21:34:50.2802511Z 2024-08-20T21:34:50.2802617Z -- Found OpenMP: TRUE 2024-08-20T21:34:50.5195723Z CMake Warning at third_party/fbgemm/CMakeLists.txt:232 (message): 2024-08-20T21:34:50.5196346Z ========== 2024-08-20T21:34:50.5196514Z 2024-08-20T21:34:50.5196519Z 2024-08-20T21:34:50.5196783Z CMake Warning at third_party/fbgemm/CMakeLists.txt:233 (message): 2024-08-20T21:34:50.5197335Z CMAKE_BUILD_TYPE = Release 2024-08-20T21:34:50.5197568Z 2024-08-20T21:34:50.5197572Z 2024-08-20T21:34:50.5197832Z CMake Warning at third_party/fbgemm/CMakeLists.txt:234 (message): 2024-08-20T21:34:50.5198443Z CMAKE_CXX_FLAGS_DEBUG is /Z7 /Ob0 /Od /RTC1 /bigobj 2024-08-20T21:34:50.5198799Z 2024-08-20T21:34:50.5198804Z 2024-08-20T21:34:50.5199242Z CMake Warning at third_party/fbgemm/CMakeLists.txt:235 (message): 2024-08-20T21:34:50.5199864Z CMAKE_CXX_FLAGS_RELEASE is /O2 /Ob2 /DNDEBUG /bigobj 2024-08-20T21:34:50.5200210Z 2024-08-20T21:34:50.5200214Z 2024-08-20T21:34:50.5200475Z CMake Warning at third_party/fbgemm/CMakeLists.txt:236 (message): 2024-08-20T21:34:50.5200987Z ========== 2024-08-20T21:34:50.5201139Z 2024-08-20T21:34:50.5201144Z 2024-08-20T21:34:50.5571933Z ** AsmJit Summary ** 2024-08-20T21:34:50.5573069Z ASMJIT_DIR=C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit 2024-08-20T21:34:50.5573739Z ASMJIT_TEST=FALSE 2024-08-20T21:34:50.5574044Z ASMJIT_TARGET_TYPE=SHARED 2024-08-20T21:34:50.5574372Z ASMJIT_DEPS= 2024-08-20T21:34:50.5574623Z ASMJIT_LIBS=asmjit 2024-08-20T21:34:50.5574907Z ASMJIT_CFLAGS= 2024-08-20T21:34:50.5575508Z ASMJIT_PRIVATE_CFLAGS=-MP;-GF;-Zc:__cplusplus;-Zc:inline;-Zc:strictStrings;-Zc:threadSafeInit-;-W4 2024-08-20T21:34:50.5576217Z ASMJIT_PRIVATE_CFLAGS_DBG=-GS 2024-08-20T21:34:50.5576600Z ASMJIT_PRIVATE_CFLAGS_REL=-GS-;-O2;-Oi 2024-08-20T21:34:50.5704713Z -- Using third party subdirectory Eigen. 2024-08-20T21:34:52.5050113Z -- Found Python: C:\Jenkins\Miniconda3\python.exe (found version "3.9.19") found components: Interpreter Development.Module NumPy 2024-08-20T21:34:52.5051094Z -- Using third_party/pybind11. 2024-08-20T21:34:52.5051812Z -- pybind11 include dirs: C:/actions-runner/_work/pytorch/pytorch/cmake/../third_party/pybind11/include 2024-08-20T21:34:52.5088232Z -- Could NOT find OpenTelemetryApi (missing: OpenTelemetryApi_INCLUDE_DIRS) 2024-08-20T21:34:52.5088882Z -- Using third_party/opentelemetry-cpp. 2024-08-20T21:34:52.5089769Z -- opentelemetry api include dirs: C:/actions-runner/_work/pytorch/pytorch/cmake/../third_party/opentelemetry-cpp/api/include 2024-08-20T21:34:53.4613510Z -- Could NOT find MPI_C (missing: MPI_C_LIB_NAMES MPI_C_HEADER_DIR MPI_C_WORKS) 2024-08-20T21:34:54.1127038Z -- Could NOT find MPI_CXX (missing: MPI_CXX_LIB_NAMES MPI_CXX_HEADER_DIR MPI_CXX_WORKS) 2024-08-20T21:34:54.1129907Z -- Could NOT find MPI (missing: MPI_C_FOUND MPI_CXX_FOUND) 2024-08-20T21:34:54.1132601Z CMake Warning at cmake/Dependencies.cmake:951 (message): 2024-08-20T21:34:54.1133295Z Not compiling with MPI. Suppress this warning with -DUSE_MPI=OFF 2024-08-20T21:34:54.1133875Z Call Stack (most recent call first): 2024-08-20T21:34:54.1134255Z CMakeLists.txt:866 (include) 2024-08-20T21:34:54.1134524Z 2024-08-20T21:34:54.1134530Z 2024-08-20T21:34:54.1166990Z -- Adding OpenMP CXX_FLAGS: -openmp:experimental 2024-08-20T21:34:54.1185721Z CMake Warning (dev) at third_party/gloo/CMakeLists.txt:21 (option): 2024-08-20T21:34:54.1186483Z Policy CMP0077 is not set: option() honors normal variables. Run "cmake 2024-08-20T21:34:54.1187302Z --help-policy CMP0077" for policy details. Use the cmake_policy command to 2024-08-20T21:34:54.1187934Z set the policy and suppress this warning. 2024-08-20T21:34:54.1188291Z 2024-08-20T21:34:54.1188659Z For compatibility with older versions of CMake, option is clearing the 2024-08-20T21:34:54.1189246Z normal variable 'BUILD_BENCHMARK'. 2024-08-20T21:34:54.1189816Z This warning is for project developers. Use -Wno-dev to suppress it. 2024-08-20T21:34:54.1190266Z 2024-08-20T21:34:54.1190544Z CMake Warning (dev) at third_party/gloo/CMakeLists.txt:35 (option): 2024-08-20T21:34:54.1191262Z Policy CMP0077 is not set: option() honors normal variables. Run "cmake 2024-08-20T21:34:54.1192050Z --help-policy CMP0077" for policy details. Use the cmake_policy command to 2024-08-20T21:34:54.1192692Z set the policy and suppress this warning. 2024-08-20T21:34:54.1192998Z 2024-08-20T21:34:54.1193312Z For compatibility with older versions of CMake, option is clearing the 2024-08-20T21:34:54.1193925Z normal variable 'USE_NCCL'. 2024-08-20T21:34:54.1194496Z This warning is for project developers. Use -Wno-dev to suppress it. 2024-08-20T21:34:54.1194941Z 2024-08-20T21:34:54.1195417Z CMake Warning (dev) at third_party/gloo/CMakeLists.txt:36 (option): 2024-08-20T21:34:54.1196144Z Policy CMP0077 is not set: option() honors normal variables. Run "cmake 2024-08-20T21:34:54.1196925Z --help-policy CMP0077" for policy details. Use the cmake_policy command to 2024-08-20T21:34:54.1197559Z set the policy and suppress this warning. 2024-08-20T21:34:54.1197866Z 2024-08-20T21:34:54.1198186Z For compatibility with older versions of CMake, option is clearing the 2024-08-20T21:34:54.1198883Z normal variable 'USE_RCCL'. 2024-08-20T21:34:54.1199434Z This warning is for project developers. Use -Wno-dev to suppress it. 2024-08-20T21:34:54.1199937Z 2024-08-20T21:34:54.1200047Z -- MSVC detected 2024-08-20T21:34:54.1200303Z -- Set USE_REDIS OFF 2024-08-20T21:34:54.1200599Z -- Set USE_IBVERBS OFF 2024-08-20T21:34:54.1200889Z -- Set USE_NCCL OFF 2024-08-20T21:34:54.1201150Z -- Set USE_RCCL OFF 2024-08-20T21:34:54.1201426Z -- Set USE_LIBUV ON 2024-08-20T21:34:54.1201754Z -- Only USE_LIBUV is supported on Windows 2024-08-20T21:34:54.1205691Z -- Gloo build as SHARED library 2024-08-20T21:34:54.2470489Z Generated: C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto 2024-08-20T21:34:54.2478728Z Generated: C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto 2024-08-20T21:34:54.2486999Z Generated: C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto 2024-08-20T21:34:54.9553923Z -- 2024-08-20T21:34:54.9554268Z -- ******** Summary ******** 2024-08-20T21:34:54.9554697Z -- CMake version : 3.22.1 2024-08-20T21:34:54.9555331Z -- CMake command : C:/Jenkins/Miniconda3/Library/bin/cmake.exe 2024-08-20T21:34:54.9555969Z -- System : Windows 2024-08-20T21:34:54.9556906Z -- C++ compiler : C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe 2024-08-20T21:34:54.9557848Z -- C++ compiler version : 19.29.30154.0 2024-08-20T21:34:54.9558691Z -- CXX flags : /DWIN32 /D_WINDOWS /GR /EHsc /Zc:__cplusplus /bigobj /FS /utf-8 -DUSE_PTHREADPOOL /EHsc /wd26812 2024-08-20T21:34:54.9559484Z -- Build type : Release 2024-08-20T21:34:54.9560120Z -- Compile definitions : ONNX_ML=1;ONNXIFI_ENABLE_EXT=1;__STDC_FORMAT_MACROS 2024-08-20T21:34:54.9560944Z -- CMAKE_PREFIX_PATH : C:\Jenkins\Miniconda3\Lib\site-packages 2024-08-20T21:34:54.9561735Z -- CMAKE_INSTALL_PREFIX : C:/actions-runner/_work/pytorch/pytorch/torch 2024-08-20T21:34:54.9562534Z -- CMAKE_MODULE_PATH : C:/actions-runner/_work/pytorch/pytorch/cmake/Modules 2024-08-20T21:34:54.9563264Z CMake Warning at cmake/Dependencies.cmake:1407 (message): 2024-08-20T21:34:54.9563958Z Not compiling with MAGMA. Suppress this warning with -DUSE_MAGMA=OFF. 2024-08-20T21:34:54.9564540Z Call Stack (most recent call first): 2024-08-20T21:34:54.9564940Z CMakeLists.txt:866 (include) 2024-08-20T21:34:54.9565178Z 2024-08-20T21:34:54.9565183Z 2024-08-20T21:34:54.9565275Z -- 2024-08-20T21:34:54.9565542Z -- ONNX version : 1.16.2 2024-08-20T21:34:54.9566011Z -- ONNX NAMESPACE : onnx_torch 2024-08-20T21:34:54.9566515Z -- ONNX_USE_LITE_PROTO : OFF 2024-08-20T21:34:54.9566986Z -- USE_PROTOBUF_SHARED_LIBS : OFF 2024-08-20T21:34:54.9567430Z -- Protobuf_USE_STATIC_LIBS : ON 2024-08-20T21:34:54.9567872Z -- ONNX_DISABLE_EXCEPTIONS : OFF 2024-08-20T21:34:54.9568312Z -- ONNX_DISABLE_STATIC_REGISTRATION : OFF 2024-08-20T21:34:54.9568753Z -- ONNX_WERROR : OFF 2024-08-20T21:34:54.9569173Z -- ONNX_BUILD_TESTS : OFF 2024-08-20T21:34:54.9569588Z -- ONNX_BUILD_BENCHMARKS : OFF 2024-08-20T21:34:54.9570204Z -- ONNX_BUILD_SHARED_LIBS : 2024-08-20T21:34:54.9570632Z -- BUILD_SHARED_LIBS : OFF 2024-08-20T21:34:54.9571007Z -- 2024-08-20T21:34:54.9571256Z -- Protobuf compiler : 2024-08-20T21:34:54.9571674Z -- Protobuf includes : 2024-08-20T21:34:54.9572131Z -- Protobuf libraries : 2024-08-20T21:34:54.9572670Z -- BUILD_ONNX_PYTHON : OFF 2024-08-20T21:34:54.9573372Z -- Found CUDA with FP16 support, compiling with torch.cuda.HalfTensor 2024-08-20T21:34:54.9573951Z -- Adding -DNDEBUG to compile flags 2024-08-20T21:34:54.9574449Z -- Could not find hardware support for NEON on this machine. 2024-08-20T21:34:54.9574976Z -- No OMAP3 processor on this machine. 2024-08-20T21:34:54.9575392Z -- No OMAP4 processor on this machine. 2024-08-20T21:34:54.9580827Z -- Looking for sbgemm_ 2024-08-20T21:34:55.1527568Z -- Looking for sbgemm_ - not found 2024-08-20T21:34:55.1543406Z -- Found a library with LAPACK API (mkl). 2024-08-20T21:34:55.1544084Z disabling CUDA because NOT USE_CUDA is set 2024-08-20T21:34:55.1544550Z disabling ROCM because NOT USE_ROCM is set 2024-08-20T21:34:55.1545060Z -- MIOpen not found. Compiling without MIOpen support 2024-08-20T21:34:55.1627282Z -- MKLDNN_CPU_RUNTIME = OMP 2024-08-20T21:34:55.1644648Z -- DNNL_TARGET_ARCH: X64 2024-08-20T21:34:55.1670100Z -- DNNL_LIBRARY_NAME: dnnl 2024-08-20T21:34:55.1751711Z CMake Warning (dev) at C:/Jenkins/Miniconda3/Library/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2024-08-20T21:34:55.1752919Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2024-08-20T21:34:55.1753728Z does not match the name of the calling package (OpenMP). This can lead to 2024-08-20T21:34:55.1754506Z problems in calling code that expects `find_package` result variables 2024-08-20T21:34:55.1755133Z (e.g., `_FOUND`) to follow a certain pattern. 2024-08-20T21:34:55.1755567Z Call Stack (most recent call first): 2024-08-20T21:34:55.1756168Z cmake/Modules/FindOpenMP.cmake:590 (find_package_handle_standard_args) 2024-08-20T21:34:55.1756944Z third_party/ideep/mkl-dnn/cmake/OpenMP.cmake:55 (find_package) 2024-08-20T21:34:55.1757551Z third_party/ideep/mkl-dnn/CMakeLists.txt:119 (include) 2024-08-20T21:34:55.1758207Z This warning is for project developers. Use -Wno-dev to suppress it. 2024-08-20T21:34:55.1758659Z 2024-08-20T21:34:55.1759362Z CMake Warning (dev) at C:/Jenkins/Miniconda3/Library/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2024-08-20T21:34:55.1761451Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2024-08-20T21:34:55.1762264Z does not match the name of the calling package (OpenMP). This can lead to 2024-08-20T21:34:55.1763039Z problems in calling code that expects `find_package` result variables 2024-08-20T21:34:55.1763660Z (e.g., `_FOUND`) to follow a certain pattern. 2024-08-20T21:34:55.1764105Z Call Stack (most recent call first): 2024-08-20T21:34:55.1764692Z cmake/Modules/FindOpenMP.cmake:590 (find_package_handle_standard_args) 2024-08-20T21:34:55.1765418Z third_party/ideep/mkl-dnn/cmake/OpenMP.cmake:55 (find_package) 2024-08-20T21:34:55.1766022Z third_party/ideep/mkl-dnn/CMakeLists.txt:119 (include) 2024-08-20T21:34:55.1766682Z This warning is for project developers. Use -Wno-dev to suppress it. 2024-08-20T21:34:55.1767133Z 2024-08-20T21:34:55.2009812Z -- Could NOT find Doxyrest (missing: DOXYREST_EXECUTABLE) 2024-08-20T21:34:55.2430565Z -- Found PythonInterp: C:/Jenkins/Miniconda3/python.exe (found suitable version "3.9.19", minimum required is "2.7") 2024-08-20T21:34:55.2612498Z -- Could NOT find Sphinx (missing: SPHINX_EXECUTABLE) 2024-08-20T21:34:55.2922113Z -- Enabled testing coverage: CI 2024-08-20T21:34:55.2934949Z -- Enabled workload: TRAINING 2024-08-20T21:34:55.2935328Z -- Enabled primitives: ALL 2024-08-20T21:34:55.2935683Z -- Enabled primitive CPU ISA: ALL 2024-08-20T21:34:55.2936250Z -- Enabled primitive GPU ISA: ALL 2024-08-20T21:34:55.2936632Z -- Enabled GeMM kernels ISA: ALL 2024-08-20T21:34:55.3020331Z -- Primitive cache is enabled 2024-08-20T21:34:55.3624415Z -- The ASM_MASM compiler identification is MSVC 2024-08-20T21:34:55.4722269Z -- Found assembler: C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/ml64.exe 2024-08-20T21:34:55.5293939Z -- Graph component is enabled 2024-08-20T21:34:55.5428234Z -- Graph compiler backend is disabled. 2024-08-20T21:34:55.5559012Z -- Found MKL-DNN: TRUE 2024-08-20T21:34:55.5623660Z -- {fmt} version: 11.0.2 2024-08-20T21:34:55.5623977Z -- Build type: Release 2024-08-20T21:34:55.5700044Z -- Using CPU-only version of Kineto 2024-08-20T21:34:55.5700554Z -- Configuring Kineto dependency: 2024-08-20T21:34:55.5701211Z -- KINETO_SOURCE_DIR = C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto 2024-08-20T21:34:55.5701886Z -- KINETO_BUILD_TESTS = OFF 2024-08-20T21:34:55.5702257Z -- KINETO_LIBRARY_TYPE = static 2024-08-20T21:34:55.6147977Z -- Found PythonInterp: C:/Jenkins/Miniconda3/python.exe (found version "3.9.19") 2024-08-20T21:34:55.6150925Z INFO CUDA_SOURCE_DIR = 2024-08-20T21:34:55.6151298Z INFO ROCM_SOURCE_DIR = 2024-08-20T21:34:55.6542089Z INFO CUPTI unavailable or disabled - not building GPU profilers 2024-08-20T21:34:55.7324645Z -- Kineto: FMT_SOURCE_DIR = C:/actions-runner/_work/pytorch/pytorch/third_party/fmt 2024-08-20T21:34:55.7325393Z INFO CUPTI_INCLUDE_DIR = /extras/CUPTI/include 2024-08-20T21:34:55.7325888Z INFO ROCTRACER_INCLUDE_DIR = /include/roctracer 2024-08-20T21:34:55.7326763Z INFO DYNOLOG_INCLUDE_DIR = C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/ 2024-08-20T21:34:55.7328224Z INFO IPCFABRIC_INCLUDE_DIR = C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog//dynolog/src/ipcfabric/ 2024-08-20T21:34:55.7329461Z -- Kineto: FMT_INCLUDE_DIR = C:/actions-runner/_work/pytorch/pytorch/third_party/fmt/include 2024-08-20T21:34:55.7351445Z -- Configured Kineto (CPU) 2024-08-20T21:34:55.7386990Z -- Performing Test HAS/WD4624 2024-08-20T21:34:56.0258385Z -- Performing Test HAS/WD4624 - Success 2024-08-20T21:34:56.0272573Z -- Performing Test HAS/WD4068 2024-08-20T21:34:56.3070679Z -- Performing Test HAS/WD4068 - Success 2024-08-20T21:34:56.3085062Z -- Performing Test HAS/WD4067 2024-08-20T21:34:56.6476529Z -- Performing Test HAS/WD4067 - Success 2024-08-20T21:34:56.6490420Z -- Performing Test HAS/WD4267 2024-08-20T21:34:57.1376281Z -- Performing Test HAS/WD4267 - Success 2024-08-20T21:34:57.1390537Z -- Performing Test HAS/WD4661 2024-08-20T21:34:57.4565698Z -- Performing Test HAS/WD4661 - Success 2024-08-20T21:34:57.4580245Z -- Performing Test HAS/WD4717 2024-08-20T21:34:57.8043322Z -- Performing Test HAS/WD4717 - Success 2024-08-20T21:34:57.8060853Z -- Performing Test HAS/WD4244 2024-08-20T21:34:58.2460268Z -- Performing Test HAS/WD4244 - Success 2024-08-20T21:34:58.2474797Z -- Performing Test HAS/WD4804 2024-08-20T21:34:58.5669378Z -- Performing Test HAS/WD4804 - Success 2024-08-20T21:34:58.5683326Z -- Performing Test HAS/WD4273 2024-08-20T21:34:58.9021744Z -- Performing Test HAS/WD4273 - Success 2024-08-20T21:34:58.9036504Z -- Performing Test HAS_WNO_STRINGOP_OVERFLOW 2024-08-20T21:34:58.9637604Z -- Performing Test HAS_WNO_STRINGOP_OVERFLOW - Failed 2024-08-20T21:34:58.9698540Z -- 2024-08-20T21:34:58.9699509Z -- Use the C++ compiler to compile (MI_USE_CXX=ON) 2024-08-20T21:34:58.9701964Z -- 2024-08-20T21:34:58.9702220Z -- Library base name: mimalloc 2024-08-20T21:34:58.9702564Z -- Version : 1.8 2024-08-20T21:34:58.9702869Z -- Build type : release 2024-08-20T21:34:58.9703703Z -- C++ Compiler : C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe 2024-08-20T21:34:58.9704580Z -- Compiler flags : /Zc:__cplusplus 2024-08-20T21:34:58.9704943Z -- Compiler defines : 2024-08-20T21:34:58.9706060Z -- Link libraries : psapi;shell32;user32;advapi32;bcrypt 2024-08-20T21:34:58.9706570Z -- Build targets : static 2024-08-20T21:34:58.9706879Z -- 2024-08-20T21:34:58.9806231Z -- Performing Test HAS_WDEPRECATED 2024-08-20T21:34:59.1121249Z -- Performing Test HAS_WDEPRECATED - Failed 2024-08-20T21:34:59.1124193Z -- don't use NUMA 2024-08-20T21:34:59.1197074Z -- Looking for backtrace 2024-08-20T21:34:59.1980345Z -- Looking for backtrace - not found 2024-08-20T21:34:59.2041746Z -- Could NOT find Backtrace (missing: Backtrace_LIBRARY Backtrace_INCLUDE_DIR) 2024-08-20T21:35:02.9704514Z -- headers outputs: 2024-08-20T21:35:12.2522449Z -- sources outputs: 2024-08-20T21:35:13.7050412Z -- declarations_yaml outputs: 2024-08-20T21:35:13.7152611Z -- Performing Test COMPILER_SUPPORTS_NO_AVX256_SPLIT 2024-08-20T21:35:19.0434458Z -- Performing Test COMPILER_SUPPORTS_NO_AVX256_SPLIT - Failed 2024-08-20T21:35:19.2831277Z -- Using ATen parallel backend: OMP 2024-08-20T21:35:19.2844426Z disabling CUDA because USE_CUDA is set false 2024-08-20T21:35:19.6351586Z -- Found OpenSSL: C:/Jenkins/Miniconda3/Library/lib/libcrypto.lib (found version "3.0.14") 2024-08-20T21:35:19.8130243Z -- Check size of long double 2024-08-20T21:35:20.1303830Z -- Check size of long double - done 2024-08-20T21:35:20.1311352Z -- Performing Test COMPILER_SUPPORTS_FLOAT128 2024-08-20T21:35:20.2343992Z -- Performing Test COMPILER_SUPPORTS_FLOAT128 - Failed 2024-08-20T21:35:20.2348974Z -- Performing Test COMPILER_SUPPORTS_SSE2 2024-08-20T21:35:20.6797366Z -- Performing Test COMPILER_SUPPORTS_SSE2 - Success 2024-08-20T21:35:20.6801979Z -- Performing Test COMPILER_SUPPORTS_SSE4 2024-08-20T21:35:21.2135443Z -- Performing Test COMPILER_SUPPORTS_SSE4 - Success 2024-08-20T21:35:21.2139611Z -- Performing Test COMPILER_SUPPORTS_AVX 2024-08-20T21:35:21.6371337Z -- Performing Test COMPILER_SUPPORTS_AVX - Success 2024-08-20T21:35:21.6377974Z -- Performing Test COMPILER_SUPPORTS_FMA4 2024-08-20T21:35:22.1523710Z -- Performing Test COMPILER_SUPPORTS_FMA4 - Success 2024-08-20T21:35:22.1528132Z -- Performing Test COMPILER_SUPPORTS_AVX2 2024-08-20T21:35:22.7983259Z -- Performing Test COMPILER_SUPPORTS_AVX2 - Success 2024-08-20T21:35:22.7987830Z -- Performing Test COMPILER_SUPPORTS_AVX512F 2024-08-20T21:35:23.1779764Z -- Performing Test COMPILER_SUPPORTS_AVX512F - Success 2024-08-20T21:35:23.1862456Z -- Found OpenMP_C: -openmp:experimental (found version "2.0") 2024-08-20T21:35:23.1866726Z -- Found OpenMP_CXX: -openmp:experimental (found version "2.0") 2024-08-20T21:35:23.1870626Z -- Found OpenMP: TRUE (found version "2.0") 2024-08-20T21:35:23.1874966Z -- Performing Test COMPILER_SUPPORTS_OPENMP 2024-08-20T21:35:23.6415541Z -- Performing Test COMPILER_SUPPORTS_OPENMP - Success 2024-08-20T21:35:23.6419556Z -- Performing Test COMPILER_SUPPORTS_OMP_SIMD 2024-08-20T21:35:23.8010538Z -- Performing Test COMPILER_SUPPORTS_OMP_SIMD - Failed 2024-08-20T21:35:23.8015109Z -- Performing Test COMPILER_SUPPORTS_WEAK_ALIASES 2024-08-20T21:35:23.8985645Z -- Performing Test COMPILER_SUPPORTS_WEAK_ALIASES - Failed 2024-08-20T21:35:23.8989385Z -- Performing Test COMPILER_SUPPORTS_BUILTIN_MATH 2024-08-20T21:35:24.1887542Z -- Performing Test COMPILER_SUPPORTS_BUILTIN_MATH - Failed 2024-08-20T21:35:24.1893254Z -- Performing Test COMPILER_SUPPORTS_SYS_GETRANDOM 2024-08-20T21:35:24.2638026Z -- Performing Test COMPILER_SUPPORTS_SYS_GETRANDOM - Failed 2024-08-20T21:35:24.4172949Z Target system: Windows-10.0.17763 2024-08-20T21:35:24.4173441Z -- Configuring build for SLEEF-v3.6.0 2024-08-20T21:35:24.4191415Z Target processor: AMD64 2024-08-20T21:35:24.4192146Z Host system: Windows-10.0.17763 2024-08-20T21:35:24.4194172Z Host processor: AMD64 2024-08-20T21:35:24.4195386Z 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-20T21:35:24.4196353Z CMake: 3.22.1 2024-08-20T21:35:24.4197005Z Make program: C:/Jenkins/Miniconda3/Library/bin/ninja.exe 2024-08-20T21:35:24.4197808Z -- Using option `/D_CRT_SECURE_NO_WARNINGS /D_CRT_NONSTDC_NO_DEPRECATE ` to compile libsleef 2024-08-20T21:35:24.4198522Z -- Building shared libs : OFF 2024-08-20T21:35:24.4199050Z -- Building static test bins: OFF 2024-08-20T21:35:24.4199454Z -- MPFR : LIB_MPFR-NOTFOUND 2024-08-20T21:35:24.4199850Z -- GMP : LIBGMP-NOTFOUND 2024-08-20T21:35:24.4200188Z -- RT : 2024-08-20T21:35:24.4200463Z -- FFTW3 : LIBFFTW3-NOTFOUND 2024-08-20T21:35:24.4200981Z -- OPENSSL : 3.0.14 2024-08-20T21:35:24.4201314Z -- SDE : SDE_COMMAND-NOTFOUND 2024-08-20T21:35:24.4201699Z -- COMPILER_SUPPORTS_OPENMP : FALSE 2024-08-20T21:35:24.4484285Z AT_INSTALL_INCLUDE_DIR include/ATen/core 2024-08-20T21:35:24.4485054Z core header install: C:/actions-runner/_work/pytorch/pytorch/build/aten/src/ATen/core/TensorBody.h 2024-08-20T21:35:24.4486192Z core header install: C:/actions-runner/_work/pytorch/pytorch/build/aten/src/ATen/core/aten_interned_strings.h 2024-08-20T21:35:24.4488180Z core header install: C:/actions-runner/_work/pytorch/pytorch/build/aten/src/ATen/core/enum_tag.h 2024-08-20T21:35:24.9914895Z -- Performing Test HAS_WNO_UNUSED_PRIVATE_FIELD 2024-08-20T21:35:25.0524860Z -- Performing Test HAS_WNO_UNUSED_PRIVATE_FIELD - Failed 2024-08-20T21:35:25.0532685Z -- 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-20T21:35:25.2061042Z CMake Warning at CMakeLists.txt:1251 (message): 2024-08-20T21:35:25.2061767Z Generated cmake files are only fully tested if one builds with system glog, 2024-08-20T21:35:25.2062585Z gflags, and protobuf. Other settings may generate files that are not well 2024-08-20T21:35:25.2063159Z tested. 2024-08-20T21:35:25.2063299Z 2024-08-20T21:35:25.2063304Z 2024-08-20T21:35:25.2082910Z -- 2024-08-20T21:35:25.2083213Z -- ******** Summary ******** 2024-08-20T21:35:25.2083589Z -- General: 2024-08-20T21:35:25.2083858Z -- CMake version : 3.22.1 2024-08-20T21:35:25.2084381Z -- CMake command : C:/Jenkins/Miniconda3/Library/bin/cmake.exe 2024-08-20T21:35:25.2084924Z -- System : Windows 2024-08-20T21:35:25.2085791Z -- C++ compiler : C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe 2024-08-20T21:35:25.2086693Z -- C++ compiler id : MSVC 2024-08-20T21:35:25.2087096Z -- C++ compiler version : 19.29.30154.0 2024-08-20T21:35:25.2087534Z -- Using ccache if found : OFF 2024-08-20T21:35:25.2089347Z -- CXX flags : /DWIN32 /D_WINDOWS /GR /EHsc /Zc:__cplusplus /bigobj /FS /utf-8 -DUSE_PTHREADPOOL -DNDEBUG -DUSE_KINETO -DLIBKINETO_NOCUPTI -DLIBKINETO_NOROCTRACER -DLIBKINETO_NOXPUPTI=ON -DUSE_FBGEMM -DUSE_XNNPACK -DSYMBOLICATE_MOBILE_DEBUG_HANDLE /wd4624 /wd4068 /wd4067 /wd4267 /wd4661 /wd4717 /wd4244 /wd4804 /wd4273 2024-08-20T21:35:25.2091418Z -- Shared LD flags : /machine:x64 /ignore:4049 /ignore:4217 /ignore:4099 2024-08-20T21:35:25.2092146Z -- Static LD flags : /machine:x64 /ignore:4049 /ignore:4217 /ignore:4099 2024-08-20T21:35:25.2092884Z -- Module LD flags : /machine:x64 /ignore:4049 /ignore:4217 /ignore:4099 2024-08-20T21:35:25.2093461Z -- Build type : Release 2024-08-20T21:35:25.2095279Z -- 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-20T21:35:25.2097008Z -- CMAKE_PREFIX_PATH : C:\Jenkins\Miniconda3\Lib\site-packages 2024-08-20T21:35:25.2097716Z -- CMAKE_INSTALL_PREFIX : C:/actions-runner/_work/pytorch/pytorch/torch 2024-08-20T21:35:25.2098304Z -- USE_GOLD_LINKER : OFF 2024-08-20T21:35:25.2098649Z -- 2024-08-20T21:35:25.2099017Z -- TORCH_VERSION : 2.5.0 2024-08-20T21:35:25.2099425Z -- BUILD_STATIC_RUNTIME_BENCHMARK: OFF 2024-08-20T21:35:25.2099842Z -- BUILD_BINARY : OFF 2024-08-20T21:35:25.2100196Z -- BUILD_CUSTOM_PROTOBUF : ON 2024-08-20T21:35:25.2100577Z -- Link local protobuf : ON 2024-08-20T21:35:25.2100952Z -- BUILD_PYTHON : True 2024-08-20T21:35:25.2101316Z -- Python version : 3.9.19 2024-08-20T21:35:25.2101820Z -- Python executable : C:\Jenkins\Miniconda3\python.exe 2024-08-20T21:35:25.2102459Z -- Python library : C:/Jenkins/Miniconda3/libs/python39.lib 2024-08-20T21:35:25.2103067Z -- Python includes : C:/Jenkins/Miniconda3/include 2024-08-20T21:35:25.2103701Z -- Python site-package : C:\Jenkins\Miniconda3\Lib\site-packages 2024-08-20T21:35:25.2104254Z -- BUILD_SHARED_LIBS : ON 2024-08-20T21:35:25.2104647Z -- CAFFE2_USE_MSVC_STATIC_RUNTIME : OFF 2024-08-20T21:35:25.2105083Z -- BUILD_TEST : True 2024-08-20T21:35:25.2105458Z -- BUILD_JNI : OFF 2024-08-20T21:35:25.2105812Z -- BUILD_MOBILE_AUTOGRAD : OFF 2024-08-20T21:35:25.2106199Z -- BUILD_LITE_INTERPRETER: OFF 2024-08-20T21:35:25.2106579Z -- INTERN_BUILD_MOBILE : 2024-08-20T21:35:25.2106921Z -- TRACING_BASED : OFF 2024-08-20T21:35:25.2107285Z -- USE_BLAS : 1 2024-08-20T21:35:25.2107634Z -- BLAS : mkl 2024-08-20T21:35:25.2107973Z -- BLAS_HAS_SBGEMM : 2024-08-20T21:35:25.2108327Z -- USE_LAPACK : 1 2024-08-20T21:35:25.2108686Z -- LAPACK : mkl 2024-08-20T21:35:25.2109025Z -- USE_ASAN : OFF 2024-08-20T21:35:25.2109381Z -- USE_TSAN : OFF 2024-08-20T21:35:25.2109747Z -- USE_CPP_CODE_COVERAGE : OFF 2024-08-20T21:35:25.2110091Z -- USE_CUDA : 0 2024-08-20T21:35:25.2110440Z -- USE_XPU : OFF 2024-08-20T21:35:25.2110795Z -- USE_ROCM : OFF 2024-08-20T21:35:25.2111134Z -- BUILD_NVFUSER : 2024-08-20T21:35:25.2111494Z -- USE_EIGEN_FOR_BLAS : 2024-08-20T21:35:25.2111851Z -- USE_FBGEMM : ON 2024-08-20T21:35:25.2112200Z -- USE_FAKELOWP : OFF 2024-08-20T21:35:25.2112578Z -- USE_KINETO : ON 2024-08-20T21:35:25.2112936Z -- USE_GFLAGS : OFF 2024-08-20T21:35:25.2113275Z -- USE_GLOG : OFF 2024-08-20T21:35:25.2113640Z -- USE_LITE_PROTO : OFF 2024-08-20T21:35:25.2114005Z -- USE_PYTORCH_METAL : OFF 2024-08-20T21:35:25.2114381Z -- USE_PYTORCH_METAL_EXPORT : OFF 2024-08-20T21:35:25.2114792Z -- USE_MPS : OFF 2024-08-20T21:35:25.2115149Z -- USE_MKL : ON 2024-08-20T21:35:25.2115487Z -- USE_MKLDNN : ON 2024-08-20T21:35:25.2115851Z -- USE_MKLDNN_ACL : OFF 2024-08-20T21:35:25.2116216Z -- USE_MKLDNN_CBLAS : OFF 2024-08-20T21:35:25.2116556Z -- USE_UCC : OFF 2024-08-20T21:35:25.2116910Z -- USE_ITT : ON 2024-08-20T21:35:25.2117270Z -- USE_NCCL : OFF 2024-08-20T21:35:25.2117606Z -- USE_NNPACK : OFF 2024-08-20T21:35:25.2117967Z -- USE_NUMPY : ON 2024-08-20T21:35:25.2118330Z -- USE_OBSERVERS : ON 2024-08-20T21:35:25.2118675Z -- USE_OPENCL : OFF 2024-08-20T21:35:25.2119036Z -- USE_OPENMP : ON 2024-08-20T21:35:25.2119398Z -- USE_MIMALLOC : ON 2024-08-20T21:35:25.2119737Z -- USE_VULKAN : OFF 2024-08-20T21:35:25.2120096Z -- USE_PROF : OFF 2024-08-20T21:35:25.2120570Z -- USE_PYTORCH_QNNPACK : OFF 2024-08-20T21:35:25.2120923Z -- USE_XNNPACK : ON 2024-08-20T21:35:25.2121287Z -- USE_DISTRIBUTED : ON 2024-08-20T21:35:25.2121649Z -- USE_MPI : OFF 2024-08-20T21:35:25.2122001Z -- USE_GLOO : ON 2024-08-20T21:35:25.2122372Z -- USE_GLOO_WITH_OPENSSL : OFF 2024-08-20T21:35:25.2122760Z -- USE_TENSORPIPE : OFF 2024-08-20T21:35:25.2135304Z -- Public Dependencies : caffe2::mkl 2024-08-20T21:35:25.2136498Z -- Private Dependencies : Threads::Threads;pthreadpool;cpuinfo;XNNPACK;fbgemm;ittnotify;fp16;caffe2::openmp;gloo;fmt::fmt-header-only;kineto 2024-08-20T21:35:25.2137470Z -- Public CUDA Deps. : 2024-08-20T21:35:25.2137822Z -- Private CUDA Deps. : 2024-08-20T21:35:25.2138197Z -- USE_COREML_DELEGATE : OFF 2024-08-20T21:35:25.2138598Z -- BUILD_LAZY_TS_BACKEND : ON 2024-08-20T21:35:25.2138965Z -- USE_ROCM_KERNEL_ASSERT : OFF 2024-08-20T21:35:25.2153951Z -- Performing Test HAS_WMISSING_PROTOTYPES 2024-08-20T21:35:25.2839987Z -- Performing Test HAS_WMISSING_PROTOTYPES - Failed 2024-08-20T21:35:25.2854255Z -- Performing Test HAS_WERROR_MISSING_PROTOTYPES 2024-08-20T21:35:25.3448213Z -- Performing Test HAS_WERROR_MISSING_PROTOTYPES - Failed 2024-08-20T21:35:25.3505371Z -- Configuring done 2024-08-20T21:35:34.5556439Z -- Generating done 2024-08-20T21:35:34.7887479Z CMake Warning: 2024-08-20T21:35:34.7888083Z Manually-specified variables were not used by the project: 2024-08-20T21:35:34.7888520Z 2024-08-20T21:35:34.7888629Z BUILD_ENVIRONMENT 2024-08-20T21:35:34.7889027Z BUILD_TYPE 2024-08-20T21:35:34.7889281Z BUILD_WHEEL 2024-08-20T21:35:34.7889461Z 2024-08-20T21:35:34.7889466Z 2024-08-20T21:35:34.7912069Z -- Build files have been written to: C:/actions-runner/_work/pytorch/pytorch/build 2024-08-20T21:35:40.6545067Z [1/4] Generating ATen declarations_yaml 2024-08-20T21:35:46.5366629Z [2/4] Generating ATen sources 2024-08-20T21:35:49.4069614Z [3/4] Generating ATen headers 2024-08-20T21:35:55.2988785Z [1/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\implicit_weak_message.cc.obj 2024-08-20T21:35:55.3068858Z [2/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\any_lite.cc.obj 2024-08-20T21:35:55.3135473Z [3/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\io\coded_stream.cc.obj 2024-08-20T21:35:55.3252108Z [4/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\arena.cc.obj 2024-08-20T21:35:55.3452020Z [5/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\generated_enum_util.cc.obj 2024-08-20T21:35:55.3473972Z [6/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\extension_set.cc.obj 2024-08-20T21:35:55.3575587Z [7/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\generated_message_table_driven_lite.cc.obj 2024-08-20T21:35:55.3688624Z [8/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\generated_message_util.cc.obj 2024-08-20T21:35:55.5537789Z [9/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\io\strtod.cc.obj 2024-08-20T21:35:55.5662241Z [10/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\bytestream.cc.obj 2024-08-20T21:35:55.5682038Z [11/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\io\zero_copy_stream.cc.obj 2024-08-20T21:35:55.5977837Z [12/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\io\zero_copy_stream_impl.cc.obj 2024-08-20T21:35:55.6053944Z [13/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\io\zero_copy_stream_impl_lite.cc.obj 2024-08-20T21:35:55.6449041Z [14/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\parse_context.cc.obj 2024-08-20T21:35:55.6916731Z [15/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\message_lite.cc.obj 2024-08-20T21:35:55.8470378Z [16/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\repeated_field.cc.obj 2024-08-20T21:35:55.8518402Z [17/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\stringpiece.cc.obj 2024-08-20T21:35:55.8999851Z [18/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\stringprintf.cc.obj 2024-08-20T21:35:55.9015507Z [19/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\structurally_valid.cc.obj 2024-08-20T21:35:55.9079544Z [20/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\strutil.cc.obj 2024-08-20T21:35:55.9293086Z [21/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\int128.cc.obj 2024-08-20T21:35:55.9894735Z [22/7973] 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-20T21:35:55.9979950Z [23/7973] 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-20T21:35:56.0126458Z [24/7973] 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-20T21:35:56.0373764Z [25/7973] 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-20T21:35:56.0734713Z [26/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\status.cc.obj 2024-08-20T21:35:56.0787547Z [27/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\statusor.cc.obj 2024-08-20T21:35:56.0851781Z [28/7973] 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-20T21:35:56.0963701Z [29/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gavgpool\f32-gavgpool-7p7x-minmax-scalar-c1.c.obj 2024-08-20T21:35:56.1131710Z [30/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x4-relu-scalar.c.obj 2024-08-20T21:35:56.1249852Z [31/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gavgpool\f32-gavgpool-7x-minmax-scalar-c1.c.obj 2024-08-20T21:35:56.1612764Z [32/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gavgpool-cw\f32-gavgpool-cw-scalar-u1.c.obj 2024-08-20T21:35:56.1984323Z [33/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-2x4-scalar.c.obj 2024-08-20T21:35:56.2405970Z [34/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x4-minmax-scalar.c.obj 2024-08-20T21:35:56.2420548Z [35/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x4-scalar.c.obj 2024-08-20T21:35:56.2434599Z [36/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-2x4-relu-scalar.c.obj 2024-08-20T21:35:56.2487984Z [37/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x2-minmax-scalar.c.obj 2024-08-20T21:35:56.2600864Z [38/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x2-relu-scalar.c.obj 2024-08-20T21:35:56.3012242Z [39/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-2x4-minmax-scalar.c.obj 2024-08-20T21:35:56.3577185Z [40/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x4-minmax-scalar.c.obj 2024-08-20T21:35:56.3628909Z [41/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x2-scalar.c.obj 2024-08-20T21:35:56.3639165Z [42/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear-chw\gen\f32-ibilinear-chw-scalar-p2.c.obj 2024-08-20T21:35:56.3681741Z [43/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x4-relu-scalar.c.obj 2024-08-20T21:35:56.3731576Z [44/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x4-scalar.c.obj 2024-08-20T21:35:56.3743413Z [45/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x4-minmax-scalar.c.obj 2024-08-20T21:35:56.4249116Z [46/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear-chw\gen\f32-ibilinear-chw-scalar-p1.c.obj 2024-08-20T21:35:56.4337876Z [47/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear-chw\gen\f32-ibilinear-chw-scalar-p4.c.obj 2024-08-20T21:35:56.4386798Z [48/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear\gen\f32-ibilinear-scalar-c2.c.obj 2024-08-20T21:35:56.4689165Z [49/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-2x4-minmax-scalar.c.obj 2024-08-20T21:35:56.4826328Z [50/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x4-minmax-scalar.c.obj 2024-08-20T21:35:56.4877656Z [51/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear\gen\f32-ibilinear-scalar-c4.c.obj 2024-08-20T21:35:56.5284198Z [52/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x4-relu-scalar.c.obj 2024-08-20T21:35:56.5353161Z [53/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x4-minmax-scalar.c.obj 2024-08-20T21:35:56.5487291Z [54/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear\gen\f32-ibilinear-scalar-c1.c.obj 2024-08-20T21:35:56.6283679Z [55/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x2-minmax-scalar.c.obj 2024-08-20T21:35:56.6295307Z [56/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x4-scalar.c.obj 2024-08-20T21:35:56.6306625Z [57/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-2x4-scalar.c.obj 2024-08-20T21:35:56.6408232Z [58/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x2-relu-scalar.c.obj 2024-08-20T21:35:56.6564356Z [59/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-2x4-minmax-scalar.c.obj 2024-08-20T21:35:56.6732727Z [60/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-2x4-relu-scalar.c.obj 2024-08-20T21:35:56.7384081Z [61/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x4-minmax-scalar.c.obj 2024-08-20T21:35:56.7395718Z [62/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x4-relu-scalar.c.obj 2024-08-20T21:35:56.7438784Z [63/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x2-scalar.c.obj 2024-08-20T21:35:56.7494681Z [64/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-maxpool\f32-maxpool-9p8x-minmax-scalar-c1.c.obj 2024-08-20T21:35:56.7506633Z [65/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x4-scalar.c.obj 2024-08-20T21:35:56.7624485Z [66/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-pavgpool\f32-pavgpool-9p8x-minmax-scalar-c1.c.obj 2024-08-20T21:35:56.8325685Z [67/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ppmm\gen\f32-ppmm-2x4-minmax-scalar.c.obj 2024-08-20T21:35:56.8377602Z [68/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-prelu\gen\f32-prelu-scalar-2x4.c.obj 2024-08-20T21:35:56.8394446Z [69/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ppmm\gen\f32-ppmm-3x3-minmax-scalar.c.obj 2024-08-20T21:35:56.8446414Z [70/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-pavgpool\f32-pavgpool-9x-minmax-scalar-c1.c.obj 2024-08-20T21:35:56.8459240Z [71/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ppmm\gen\f32-ppmm-4x2-minmax-scalar.c.obj 2024-08-20T21:35:56.8696935Z [72/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ppmm\gen\f32-ppmm-4x4-minmax-scalar.c.obj 2024-08-20T21:35:56.9323430Z [73/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-prelu\gen\f32-prelu-scalar-2x1.c.obj 2024-08-20T21:35:56.9471396Z [74/7973] 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-20T21:35:56.9540541Z [75/7973] 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-20T21:35:56.9634570Z [76/7973] 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-20T21:35:56.9714947Z [77/7973] 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-20T21:35:56.9766374Z [78/7973] 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-20T21:35:57.0104753Z [79/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\common.cc.obj 2024-08-20T21:35:57.0374322Z [80/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\io\io_win32.cc.obj 2024-08-20T21:35:57.0528529Z [81/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x4-scalar.c.obj 2024-08-20T21:35:57.0839177Z [82/7973] 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-20T21:35:57.0851382Z [83/7973] 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-20T21:35:57.0900592Z [84/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-2x4-scalar.c.obj 2024-08-20T21:35:57.1013473Z [85/7973] 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-20T21:35:57.1518140Z [86/7973] 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-20T21:35:57.1643873Z [87/7973] 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-20T21:35:57.1658877Z [88/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x2-scalar.c.obj 2024-08-20T21:35:57.1712114Z [89/7973] 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-20T21:35:57.1810786Z [90/7973] 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-20T21:35:57.1881634Z [91/7973] 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-20T21:35:57.1953496Z [92/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x4-scalar.c.obj 2024-08-20T21:35:57.2038678Z [93/7973] 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-20T21:35:57.2590694Z [94/7973] 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-20T21:35:57.2669322Z [95/7973] 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-20T21:35:57.2719580Z [96/7973] 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-20T21:35:57.2774067Z [97/7973] 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-20T21:35:57.2785500Z [98/7973] 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-20T21:35:57.2934680Z [99/7973] 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-20T21:35:57.3059923Z [100/7973] 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-20T21:35:57.3118608Z [101/7973] 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-20T21:35:57.3560385Z [102/7973] 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-20T21:35:57.3634825Z [103/7973] 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-20T21:35:57.3682876Z [104/7973] 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-20T21:35:57.3749977Z [105/7973] 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-20T21:35:57.3797560Z [106/7973] 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-20T21:35:57.3963074Z [107/7973] 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-20T21:35:57.4071241Z [108/7973] 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-20T21:35:57.4083990Z [109/7973] 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-20T21:35:57.4558667Z [110/7973] 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-20T21:35:57.4627783Z [111/7973] 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-20T21:35:57.4650631Z [112/7973] 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-20T21:35:57.4860799Z [113/7973] 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-20T21:35:57.4945640Z [114/7973] 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-20T21:35:57.5000597Z [115/7973] 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-20T21:35:57.5041433Z [116/7973] Building RC object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\version.rc.res 2024-08-20T21:35:57.5043301Z Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384 2024-08-20T21:35:57.5044452Z 2024-08-20T21:35:57.5045309Z Copyright (C) Microsoft Corporation. All rights reserved. 2024-08-20T21:35:57.5046264Z 2024-08-20T21:35:57.5046299Z 2024-08-20T21:35:57.5055742Z [117/7973] 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-20T21:35:57.5316551Z [118/7973] 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-20T21:35:57.5471805Z [119/7973] 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-20T21:35:57.5599854Z [120/7973] 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-20T21:35:57.5653297Z [121/7973] 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-20T21:35:57.5978500Z [122/7973] 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-20T21:35:57.7494831Z [123/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\time.cc.obj 2024-08-20T21:35:57.7986213Z [124/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\any_lite.cc.obj 2024-08-20T21:35:57.8116524Z [125/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\arena.cc.obj 2024-08-20T21:35:57.8248950Z [126/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\wire_format_lite.cc.obj 2024-08-20T21:35:57.8553631Z [127/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\implicit_weak_message.cc.obj 2024-08-20T21:35:57.8568726Z [128/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\generated_enum_util.cc.obj 2024-08-20T21:35:57.8622830Z [129/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\generated_message_table_driven_lite.cc.obj 2024-08-20T21:35:57.9064605Z [130/7973] Linking CXX static library lib\libprotobuf-lite.lib 2024-08-20T21:35:57.9616380Z [131/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\extension_set.cc.obj 2024-08-20T21:35:57.9994994Z [132/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\coded_stream.cc.obj 2024-08-20T21:35:58.1005951Z [133/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\zero_copy_stream_impl_lite.cc.obj 2024-08-20T21:35:58.1156131Z [134/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\zero_copy_stream_impl.cc.obj 2024-08-20T21:35:58.1293713Z [135/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\generated_message_util.cc.obj 2024-08-20T21:35:58.1719986Z [136/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\message_lite.cc.obj 2024-08-20T21:35:58.1904743Z [137/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\parse_context.cc.obj 2024-08-20T21:35:58.1979372Z [138/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\io_win32.cc.obj 2024-08-20T21:35:58.2199041Z [139/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\strtod.cc.obj 2024-08-20T21:35:58.2673733Z [140/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\zero_copy_stream.cc.obj 2024-08-20T21:35:58.3808571Z [141/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\status.cc.obj 2024-08-20T21:35:58.4131062Z [142/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\statusor.cc.obj 2024-08-20T21:35:58.4269238Z [143/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\stringpiece.cc.obj 2024-08-20T21:35:58.4373731Z [144/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\repeated_field.cc.obj 2024-08-20T21:35:58.4501948Z [145/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\bytestream.cc.obj 2024-08-20T21:35:58.4835540Z [146/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\int128.cc.obj 2024-08-20T21:35:58.5281835Z [147/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\structurally_valid.cc.obj 2024-08-20T21:35:58.5345739Z [148/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\common.cc.obj 2024-08-20T21:35:58.6594089Z [149/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\stringprintf.cc.obj 2024-08-20T21:35:58.6860482Z [150/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\time.cc.obj 2024-08-20T21:35:58.7058956Z [151/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\strutil.cc.obj 2024-08-20T21:35:58.7480201Z [152/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\wire_format_lite.cc.obj 2024-08-20T21:35:58.7749971Z [153/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\generated_message_table_driven.cc.obj 2024-08-20T21:35:58.7826172Z [154/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\any.cc.obj 2024-08-20T21:35:58.8874807Z [155/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\api.pb.cc.obj 2024-08-20T21:35:58.9056751Z [156/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\any.pb.cc.obj 2024-08-20T21:35:59.0757927Z [157/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\compiler\importer.cc.obj 2024-08-20T21:35:59.0915890Z [158/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\compiler\parser.cc.obj 2024-08-20T21:35:59.1015738Z [159/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\descriptor.cc.obj 2024-08-20T21:35:59.1121499Z [160/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\duration.pb.cc.obj 2024-08-20T21:35:59.1584212Z [161/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\extension_set_heavy.cc.obj 2024-08-20T21:35:59.2443817Z [162/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\dynamic_message.cc.obj 2024-08-20T21:35:59.3147359Z [163/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\descriptor.pb.cc.obj 2024-08-20T21:35:59.3778289Z [164/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\descriptor_database.cc.obj 2024-08-20T21:35:59.3854145Z [165/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\empty.pb.cc.obj 2024-08-20T21:35:59.4164315Z [166/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\substitute.cc.obj 2024-08-20T21:35:59.4258828Z [167/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\field_mask.pb.cc.obj 2024-08-20T21:35:59.4408973Z [168/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\source_context.pb.cc.obj 2024-08-20T21:35:59.4704097Z [169/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\gzip_stream.cc.obj 2024-08-20T21:35:59.5083576Z [170/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\generated_message_reflection.cc.obj 2024-08-20T21:35:59.5730732Z [171/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\struct.pb.cc.obj 2024-08-20T21:35:59.6091183Z [172/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\service.cc.obj 2024-08-20T21:35:59.6967786Z [173/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\printer.cc.obj 2024-08-20T21:35:59.7234946Z [174/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\timestamp.pb.cc.obj 2024-08-20T21:35:59.7665684Z [175/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\tokenizer.cc.obj 2024-08-20T21:35:59.7754725Z [176/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\text_format.cc.obj 2024-08-20T21:35:59.8013367Z [177/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\map_field.cc.obj 2024-08-20T21:35:59.8529021Z [178/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\message.cc.obj 2024-08-20T21:35:59.9279537Z [179/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\unknown_field_set.cc.obj 2024-08-20T21:35:59.9371419Z [180/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\reflection_ops.cc.obj 2024-08-20T21:35:59.9948082Z [181/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\delimited_message_util.cc.obj 2024-08-20T21:36:00.0103558Z [182/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\field_comparator.cc.obj 2024-08-20T21:36:00.1090459Z [183/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\field_mask_util.cc.obj 2024-08-20T21:36:00.1409020Z [184/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\field_mask_utility.cc.obj 2024-08-20T21:36:00.1736338Z [185/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\error_listener.cc.obj 2024-08-20T21:36:00.1825718Z [186/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\type.pb.cc.obj 2024-08-20T21:36:00.2223563Z [187/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\default_value_objectwriter.cc.obj 2024-08-20T21:36:00.2371623Z [188/7973] 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-20T21:36:00.2643163Z [189/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-p5-u1.c.obj 2024-08-20T21:36:00.2769828Z [190/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\json_escaping.cc.obj 2024-08-20T21:36:00.2784922Z [191/7973] 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-20T21:36:00.2844206Z [192/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\json_stream_parser.cc.obj 2024-08-20T21:36:00.3208974Z [193/7973] 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-20T21:36:00.3333409Z [194/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-p5-u2.c.obj 2024-08-20T21:36:00.3421685Z [195/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\datapiece.cc.obj 2024-08-20T21:36:00.3575824Z [196/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-scalar-u3-acc3.c.obj 2024-08-20T21:36:00.3736178Z [197/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-p5-u4.c.obj 2024-08-20T21:36:00.3845793Z [198/7973] 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-20T21:36:00.3948444Z [199/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-scalar-u1.c.obj 2024-08-20T21:36:00.4203698Z [200/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-scalar-u2-acc2.c.obj 2024-08-20T21:36:00.4310642Z [201/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-scalar-u2-acc2.c.obj 2024-08-20T21:36:00.4397537Z [202/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\json_objectwriter.cc.obj 2024-08-20T21:36:00.4409404Z [203/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-scalar-u3-acc3.c.obj 2024-08-20T21:36:00.4584098Z [204/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-scalar-u4-acc4.c.obj 2024-08-20T21:36:00.4746636Z [205/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-scalar-u4-acc2.c.obj 2024-08-20T21:36:00.4758876Z [206/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-scalar-u1.c.obj 2024-08-20T21:36:00.4906103Z [207/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-scalar-u4-acc2.c.obj 2024-08-20T21:36:00.5096811Z [208/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-scalar-u4-acc4.c.obj 2024-08-20T21:36:00.5307309Z [209/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-scalar-u1.c.obj 2024-08-20T21:36:00.5319116Z [210/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-scalar-u3-acc3.c.obj 2024-08-20T21:36:00.5422520Z [211/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-scalar-u2-acc2.c.obj 2024-08-20T21:36:00.5462000Z [212/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-scalar-u2-acc2.c.obj 2024-08-20T21:36:00.5509925Z [213/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-scalar-u4-acc2.c.obj 2024-08-20T21:36:00.5713912Z [214/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-scalar-u3-acc3.c.obj 2024-08-20T21:36:00.5876476Z [215/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-scalar-u1.c.obj 2024-08-20T21:36:00.5965403Z [216/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-scalar-u4-acc2.c.obj 2024-08-20T21:36:00.5979357Z [217/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-scalar-u4-acc4.c.obj 2024-08-20T21:36:00.6034823Z [218/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-scalar-u4-acc4.c.obj 2024-08-20T21:36:00.6369092Z [219/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-1x1-minmax-scalar.c.obj 2024-08-20T21:36:00.6381154Z [220/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-2x1-minmax-scalar-pipelined.c.obj 2024-08-20T21:36:00.6484118Z [221/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-2x1-minmax-scalar.c.obj 2024-08-20T21:36:00.6689554Z [222/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-1x1-minmax-scalar-pipelined.c.obj 2024-08-20T21:36:00.6889896Z [223/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-8x1-minmax-scalar-pipelined.c.obj 2024-08-20T21:36:00.6937317Z [224/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-8x2-minmax-scalar.c.obj 2024-08-20T21:36:00.6988995Z [225/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-8x4-minmax-scalar.c.obj 2024-08-20T21:36:00.7043160Z [226/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-4x1-minmax-scalar-pipelined.c.obj 2024-08-20T21:36:00.7326948Z [227/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-8x1-minmax-scalar.c.obj 2024-08-20T21:36:00.7505923Z [228/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-relu-scalar-u1.c.obj 2024-08-20T21:36:00.7571755Z [229/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-4x1-minmax-scalar.c.obj 2024-08-20T21:36:00.7709347Z [230/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-minmax-scalar-u4.c.obj 2024-08-20T21:36:00.8482282Z [231/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-relu-scalar-u4.c.obj 2024-08-20T21:36:00.8492781Z [232/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-minmax-scalar-u2.c.obj 2024-08-20T21:36:00.8503519Z [233/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-minmax-scalar-u8.c.obj 2024-08-20T21:36:00.8515233Z [234/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-relu-scalar-u2.c.obj 2024-08-20T21:36:00.8526765Z [235/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-scalar-u2.c.obj 2024-08-20T21:36:00.8537068Z [236/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-scalar-u1.c.obj 2024-08-20T21:36:00.8550270Z [237/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-minmax-scalar-u1.c.obj 2024-08-20T21:36:00.9232762Z [238/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-relu-scalar-u8.c.obj 2024-08-20T21:36:00.9509121Z [239/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-scalar-u8.c.obj 2024-08-20T21:36:00.9563146Z [240/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-minmax-scalar-u2.c.obj 2024-08-20T21:36:00.9574828Z [241/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-relu-scalar-u8.c.obj 2024-08-20T21:36:00.9586737Z [242/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-minmax-scalar-u1.c.obj 2024-08-20T21:36:00.9678693Z [243/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-scalar-u4.c.obj 2024-08-20T21:36:00.9730559Z [244/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-minmax-scalar-u4.c.obj 2024-08-20T21:36:00.9842826Z [245/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-minmax-scalar-u8.c.obj 2024-08-20T21:36:01.0268383Z [246/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-relu-scalar-u1.c.obj 2024-08-20T21:36:01.0540469Z [247/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-relu-scalar-u2.c.obj 2024-08-20T21:36:01.0642588Z [248/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-scalar-u2.c.obj 2024-08-20T21:36:01.0689357Z [249/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-scalar-u1.c.obj 2024-08-20T21:36:01.0747879Z [250/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-minmax-scalar-u1.c.obj 2024-08-20T21:36:01.0801191Z [251/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-relu-scalar-u4.c.obj 2024-08-20T21:36:01.0812931Z [252/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-scalar-u8.c.obj 2024-08-20T21:36:01.0906673Z [253/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-scalar-u4.c.obj 2024-08-20T21:36:01.1238930Z [254/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-minmax-scalar-u2.c.obj 2024-08-20T21:36:01.1602859Z [255/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-relu-scalar-u2.c.obj 2024-08-20T21:36:01.1691565Z [256/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-minmax-scalar-u8.c.obj 2024-08-20T21:36:01.1736741Z [257/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-relu-scalar-u1.c.obj 2024-08-20T21:36:01.1782937Z [258/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-minmax-scalar-u4.c.obj 2024-08-20T21:36:01.1859020Z [259/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-scalar-u8.c.obj 2024-08-20T21:36:01.1926227Z [260/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-scalar-u1.c.obj 2024-08-20T21:36:01.2088800Z [261/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-relu-scalar-u4.c.obj 2024-08-20T21:36:01.2212467Z [262/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-scalar-u2.c.obj 2024-08-20T21:36:01.2640768Z [263/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-relu-scalar-u8.c.obj 2024-08-20T21:36:01.2700918Z [264/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-scalar-u4.c.obj 2024-08-20T21:36:01.2818839Z [265/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-relu-scalar-u2.c.obj 2024-08-20T21:36:01.2865887Z [266/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-minmax-scalar-u8.c.obj 2024-08-20T21:36:01.2916711Z [267/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-minmax-scalar-u1.c.obj 2024-08-20T21:36:01.2974126Z [268/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-minmax-scalar-u2.c.obj 2024-08-20T21:36:01.3135878Z [269/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-minmax-scalar-u4.c.obj 2024-08-20T21:36:01.3204681Z [270/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-relu-scalar-u1.c.obj 2024-08-20T21:36:01.3680531Z [271/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-scalar-u1.c.obj 2024-08-20T21:36:01.3735336Z [272/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-scalar-u2.c.obj 2024-08-20T21:36:01.3867264Z [273/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-relu-scalar-u4.c.obj 2024-08-20T21:36:01.3919274Z [274/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-scalar-u4.c.obj 2024-08-20T21:36:01.3990906Z [275/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-relu-scalar-u8.c.obj 2024-08-20T21:36:01.4190694Z [276/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-scalar-u1.c.obj 2024-08-20T21:36:01.4244566Z [277/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-scalar-u4.c.obj 2024-08-20T21:36:01.4672793Z [278/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-scalar-u2.c.obj 2024-08-20T21:36:01.4798723Z [279/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-scalar-u8.c.obj 2024-08-20T21:36:01.4849341Z [280/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-scalar-u4.c.obj 2024-08-20T21:36:01.4866879Z [281/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-scalar-u8.c.obj 2024-08-20T21:36:01.4997086Z [282/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-scalar-u1.c.obj 2024-08-20T21:36:01.5207452Z [283/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-scalar-u1.c.obj 2024-08-20T21:36:01.5220616Z [284/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-scalar-u2.c.obj 2024-08-20T21:36:01.5233596Z [285/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-scalar-u8.c.obj 2024-08-20T21:36:01.5784435Z [286/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-scalar-u2.c.obj 2024-08-20T21:36:01.5828565Z [287/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-scalar-u8.c.obj 2024-08-20T21:36:01.5874481Z [288/7973] 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-20T21:36:01.5946194Z [289/7973] 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-20T21:36:01.6015635Z [290/7973] 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-20T21:36:01.6160356Z [291/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-scalar-u4.c.obj 2024-08-20T21:36:01.6229170Z [292/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-scalar-u2.c.obj 2024-08-20T21:36:01.6349761Z [293/7973] 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-20T21:36:01.6887947Z [294/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-scalar-u4.c.obj 2024-08-20T21:36:01.7049045Z [295/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-scalar-u8.c.obj 2024-08-20T21:36:01.7059636Z [296/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-scalar-u4.c.obj 2024-08-20T21:36:01.7071627Z [297/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-scalar-u1.c.obj 2024-08-20T21:36:01.7117390Z [298/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-scalar-u8.c.obj 2024-08-20T21:36:01.7209529Z [299/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-relu-scalar-u1.c.obj 2024-08-20T21:36:01.7260572Z [300/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-minmax-scalar-u1.c.obj 2024-08-20T21:36:01.8042149Z [301/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-minmax-scalar-u2.c.obj 2024-08-20T21:36:01.8100490Z [302/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-relu-scalar-u8.c.obj 2024-08-20T21:36:01.8143687Z [303/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-relu-scalar-u4.c.obj 2024-08-20T21:36:01.8189778Z [304/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-scalar-u1.c.obj 2024-08-20T21:36:01.8295340Z [305/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-minmax-scalar-u8.c.obj 2024-08-20T21:36:01.8307682Z [306/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-relu-scalar-u2.c.obj 2024-08-20T21:36:01.8412794Z [307/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-scalar-u2.c.obj 2024-08-20T21:36:01.8529315Z [308/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-minmax-scalar-u4.c.obj 2024-08-20T21:36:01.9064502Z [309/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-scalar-u4.c.obj 2024-08-20T21:36:01.9176818Z [310/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-minmax-scalar-u2.c.obj 2024-08-20T21:36:01.9380417Z [311/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-scalar-u1.c.obj 2024-08-20T21:36:01.9445687Z [312/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-minmax-scalar-u4.c.obj 2024-08-20T21:36:01.9491237Z [313/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-scalar-u8.c.obj 2024-08-20T21:36:01.9550007Z [314/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-relu-scalar-u1.c.obj 2024-08-20T21:36:01.9563850Z [315/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-minmax-scalar-u1.c.obj 2024-08-20T21:36:01.9725342Z [316/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-relu-scalar-u4.c.obj 2024-08-20T21:36:02.0139897Z [317/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-minmax-scalar-u8.c.obj 2024-08-20T21:36:02.0196117Z [318/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-relu-scalar-u2.c.obj 2024-08-20T21:36:02.0458826Z [319/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-relu-scalar-u8.c.obj 2024-08-20T21:36:02.0523473Z [320/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-scalar-u4.c.obj 2024-08-20T21:36:02.0567937Z [321/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-scalar-u8.c.obj 2024-08-20T21:36:02.0691905Z [322/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-minmax-scalar-u2.c.obj 2024-08-20T21:36:02.0759036Z [323/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-minmax-scalar-u1.c.obj 2024-08-20T21:36:02.0838419Z [324/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-scalar-u2.c.obj 2024-08-20T21:36:02.1229796Z [325/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-minmax-scalar-u8.c.obj 2024-08-20T21:36:02.1437982Z [326/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-relu-scalar-u4.c.obj 2024-08-20T21:36:02.1486574Z [327/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-minmax-scalar-u4.c.obj 2024-08-20T21:36:02.1563919Z [328/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-relu-scalar-u1.c.obj 2024-08-20T21:36:02.1578594Z [329/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-relu-scalar-u2.c.obj 2024-08-20T21:36:02.1687032Z [330/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-scalar-u2.c.obj 2024-08-20T21:36:02.1800079Z [331/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-scalar-u8.c.obj 2024-08-20T21:36:02.1887647Z [332/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-relu-scalar-u8.c.obj 2024-08-20T21:36:02.2930052Z [333/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-scalar-u4.c.obj 2024-08-20T21:36:02.2944682Z [334/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-minmax-scalar-u8.c.obj 2024-08-20T21:36:02.2959095Z [335/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-scalar-u1.c.obj 2024-08-20T21:36:02.2971699Z [336/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-relu-scalar-u2.c.obj 2024-08-20T21:36:02.2985857Z [337/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-minmax-scalar-u1.c.obj 2024-08-20T21:36:02.3001726Z [338/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-relu-scalar-u1.c.obj 2024-08-20T21:36:02.3016165Z [339/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-minmax-scalar-u2.c.obj 2024-08-20T21:36:02.3031432Z [340/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-minmax-scalar-u4.c.obj 2024-08-20T21:36:02.4016386Z [341/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-scalar-u1.c.obj 2024-08-20T21:36:02.4028175Z [342/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-scalar-u2.c.obj 2024-08-20T21:36:02.4076027Z [343/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-relu-scalar-u4.c.obj 2024-08-20T21:36:02.4087895Z [344/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-scalar-u4.c.obj 2024-08-20T21:36:02.4098881Z [345/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-relu-scalar-u8.c.obj 2024-08-20T21:36:02.4149659Z [346/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-scalar-u8.c.obj 2024-08-20T21:36:02.4162220Z [347/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-scalar-u2.c.obj 2024-08-20T21:36:02.4215120Z [348/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-scalar-u8.c.obj 2024-08-20T21:36:02.5120426Z [349/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-minmax-scalar-u1.c.obj 2024-08-20T21:36:02.5174324Z [350/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-scalar-u1.c.obj 2024-08-20T21:36:02.5188876Z [351/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-minmax-scalar-u2.c.obj 2024-08-20T21:36:02.5236416Z [352/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-scalar-u2.c.obj 2024-08-20T21:36:02.5249478Z [353/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-scalar-u4.c.obj 2024-08-20T21:36:02.5299811Z [354/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-scalar-u4.c.obj 2024-08-20T21:36:02.5346201Z [355/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-scalar-u8.c.obj 2024-08-20T21:36:02.6191591Z [356/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-relu-scalar-u1.c.obj 2024-08-20T21:36:02.6202411Z [357/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-scalar-u1.c.obj 2024-08-20T21:36:02.6309265Z [358/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-scalar-u4.c.obj 2024-08-20T21:36:02.6321960Z [359/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-relu-scalar-u4.c.obj 2024-08-20T21:36:02.6370320Z [360/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-relu-scalar-u2.c.obj 2024-08-20T21:36:02.6430491Z [361/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-scalar-u8.c.obj 2024-08-20T21:36:02.6441812Z [362/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-minmax-scalar-u8.c.obj 2024-08-20T21:36:02.6502706Z [363/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-minmax-scalar-u4.c.obj 2024-08-20T21:36:02.7289291Z [364/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-scalar-u1.c.obj 2024-08-20T21:36:02.7378032Z [365/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-relu-scalar-u1.c.obj 2024-08-20T21:36:02.7389546Z [366/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-relu-scalar-u8.c.obj 2024-08-20T21:36:02.7444550Z [367/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-minmax-scalar-u4.c.obj 2024-08-20T21:36:02.7457160Z [368/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-minmax-scalar-u8.c.obj 2024-08-20T21:36:02.7508108Z [369/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-minmax-scalar-u2.c.obj 2024-08-20T21:36:02.7555110Z [370/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-scalar-u2.c.obj 2024-08-20T21:36:02.7610692Z [371/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-minmax-scalar-u1.c.obj 2024-08-20T21:36:02.8357432Z [372/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-relu-scalar-u2.c.obj 2024-08-20T21:36:02.8419919Z [373/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-relu-scalar-u8.c.obj 2024-08-20T21:36:02.8487734Z [374/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-scalar-u2.c.obj 2024-08-20T21:36:02.8498747Z [375/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-scalar-u4.c.obj 2024-08-20T21:36:02.8548585Z [376/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-scalar-u4.c.obj 2024-08-20T21:36:02.8564809Z [377/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-relu-scalar-u4.c.obj 2024-08-20T21:36:02.8612803Z [378/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-scalar-u1.c.obj 2024-08-20T21:36:02.9173290Z [379/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-scalar-u1.c.obj 2024-08-20T21:36:02.9568167Z [380/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-scalar-u8.c.obj 2024-08-20T21:36:02.9757759Z [381/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-scalar-u2.c.obj 2024-08-20T21:36:02.9769802Z [382/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-scalar-u2.c.obj 2024-08-20T21:36:02.9781239Z [383/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-scalar-u1.c.obj 2024-08-20T21:36:03.1949531Z [384/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\type_info.cc.obj 2024-08-20T21:36:03.2111390Z [385/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\protostream_objectsource.cc.obj 2024-08-20T21:36:03.2426679Z [386/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\proto_writer.cc.obj 2024-08-20T21:36:03.2527878Z [387/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\object_writer.cc.obj 2024-08-20T21:36:03.3324673Z [388/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\protostream_objectwriter.cc.obj 2024-08-20T21:36:03.3569061Z [389/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\json_util.cc.obj 2024-08-20T21:36:03.3646225Z [390/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\utility.cc.obj 2024-08-20T21:36:03.3734206Z [391/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\message_differencer.cc.obj 2024-08-20T21:36:03.3965082Z [392/7973] Building RC object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\version.rc.res 2024-08-20T21:36:03.3966482Z Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384 2024-08-20T21:36:03.3966923Z 2024-08-20T21:36:03.3967176Z Copyright (C) Microsoft Corporation. All rights reserved. 2024-08-20T21:36:03.3967687Z 2024-08-20T21:36:03.3967692Z 2024-08-20T21:36:03.5619634Z [393/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\type_info_test_helper.cc.obj 2024-08-20T21:36:03.6211359Z [394/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\type_resolver_util.cc.obj 2024-08-20T21:36:03.6445533Z [395/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\wire_format.cc.obj 2024-08-20T21:36:03.6907331Z [396/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\code_generator.cc.obj 2024-08-20T21:36:03.6986120Z [397/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\wrappers.pb.cc.obj 2024-08-20T21:36:03.7604915Z [398/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_enum_field.cc.obj 2024-08-20T21:36:03.8214900Z [399/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_enum.cc.obj 2024-08-20T21:36:03.9541830Z [400/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_field.cc.obj 2024-08-20T21:36:03.9995401Z [401/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_file.cc.obj 2024-08-20T21:36:04.0247521Z [402/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_map_field.cc.obj 2024-08-20T21:36:04.0325831Z [403/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_extension.cc.obj 2024-08-20T21:36:04.1321648Z [404/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_message.cc.obj 2024-08-20T21:36:04.1600575Z [405/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\command_line_interface.cc.obj 2024-08-20T21:36:04.2614221Z [406/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_helpers.cc.obj 2024-08-20T21:36:04.3380688Z [407/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_message_field.cc.obj 2024-08-20T21:36:04.3694371Z [408/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_generator.cc.obj 2024-08-20T21:36:04.3837416Z [409/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_service.cc.obj 2024-08-20T21:36:04.4033223Z [410/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_doc_comment.cc.obj 2024-08-20T21:36:04.4463674Z [411/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_string_field.cc.obj 2024-08-20T21:36:04.4970397Z [412/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_primitive_field.cc.obj 2024-08-20T21:36:04.6075183Z [413/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_padding_optimizer.cc.obj 2024-08-20T21:36:04.6204418Z [414/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\time_util.cc.obj 2024-08-20T21:36:04.7148502Z [415/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_enum.cc.obj 2024-08-20T21:36:04.7335220Z [416/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_enum_field.cc.obj 2024-08-20T21:36:04.7616769Z [417/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_generator.cc.obj 2024-08-20T21:36:04.7791805Z [418/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_field_base.cc.obj 2024-08-20T21:36:04.8310878Z [419/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_helpers.cc.obj 2024-08-20T21:36:04.8834422Z [420/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_message.cc.obj 2024-08-20T21:36:04.9663799Z [421/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_map_field.cc.obj 2024-08-20T21:36:05.0737001Z [422/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_primitive_field.cc.obj 2024-08-20T21:36:05.0993511Z [423/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_message_field.cc.obj 2024-08-20T21:36:05.1169714Z [424/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_reflection_class.cc.obj 2024-08-20T21:36:05.2290422Z [425/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_repeated_enum_field.cc.obj 2024-08-20T21:36:05.2310798Z [426/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_repeated_message_field.cc.obj 2024-08-20T21:36:05.2418016Z [427/7973] Linking CXX static library lib\libprotobuf.lib 2024-08-20T21:36:05.2440647Z [428/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_repeated_primitive_field.cc.obj 2024-08-20T21:36:05.3136208Z [429/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_source_generator_base.cc.obj 2024-08-20T21:36:05.3453221Z [430/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_doc_comment.cc.obj 2024-08-20T21:36:05.4268533Z [431/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_wrapper_field.cc.obj 2024-08-20T21:36:05.4617568Z [432/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_enum.cc.obj 2024-08-20T21:36:05.6038353Z [433/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_enum_field_lite.cc.obj 2024-08-20T21:36:05.6057149Z [434/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_context.cc.obj 2024-08-20T21:36:05.6147122Z [435/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_field.cc.obj 2024-08-20T21:36:05.6407040Z [436/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_enum_field.cc.obj 2024-08-20T21:36:05.6825933Z [437/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_enum_lite.cc.obj 2024-08-20T21:36:05.7193498Z [438/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_extension_lite.cc.obj 2024-08-20T21:36:05.8020762Z [439/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_extension.cc.obj 2024-08-20T21:36:05.8356442Z [440/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_file.cc.obj 2024-08-20T21:36:05.9686972Z [441/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_generator.cc.obj 2024-08-20T21:36:05.9766364Z [442/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_generator_factory.cc.obj 2024-08-20T21:36:06.0139527Z [443/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_message_builder.cc.obj 2024-08-20T21:36:06.0296172Z [444/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_helpers.cc.obj 2024-08-20T21:36:06.0685708Z [445/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_map_field.cc.obj 2024-08-20T21:36:06.0890082Z [446/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_message_builder_lite.cc.obj 2024-08-20T21:36:06.1938414Z [447/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_map_field_lite.cc.obj 2024-08-20T21:36:06.1962725Z [448/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_message.cc.obj 2024-08-20T21:36:06.3341289Z [449/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_message_field.cc.obj 2024-08-20T21:36:06.3428334Z [450/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_message_field_lite.cc.obj 2024-08-20T21:36:06.3903847Z [451/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_name_resolver.cc.obj 2024-08-20T21:36:06.4122478Z [452/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_message_lite.cc.obj 2024-08-20T21:36:06.4349727Z [453/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_primitive_field.cc.obj 2024-08-20T21:36:06.4705951Z [454/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_primitive_field_lite.cc.obj 2024-08-20T21:36:06.5688714Z [455/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_string_field_lite.cc.obj 2024-08-20T21:36:06.5822618Z [456/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\js\js_generator.cc.obj 2024-08-20T21:36:06.6357461Z [457/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\js\well_known_types_embed.cc.obj 2024-08-20T21:36:06.7146495Z [458/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_string_field.cc.obj 2024-08-20T21:36:06.7171115Z [459/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_shared_code_generator.cc.obj 2024-08-20T21:36:06.7461511Z [460/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_service.cc.obj 2024-08-20T21:36:06.7710774Z [461/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_field.cc.obj 2024-08-20T21:36:06.7861009Z [462/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_extension.cc.obj 2024-08-20T21:36:06.8255057Z [463/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_enum.cc.obj 2024-08-20T21:36:06.9061434Z [464/7973] Building C object confu-deps\pthreadpool\CMakeFiles\pthreadpool.dir\src\legacy-api.c.obj 2024-08-20T21:36:06.9503766Z [465/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_enum_field.cc.obj 2024-08-20T21:36:07.0343355Z [466/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_generator.cc.obj 2024-08-20T21:36:07.1057344Z [467/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_helpers.cc.obj 2024-08-20T21:36:07.1221271Z [468/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_file.cc.obj 2024-08-20T21:36:07.1814850Z [469/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_map_field.cc.obj 2024-08-20T21:36:07.2730441Z [470/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_message.cc.obj 2024-08-20T21:36:07.3164893Z [471/7973] Building C object confu-deps\pthreadpool\CMakeFiles\pthreadpool.dir\src\memory.c.obj 2024-08-20T21:36:07.3167687Z 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-20T21:36:07.3263377Z [472/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_message_field.cc.obj 2024-08-20T21:36:07.3789502Z [473/7973] Building C object confu-deps\pthreadpool\CMakeFiles\pthreadpool.dir\src\portable-api.c.obj 2024-08-20T21:36:07.3792080Z 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-20T21:36:07.3931456Z [474/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_oneof.cc.obj 2024-08-20T21:36:07.4924913Z [475/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_primitive_field.cc.obj 2024-08-20T21:36:07.5029099Z [476/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\php\php_generator.cc.obj 2024-08-20T21:36:07.5139705Z [477/7973] Building RC object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\version.rc.res 2024-08-20T21:36:07.5141396Z Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384 2024-08-20T21:36:07.5142118Z 2024-08-20T21:36:07.5142512Z Copyright (C) Microsoft Corporation. All rights reserved. 2024-08-20T21:36:07.5143667Z 2024-08-20T21:36:07.5143681Z 2024-08-20T21:36:07.5247378Z [478/7973] Building RC object third_party\protobuf\cmake\CMakeFiles\protoc.dir\version.rc.res 2024-08-20T21:36:07.5249175Z Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384 2024-08-20T21:36:07.5249649Z 2024-08-20T21:36:07.5250182Z Copyright (C) Microsoft Corporation. All rights reserved. 2024-08-20T21:36:07.5250581Z 2024-08-20T21:36:07.5250587Z 2024-08-20T21:36:07.6167364Z [479/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\ruby\ruby_generator.cc.obj 2024-08-20T21:36:07.6383387Z [480/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\cs16-bfly4\cs16-bfly4-samples1-scalar.c.obj 2024-08-20T21:36:07.6759656Z [481/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\protoc.dir\__\src\google\protobuf\compiler\main.cc.obj 2024-08-20T21:36:07.6826565Z [482/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\plugin.pb.cc.obj 2024-08-20T21:36:07.7119391Z [483/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\cs16-bfly4\cs16-bfly4-samples4-scalar.c.obj 2024-08-20T21:36:07.7203173Z [484/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\subprocess.cc.obj 2024-08-20T21:36:07.7353905Z [485/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\plugin.cc.obj 2024-08-20T21:36:07.7373585Z [486/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\zip_writer.cc.obj 2024-08-20T21:36:07.7494353Z [487/7973] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\python\python_generator.cc.obj 2024-08-20T21:36:07.8383254Z [488/7973] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\init.c.obj 2024-08-20T21:36:07.9408687Z [489/7973] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\info.c.obj 2024-08-20T21:36:08.0156254Z [490/7973] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\log.c.obj 2024-08-20T21:36:08.0226486Z [491/7973] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\cache.c.obj 2024-08-20T21:36:08.0236085Z [492/7973] Linking CXX static library lib\libprotoc.lib 2024-08-20T21:36:08.0378063Z [493/7973] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\topology.c.obj 2024-08-20T21:36:08.0694133Z [494/7973] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\init.c.obj 2024-08-20T21:36:08.0781869Z [495/7973] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\vendor.c.obj 2024-08-20T21:36:08.0930609Z [496/7973] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\uarch.c.obj 2024-08-20T21:36:08.1095274Z [497/7973] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\name.c.obj 2024-08-20T21:36:08.1339732Z [498/7973] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\cache\descriptor.c.obj 2024-08-20T21:36:08.1439472Z [499/7973] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\isa.c.obj 2024-08-20T21:36:08.1517317Z [500/7973] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\api.c.obj 2024-08-20T21:36:08.1917524Z [501/7973] Building C object confu-deps\pthreadpool\CMakeFiles\pthreadpool.dir\src\fastpath.c.obj 2024-08-20T21:36:08.1919394Z 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-20T21:36:08.1969497Z [502/7973] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\cache\init.c.obj 2024-08-20T21:36:08.2163496Z [503/7973] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\cache\deterministic.c.obj 2024-08-20T21:36:08.2563792Z [504/7973] Building C object confu-deps\pthreadpool\CMakeFiles\pthreadpool.dir\src\windows.c.obj 2024-08-20T21:36:08.2565795Z 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-20T21:36:08.3028044Z [505/7973] Linking C static library lib\pthreadpool.lib 2024-08-20T21:36:08.3088916Z [506/7973] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\topology.c.obj 2024-08-20T21:36:08.3830846Z [507/7973] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\name.c.obj 2024-08-20T21:36:08.4396692Z [508/7973] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\windows\init.c.obj 2024-08-20T21:36:08.4628913Z [509/7973] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\api.c.obj 2024-08-20T21:36:08.5125065Z [510/7973] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\uarch.c.obj 2024-08-20T21:36:08.5138674Z [511/7973] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\init.c.obj 2024-08-20T21:36:08.5149854Z [512/7973] Linking C static library lib\cpuinfo.lib 2024-08-20T21:36:08.5223003Z [513/7973] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\init.c.obj 2024-08-20T21:36:08.5242204Z [514/7973] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\log.c.obj 2024-08-20T21:36:08.5261752Z [515/7973] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\cache.c.obj 2024-08-20T21:36:08.5778737Z [516/7973] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\cache\descriptor.c.obj 2024-08-20T21:36:08.5790868Z [517/7973] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\vendor.c.obj 2024-08-20T21:36:08.5871801Z [518/7973] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\info.c.obj 2024-08-20T21:36:08.5940394Z [519/7973] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\cache\deterministic.c.obj 2024-08-20T21:36:08.6071326Z [520/7973] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\isa.c.obj 2024-08-20T21:36:08.6117326Z [521/7973] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\cache\init.c.obj 2024-08-20T21:36:08.6629028Z [522/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\cs16-fftr\gen\cs16-fftr-scalar-x1.c.obj 2024-08-20T21:36:08.6674817Z [523/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\cs16-bfly4\gen\cs16-bfly4-scalar-x2.c.obj 2024-08-20T21:36:08.6727176Z [524/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\cs16-fftr\gen\cs16-fftr-scalar-x2.c.obj 2024-08-20T21:36:08.6854050Z [525/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\cs16-bfly4\gen\cs16-bfly4-scalar-x1.c.obj 2024-08-20T21:36:08.7323629Z [526/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\cs16-fftr\gen\cs16-fftr-scalar-x4.c.obj 2024-08-20T21:36:08.7480978Z [527/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\cs16-vsquareabs\gen\cs16-vsquareabs-scalar-x3.c.obj 2024-08-20T21:36:08.7524350Z [528/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\cs16-vsquareabs\gen\cs16-vsquareabs-scalar-x4.c.obj 2024-08-20T21:36:08.7626748Z [529/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\cs16-vsquareabs\gen\cs16-vsquareabs-scalar-x2.c.obj 2024-08-20T21:36:08.7640803Z [530/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\cs16-vsquareabs\gen\cs16-vsquareabs-scalar-x1.c.obj 2024-08-20T21:36:08.7761381Z [531/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\cs16-bfly4\gen\cs16-bfly4-scalar-x4.c.obj 2024-08-20T21:36:08.8417503Z [532/7973] 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-20T21:36:08.8458638Z [533/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-scalar-u1.c.obj 2024-08-20T21:36:08.8512997Z [534/7973] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\windows\init.c.obj 2024-08-20T21:36:08.8569600Z [535/7973] 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-20T21:36:08.8580059Z [536/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-scalar-u3.c.obj 2024-08-20T21:36:08.9131535Z [537/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-scalar-u4.c.obj 2024-08-20T21:36:08.9146368Z [538/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-scalar-u2.c.obj 2024-08-20T21:36:08.9156145Z [539/7973] Linking C static library lib\cpuinfo_internals.lib 2024-08-20T21:36:08.9997524Z [540/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-scalar-u4-acc2.c.obj 2024-08-20T21:36:09.0230544Z [541/7973] 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-20T21:36:09.0242448Z [542/7973] 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-20T21:36:09.0254016Z [543/7973] 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-20T21:36:09.0266422Z [544/7973] 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-20T21:36:09.0280452Z [545/7973] 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-20T21:36:09.0844570Z [546/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-scalar-u1.c.obj 2024-08-20T21:36:09.0867292Z [547/7973] 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-20T21:36:09.1137056Z [548/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-scalar-u3-acc3.c.obj 2024-08-20T21:36:09.1181037Z [549/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-scalar-u2-acc2.c.obj 2024-08-20T21:36:09.1234636Z [550/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-scalar-u3-acc3.c.obj 2024-08-20T21:36:09.1250356Z [551/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-scalar-u4-acc4.c.obj 2024-08-20T21:36:09.1568307Z [552/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-scalar-u2-acc2.c.obj 2024-08-20T21:36:09.1818763Z [553/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-scalar-u1.c.obj 2024-08-20T21:36:09.1835384Z [554/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-scalar-u4-acc2.c.obj 2024-08-20T21:36:09.2150922Z [555/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-scalar-u4-acc4.c.obj 2024-08-20T21:36:09.2204327Z [556/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-scalar-u3-acc3.c.obj 2024-08-20T21:36:09.2217223Z [557/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-scalar-u2-acc2.c.obj 2024-08-20T21:36:09.2290259Z [558/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-scalar-u1.c.obj 2024-08-20T21:36:09.2545645Z [559/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-scalar-u4-acc2.c.obj 2024-08-20T21:36:09.2731983Z [560/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-argmaxpool\f32-argmaxpool-9x-scalar-c1.c.obj 2024-08-20T21:36:09.2816913Z [561/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-scalar-u4-acc4.c.obj 2024-08-20T21:36:09.3103232Z [562/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-argmaxpool\f32-argmaxpool-9p8x-scalar-c1.c.obj 2024-08-20T21:36:09.3170878Z [563/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-argmaxpool\f32-argmaxpool-4x-scalar-c1.c.obj 2024-08-20T21:36:09.3186798Z [564/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-avgpool\f32-avgpool-9x-minmax-scalar-c1.c.obj 2024-08-20T21:36:09.3298671Z [565/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-avgpool\f32-avgpool-9p8x-minmax-scalar-c1.c.obj 2024-08-20T21:36:09.3455285Z [566/7973] Linking CXX executable bin\protoc.exe 2024-08-20T21:36:09.3513712Z [567/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-conv-hwc\f32-conv-hwc-3x3s2p1c3x4-scalar-1x1.c.obj 2024-08-20T21:36:09.3873614Z [568/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-conv-hwc2chw\f32-conv-hwc2chw-3x3s2p1c3x4-scalar-1x1.c.obj 2024-08-20T21:36:09.3978231Z [569/7973] 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-20T21:36:09.4106187Z [570/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-conv-hwc\f32-conv-hwc-3x3s2p0p1c3x4-scalar-1x1.c.obj 2024-08-20T21:36:09.4319962Z [571/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p1c-scalar.c.obj 2024-08-20T21:36:09.4374028Z [572/7973] 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-20T21:36:09.4476747Z [573/7973] 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-20T21:36:09.4574184Z [574/7973] 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-20T21:36:09.4650752Z [575/7973] 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-20T21:36:09.5050440Z [576/7973] 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-20T21:36:09.5275348Z [577/7973] 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-20T21:36:09.5509388Z [578/7973] 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-20T21:36:09.5561191Z [579/7973] 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-20T21:36:09.5635267Z [580/7973] 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-20T21:36:09.5681939Z [581/7973] 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-20T21:36:09.5737243Z [582/7973] 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-20T21:36:09.5790080Z [583/7973] 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-20T21:36:09.6197114Z [584/7973] 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-20T21:36:09.6403464Z [585/7973] 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-20T21:36:09.6655156Z [586/7973] 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-20T21:36:09.6824854Z [587/7973] 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-20T21:36:09.6895220Z [588/7973] 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-20T21:36:09.6952399Z [589/7973] 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-20T21:36:09.6964218Z [590/7973] 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-20T21:36:09.7022043Z [591/7973] 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-20T21:36:09.7302719Z [592/7973] 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-20T21:36:09.7533482Z [593/7973] 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-20T21:36:09.8004483Z [594/7973] 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-20T21:36:09.8061149Z [595/7973] 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-20T21:36:09.8210596Z [596/7973] 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-20T21:36:09.8225547Z [597/7973] 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-20T21:36:09.8281030Z [598/7973] 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-20T21:36:09.8296286Z [599/7973] 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-20T21:36:09.8667586Z [600/7973] 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-20T21:36:09.9018371Z [601/7973] 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-20T21:36:09.9171510Z [602/7973] 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-20T21:36:09.9332727Z [603/7973] 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-20T21:36:09.9378720Z [604/7973] 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-20T21:36:09.9447287Z [605/7973] 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-20T21:36:09.9459749Z [606/7973] 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-20T21:36:09.9578699Z [607/7973] 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-20T21:36:09.9874295Z [608/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l1c1s1r-minmax-scalar-acc2.c.obj 2024-08-20T21:36:10.0154230Z [609/7973] 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-20T21:36:10.0474983Z [610/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l1c1s1r-minmax-scalar.c.obj 2024-08-20T21:36:10.0620075Z [611/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l4c1s1r-scalar-acc2.c.obj 2024-08-20T21:36:10.0672450Z [612/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l4c1s1r-minmax-scalar.c.obj 2024-08-20T21:36:10.0734828Z [613/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l1c1s1r-scalar.c.obj 2024-08-20T21:36:10.0746802Z [614/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l4c1s1r-scalar.c.obj 2024-08-20T21:36:10.0797809Z [615/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l4c1s1r-minmax-scalar-acc2.c.obj 2024-08-20T21:36:10.1009997Z [616/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l1c1s1r-scalar-acc2.c.obj 2024-08-20T21:36:10.1271771Z [617/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p1c-minmax-scalar.c.obj 2024-08-20T21:36:10.1626160Z [618/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p1c-scalar-acc2.c.obj 2024-08-20T21:36:10.1793359Z [619/7973] 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-20T21:36:10.1806873Z [620/7973] 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-20T21:36:10.1858035Z [621/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p1c-minmax-scalar-acc2.c.obj 2024-08-20T21:36:10.1909304Z [622/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3f3m3l1c1s1r-scalar.c.obj 2024-08-20T21:36:10.1921131Z [623/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3f3m3l1c1s1r-scalar-acc2.c.obj 2024-08-20T21:36:10.2001782Z [624/7973] 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-20T21:36:10.2243495Z [625/7973] 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-20T21:36:10.2636801Z [626/7973] 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-20T21:36:10.2948194Z [627/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p2c-scalar.c.obj 2024-08-20T21:36:10.2989945Z [628/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p2c-scalar-acc2.c.obj 2024-08-20T21:36:10.3034488Z [629/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p2c-minmax-scalar-acc2.c.obj 2024-08-20T21:36:10.3084099Z [630/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p2c-minmax-scalar.c.obj 2024-08-20T21:36:10.3168644Z [631/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p1c-minmax-scalar.c.obj 2024-08-20T21:36:10.3182659Z [632/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p1c-minmax-scalar-acc2.c.obj 2024-08-20T21:36:10.3471064Z [633/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p1c-scalar.c.obj 2024-08-20T21:36:10.4188821Z [634/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l1c1s1r-scalar-acc2.c.obj 2024-08-20T21:36:10.4200739Z [635/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p2c-minmax-scalar.c.obj 2024-08-20T21:36:10.4248176Z [636/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l1c1s1r-minmax-scalar.c.obj 2024-08-20T21:36:10.4260747Z [637/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p1c-scalar-acc2.c.obj 2024-08-20T21:36:10.4314520Z [638/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p2c-minmax-scalar-acc2.c.obj 2024-08-20T21:36:10.4362139Z [639/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l1c1s1r-scalar.c.obj 2024-08-20T21:36:10.4410462Z [640/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l1c1s1r-minmax-scalar-acc2.c.obj 2024-08-20T21:36:10.4552620Z [641/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p2c-scalar.c.obj 2024-08-20T21:36:10.5383236Z [642/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p2c-scalar-acc2.c.obj 2024-08-20T21:36:10.5435137Z [643/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l1c1s1r-minmax-scalar-acc2.c.obj 2024-08-20T21:36:10.5480368Z [644/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l1c1s1r-scalar-acc2.c.obj 2024-08-20T21:36:10.5492508Z [645/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l1c1s1r-scalar.c.obj 2024-08-20T21:36:10.5588637Z [646/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l1c1s1r-minmax-scalar.c.obj 2024-08-20T21:36:10.5688804Z [647/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l1c1s1r-scalar-acc2.c.obj 2024-08-20T21:36:10.5736526Z [648/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l1c1s1r-minmax-scalar-acc2.c.obj 2024-08-20T21:36:10.5790049Z [649/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l1c1s1r-minmax-scalar.c.obj 2024-08-20T21:36:10.6643048Z [650/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p1c-minmax-scalar.c.obj 2024-08-20T21:36:10.6655048Z [651/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l1c1s1r-scalar.c.obj 2024-08-20T21:36:10.6737406Z [652/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p1c-minmax-scalar-acc2.c.obj 2024-08-20T21:36:10.6781035Z [653/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p2c-minmax-scalar.c.obj 2024-08-20T21:36:10.6866456Z [654/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p2c-scalar.c.obj 2024-08-20T21:36:10.6933735Z [655/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p2c-scalar-acc2.c.obj 2024-08-20T21:36:10.6993560Z [656/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p1c-scalar-acc2.c.obj 2024-08-20T21:36:10.7141493Z [657/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p1c-scalar.c.obj 2024-08-20T21:36:10.7844997Z [658/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p1c-scalar.c.obj 2024-08-20T21:36:10.7890443Z [659/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p2c-minmax-scalar-acc2.c.obj 2024-08-20T21:36:10.8068670Z [660/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p1c-minmax-scalar-acc2.c.obj 2024-08-20T21:36:10.8080859Z [661/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p1c-scalar-acc2.c.obj 2024-08-20T21:36:10.8133080Z [662/7973] 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-20T21:36:10.8251201Z [663/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p2c-minmax-scalar-acc2.c.obj 2024-08-20T21:36:10.8269506Z [664/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p1c-minmax-scalar.c.obj 2024-08-20T21:36:10.8554949Z [665/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p2c-scalar.c.obj 2024-08-20T21:36:10.8807637Z [666/7973] 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-20T21:36:10.9019388Z [667/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p2c-minmax-scalar.c.obj 2024-08-20T21:36:10.9069621Z [668/7973] 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-20T21:36:10.9218722Z [669/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p2c-scalar-acc2.c.obj 2024-08-20T21:36:10.9271756Z [670/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-p6-u3.c.obj 2024-08-20T21:36:10.9363373Z [671/7973] 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-20T21:36:10.9419953Z [672/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-p6-u2.c.obj 2024-08-20T21:36:10.9543474Z [673/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-p6-u1.c.obj 2024-08-20T21:36:10.9825774Z [674/7973] 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-20T21:36:11.0017450Z [675/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-scalar-u2.c.obj 2024-08-20T21:36:11.0144191Z [676/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-scalar-u1.c.obj 2024-08-20T21:36:11.0276489Z [677/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-p6-u6.c.obj 2024-08-20T21:36:11.0324573Z [678/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-scalar-u1.c.obj 2024-08-20T21:36:11.0336887Z [679/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-p6-u5.c.obj 2024-08-20T21:36:11.0430658Z [680/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-p6-u4.c.obj 2024-08-20T21:36:11.0484621Z [681/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-scalar-u4.c.obj 2024-08-20T21:36:11.0758704Z [682/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vmulcaddc\gen\f32-vmulcaddc-c1-minmax-scalar-2x.c.obj 2024-08-20T21:36:11.0931459Z [683/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vmulcaddc\gen\f32-vmulcaddc-c2-minmax-scalar-2x.c.obj 2024-08-20T21:36:11.1058480Z [684/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-scalar-u4.c.obj 2024-08-20T21:36:11.1115098Z [685/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-scalar-u2.c.obj 2024-08-20T21:36:11.1369786Z [686/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vmulcaddc\gen\f32-vmulcaddc-c4-minmax-scalar-2x.c.obj 2024-08-20T21:36:11.1435050Z [687/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-scalar-u8.c.obj 2024-08-20T21:36:11.1485034Z [688/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-scalar-u2.c.obj 2024-08-20T21:36:11.1551162Z [689/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-scalar-u1.c.obj 2024-08-20T21:36:11.1825415Z [690/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-scalar-u4.c.obj 2024-08-20T21:36:11.1971450Z [691/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-scalar-libm-u1.c.obj 2024-08-20T21:36:11.2280639Z [692/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-scalar-libm-u2.c.obj 2024-08-20T21:36:11.2399051Z [693/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-scalar-libm-u4.c.obj 2024-08-20T21:36:11.2480427Z [694/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-scalar-libm-u1.c.obj 2024-08-20T21:36:11.2495000Z [695/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-scalar-libm-u1.c.obj 2024-08-20T21:36:11.2631175Z [696/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-scalar-libm-u4.c.obj 2024-08-20T21:36:11.2809313Z [697/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-scalar-libm-u2.c.obj 2024-08-20T21:36:11.2860487Z [698/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-scalar-libm-u4.c.obj 2024-08-20T21:36:11.3274516Z [699/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-scalar-rsqrt-u1.c.obj 2024-08-20T21:36:11.3286850Z [700/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-scalar-libm-u2.c.obj 2024-08-20T21:36:11.3298990Z [701/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-scalar-libm-u1.c.obj 2024-08-20T21:36:11.3404358Z [702/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-scalar-libm-u4.c.obj 2024-08-20T21:36:11.3510444Z [703/7973] 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-20T21:36:11.3599505Z [704/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-scalar-libm-u2.c.obj 2024-08-20T21:36:11.3611474Z [705/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-scalar-rsqrt-u4.c.obj 2024-08-20T21:36:11.3676263Z [706/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-scalar-rsqrt-u2.c.obj 2024-08-20T21:36:11.4354357Z [707/7973] 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-20T21:36:11.4408217Z [708/7973] 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-20T21:36:11.4452913Z [709/7973] 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-20T21:36:11.4491413Z [710/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-scalar-sqrt-u1.c.obj 2024-08-20T21:36:11.4614423Z [711/7973] 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-20T21:36:11.4684206Z [712/7973] 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-20T21:36:11.4742141Z [713/7973] 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-20T21:36:11.4753812Z [714/7973] 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-20T21:36:11.5195869Z [715/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-scalar-sqrt-u2.c.obj 2024-08-20T21:36:11.5433975Z [716/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-scalar-sqrt-u4.c.obj 2024-08-20T21:36:11.5483089Z [717/7973] 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-20T21:36:11.5536062Z [718/7973] 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-20T21:36:11.5841930Z [719/7973] 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-20T21:36:11.5899416Z [720/7973] 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-20T21:36:11.5912693Z [721/7973] 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-20T21:36:11.6118313Z [722/7973] 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-20T21:36:11.6229065Z [723/7973] 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-20T21:36:11.6458035Z [724/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vabs-scalar-u2.c.obj 2024-08-20T21:36:11.6528021Z [725/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vabs-scalar-u1.c.obj 2024-08-20T21:36:11.6584064Z [726/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vneg-scalar-u1.c.obj 2024-08-20T21:36:11.6841716Z [727/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vabs-scalar-u4.c.obj 2024-08-20T21:36:11.6971368Z [728/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vneg-scalar-u2.c.obj 2024-08-20T21:36:11.6986915Z [729/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vsqr-scalar-u2.c.obj 2024-08-20T21:36:11.7104647Z [730/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vsqr-scalar-u4.c.obj 2024-08-20T21:36:11.7188564Z [731/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vsqr-scalar-u1.c.obj 2024-08-20T21:36:11.7430544Z [732/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\i16-vlshift\gen\i16-vlshift-scalar-u3.c.obj 2024-08-20T21:36:11.7479233Z [733/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\i16-vlshift\gen\i16-vlshift-scalar-u2.c.obj 2024-08-20T21:36:11.7525258Z [734/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vneg-scalar-u4.c.obj 2024-08-20T21:36:11.7755846Z [735/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\i16-vlshift\gen\i16-vlshift-scalar-u1.c.obj 2024-08-20T21:36:11.7916669Z [736/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-expm1minus-scalar-rr2-lut4-p4.c.obj 2024-08-20T21:36:11.7997931Z [737/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\i16-vlshift\gen\i16-vlshift-scalar-u4.c.obj 2024-08-20T21:36:11.8060766Z [738/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-expm1minus-scalar-rr2-lut8-p3.c.obj 2024-08-20T21:36:11.8109054Z [739/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-expm1minus-scalar-rr2-p5.c.obj 2024-08-20T21:36:11.8347542Z [740/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-expm1minus-scalar-rr2-lut16-p4.c.obj 2024-08-20T21:36:11.8484465Z [741/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-expm1minus-scalar-rr2-lut16-p3.c.obj 2024-08-20T21:36:11.8535713Z [742/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-expm1minus-scalar-rr2-lut8-p4.c.obj 2024-08-20T21:36:11.8821184Z [743/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-expm1minus-scalar-rr2-p6.c.obj 2024-08-20T21:36:11.8890995Z [744/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-expminus-scalar-rr2-lut2048-p1.c.obj 2024-08-20T21:36:11.8990965Z [745/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-f16-cvt-scalar-bitcast.c.obj 2024-08-20T21:36:11.9030369Z [746/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-scalar-rr2-p5-div.c.obj 2024-08-20T21:36:11.9192499Z [747/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-roundd-scalar-cvt.c.obj 2024-08-20T21:36:11.9265083Z [748/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-expminus-scalar-rr2-p5.c.obj 2024-08-20T21:36:11.9311583Z [749/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-roundd-scalar-floor.c.obj 2024-08-20T21:36:11.9327158Z [750/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-expminus-scalar-rr2-lut64-p2.c.obj 2024-08-20T21:36:11.9491966Z [751/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-roundne-scalar-addsub.c.obj 2024-08-20T21:36:11.9600104Z [752/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-roundd-scalar-addsub.c.obj 2024-08-20T21:36:11.9706713Z [753/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-roundne-scalar-rint.c.obj 2024-08-20T21:36:11.9884860Z [754/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-f16-cvt-scalar-fabsf.c.obj 2024-08-20T21:36:11.9894992Z [755/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-roundu-scalar-addsub.c.obj 2024-08-20T21:36:11.9966192Z [756/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-roundne-scalar-nearbyint.c.obj 2024-08-20T21:36:12.0059042Z [757/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-roundu-scalar-cvt.c.obj 2024-08-20T21:36:12.0142055Z [758/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-roundu-scalar-ceil.c.obj 2024-08-20T21:36:12.0184316Z [759/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-roundz-scalar-trunc.c.obj 2024-08-20T21:36:12.0231888Z [760/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-roundz-scalar-cvt.c.obj 2024-08-20T21:36:12.0337426Z [761/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-roundz-scalar-addsub.c.obj 2024-08-20T21:36:12.0878798Z [762/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-scalar-rr2-lut64-p2-div.c.obj 2024-08-20T21:36:12.0893374Z [763/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-scalar-rr2-lut2048-p1-div.c.obj 2024-08-20T21:36:12.1200368Z [764/7973] 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-20T21:36:12.1320093Z [765/7973] 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-20T21:36:12.1370137Z [766/7973] 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-20T21:36:12.1428725Z [767/7973] 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-20T21:36:12.1521432Z [768/7973] 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-20T21:36:12.1832057Z [769/7973] 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-20T21:36:12.1847808Z [770/7973] 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-20T21:36:12.2120109Z [771/7973] 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-20T21:36:12.2168977Z [772/7973] 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-20T21:36:12.2264245Z [773/7973] 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-20T21:36:12.2381020Z [774/7973] 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-20T21:36:12.2396096Z [775/7973] 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-20T21:36:12.2448414Z [776/7973] 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-20T21:36:12.2707747Z [777/7973] 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-20T21:36:12.2761797Z [778/7973] 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-20T21:36:12.3113341Z [779/7973] 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-20T21:36:12.3162590Z [780/7973] 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-20T21:36:12.3281210Z [781/7973] 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-20T21:36:12.3373795Z [782/7973] 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-20T21:36:12.3385146Z [783/7973] 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-20T21:36:12.3553527Z [784/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1minus-rr1-p6h5ps-rcp.c.obj 2024-08-20T21:36:12.3621950Z [785/7973] 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-20T21:36:12.3675917Z [786/7973] 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-20T21:36:12.4172459Z [787/7973] 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-20T21:36:12.4291015Z [788/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1minus-rr1-p6h5ps-div.c.obj 2024-08-20T21:36:12.4347873Z [789/7973] 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-20T21:36:12.4487642Z [790/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1minus-rr1-p6h5ts-div.c.obj 2024-08-20T21:36:12.4502670Z [791/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1minus-rr1-p6h4ts-div.c.obj 2024-08-20T21:36:12.4666483Z [792/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1minus-rr1-p6h5ts-rcp.c.obj 2024-08-20T21:36:12.4683826Z [793/7973] 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-20T21:36:12.4734618Z [794/7973] 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-20T21:36:12.5091108Z [795/7973] 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-20T21:36:12.5309757Z [796/7973] 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-20T21:36:12.5358042Z [797/7973] 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-20T21:36:12.5464206Z [798/7973] 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-20T21:36:12.5480715Z [799/7973] 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-20T21:36:12.5606772Z [800/7973] 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-20T21:36:12.5661774Z [801/7973] 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-20T21:36:12.5718106Z [802/7973] 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-20T21:36:12.6295034Z [803/7973] 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-20T21:36:12.6594909Z [804/7973] 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-20T21:36:12.6638381Z [805/7973] 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-20T21:36:12.6770260Z [806/7973] 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-20T21:36:12.6781280Z [807/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1minus-rr2-p6h4ts-div.c.obj 2024-08-20T21:36:12.6849556Z [808/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1minus-rr2-p6h5ps-div.c.obj 2024-08-20T21:36:12.7022334Z [809/7973] 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-20T21:36:12.7038146Z [810/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1minus-rr2-p6h5ts-div.c.obj 2024-08-20T21:36:12.7190706Z [811/7973] 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-20T21:36:12.7575507Z [812/7973] 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-20T21:36:12.7751903Z [813/7973] 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-20T21:36:12.7803107Z [814/7973] 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-20T21:36:12.7966670Z [815/7973] 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-20T21:36:12.8010783Z [816/7973] 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-20T21:36:12.8156268Z [817/7973] 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-20T21:36:12.8206487Z [818/7973] 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-20T21:36:12.8483191Z [819/7973] 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-20T21:36:12.8675571Z [820/7973] 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-20T21:36:12.8692158Z [821/7973] 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-20T21:36:12.8903017Z [822/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1plus-rr1-p6h5ts-div.c.obj 2024-08-20T21:36:12.8915429Z [823/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1plus-rr1-p6h4ts-div.c.obj 2024-08-20T21:36:12.9082841Z [824/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1plus-rr1-p6h5ps-div.c.obj 2024-08-20T21:36:12.9109303Z [825/7973] 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-20T21:36:12.9256551Z [826/7973] 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-20T21:36:12.9359227Z [827/7973] 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-20T21:36:12.9630103Z [828/7973] 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-20T21:36:12.9672084Z [829/7973] 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-20T21:36:12.9888344Z [830/7973] 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-20T21:36:13.0031270Z [831/7973] 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-20T21:36:13.0080330Z [832/7973] 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-20T21:36:13.0096407Z [833/7973] 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-20T21:36:13.0223216Z [834/7973] 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-20T21:36:13.0284795Z [835/7973] 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-20T21:36:13.0586440Z [836/7973] 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-20T21:36:13.0635675Z [837/7973] 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-20T21:36:13.1009377Z [838/7973] 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-20T21:36:13.1089927Z [839/7973] 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-20T21:36:13.1228044Z [840/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1plus-rr2-p6h4ts-div.c.obj 2024-08-20T21:36:13.1279634Z [841/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1plus-rr2-p6h5ps-div.c.obj 2024-08-20T21:36:13.1366694Z [842/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-scalar-expm1plus-rr2-p6h5ts-div.c.obj 2024-08-20T21:36:13.1417221Z [843/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\u32-sqrt-scalar-clz-newton.c.obj 2024-08-20T21:36:13.1598364Z [844/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\u32-sqrt-scalar-clz-binsearch.c.obj 2024-08-20T21:36:13.1726347Z [845/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\u32-sqrt-scalar-cvti64-sqrt-lrint.c.obj 2024-08-20T21:36:13.1802279Z [846/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\u32-sqrt-scalar-cvti32-sqrt-lrint.c.obj 2024-08-20T21:36:13.1912303Z [847/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\u32-sqrt-scalar-cvtu32-sqrtf-lrintf.c.obj 2024-08-20T21:36:13.1924958Z [848/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\u32-sqrt-scalar-bitmanip.c.obj 2024-08-20T21:36:13.2009129Z [849/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\u32-sqrt-scalar-cvtu32-sqrt-lrint.c.obj 2024-08-20T21:36:13.2257737Z [850/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\u32-sqrt-scalar-cvti64-sqrtf-lrintf.c.obj 2024-08-20T21:36:13.2345319Z [851/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\u32-sqrt-scalar-hashemian.c.obj 2024-08-20T21:36:13.2360205Z [852/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\u32-sqrt-scalar-tflm.c.obj 2024-08-20T21:36:13.2726968Z [853/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\u64-sqrt-scalar-cvtu32-sqrt-cvtsatu32f64.c.obj 2024-08-20T21:36:13.2939919Z [854/7973] 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-20T21:36:13.2997010Z [855/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\u64-sqrt-scalar-cvtu64-sqrt-llrint.c.obj 2024-08-20T21:36:13.3011959Z [856/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\u64-sqrt-scalar-cvtu32-sqrt-llrint.c.obj 2024-08-20T21:36:13.3510651Z [857/7973] 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-20T21:36:13.3585007Z [858/7973] 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-20T21:36:13.3598616Z [859/7973] 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-20T21:36:13.3791685Z [860/7973] 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-20T21:36:13.3857304Z [861/7973] 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-20T21:36:13.4060644Z [862/7973] 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-20T21:36:13.4115709Z [863/7973] 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-20T21:36:13.4361873Z [864/7973] 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-20T21:36:13.4748220Z [865/7973] 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-20T21:36:13.4823117Z [866/7973] 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-20T21:36:13.4945906Z [867/7973] 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-20T21:36:13.5148831Z [868/7973] 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-20T21:36:13.5193885Z [869/7973] 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-20T21:36:13.5330608Z [870/7973] 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-20T21:36:13.5345043Z [871/7973] 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-20T21:36:13.5577020Z [872/7973] 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-20T21:36:13.5923270Z [873/7973] 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-20T21:36:13.6050249Z [874/7973] 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-20T21:36:13.6363499Z [875/7973] 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-20T21:36:13.6457322Z [876/7973] 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-20T21:36:13.6627312Z [877/7973] 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-20T21:36:13.6807223Z [878/7973] 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-20T21:36:13.6986851Z [879/7973] 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-20T21:36:13.7207674Z [880/7973] 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-20T21:36:13.7260093Z [881/7973] 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-20T21:36:13.7457585Z [882/7973] 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-20T21:36:13.7544957Z [883/7973] 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-20T21:36:13.7649868Z [884/7973] 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-20T21:36:13.7784646Z [885/7973] 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-20T21:36:13.8057033Z [886/7973] 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-20T21:36:13.8259036Z [887/7973] 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-20T21:36:15.4659101Z [888/7973] 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-20T21:36:15.4818090Z [889/7973] 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-20T21:36:15.4861970Z [890/7973] 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-20T21:36:15.5068055Z [891/7973] 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-20T21:36:15.5280917Z [892/7973] 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-20T21:36:15.5487572Z [893/7973] 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-20T21:36:15.5662202Z [894/7973] 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-20T21:36:15.5807782Z [895/7973] 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-20T21:36:15.5964850Z [896/7973] 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-20T21:36:15.6095084Z [897/7973] 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-20T21:36:15.6110736Z [898/7973] 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-20T21:36:15.6169587Z [899/7973] 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-20T21:36:15.6385001Z [900/7973] 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-20T21:36:15.6567183Z [901/7973] 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-20T21:36:15.7029890Z [902/7973] 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-20T21:36:15.7127966Z [903/7973] 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-20T21:36:15.7198529Z [904/7973] 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-20T21:36:15.7307152Z [905/7973] 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-20T21:36:15.7361293Z [906/7973] 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-20T21:36:15.7377492Z [907/7973] 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-20T21:36:15.7528059Z [908/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p1c-minmax-rndnu-scalar.c.obj 2024-08-20T21:36:15.7660521Z [909/7973] 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-20T21:36:15.8257105Z [910/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p2c-minmax-rndnu-scalar.c.obj 2024-08-20T21:36:15.8564375Z [911/7973] 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-20T21:36:15.8577397Z [912/7973] 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-20T21:36:15.8678226Z [913/7973] 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-20T21:36:15.8692476Z [914/7973] 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-20T21:36:15.8708609Z [915/7973] 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-20T21:36:15.8766608Z [916/7973] 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-20T21:36:15.8815681Z [917/7973] 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-20T21:36:15.9543480Z [918/7973] 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-20T21:36:15.9757553Z [919/7973] 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-20T21:36:15.9768587Z [920/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p4c-minmax-rndnu-scalar.c.obj 2024-08-20T21:36:15.9885609Z [921/7973] 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-20T21:36:15.9938418Z [922/7973] 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-20T21:36:15.9951684Z [923/7973] 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-20T21:36:15.9964669Z [924/7973] 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-20T21:36:16.0039059Z [925/7973] 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-20T21:36:16.0484523Z [926/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-scalar-u1.c.obj 2024-08-20T21:36:16.0779510Z [927/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-scalar-u2.c.obj 2024-08-20T21:36:16.0896223Z [928/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-scalar-u4.c.obj 2024-08-20T21:36:16.0944458Z [929/7973] 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-20T21:36:16.0956455Z [930/7973] 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-20T21:36:16.1005593Z [931/7973] 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-20T21:36:16.1102432Z [932/7973] 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-20T21:36:16.1402306Z [933/7973] 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-20T21:36:16.1658802Z [934/7973] 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-20T21:36:16.1673943Z [935/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-scalar-u3.c.obj 2024-08-20T21:36:16.1792138Z [936/7973] 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-20T21:36:16.1897248Z [937/7973] 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-20T21:36:16.1960056Z [938/7973] 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-20T21:36:16.2061137Z [939/7973] 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-20T21:36:16.2118943Z [940/7973] 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-20T21:36:16.2297043Z [941/7973] 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-20T21:36:16.2598374Z [942/7973] 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-20T21:36:16.2674200Z [943/7973] 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-20T21:36:16.2906314Z [944/7973] 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-20T21:36:16.2917789Z [945/7973] 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-20T21:36:16.3149585Z [946/7973] 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-20T21:36:16.3220316Z [947/7973] 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-20T21:36:16.3269563Z [948/7973] 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-20T21:36:16.3538529Z [949/7973] 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-20T21:36:16.3717067Z [950/7973] 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-20T21:36:16.3773551Z [951/7973] 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-20T21:36:16.3979249Z [952/7973] 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-20T21:36:16.4152046Z [953/7973] 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-20T21:36:16.4357345Z [954/7973] 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-20T21:36:16.4525878Z [955/7973] 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-20T21:36:16.4658333Z [956/7973] 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-20T21:36:16.4717794Z [957/7973] 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-20T21:36:16.4860118Z [958/7973] 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-20T21:36:16.4916187Z [959/7973] 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-20T21:36:16.5222324Z [960/7973] 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-20T21:36:16.5380952Z [961/7973] 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-20T21:36:16.5554215Z [962/7973] 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-20T21:36:16.5745879Z [963/7973] 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-20T21:36:16.5878745Z [964/7973] 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-20T21:36:16.6064730Z [965/7973] 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-20T21:36:16.6078327Z [966/7973] 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-20T21:36:16.6131957Z [967/7973] 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-20T21:36:16.6417926Z [968/7973] 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-20T21:36:16.6542815Z [969/7973] 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-20T21:36:16.6723789Z [970/7973] 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-20T21:36:16.6865067Z [971/7973] 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-20T21:36:16.7295541Z [972/7973] 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-20T21:36:16.7459717Z [973/7973] 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-20T21:36:16.7606129Z [974/7973] 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-20T21:36:16.7618468Z [975/7973] 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-20T21:36:16.7679550Z [976/7973] 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-20T21:36:16.7919041Z [977/7973] 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-20T21:36:16.7936166Z [978/7973] 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-20T21:36:16.8145782Z [979/7973] 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-20T21:36:16.8428036Z [980/7973] 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-20T21:36:16.8613246Z [981/7973] 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-20T21:36:16.8796998Z [982/7973] 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-20T21:36:16.8846966Z [983/7973] 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-20T21:36:16.8972119Z [984/7973] 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-20T21:36:16.9152585Z [985/7973] 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-20T21:36:16.9168739Z [986/7973] 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-20T21:36:16.9382384Z [987/7973] 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-20T21:36:16.9601948Z [988/7973] 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-20T21:36:16.9787328Z [989/7973] 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-20T21:36:17.0048164Z [990/7973] 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-20T21:36:17.0182412Z [991/7973] 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-20T21:36:17.0352537Z [992/7973] 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-20T21:36:17.0409238Z [993/7973] 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-20T21:36:17.0462168Z [994/7973] 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-20T21:36:17.0612697Z [995/7973] 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-20T21:36:17.0842247Z [996/7973] 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-20T21:36:17.1141510Z [997/7973] 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-20T21:36:17.1285306Z [998/7973] 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-20T21:36:17.1379968Z [999/7973] 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-20T21:36:17.1731775Z [1000/7973] 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-20T21:36:17.1903748Z [1001/7973] 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-20T21:36:17.1996881Z [1002/7973] 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-20T21:36:17.2046714Z [1003/7973] 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-20T21:36:17.2272126Z [1004/7973] 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-20T21:36:17.2327647Z [1005/7973] 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-20T21:36:17.2565680Z [1006/7973] 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-20T21:36:17.2842628Z [1007/7973] 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-20T21:36:17.2894878Z [1008/7973] 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-20T21:36:17.3163255Z [1009/7973] 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-20T21:36:17.3242909Z [1010/7973] 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-20T21:36:17.3297522Z [1011/7973] 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-20T21:36:17.3489003Z [1012/7973] 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-20T21:36:17.3616987Z [1013/7973] 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-20T21:36:17.3824874Z [1014/7973] 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-20T21:36:17.4157829Z [1015/7973] 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-20T21:36:17.4208439Z [1016/7973] 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-20T21:36:17.4414571Z [1017/7973] 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-20T21:36:17.4717808Z [1018/7973] 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-20T21:36:17.4769984Z [1019/7973] 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-20T21:36:17.5058556Z [1020/7973] 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-20T21:36:17.5133036Z [1021/7973] 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-20T21:36:17.5408514Z [1022/7973] 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-20T21:36:17.5517684Z [1023/7973] 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-20T21:36:17.5568988Z [1024/7973] 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-20T21:36:17.5624780Z [1025/7973] 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-20T21:36:17.5845453Z [1026/7973] 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-20T21:36:17.6007088Z [1027/7973] 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-20T21:36:17.6273731Z [1028/7973] 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-20T21:36:17.6381430Z [1029/7973] 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-20T21:36:17.6956923Z [1030/7973] 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-20T21:36:17.7079773Z [1031/7973] 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-20T21:36:17.7091934Z [1032/7973] 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-20T21:36:17.7104554Z [1033/7973] 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-20T21:36:17.7186429Z [1034/7973] 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-20T21:36:17.7263751Z [1035/7973] 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-20T21:36:17.7500594Z [1036/7973] 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-20T21:36:17.7671798Z [1037/7973] 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-20T21:36:17.7902510Z [1038/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-fp32-scalar-lrintf.c.obj 2024-08-20T21:36:17.8101245Z [1039/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-rndnu-scalar.c.obj 2024-08-20T21:36:17.8112558Z [1040/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-fp32-scalar-fmagic.c.obj 2024-08-20T21:36:17.8353830Z [1041/7973] 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-20T21:36:17.8450983Z [1042/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-gemmlowp-scalar.c.obj 2024-08-20T21:36:17.8498241Z [1043/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-rndna-scalar-unsigned32.c.obj 2024-08-20T21:36:17.8594469Z [1044/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-scalar-u1.c.obj 2024-08-20T21:36:17.8769784Z [1045/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-rndna-scalar-signed64.c.obj 2024-08-20T21:36:17.8874798Z [1046/7973] 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-20T21:36:17.8954985Z [1047/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-rndna-scalar-unsigned64.c.obj 2024-08-20T21:36:17.9428426Z [1048/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-scalar-u2.c.obj 2024-08-20T21:36:17.9441199Z [1049/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-scalar-u4.c.obj 2024-08-20T21:36:17.9485242Z [1050/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-scalar-u1.c.obj 2024-08-20T21:36:17.9569232Z [1051/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-scalar-u4.c.obj 2024-08-20T21:36:17.9581982Z [1052/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-scalar-u2.c.obj 2024-08-20T21:36:17.9902915Z [1053/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-scalar-u2.c.obj 2024-08-20T21:36:17.9915434Z [1054/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vhswish\gen\qs8-vhswish-scalar-u2.c.obj 2024-08-20T21:36:18.0226654Z [1055/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vhswish\gen\qs8-vhswish-scalar-u1.c.obj 2024-08-20T21:36:18.0360100Z [1056/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vhswish\gen\qs8-vhswish-scalar-u4.c.obj 2024-08-20T21:36:18.0408751Z [1057/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-scalar-u4.c.obj 2024-08-20T21:36:18.0457941Z [1058/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-scalar-u1.c.obj 2024-08-20T21:36:18.0513811Z [1059/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-scalar-andxor-u2.c.obj 2024-08-20T21:36:18.0622640Z [1060/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-scalar-andxor-u1.c.obj 2024-08-20T21:36:18.0825632Z [1061/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-scalar-select-u2.c.obj 2024-08-20T21:36:18.0839784Z [1062/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-scalar-andxor-u4.c.obj 2024-08-20T21:36:18.1149038Z [1063/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-scalar-select-u1.c.obj 2024-08-20T21:36:18.1555987Z [1064/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmul\gen\qs8-vmul-minmax-fp32-scalar-u2.c.obj 2024-08-20T21:36:18.1746022Z [1065/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs16-qs8-vcvt\gen\qs16-qs8-vcvt-scalar-u2.c.obj 2024-08-20T21:36:18.1757965Z [1066/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmulc\gen\qs8-vmulc-minmax-fp32-scalar-u1.c.obj 2024-08-20T21:36:18.1867389Z [1067/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-scalar-select-u4.c.obj 2024-08-20T21:36:18.1910907Z [1068/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmul\gen\qs8-vmul-minmax-fp32-scalar-u1.c.obj 2024-08-20T21:36:18.1965273Z [1069/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmul\gen\qs8-vmul-minmax-fp32-scalar-u4.c.obj 2024-08-20T21:36:18.2011514Z [1070/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmulc\gen\qs8-vmulc-minmax-fp32-scalar-u2.c.obj 2024-08-20T21:36:18.2129151Z [1071/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmulc\gen\qs8-vmulc-minmax-fp32-scalar-u4.c.obj 2024-08-20T21:36:18.2495970Z [1072/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs16-qs8-vcvt\gen\qs16-qs8-vcvt-scalar-u1.c.obj 2024-08-20T21:36:18.2681708Z [1073/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs16-qs8-vcvt\gen\qs16-qs8-vcvt-scalar-u4.c.obj 2024-08-20T21:36:18.2891989Z [1074/7973] 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-20T21:36:18.2965588Z [1075/7973] 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-20T21:36:18.2980093Z [1076/7973] 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-20T21:36:18.3074721Z [1077/7973] 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-20T21:36:18.3144128Z [1078/7973] 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-20T21:36:18.3448041Z [1079/7973] 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-20T21:36:18.3683929Z [1080/7973] 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-20T21:36:18.4076732Z [1081/7973] 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-20T21:36:18.4230362Z [1082/7973] 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-20T21:36:18.4245407Z [1083/7973] 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-20T21:36:18.4324318Z [1084/7973] 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-20T21:36:18.4335590Z [1085/7973] 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-20T21:36:18.4385766Z [1086/7973] 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-20T21:36:18.4549939Z [1087/7973] 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-20T21:36:18.5323809Z [1088/7973] 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-20T21:36:18.5369600Z [1089/7973] 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-20T21:36:18.5537294Z [1090/7973] 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-20T21:36:18.5606430Z [1091/7973] 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-20T21:36:18.5791299Z [1092/7973] 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-20T21:36:18.5856425Z [1093/7973] 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-20T21:36:18.5916511Z [1094/7973] 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-20T21:36:18.6059844Z [1095/7973] 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-20T21:36:18.6394525Z [1096/7973] 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-20T21:36:18.6827539Z [1097/7973] 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-20T21:36:18.6838561Z [1098/7973] 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-20T21:36:18.6936396Z [1099/7973] 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-20T21:36:18.6951510Z [1100/7973] 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-20T21:36:18.7178240Z [1101/7973] 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-20T21:36:18.7285175Z [1102/7973] 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-20T21:36:18.7455856Z [1103/7973] 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-20T21:36:18.7542688Z [1104/7973] 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-20T21:36:18.8022650Z [1105/7973] 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-20T21:36:18.8259462Z [1106/7973] 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-20T21:36:18.8307788Z [1107/7973] 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-20T21:36:18.8453574Z [1108/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p1c-minmax-rndnu-scalar.c.obj 2024-08-20T21:36:18.8709497Z [1109/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p2c-minmax-rndnu-scalar.c.obj 2024-08-20T21:36:18.8884587Z [1110/7973] 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-20T21:36:18.8925492Z [1111/7973] 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-20T21:36:18.9028524Z [1112/7973] 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-20T21:36:18.9319598Z [1113/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p4c-minmax-rndnu-scalar.c.obj 2024-08-20T21:36:18.9383864Z [1114/7973] 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-20T21:36:18.9528355Z [1115/7973] 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-20T21:36:18.9835648Z [1116/7973] 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-20T21:36:18.9911135Z [1117/7973] 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-20T21:36:19.0086910Z [1118/7973] 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-20T21:36:19.0100511Z [1119/7973] 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-20T21:36:19.0210816Z [1120/7973] 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-20T21:36:19.0333282Z [1121/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-scalar-u1.c.obj 2024-08-20T21:36:19.0755070Z [1122/7973] 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-20T21:36:19.0808763Z [1123/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-scalar-u2.c.obj 2024-08-20T21:36:19.0871572Z [1124/7973] 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-20T21:36:19.1028044Z [1125/7973] 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-20T21:36:19.1127695Z [1126/7973] 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-20T21:36:19.1349827Z [1127/7973] 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-20T21:36:19.1406319Z [1128/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-scalar-u4.c.obj 2024-08-20T21:36:19.1458116Z [1129/7973] 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-20T21:36:19.1634910Z [1130/7973] 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-20T21:36:19.1718629Z [1131/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-scalar-u3.c.obj 2024-08-20T21:36:19.1789922Z [1132/7973] 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-20T21:36:19.1970480Z [1133/7973] 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-20T21:36:19.2071589Z [1134/7973] 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-20T21:36:19.2330691Z [1135/7973] 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-20T21:36:19.2414751Z [1136/7973] 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-20T21:36:19.2467869Z [1137/7973] 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-20T21:36:19.2572171Z [1138/7973] 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-20T21:36:19.2673764Z [1139/7973] 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-20T21:36:19.2744459Z [1140/7973] 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-20T21:36:19.2908987Z [1141/7973] 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-20T21:36:19.3391479Z [1142/7973] 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-20T21:36:19.3449052Z [1143/7973] 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-20T21:36:19.3464117Z [1144/7973] 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-20T21:36:19.3480377Z [1145/7973] 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-20T21:36:19.3722965Z [1146/7973] 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-20T21:36:19.3842889Z [1147/7973] 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-20T21:36:19.4002702Z [1148/7973] 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-20T21:36:19.4066410Z [1149/7973] 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-20T21:36:19.4661667Z [1150/7973] 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-20T21:36:19.4717629Z [1151/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x2-minmax-rndnu-scalar.c.obj 2024-08-20T21:36:19.4769228Z [1152/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4-minmax-rndnu-scalar.c.obj 2024-08-20T21:36:19.4786427Z [1153/7973] 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-20T21:36:19.5083653Z [1154/7973] 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-20T21:36:19.5168471Z [1155/7973] 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-20T21:36:19.5305328Z [1156/7973] 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-20T21:36:19.5362194Z [1157/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x2-minmax-rndnu-scalar.c.obj 2024-08-20T21:36:19.5842826Z [1158/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-rmax\u8-rmax-scalar-u2.c.obj 2024-08-20T21:36:19.5886184Z [1159/7973] 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-20T21:36:19.5978116Z [1160/7973] 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-20T21:36:19.6035781Z [1161/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4-minmax-rndnu-scalar.c.obj 2024-08-20T21:36:19.6127899Z [1162/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-vclamp\u8-vclamp-scalar-u4.c.obj 2024-08-20T21:36:19.6175111Z [1163/7973] 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-20T21:36:19.6268319Z [1164/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u32-filterbank-subtract\u32-filterbank-subtract-scalar-x2.c.obj 2024-08-20T21:36:19.6425318Z [1165/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u32-filterbank-accumulate\gen\u32-filterbank-accumulate-scalar-x1.c.obj 2024-08-20T21:36:19.6799125Z [1166/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-maxpool\u8-maxpool-9p8x-minmax-scalar-c1.c.obj 2024-08-20T21:36:19.7186077Z [1167/7973] 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-20T21:36:19.7418964Z [1168/7973] 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-20T21:36:19.7431487Z [1169/7973] 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-20T21:36:19.7443616Z [1170/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x2-minmax-rndnu-scalar.c.obj 2024-08-20T21:36:19.7493655Z [1171/7973] 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-20T21:36:19.7509962Z [1172/7973] 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-20T21:36:19.7647974Z [1173/7973] 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-20T21:36:19.8143030Z [1174/7973] 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-20T21:36:19.8446202Z [1175/7973] 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-20T21:36:19.8686786Z [1176/7973] 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-20T21:36:19.8699769Z [1177/7973] 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-20T21:36:19.8743647Z [1178/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4-minmax-rndnu-scalar.c.obj 2024-08-20T21:36:19.8858665Z [1179/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4-minmax-rndnu-scalar.c.obj 2024-08-20T21:36:19.8874812Z [1180/7973] 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-20T21:36:19.9207988Z [1181/7973] 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-20T21:36:19.9396092Z [1182/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x2-minmax-rndnu-scalar.c.obj 2024-08-20T21:36:19.9604080Z [1183/7973] 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-20T21:36:19.9972219Z [1184/7973] 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-20T21:36:20.0019279Z [1185/7973] 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-20T21:36:20.0032336Z [1186/7973] 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-20T21:36:20.0093086Z [1187/7973] 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-20T21:36:20.0109800Z [1188/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x2-minmax-rndnu-scalar.c.obj 2024-08-20T21:36:20.0340066Z [1189/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4-minmax-rndnu-scalar.c.obj 2024-08-20T21:36:20.0532913Z [1190/7973] 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-20T21:36:20.0816401Z [1191/7973] 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-20T21:36:20.1240587Z [1192/7973] 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-20T21:36:20.1286801Z [1193/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x2-minmax-rndnu-scalar.c.obj 2024-08-20T21:36:20.1337156Z [1194/7973] 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-20T21:36:20.1550459Z [1195/7973] 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-20T21:36:20.1562318Z [1196/7973] 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-20T21:36:20.1776141Z [1197/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4-minmax-rndnu-scalar.c.obj 2024-08-20T21:36:20.1973870Z [1198/7973] 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-20T21:36:20.2028379Z [1199/7973] 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-20T21:36:20.2447760Z [1200/7973] 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-20T21:36:20.2556182Z [1201/7973] 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-20T21:36:20.2663292Z [1202/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x2-minmax-rndnu-scalar.c.obj 2024-08-20T21:36:20.2758102Z [1203/7973] 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-20T21:36:20.2812255Z [1204/7973] 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-20T21:36:20.2979112Z [1205/7973] 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-20T21:36:20.3157992Z [1206/7973] 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-20T21:36:20.3677571Z [1207/7973] 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-20T21:36:20.3813230Z [1208/7973] 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-20T21:36:20.3828721Z [1209/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4-minmax-rndnu-scalar.c.obj 2024-08-20T21:36:20.3885999Z [1210/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x2-minmax-rndnu-scalar.c.obj 2024-08-20T21:36:20.3956401Z [1211/7973] 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-20T21:36:20.4026290Z [1212/7973] 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-20T21:36:20.4321822Z [1213/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4-minmax-rndnu-scalar.c.obj 2024-08-20T21:36:20.4377750Z [1214/7973] 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-20T21:36:20.4623864Z [1215/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-requantization\qu8-requantization-fp32-scalar-fmagic.c.obj 2024-08-20T21:36:20.4721209Z [1216/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-requantization\qu8-requantization-rndna-scalar-unsigned32.c.obj 2024-08-20T21:36:20.4772850Z [1217/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-requantization\qu8-requantization-rndna-scalar-unsigned64.c.obj 2024-08-20T21:36:20.4866863Z [1218/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-requantization\qu8-requantization-gemmlowp-scalar.c.obj 2024-08-20T21:36:20.5050440Z [1219/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-requantization\qu8-requantization-fp32-scalar-lrintf.c.obj 2024-08-20T21:36:20.5128496Z [1220/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-requantization\qu8-requantization-rndna-scalar-signed64.c.obj 2024-08-20T21:36:20.5242904Z [1221/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-scalar-u1.c.obj 2024-08-20T21:36:20.5260768Z [1222/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-scalar-u2.c.obj 2024-08-20T21:36:20.5745869Z [1223/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-scalar-u2.c.obj 2024-08-20T21:36:20.5757789Z [1224/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-scalar-u1.c.obj 2024-08-20T21:36:20.5811929Z [1225/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-scalar-u4.c.obj 2024-08-20T21:36:20.5825766Z [1226/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-scalar-u2.c.obj 2024-08-20T21:36:20.5981727Z [1227/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-scalar-u4.c.obj 2024-08-20T21:36:20.6135847Z [1228/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-scalar-u1.c.obj 2024-08-20T21:36:20.6146780Z [1229/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vhswish\gen\qu8-vhswish-scalar-u1.c.obj 2024-08-20T21:36:20.6196898Z [1230/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-scalar-u4.c.obj 2024-08-20T21:36:20.6724349Z [1231/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-scalar-andxor-u1.c.obj 2024-08-20T21:36:20.6737002Z [1232/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vhswish\gen\qu8-vhswish-scalar-u2.c.obj 2024-08-20T21:36:20.6789961Z [1233/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-scalar-andxor-u4.c.obj 2024-08-20T21:36:20.6802374Z [1234/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-scalar-andxor-u2.c.obj 2024-08-20T21:36:20.6944663Z [1235/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vhswish\gen\qu8-vhswish-scalar-u4.c.obj 2024-08-20T21:36:20.7040500Z [1236/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-scalar-select-u1.c.obj 2024-08-20T21:36:20.7137854Z [1237/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmul\gen\qu8-vmul-minmax-fp32-scalar-u1.c.obj 2024-08-20T21:36:20.7223493Z [1238/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmul\gen\qu8-vmul-minmax-fp32-scalar-u2.c.obj 2024-08-20T21:36:20.7677641Z [1239/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-scalar-select-u2.c.obj 2024-08-20T21:36:20.7729661Z [1240/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-ibilinear\gen\s8-ibilinear-scalar-c2.c.obj 2024-08-20T21:36:20.7784523Z [1241/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-scalar-select-u4.c.obj 2024-08-20T21:36:20.7896814Z [1242/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmulc\gen\qu8-vmulc-minmax-fp32-scalar-u4.c.obj 2024-08-20T21:36:20.8087461Z [1243/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmulc\gen\qu8-vmulc-minmax-fp32-scalar-u2.c.obj 2024-08-20T21:36:20.8222096Z [1244/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmulc\gen\qu8-vmulc-minmax-fp32-scalar-u1.c.obj 2024-08-20T21:36:20.8271021Z [1245/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-ibilinear\gen\s8-ibilinear-scalar-c1.c.obj 2024-08-20T21:36:20.8419288Z [1246/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmul\gen\qu8-vmul-minmax-fp32-scalar-u4.c.obj 2024-08-20T21:36:20.8493599Z [1247/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-ibilinear\gen\s8-ibilinear-scalar-c4.c.obj 2024-08-20T21:36:20.8563318Z [1248/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s16-rmaxabs\gen\s16-rmaxabs-scalar-x2.c.obj 2024-08-20T21:36:20.8781039Z [1249/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-maxpool\s8-maxpool-9p8x-minmax-scalar-c1.c.obj 2024-08-20T21:36:20.8907688Z [1250/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s16-rmaxabs\gen\s16-rmaxabs-scalar-x1.c.obj 2024-08-20T21:36:20.9072098Z [1251/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s16-window\gen\s16-window-scalar-u3.c.obj 2024-08-20T21:36:20.9122977Z [1252/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s16-window\gen\s16-window-scalar-u1.c.obj 2024-08-20T21:36:20.9254121Z [1253/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-vclamp\s8-vclamp-scalar-u4.c.obj 2024-08-20T21:36:20.9328188Z [1254/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s16-window\gen\s16-window-scalar-u2.c.obj 2024-08-20T21:36:20.9387911Z [1255/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s16-rmaxabs\gen\s16-rmaxabs-scalar-x3.c.obj 2024-08-20T21:36:20.9401101Z [1256/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s16-rmaxabs\gen\s16-rmaxabs-scalar-x4.c.obj 2024-08-20T21:36:20.9764490Z [1257/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-ibilinear\gen\u8-ibilinear-scalar-c2.c.obj 2024-08-20T21:36:20.9993219Z [1258/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-ibilinear\gen\u8-ibilinear-scalar-c1.c.obj 2024-08-20T21:36:21.0005038Z [1259/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zip\x32-zip-x2-scalar.c.obj 2024-08-20T21:36:21.0051414Z [1260/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-ibilinear\gen\u8-ibilinear-scalar-c4.c.obj 2024-08-20T21:36:21.0152537Z [1261/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s16-window\gen\s16-window-scalar-u4.c.obj 2024-08-20T21:36:21.0247054Z [1262/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-lut32norm\u8-lut32norm-scalar.c.obj 2024-08-20T21:36:21.0260116Z [1263/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-4c4s1r-gemm-scalar-int.c.obj 2024-08-20T21:36:21.0383448Z [1264/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-4c4s1r-gemm-scalar-float.c.obj 2024-08-20T21:36:21.0674712Z [1265/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-4c1s1r-gemm-scalar-int.c.obj 2024-08-20T21:36:21.0895627Z [1266/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u32-vlog\gen\u32-vlog-scalar-x2.c.obj 2024-08-20T21:36:21.1012383Z [1267/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-scalar-u2.c.obj 2024-08-20T21:36:21.1061621Z [1268/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u32-vlog\gen\u32-vlog-scalar-x1.c.obj 2024-08-20T21:36:21.1111442Z [1269/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-4c1s1r-gemm-scalar-float.c.obj 2024-08-20T21:36:21.1123518Z [1270/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u32-vlog\gen\u32-vlog-scalar-x4.c.obj 2024-08-20T21:36:21.1257014Z [1271/7973] 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-20T21:36:21.1309435Z [1272/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-scalar-u1.c.obj 2024-08-20T21:36:21.1416421Z [1273/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u32-vlog\gen\u32-vlog-scalar-x3.c.obj 2024-08-20T21:36:21.1502200Z [1274/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-scalar-u8.c.obj 2024-08-20T21:36:21.1613120Z [1275/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-scalar-u4.c.obj 2024-08-20T21:36:21.1737680Z [1276/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-scalar-u16.c.obj 2024-08-20T21:36:21.2014252Z [1277/7973] 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-20T21:36:21.2073843Z [1278/7973] 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-20T21:36:21.2217594Z [1279/7973] 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-20T21:36:21.2345069Z [1280/7973] 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-20T21:36:21.2403874Z [1281/7973] 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-20T21:36:21.2458885Z [1282/7973] 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-20T21:36:21.2544250Z [1283/7973] 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-20T21:36:21.2659128Z [1284/7973] 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-20T21:36:21.3001193Z [1285/7973] 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-20T21:36:21.3229136Z [1286/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-1x2-scalar-int.c.obj 2024-08-20T21:36:21.3242097Z [1287/7973] 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-20T21:36:21.3294025Z [1288/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-1x4-scalar-int.c.obj 2024-08-20T21:36:21.3432055Z [1289/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-2x4-scalar-int.c.obj 2024-08-20T21:36:21.3445876Z [1290/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-2x2-scalar-int.c.obj 2024-08-20T21:36:21.3456916Z [1291/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-2x1-scalar-int.c.obj 2024-08-20T21:36:21.3857640Z [1292/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-zip\x8-zip-x3-scalar.c.obj 2024-08-20T21:36:21.3870120Z [1293/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-4x1-scalar-int.c.obj 2024-08-20T21:36:21.3881285Z [1294/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-zip\x8-zip-x2-scalar.c.obj 2024-08-20T21:36:21.3934800Z [1295/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-4x2-scalar-int.c.obj 2024-08-20T21:36:21.4059505Z [1296/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-zip\x8-zip-x4-scalar.c.obj 2024-08-20T21:36:21.4249224Z [1297/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-4x4-scalar-int.c.obj 2024-08-20T21:36:21.4306393Z [1298/7973] 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-20T21:36:21.4469652Z [1299/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-zip\x8-zip-xm-scalar.c.obj 2024-08-20T21:36:21.4534720Z [1300/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-1x2-scalar-int.c.obj 2024-08-20T21:36:21.4804657Z [1301/7973] 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-20T21:36:21.4817304Z [1302/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-4x1-scalar-int.c.obj 2024-08-20T21:36:21.4908064Z [1303/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-2x2-scalar-int.c.obj 2024-08-20T21:36:21.4973878Z [1304/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-2x4-scalar-int.c.obj 2024-08-20T21:36:21.5165403Z [1305/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-1x4-scalar-int.c.obj 2024-08-20T21:36:21.5245368Z [1306/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-2x1-scalar-int.c.obj 2024-08-20T21:36:21.5408232Z [1307/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-4x2-scalar-int.c.obj 2024-08-20T21:36:21.5651599Z [1308/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-2x1-scalar.c.obj 2024-08-20T21:36:21.5729680Z [1309/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-2x2-scalar.c.obj 2024-08-20T21:36:21.5810440Z [1310/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-4x4-scalar-int.c.obj 2024-08-20T21:36:21.5922669Z [1311/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-1x4-scalar.c.obj 2024-08-20T21:36:21.6072444Z [1312/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-4x4-scalar.c.obj 2024-08-20T21:36:21.6189577Z [1313/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-4x2-scalar.c.obj 2024-08-20T21:36:21.6239331Z [1314/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-1x2-scalar.c.obj 2024-08-20T21:36:21.6294230Z [1315/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-4x1-scalar.c.obj 2024-08-20T21:36:21.6763864Z [1316/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-4c1s1r-gemm-scalar-float.c.obj 2024-08-20T21:36:21.6813003Z [1317/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-2x4-scalar.c.obj 2024-08-20T21:36:21.6861963Z [1318/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-4c1s1r-gemm-scalar-int.c.obj 2024-08-20T21:36:21.7036523Z [1319/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-2c2s1r-gemm-scalar-float.c.obj 2024-08-20T21:36:21.7106655Z [1320/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-2c2s1r-gemm-scalar-int.c.obj 2024-08-20T21:36:21.7157739Z [1321/7973] 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-20T21:36:21.7241249Z [1322/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-2c1s1r-gemm-scalar-int.c.obj 2024-08-20T21:36:21.7439087Z [1323/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-2c1s1r-gemm-scalar-float.c.obj 2024-08-20T21:36:21.7670065Z [1324/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-4c4s1r-gemm-scalar-int.c.obj 2024-08-20T21:36:21.7763347Z [1325/7973] 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-20T21:36:21.7819084Z [1326/7973] 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-20T21:36:21.8046644Z [1327/7973] 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-20T21:36:21.8140338Z [1328/7973] 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-20T21:36:21.8239842Z [1329/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-4c4s1r-gemm-scalar-float.c.obj 2024-08-20T21:36:21.8287506Z [1330/7973] 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-20T21:36:21.8345872Z [1331/7973] 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-20T21:36:21.8401547Z [1332/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packx\x32-packx-2x-scalar.c.obj 2024-08-20T21:36:21.8567786Z [1333/7973] 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-20T21:36:21.8620036Z [1334/7973] 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-20T21:36:21.8665860Z [1335/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packx\x32-packx-4x-scalar.c.obj 2024-08-20T21:36:21.8777577Z [1336/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packx\x32-packx-3x-scalar.c.obj 2024-08-20T21:36:21.9202194Z [1337/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-1x2-scalar-float.c.obj 2024-08-20T21:36:21.9274712Z [1338/7973] 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-20T21:36:21.9288021Z [1339/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-1x4-scalar-int.c.obj 2024-08-20T21:36:21.9383935Z [1340/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-1x4-scalar-float.c.obj 2024-08-20T21:36:21.9438563Z [1341/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-1x2-scalar-int.c.obj 2024-08-20T21:36:21.9612414Z [1342/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-2x1-scalar-float.c.obj 2024-08-20T21:36:21.9929326Z [1343/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-2x1-scalar-int.c.obj 2024-08-20T21:36:22.0021972Z [1344/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x1-scalar-float.c.obj 2024-08-20T21:36:22.0168180Z [1345/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-2x2-scalar-float.c.obj 2024-08-20T21:36:22.0222992Z [1346/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x1-scalar-int.c.obj 2024-08-20T21:36:22.0270378Z [1347/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-2x4-scalar-float.c.obj 2024-08-20T21:36:22.0281922Z [1348/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-2x2-scalar-int.c.obj 2024-08-20T21:36:22.0391012Z [1349/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-2x4-scalar-int.c.obj 2024-08-20T21:36:22.0510607Z [1350/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-scalar-int.c.obj 2024-08-20T21:36:22.0823577Z [1351/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-unpool\x32-unpool-scalar.c.obj 2024-08-20T21:36:22.0986827Z [1352/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x2-scalar-float.c.obj 2024-08-20T21:36:22.1296685Z [1353/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-2c2s1r-gemm-scalar-float.c.obj 2024-08-20T21:36:22.1308431Z [1354/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x2-scalar-int.c.obj 2024-08-20T21:36:22.1362432Z [1355/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-2c2s1r-gemm-scalar-int.c.obj 2024-08-20T21:36:22.1374198Z [1356/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-2c1s1r-gemm-scalar-float.c.obj 2024-08-20T21:36:22.1499124Z [1357/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zip\x32-zip-x4-scalar.c.obj 2024-08-20T21:36:22.1544924Z [1358/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-2c1s1r-gemm-scalar-int.c.obj 2024-08-20T21:36:22.1561166Z [1359/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-scalar-float.c.obj 2024-08-20T21:36:22.1897231Z [1360/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-1x2-scalar-float.c.obj 2024-08-20T21:36:22.1945978Z [1361/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zip\x32-zip-x3-scalar.c.obj 2024-08-20T21:36:22.2031115Z [1362/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zip\x32-zip-xm-scalar.c.obj 2024-08-20T21:36:22.2231913Z [1363/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-1x2-scalar-int.c.obj 2024-08-20T21:36:22.2312867Z [1364/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-scalar-int.c.obj 2024-08-20T21:36:22.2549329Z [1365/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x1-scalar-float.c.obj 2024-08-20T21:36:22.2603916Z [1366/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-scalar-float.c.obj 2024-08-20T21:36:22.2614626Z [1367/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\xx-fill\xx-fill-scalar-u16.c.obj 2024-08-20T21:36:22.2764016Z [1368/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x1-scalar-float.c.obj 2024-08-20T21:36:22.3012308Z [1369/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x2-scalar-float.c.obj 2024-08-20T21:36:22.3109236Z [1370/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x1-scalar-int.c.obj 2024-08-20T21:36:22.3234689Z [1371/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x2-scalar-int.c.obj 2024-08-20T21:36:22.3279842Z [1372/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\xx-copy\xx-copy-scalar-memcpy.c.obj 2024-08-20T21:36:22.3460785Z [1373/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x1-scalar-int.c.obj 2024-08-20T21:36:22.3578547Z [1374/7973] 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-20T21:36:22.3589554Z [1375/7973] 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-20T21:36:22.3739869Z [1376/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\xx-pad\xx-pad-p4-scalar-u16.c.obj 2024-08-20T21:36:22.3790879Z [1377/7973] 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-20T21:36:22.4030285Z [1378/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\xx-transposev\xx-transposev-1x1-scalar-memcpy.c.obj 2024-08-20T21:36:22.4345262Z [1379/7973] 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-20T21:36:22.4411001Z [1380/7973] 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-20T21:36:22.4615689Z [1381/7973] 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-20T21:36:22.4679866Z [1382/7973] 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-20T21:36:22.4735466Z [1383/7973] 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-20T21:36:22.4747472Z [1384/7973] 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-20T21:36:22.4759604Z [1385/7973] 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-20T21:36:22.4929593Z [1386/7973] 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-20T21:36:22.5299254Z [1387/7973] 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-20T21:36:22.5419870Z [1388/7973] 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-20T21:36:22.5587137Z [1389/7973] 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-20T21:36:22.5631250Z [1390/7973] 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-20T21:36:22.5714864Z [1391/7973] 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-20T21:36:22.5769918Z [1392/7973] 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-20T21:36:22.5784068Z [1393/7973] 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-20T21:36:22.5891581Z [1394/7973] 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-20T21:36:22.6269331Z [1395/7973] 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-20T21:36:22.6332887Z [1396/7973] 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-20T21:36:22.6580006Z [1397/7973] 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-20T21:36:22.6629106Z [1398/7973] 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-20T21:36:22.6741873Z [1399/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1minus-rr1-p6h5ts-div.c.obj 2024-08-20T21:36:22.6799408Z [1400/7973] 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-20T21:36:22.6847738Z [1401/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1minus-rr1-p6h4ts-div.c.obj 2024-08-20T21:36:22.7210900Z [1402/7973] 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-20T21:36:22.7225866Z [1403/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1minus-rr1-p6h5ps-rcp.c.obj 2024-08-20T21:36:22.7280041Z [1404/7973] 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-20T21:36:22.7618402Z [1405/7973] 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-20T21:36:22.7684586Z [1406/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1minus-rr1-p6h5ps-div.c.obj 2024-08-20T21:36:22.7739774Z [1407/7973] 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-20T21:36:22.7751581Z [1408/7973] 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-20T21:36:22.7927142Z [1409/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1minus-rr1-p6h5ts-rcp.c.obj 2024-08-20T21:36:22.8175660Z [1410/7973] 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-20T21:36:22.8242037Z [1411/7973] 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-20T21:36:22.8256147Z [1412/7973] 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-20T21:36:22.8622124Z [1413/7973] 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-20T21:36:22.8713913Z [1414/7973] 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-20T21:36:22.8770775Z [1415/7973] 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-20T21:36:22.8824096Z [1416/7973] 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-20T21:36:22.9024754Z [1417/7973] 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-20T21:36:22.9072206Z [1418/7973] 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-20T21:36:22.9312685Z [1419/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1minus-rr2-p6h4ts-div.c.obj 2024-08-20T21:36:22.9325183Z [1420/7973] 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-20T21:36:22.9543831Z [1421/7973] 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-20T21:36:22.9604211Z [1422/7973] 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-20T21:36:22.9708639Z [1423/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1minus-rr2-p6h5ts-div.c.obj 2024-08-20T21:36:22.9815029Z [1424/7973] 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-20T21:36:22.9873804Z [1425/7973] 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-20T21:36:22.9985381Z [1426/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1minus-rr2-p6h5ps-div.c.obj 2024-08-20T21:36:23.0284599Z [1427/7973] 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-20T21:36:23.0333252Z [1428/7973] 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-20T21:36:23.0508718Z [1429/7973] 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-20T21:36:23.0686259Z [1430/7973] 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-20T21:36:23.0781448Z [1431/7973] 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-20T21:36:23.0793460Z [1432/7973] 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-20T21:36:23.0844026Z [1433/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1plus-rr1-p6h4ts-div.c.obj 2024-08-20T21:36:23.0910655Z [1434/7973] 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-20T21:36:23.1134331Z [1435/7973] 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-20T21:36:23.1196186Z [1436/7973] 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-20T21:36:23.1742543Z [1437/7973] 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-20T21:36:23.1852173Z [1438/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1plus-rr1-p6h5ts-div.c.obj 2024-08-20T21:36:23.1900109Z [1439/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1plus-rr1-p6h5ps-div.c.obj 2024-08-20T21:36:23.1911253Z [1440/7973] 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-20T21:36:23.2003273Z [1441/7973] 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-20T21:36:23.2057336Z [1442/7973] 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-20T21:36:23.2414771Z [1443/7973] 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-20T21:36:23.2487272Z [1444/7973] 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-20T21:36:23.2727147Z [1445/7973] 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-20T21:36:23.2770008Z [1446/7973] 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-20T21:36:23.2853945Z [1447/7973] 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-20T21:36:23.2928889Z [1448/7973] 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-20T21:36:23.3149326Z [1449/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1plus-rr2-p6h4ts-div.c.obj 2024-08-20T21:36:23.3315159Z [1450/7973] 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-20T21:36:23.3394299Z [1451/7973] 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-20T21:36:23.3634065Z [1452/7973] 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-20T21:36:23.3695089Z [1453/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1plus-rr2-p6h5ps-div.c.obj 2024-08-20T21:36:23.3760238Z [1454/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma-expm1plus-rr2-p6h5ts-div.c.obj 2024-08-20T21:36:23.3771684Z [1455/7973] 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-20T21:36:23.3815190Z [1456/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-avgpool\f32-avgpool-9x-minmax-sse-c4.c.obj 2024-08-20T21:36:23.4150700Z [1457/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-avgpool\f32-avgpool-9p8x-minmax-sse-c4.c.obj 2024-08-20T21:36:23.4270517Z [1458/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-conv-hwc2chw\f32-conv-hwc2chw-3x3s2p1c3x4-sse-2x2.c.obj 2024-08-20T21:36:23.4773108Z [1459/7973] 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-20T21:36:23.4819679Z [1460/7973] 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-20T21:36:23.4831950Z [1461/7973] 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-20T21:36:23.4940850Z [1462/7973] 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-20T21:36:23.5062401Z [1463/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-conv-hwc2chw\f32-conv-hwc2chw-3x3s2p1c3x4-sse-1x1.c.obj 2024-08-20T21:36:23.5289972Z [1464/7973] 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-20T21:36:23.5305743Z [1465/7973] 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-20T21:36:23.5466420Z [1466/7973] 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-20T21:36:23.5986223Z [1467/7973] 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-20T21:36:23.6119183Z [1468/7973] 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-20T21:36:23.6166551Z [1469/7973] 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-20T21:36:23.6239618Z [1470/7973] 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-20T21:36:23.6251579Z [1471/7973] 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-20T21:36:23.6584436Z [1472/7973] 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-20T21:36:23.6736014Z [1473/7973] 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-20T21:36:23.6914983Z [1474/7973] 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-20T21:36:23.7013170Z [1475/7973] 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-20T21:36:23.7292616Z [1476/7973] 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-20T21:36:23.7385173Z [1477/7973] 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-20T21:36:23.7436849Z [1478/7973] 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-20T21:36:23.7507216Z [1479/7973] 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-20T21:36:23.7800380Z [1480/7973] 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-20T21:36:23.7935852Z [1481/7973] 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-20T21:36:23.8067190Z [1482/7973] 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-20T21:36:23.8245843Z [1483/7973] 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-20T21:36:23.8434438Z [1484/7973] 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-20T21:36:23.8598402Z [1485/7973] 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-20T21:36:23.8884910Z [1486/7973] 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-20T21:36:23.8930785Z [1487/7973] 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-20T21:36:23.9136703Z [1488/7973] 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-20T21:36:23.9242882Z [1489/7973] 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-20T21:36:23.9382872Z [1490/7973] 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-20T21:36:23.9760158Z [1491/7973] 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-20T21:36:23.9775851Z [1492/7973] 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-20T21:36:23.9850250Z [1493/7973] 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-20T21:36:24.0128241Z [1494/7973] 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-20T21:36:24.0176564Z [1495/7973] 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-20T21:36:24.0364228Z [1496/7973] 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-20T21:36:24.0448464Z [1497/7973] 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-20T21:36:24.0594148Z [1498/7973] 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-20T21:36:24.0701334Z [1499/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p8c-minmax-sse-acc2.c.obj 2024-08-20T21:36:24.0932339Z [1500/7973] 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-20T21:36:24.0988642Z [1501/7973] 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-20T21:36:24.1056224Z [1502/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p4c-minmax-sse-acc2.c.obj 2024-08-20T21:36:24.1229999Z [1503/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p4c-minmax-sse-acc2.c.obj 2024-08-20T21:36:24.1277617Z [1504/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p8c-minmax-sse.c.obj 2024-08-20T21:36:24.1724187Z [1505/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p4c-minmax-sse.c.obj 2024-08-20T21:36:24.1772824Z [1506/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l4c4s4r-minmax-sse-acc2.c.obj 2024-08-20T21:36:24.1871984Z [1507/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l8c4s4r-minmax-sse-acc2.c.obj 2024-08-20T21:36:24.1884358Z [1508/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p8c-minmax-sse-acc2.c.obj 2024-08-20T21:36:24.1932174Z [1509/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p4c-minmax-sse.c.obj 2024-08-20T21:36:24.2124309Z [1510/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p8c-minmax-sse.c.obj 2024-08-20T21:36:24.2226896Z [1511/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l4c4s4r-minmax-sse.c.obj 2024-08-20T21:36:24.2424450Z [1512/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l4c4s4r-minmax-sse-acc2.c.obj 2024-08-20T21:36:24.2909556Z [1513/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c4s4r-minmax-sse-acc2.c.obj 2024-08-20T21:36:24.3144332Z [1514/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l16c4s4r-minmax-sse-acc2.c.obj 2024-08-20T21:36:24.3157100Z [1515/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l8c4s4r-minmax-sse.c.obj 2024-08-20T21:36:24.3210229Z [1516/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l4c4s4r-minmax-sse.c.obj 2024-08-20T21:36:24.3221695Z [1517/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c4s4r-minmax-sse.c.obj 2024-08-20T21:36:24.3275752Z [1518/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l8c4s4r-minmax-sse.c.obj 2024-08-20T21:36:24.3468627Z [1519/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l16c4s4r-minmax-sse.c.obj 2024-08-20T21:36:24.3557319Z [1520/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l8c4s4r-minmax-sse-acc2.c.obj 2024-08-20T21:36:24.4043602Z [1521/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l4c4s4r-minmax-sse-acc2.c.obj 2024-08-20T21:36:24.4134269Z [1522/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p4c-minmax-sse-acc2.c.obj 2024-08-20T21:36:24.4360915Z [1523/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l16c4s4r-minmax-sse.c.obj 2024-08-20T21:36:24.4372686Z [1524/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l8c4s4r-minmax-sse-acc2.c.obj 2024-08-20T21:36:24.4437206Z [1525/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p8c-minmax-sse-acc2.c.obj 2024-08-20T21:36:24.4535808Z [1526/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l8c4s4r-minmax-sse.c.obj 2024-08-20T21:36:24.4611463Z [1527/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l4c4s4r-minmax-sse.c.obj 2024-08-20T21:36:24.4806581Z [1528/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l16c4s4r-minmax-sse-acc2.c.obj 2024-08-20T21:36:24.4896717Z [1529/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p4c-minmax-sse-acc2.c.obj 2024-08-20T21:36:24.5061958Z [1530/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p4c-minmax-sse.c.obj 2024-08-20T21:36:24.5229504Z [1531/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gavgpool\f32-gavgpool-7x-minmax-sse-c4.c.obj 2024-08-20T21:36:24.5248974Z [1532/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p4c-minmax-sse.c.obj 2024-08-20T21:36:24.5369199Z [1533/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p8c-minmax-sse-acc2.c.obj 2024-08-20T21:36:24.5388502Z [1534/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p8c-minmax-sse.c.obj 2024-08-20T21:36:24.5440632Z [1535/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p8c-minmax-sse.c.obj 2024-08-20T21:36:24.5794974Z [1536/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gavgpool\f32-gavgpool-7p7x-minmax-sse-c4.c.obj 2024-08-20T21:36:24.5981453Z [1537/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-3x8s4-minmax-sse.c.obj 2024-08-20T21:36:24.6322283Z [1538/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x8-minmax-sse-load1.c.obj 2024-08-20T21:36:24.6337410Z [1539/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x8s4-minmax-sse.c.obj 2024-08-20T21:36:24.6406506Z [1540/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-3x8-minmax-sse-dup.c.obj 2024-08-20T21:36:24.6451092Z [1541/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x8-minmax-sse-dup.c.obj 2024-08-20T21:36:24.6680873Z [1542/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-3x8-minmax-sse-load1.c.obj 2024-08-20T21:36:24.6889162Z [1543/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x2c4-minmax-sse.c.obj 2024-08-20T21:36:24.6939136Z [1544/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x8-minmax-sse-dup.c.obj 2024-08-20T21:36:24.7280170Z [1545/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x8s4-minmax-sse.c.obj 2024-08-20T21:36:24.7468330Z [1546/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x8-minmax-sse-dup.c.obj 2024-08-20T21:36:24.7579913Z [1547/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x8-minmax-sse-load1.c.obj 2024-08-20T21:36:24.7622246Z [1548/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x8-minmax-sse-dup.c.obj 2024-08-20T21:36:24.7771836Z [1549/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x8-minmax-sse-load1.c.obj 2024-08-20T21:36:24.7786909Z [1550/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gavgpool-cw\f32-gavgpool-cw-sse-u4.c.obj 2024-08-20T21:36:24.7831057Z [1551/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x2c4-minmax-sse.c.obj 2024-08-20T21:36:24.7934952Z [1552/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x8-minmax-sse-load1.c.obj 2024-08-20T21:36:24.8238612Z [1553/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x8s4-minmax-sse.c.obj 2024-08-20T21:36:24.8666588Z [1554/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-3x8-minmax-sse-dup.c.obj 2024-08-20T21:36:24.8752919Z [1555/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x8s4-minmax-sse.c.obj 2024-08-20T21:36:24.8763561Z [1556/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x8s4-minmax-sse.c.obj 2024-08-20T21:36:24.8902434Z [1557/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x8-minmax-sse-dup.c.obj 2024-08-20T21:36:24.8984992Z [1558/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x8-minmax-sse-load1.c.obj 2024-08-20T21:36:24.8998238Z [1559/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x8-minmax-sse-dup.c.obj 2024-08-20T21:36:24.9078977Z [1560/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x8-minmax-sse-load1.c.obj 2024-08-20T21:36:24.9259070Z [1561/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-3x8-minmax-sse-load1.c.obj 2024-08-20T21:36:24.9583512Z [1562/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-3x8s4-minmax-sse.c.obj 2024-08-20T21:36:24.9680039Z [1563/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x8s4-minmax-sse.c.obj 2024-08-20T21:36:24.9733300Z [1564/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x8s4-minmax-sse.c.obj 2024-08-20T21:36:25.0067851Z [1565/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear\gen\f32-ibilinear-sse-c4.c.obj 2024-08-20T21:36:25.0118059Z [1566/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x8-minmax-sse-dup.c.obj 2024-08-20T21:36:25.0164067Z [1567/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x8-minmax-sse-dup.c.obj 2024-08-20T21:36:25.0387054Z [1568/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear-chw\gen\f32-ibilinear-chw-sse-p8.c.obj 2024-08-20T21:36:25.0506537Z [1569/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x8-minmax-sse-dup.c.obj 2024-08-20T21:36:25.0573360Z [1570/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x8s4-minmax-sse.c.obj 2024-08-20T21:36:25.0819365Z [1571/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x8-minmax-sse-load1.c.obj 2024-08-20T21:36:25.0830507Z [1572/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear-chw\gen\f32-ibilinear-chw-sse-p4.c.obj 2024-08-20T21:36:25.0841351Z [1573/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear\gen\f32-ibilinear-sse-c8.c.obj 2024-08-20T21:36:25.0892422Z [1574/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x8-minmax-sse-load1.c.obj 2024-08-20T21:36:25.0992784Z [1575/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x8-minmax-sse-load1.c.obj 2024-08-20T21:36:25.1168550Z [1576/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-3x8-minmax-sse-dup.c.obj 2024-08-20T21:36:25.1352481Z [1577/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-3x8-minmax-sse-load1.c.obj 2024-08-20T21:36:25.1443734Z [1578/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-3x8s4-minmax-sse.c.obj 2024-08-20T21:36:25.1706339Z [1579/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x8s4-minmax-sse.c.obj 2024-08-20T21:36:25.1718421Z [1580/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x2c4-minmax-sse.c.obj 2024-08-20T21:36:25.1796340Z [1581/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x8s4-minmax-sse.c.obj 2024-08-20T21:36:25.1847256Z [1582/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x8-minmax-sse-dup.c.obj 2024-08-20T21:36:25.1864531Z [1583/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x8-minmax-sse-load1.c.obj 2024-08-20T21:36:25.1996354Z [1584/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x8-minmax-sse-dup.c.obj 2024-08-20T21:36:25.2349101Z [1585/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x2c4-minmax-sse.c.obj 2024-08-20T21:36:25.2439018Z [1586/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x8s4-minmax-sse.c.obj 2024-08-20T21:36:25.2485452Z [1587/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x8-minmax-sse-load1.c.obj 2024-08-20T21:36:25.2552756Z [1588/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-maxpool\f32-maxpool-9p8x-minmax-sse-c4.c.obj 2024-08-20T21:36:25.2598872Z [1589/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x8-minmax-sse-dup.c.obj 2024-08-20T21:36:25.2610673Z [1590/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x8s4-minmax-sse.c.obj 2024-08-20T21:36:25.2658202Z [1591/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ppmm\gen\f32-ppmm-4x8-minmax-sse.c.obj 2024-08-20T21:36:25.2711346Z [1592/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x8-minmax-sse-load1.c.obj 2024-08-20T21:36:25.3069592Z [1593/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-pavgpool\f32-pavgpool-9x-minmax-sse-c4.c.obj 2024-08-20T21:36:25.3180586Z [1594/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-pavgpool\f32-pavgpool-9p8x-minmax-sse-c4.c.obj 2024-08-20T21:36:25.3265434Z [1595/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-sse-u16-acc2.c.obj 2024-08-20T21:36:25.3308769Z [1596/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-sse-u4.c.obj 2024-08-20T21:36:25.3360513Z [1597/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-prelu\gen\f32-prelu-sse-2x4.c.obj 2024-08-20T21:36:25.3408756Z [1598/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-sse-u8-acc2.c.obj 2024-08-20T21:36:25.3549861Z [1599/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-prelu\gen\f32-prelu-sse-2x8.c.obj 2024-08-20T21:36:25.3716733Z [1600/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-sse-u12-acc3.c.obj 2024-08-20T21:36:25.3766040Z [1601/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-sse-u12-acc3.c.obj 2024-08-20T21:36:25.3808570Z [1602/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-sse-u4.c.obj 2024-08-20T21:36:25.3907357Z [1603/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-sse-u16-acc4.c.obj 2024-08-20T21:36:25.3974799Z [1604/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-sse-u16-acc2.c.obj 2024-08-20T21:36:25.4021255Z [1605/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-sse-u8-acc2.c.obj 2024-08-20T21:36:25.4304001Z [1606/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-sse-u4.c.obj 2024-08-20T21:36:25.4324654Z [1607/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-sse-u16-acc4.c.obj 2024-08-20T21:36:25.4411607Z [1608/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-sse-u16-acc2.c.obj 2024-08-20T21:36:25.4479370Z [1609/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-sse-u12-acc3.c.obj 2024-08-20T21:36:25.4528791Z [1610/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-sse-u8-acc2.c.obj 2024-08-20T21:36:25.4635557Z [1611/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-sse-u16-acc2.c.obj 2024-08-20T21:36:25.4649017Z [1612/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-sse-u4.c.obj 2024-08-20T21:36:25.4699876Z [1613/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-sse-u8-acc2.c.obj 2024-08-20T21:36:25.4993071Z [1614/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-sse-u12-acc3.c.obj 2024-08-20T21:36:25.5222506Z [1615/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-32x1-minmax-sse.c.obj 2024-08-20T21:36:25.5262541Z [1616/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-sse-u16-acc4.c.obj 2024-08-20T21:36:25.5354316Z [1617/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-4x1-minmax-sse.c.obj 2024-08-20T21:36:25.5398132Z [1618/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-16x1-minmax-sse.c.obj 2024-08-20T21:36:25.5459838Z [1619/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-minmax-sse-u4.c.obj 2024-08-20T21:36:25.5514105Z [1620/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-8x1-minmax-sse.c.obj 2024-08-20T21:36:25.5740888Z [1621/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-minmax-sse-u4.c.obj 2024-08-20T21:36:25.5785190Z [1622/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-sse-u16-acc4.c.obj 2024-08-20T21:36:25.5975410Z [1623/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-minmax-sse-u4.c.obj 2024-08-20T21:36:25.6024096Z [1624/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-minmax-sse-u8.c.obj 2024-08-20T21:36:25.6112567Z [1625/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-minmax-sse-u8.c.obj 2024-08-20T21:36:25.6165978Z [1626/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-minmax-sse-u4.c.obj 2024-08-20T21:36:25.6179828Z [1627/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-minmax-sse-u8.c.obj 2024-08-20T21:36:25.6230848Z [1628/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-sse-u8.c.obj 2024-08-20T21:36:25.6461009Z [1629/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-sse-u4.c.obj 2024-08-20T21:36:25.6637495Z [1630/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-sse-u4.c.obj 2024-08-20T21:36:25.6725759Z [1631/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-minmax-sse-u8.c.obj 2024-08-20T21:36:25.6765350Z [1632/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-sse-u4.c.obj 2024-08-20T21:36:25.6843431Z [1633/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-sse-u8.c.obj 2024-08-20T21:36:25.6907362Z [1634/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-sse-u4.c.obj 2024-08-20T21:36:25.6972377Z [1635/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-sse-u8.c.obj 2024-08-20T21:36:25.7168435Z [1636/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-minmax-sse-u8.c.obj 2024-08-20T21:36:25.7350943Z [1637/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-minmax-sse-u4.c.obj 2024-08-20T21:36:25.7454302Z [1638/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-sse-u8.c.obj 2024-08-20T21:36:25.7501404Z [1639/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-minmax-sse-u4.c.obj 2024-08-20T21:36:25.7547490Z [1640/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-minmax-sse-u8.c.obj 2024-08-20T21:36:25.7595145Z [1641/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-minmax-sse-u4.c.obj 2024-08-20T21:36:25.7645771Z [1642/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-sse-u4.c.obj 2024-08-20T21:36:25.7698387Z [1643/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-sse-u8.c.obj 2024-08-20T21:36:25.7853341Z [1644/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-sse-u4.c.obj 2024-08-20T21:36:25.8081848Z [1645/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-minmax-sse-u8.c.obj 2024-08-20T21:36:25.8240288Z [1646/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-minmax-sse-u4.c.obj 2024-08-20T21:36:25.8290099Z [1647/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-minmax-sse-u8.c.obj 2024-08-20T21:36:25.8336170Z [1648/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-minmax-sse-u4.c.obj 2024-08-20T21:36:25.8355943Z [1649/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-minmax-sse-u8.c.obj 2024-08-20T21:36:25.8501409Z [1650/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-sse-u8.c.obj 2024-08-20T21:36:25.8563834Z [1651/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-minmax-sse-u8.c.obj 2024-08-20T21:36:25.8614229Z [1652/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-minmax-sse-u4.c.obj 2024-08-20T21:36:25.8793734Z [1653/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-sse-u4.c.obj 2024-08-20T21:36:25.9042712Z [1654/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-sse-u8.c.obj 2024-08-20T21:36:25.9053907Z [1655/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-sse-u4.c.obj 2024-08-20T21:36:25.9127615Z [1656/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-sse-u4.c.obj 2024-08-20T21:36:25.9138230Z [1657/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-sse-u16.c.obj 2024-08-20T21:36:25.9223270Z [1658/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-sse-u8.c.obj 2024-08-20T21:36:25.9303336Z [1659/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-sse-u12.c.obj 2024-08-20T21:36:25.9350273Z [1660/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-sse-u8.c.obj 2024-08-20T21:36:25.9575918Z [1661/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-sse-u8.c.obj 2024-08-20T21:36:25.9922405Z [1662/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-sse-u4.c.obj 2024-08-20T21:36:25.9987539Z [1663/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vmulcaddc\gen\f32-vmulcaddc-c8-minmax-sse-2x.c.obj 2024-08-20T21:36:26.0035312Z [1664/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vmulcaddc\gen\f32-vmulcaddc-c4-minmax-sse-2x.c.obj 2024-08-20T21:36:26.0082064Z [1665/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-sse-rsqrt-u16.c.obj 2024-08-20T21:36:26.0099291Z [1666/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-sse-u8.c.obj 2024-08-20T21:36:26.0118263Z [1667/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-sse-rsqrt-u8.c.obj 2024-08-20T21:36:26.0240996Z [1668/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-sse-rsqrt-u4.c.obj 2024-08-20T21:36:26.0287974Z [1669/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-sse-u4.c.obj 2024-08-20T21:36:26.0827552Z [1670/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-sse-sqrt-u8.c.obj 2024-08-20T21:36:26.0878659Z [1671/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-sse-sqrt-u4.c.obj 2024-08-20T21:36:26.0963748Z [1672/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vabs-sse-u4.c.obj 2024-08-20T21:36:26.1085587Z [1673/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vsqr-sse-u4.c.obj 2024-08-20T21:36:26.1128821Z [1674/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-sse-sqrt-u16.c.obj 2024-08-20T21:36:26.1180513Z [1675/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vabs-sse-u8.c.obj 2024-08-20T21:36:26.1261230Z [1676/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-roundd-sse-addsub.c.obj 2024-08-20T21:36:26.1346661Z [1677/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vneg-sse-u8.c.obj 2024-08-20T21:36:26.1872003Z [1678/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vsqr-sse-u8.c.obj 2024-08-20T21:36:26.1916510Z [1679/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-roundu-sse-addsub.c.obj 2024-08-20T21:36:26.1993979Z [1680/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vneg-sse-u4.c.obj 2024-08-20T21:36:26.2046294Z [1681/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-roundne-sse-addsub.c.obj 2024-08-20T21:36:26.2173650Z [1682/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\x32-transposec-4x4-sse.c.obj 2024-08-20T21:36:26.2229384Z [1683/7973] 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-20T21:36:26.2297067Z [1684/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sqrt-sse-hh1mac.c.obj 2024-08-20T21:36:26.2383833Z [1685/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-roundz-sse-addsub.c.obj 2024-08-20T21:36:26.2462753Z [1686/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packx\x32-packx-4x-sse.c.obj 2024-08-20T21:36:26.2813959Z [1687/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sqrt-sse-nr1mac.c.obj 2024-08-20T21:36:26.2869044Z [1688/7973] 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-20T21:36:26.2879763Z [1689/7973] 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-20T21:36:26.2926593Z [1690/7973] 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-20T21:36:26.2940344Z [1691/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sqrt-sse-nr2mac.c.obj 2024-08-20T21:36:26.2988074Z [1692/7973] 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-20T21:36:26.3105163Z [1693/7973] 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-20T21:36:26.3187975Z [1694/7973] 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-20T21:36:26.3626259Z [1695/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-argmaxpool\f32-argmaxpool-9p8x-sse2-c4.c.obj 2024-08-20T21:36:26.3637570Z [1696/7973] 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-20T21:36:26.3809005Z [1697/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vunary\gen\f16-vneg-sse2-u16.c.obj 2024-08-20T21:36:26.3926708Z [1698/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-argmaxpool\f32-argmaxpool-9x-sse2-c4.c.obj 2024-08-20T21:36:26.3937933Z [1699/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vunary\gen\f16-vneg-sse2-u8.c.obj 2024-08-20T21:36:26.3949632Z [1700/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vunary\gen\f16-vabs-sse2-u16.c.obj 2024-08-20T21:36:26.4003639Z [1701/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vunary\gen\f16-vabs-sse2-u8.c.obj 2024-08-20T21:36:26.4017173Z [1702/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse2-u8.c.obj 2024-08-20T21:36:26.4288208Z [1703/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-argmaxpool\f32-argmaxpool-4x-sse2-c4.c.obj 2024-08-20T21:36:26.4371937Z [1704/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse2-u16.c.obj 2024-08-20T21:36:26.4486878Z [1705/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse2-u24.c.obj 2024-08-20T21:36:26.4744299Z [1706/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse2-u32.c.obj 2024-08-20T21:36:26.4886353Z [1707/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-3x8-minmax-sse2-dup.c.obj 2024-08-20T21:36:26.4970265Z [1708/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x8-minmax-sse2-dup.c.obj 2024-08-20T21:36:26.4982436Z [1709/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x8-minmax-sse2-dup.c.obj 2024-08-20T21:36:26.4997165Z [1710/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x8-minmax-sse2-dup.c.obj 2024-08-20T21:36:26.5387713Z [1711/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x8-minmax-sse2-dup.c.obj 2024-08-20T21:36:26.5402835Z [1712/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-3x8-minmax-sse2-dup.c.obj 2024-08-20T21:36:26.5597400Z [1713/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x8-minmax-sse2-dup.c.obj 2024-08-20T21:36:26.5641416Z [1714/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x8-minmax-sse2-dup.c.obj 2024-08-20T21:36:26.5833202Z [1715/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-3x8-minmax-sse2-dup.c.obj 2024-08-20T21:36:26.5847532Z [1716/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x8-minmax-sse2-dup.c.obj 2024-08-20T21:36:26.5926683Z [1717/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x8-minmax-sse2-dup.c.obj 2024-08-20T21:36:26.6217218Z [1718/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x8-minmax-sse2-dup.c.obj 2024-08-20T21:36:26.6269231Z [1719/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x8-minmax-sse2-dup.c.obj 2024-08-20T21:36:26.6315884Z [1720/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x8-minmax-sse2-dup.c.obj 2024-08-20T21:36:26.6452150Z [1721/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-prelu\gen\f32-prelu-sse2-2x8.c.obj 2024-08-20T21:36:26.6573944Z [1722/7973] 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-20T21:36:26.6667107Z [1723/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x8-minmax-sse2-dup.c.obj 2024-08-20T21:36:26.6720245Z [1724/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-prelu\gen\f32-prelu-sse2-2x4.c.obj 2024-08-20T21:36:26.7166955Z [1725/7973] 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-20T21:36:26.7182060Z [1726/7973] 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-20T21:36:26.7196998Z [1727/7973] 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-20T21:36:26.7261006Z [1728/7973] 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-20T21:36:26.7334445Z [1729/7973] 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-20T21:36:26.7461102Z [1730/7973] 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-20T21:36:26.7574944Z [1731/7973] 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-20T21:36:26.7664566Z [1732/7973] 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-20T21:36:26.8159651Z [1733/7973] 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-20T21:36:26.8212475Z [1734/7973] 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-20T21:36:26.8224671Z [1735/7973] 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-20T21:36:26.8235722Z [1736/7973] 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-20T21:36:26.8286295Z [1737/7973] 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-20T21:36:26.8347174Z [1738/7973] 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-20T21:36:26.8646456Z [1739/7973] 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-20T21:36:26.8979034Z [1740/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse2-u24.c.obj 2024-08-20T21:36:26.9029045Z [1741/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse2-u16.c.obj 2024-08-20T21:36:26.9107109Z [1742/7973] 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-20T21:36:26.9169772Z [1743/7973] 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-20T21:36:26.9241307Z [1744/7973] 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-20T21:36:26.9332033Z [1745/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse2-u8.c.obj 2024-08-20T21:36:26.9400233Z [1746/7973] 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-20T21:36:26.9444167Z [1747/7973] 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-20T21:36:26.9711248Z [1748/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-sse2-u8.c.obj 2024-08-20T21:36:26.9719005Z [1749/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-sse2-u16.c.obj 2024-08-20T21:36:26.9812111Z [1750/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-sse2-u24.c.obj 2024-08-20T21:36:26.9887466Z [1751/7973] 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-20T21:36:27.0019988Z [1752/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-sse2-rr2-p5-u8.c.obj 2024-08-20T21:36:27.0153979Z [1753/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-sse2-rr2-p5-u4.c.obj 2024-08-20T21:36:27.0237412Z [1754/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse2-u32.c.obj 2024-08-20T21:36:27.0283421Z [1755/7973] 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-20T21:36:27.0371855Z [1756/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-sse2-rr2-p5-u12.c.obj 2024-08-20T21:36:27.0495738Z [1757/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-sse2-u32.c.obj 2024-08-20T21:36:27.0716869Z [1758/7973] 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-20T21:36:27.0802773Z [1759/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-sse2-rr2-p5-u16.c.obj 2024-08-20T21:36:27.0819262Z [1760/7973] 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-20T21:36:27.0908013Z [1761/7973] 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-20T21:36:27.0951043Z [1762/7973] 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-20T21:36:27.1074224Z [1763/7973] 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-20T21:36:27.1131783Z [1764/7973] 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-20T21:36:27.1178915Z [1765/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-sse2-rr2-p5-u20.c.obj 2024-08-20T21:36:27.1495385Z [1766/7973] 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-20T21:36:27.1590737Z [1767/7973] 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-20T21:36:27.1649934Z [1768/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-p6-u4.c.obj 2024-08-20T21:36:27.1665165Z [1769/7973] 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-20T21:36:27.1858095Z [1770/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-p6-u8.c.obj 2024-08-20T21:36:27.1901259Z [1771/7973] 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-20T21:36:27.2125048Z [1772/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-p6-u12.c.obj 2024-08-20T21:36:27.2180860Z [1773/7973] 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-20T21:36:27.2296971Z [1774/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-p6-u24.c.obj 2024-08-20T21:36:27.2344054Z [1775/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-sse2-u4.c.obj 2024-08-20T21:36:27.2411358Z [1776/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-p6-u16.c.obj 2024-08-20T21:36:27.2481800Z [1777/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-p6-u20.c.obj 2024-08-20T21:36:27.2824254Z [1778/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-sse2-u4.c.obj 2024-08-20T21:36:27.2874518Z [1779/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-sse2-u8.c.obj 2024-08-20T21:36:27.2961195Z [1780/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-sse2-u8.c.obj 2024-08-20T21:36:27.3309796Z [1781/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-sse2-u4.c.obj 2024-08-20T21:36:27.3321439Z [1782/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-sse2-u8.c.obj 2024-08-20T21:36:27.3369014Z [1783/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-sse2-u8.c.obj 2024-08-20T21:36:27.3456212Z [1784/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-sse2-u8.c.obj 2024-08-20T21:36:27.3502647Z [1785/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-sse2-u4.c.obj 2024-08-20T21:36:27.3572633Z [1786/7973] 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-20T21:36:27.3705526Z [1787/7973] 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-20T21:36:27.3864950Z [1788/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-sse2-u4.c.obj 2024-08-20T21:36:27.4090452Z [1789/7973] 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-20T21:36:27.4177239Z [1790/7973] 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-20T21:36:27.4269539Z [1791/7973] 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-20T21:36:27.4313787Z [1792/7973] 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-20T21:36:27.4365023Z [1793/7973] 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-20T21:36:27.4467991Z [1794/7973] 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-20T21:36:27.4483078Z [1795/7973] 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-20T21:36:27.4698562Z [1796/7973] 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-20T21:36:27.5113982Z [1797/7973] 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-20T21:36:27.5126362Z [1798/7973] 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-20T21:36:27.5172799Z [1799/7973] 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-20T21:36:27.5184148Z [1800/7973] 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-20T21:36:27.5285891Z [1801/7973] 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-20T21:36:27.5333716Z [1802/7973] 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-20T21:36:27.5345840Z [1803/7973] 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-20T21:36:27.5393384Z [1804/7973] 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-20T21:36:27.5927074Z [1805/7973] 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-20T21:36:27.5942862Z [1806/7973] 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-20T21:36:27.6007216Z [1807/7973] 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-20T21:36:27.6020534Z [1808/7973] 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-20T21:36:27.6091214Z [1809/7973] 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-20T21:36:27.6106048Z [1810/7973] 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-20T21:36:27.6156723Z [1811/7973] 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-20T21:36:27.6675672Z [1812/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f16-f32-cvt-sse2-int16.c.obj 2024-08-20T21:36:27.6687091Z [1813/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-exp-sse2-rr2-p5.c.obj 2024-08-20T21:36:27.6731887Z [1814/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f16-f32-cvt-sse2-int32.c.obj 2024-08-20T21:36:27.6744678Z [1815/7973] 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-20T21:36:27.6755663Z [1816/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-exp-sse2-rr2-lut64-p2.c.obj 2024-08-20T21:36:27.6798357Z [1817/7973] 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-20T21:36:27.7026872Z [1818/7973] 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-20T21:36:27.7072626Z [1819/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-expm1minus-sse2-rr2-lut16-p3.c.obj 2024-08-20T21:36:27.7375904Z [1820/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-roundd-sse2-cvt.c.obj 2024-08-20T21:36:27.7422163Z [1821/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-expminus-sse2-rr2-p5.c.obj 2024-08-20T21:36:27.7434191Z [1822/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-sse2-rr2-lut64-p2-nr1.c.obj 2024-08-20T21:36:27.7445932Z [1823/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-f16-cvt-sse2.c.obj 2024-08-20T21:36:27.7500237Z [1824/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-expm1minus-sse2-rr2-p6.c.obj 2024-08-20T21:36:27.7512680Z [1825/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-sse2-rr2-lut64-p2-div.c.obj 2024-08-20T21:36:27.7670995Z [1826/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-roundne-sse2-cvt.c.obj 2024-08-20T21:36:27.7765795Z [1827/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-roundz-sse2-cvt.c.obj 2024-08-20T21:36:27.8079220Z [1828/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-sse2-rr2-p5-nr1.c.obj 2024-08-20T21:36:27.8092294Z [1829/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-roundu-sse2-cvt.c.obj 2024-08-20T21:36:27.8145657Z [1830/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-sse2-rr2-lut64-p2-nr2.c.obj 2024-08-20T21:36:27.8157746Z [1831/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-sse2-rr2-p5-nr2.c.obj 2024-08-20T21:36:27.8430427Z [1832/7973] 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-20T21:36:27.8512309Z [1833/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-sse2-rr2-p5-div.c.obj 2024-08-20T21:36:27.8633753Z [1834/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-sse2-expm1minus-rr1-p6h5ts-nr2.c.obj 2024-08-20T21:36:27.8646311Z [1835/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-sse2-expm1minus-rr1-p6h5ts-div.c.obj 2024-08-20T21:36:27.9029360Z [1836/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-sse2-expm1minus-rr1-p6h5ts-nr1.c.obj 2024-08-20T21:36:27.9080704Z [1837/7973] 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-20T21:36:27.9096328Z [1838/7973] 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-20T21:36:27.9317685Z [1839/7973] 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-20T21:36:27.9369108Z [1840/7973] 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-20T21:36:27.9610317Z [1841/7973] 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-20T21:36:27.9659909Z [1842/7973] 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-20T21:36:27.9826246Z [1843/7973] 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-20T21:36:28.0285697Z [1844/7973] 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-20T21:36:28.0300935Z [1845/7973] 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-20T21:36:28.0359741Z [1846/7973] 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-20T21:36:28.0564331Z [1847/7973] 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-20T21:36:28.0620186Z [1848/7973] 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-20T21:36:28.0836153Z [1849/7973] 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-20T21:36:28.0951738Z [1850/7973] 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-20T21:36:28.1130937Z [1851/7973] 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-20T21:36:28.1633733Z [1852/7973] 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-20T21:36:28.1907704Z [1853/7973] 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-20T21:36:28.1960159Z [1854/7973] 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-20T21:36:28.1970482Z [1855/7973] 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-20T21:36:28.2135507Z [1856/7973] 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-20T21:36:28.2223786Z [1857/7973] 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-20T21:36:28.2235585Z [1858/7973] 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-20T21:36:28.2623331Z [1859/7973] 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-20T21:36:28.2730326Z [1860/7973] 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-20T21:36:28.3089370Z [1861/7973] 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-20T21:36:28.3101481Z [1862/7973] 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-20T21:36:28.3149412Z [1863/7973] 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-20T21:36:28.3223591Z [1864/7973] 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-20T21:36:28.3341252Z [1865/7973] 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-20T21:36:28.3397097Z [1866/7973] 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-20T21:36:28.3763170Z [1867/7973] 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-20T21:36:28.3889137Z [1868/7973] 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-20T21:36:28.4326455Z [1869/7973] 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-20T21:36:28.4349487Z [1870/7973] 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-20T21:36:28.4401023Z [1871/7973] 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-20T21:36:28.4535013Z [1872/7973] 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-20T21:36:28.4546418Z [1873/7973] 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-20T21:36:28.4727411Z [1874/7973] 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-20T21:36:28.4741924Z [1875/7973] 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-20T21:36:28.5029330Z [1876/7973] 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-20T21:36:28.5253670Z [1877/7973] 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-20T21:36:28.5458913Z [1878/7973] 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-20T21:36:28.5513063Z [1879/7973] 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-20T21:36:28.5649184Z [1880/7973] 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-20T21:36:28.5663911Z [1881/7973] 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-20T21:36:28.5727243Z [1882/7973] 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-20T21:36:28.5853769Z [1883/7973] 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-20T21:36:28.5963183Z [1884/7973] 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-20T21:36:28.6183178Z [1885/7973] 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-20T21:36:28.6195435Z [1886/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse2-u24.c.obj 2024-08-20T21:36:28.6299297Z [1887/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse2-u32.c.obj 2024-08-20T21:36:28.6313822Z [1888/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse2-u16.c.obj 2024-08-20T21:36:28.6390192Z [1889/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse2-u8.c.obj 2024-08-20T21:36:28.6719356Z [1890/7973] 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-20T21:36:28.6898184Z [1891/7973] 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-20T21:36:28.6989238Z [1892/7973] 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-20T21:36:28.7213374Z [1893/7973] 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-20T21:36:28.7225754Z [1894/7973] 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-20T21:36:28.7275531Z [1895/7973] 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-20T21:36:28.7558768Z [1896/7973] 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-20T21:36:28.7708866Z [1897/7973] 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-20T21:36:28.8121213Z [1898/7973] 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-20T21:36:28.8136475Z [1899/7973] 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-20T21:36:28.8148730Z [1900/7973] 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-20T21:36:28.8238591Z [1901/7973] 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-20T21:36:28.8477569Z [1902/7973] 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-20T21:36:28.8533921Z [1903/7973] 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-20T21:36:28.8693126Z [1904/7973] 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-20T21:36:28.8880730Z [1905/7973] 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-20T21:36:28.9191091Z [1906/7973] 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-20T21:36:28.9279824Z [1907/7973] 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-20T21:36:28.9349776Z [1908/7973] 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-20T21:36:28.9438405Z [1909/7973] 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-20T21:36:28.9563759Z [1910/7973] 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-20T21:36:28.9575464Z [1911/7973] 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-20T21:36:28.9719795Z [1912/7973] 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-20T21:36:28.9776940Z [1913/7973] 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-20T21:36:29.0129842Z [1914/7973] 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-20T21:36:29.0245171Z [1915/7973] 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-20T21:36:29.0301014Z [1916/7973] 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-20T21:36:29.0353516Z [1917/7973] 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-20T21:36:29.0827488Z [1918/7973] 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-20T21:36:29.0839403Z [1919/7973] 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-20T21:36:29.1071533Z [1920/7973] 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-20T21:36:29.1146765Z [1921/7973] 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-20T21:36:29.1337927Z [1922/7973] 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-20T21:36:29.1510531Z [1923/7973] 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-20T21:36:29.1528184Z [1924/7973] 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-20T21:36:29.1584217Z [1925/7973] 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-20T21:36:29.2050098Z [1926/7973] 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-20T21:36:29.2063463Z [1927/7973] 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-20T21:36:29.2293790Z [1928/7973] 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-20T21:36:29.2477990Z [1929/7973] 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-20T21:36:29.2651203Z [1930/7973] 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-20T21:36:29.2845923Z [1931/7973] 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-20T21:36:29.3081789Z [1932/7973] 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-20T21:36:29.3321434Z [1933/7973] 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-20T21:36:29.3397952Z [1934/7973] 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-20T21:36:29.3451182Z [1935/7973] 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-20T21:36:29.3578658Z [1936/7973] 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-20T21:36:29.3667191Z [1937/7973] 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-20T21:36:29.4013814Z [1938/7973] 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-20T21:36:29.4086149Z [1939/7973] 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-20T21:36:29.4234324Z [1940/7973] 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-20T21:36:29.4430390Z [1941/7973] 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-20T21:36:29.4570401Z [1942/7973] 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-20T21:36:29.4718747Z [1943/7973] 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-20T21:36:29.5060637Z [1944/7973] 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-20T21:36:29.5196977Z [1945/7973] 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-20T21:36:29.5246814Z [1946/7973] 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-20T21:36:29.5300700Z [1947/7973] 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-20T21:36:29.5350955Z [1948/7973] 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-20T21:36:29.5750256Z [1949/7973] 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-20T21:36:29.5803784Z [1950/7973] 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-20T21:36:29.5918912Z [1951/7973] 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-20T21:36:29.5978265Z [1952/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-ssse3-u32.c.obj 2024-08-20T21:36:29.6319808Z [1953/7973] 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-20T21:36:29.6373071Z [1954/7973] 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-20T21:36:29.6387363Z [1955/7973] 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-20T21:36:29.6437163Z [1956/7973] 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-20T21:36:29.6911300Z [1957/7973] 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-20T21:36:29.6963337Z [1958/7973] 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-20T21:36:29.7095890Z [1959/7973] 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-20T21:36:29.7374191Z [1960/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-fp32-sse2.c.obj 2024-08-20T21:36:29.7457758Z [1961/7973] 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-20T21:36:29.7510310Z [1962/7973] 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-20T21:36:29.7615495Z [1963/7973] 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-20T21:36:29.8028039Z [1964/7973] 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-20T21:36:29.8153718Z [1965/7973] 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-20T21:36:29.8201681Z [1966/7973] 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-20T21:36:29.8277986Z [1967/7973] 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-20T21:36:29.8319251Z [1968/7973] 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-20T21:36:29.8381582Z [1969/7973] 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-20T21:36:29.8432366Z [1970/7973] 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-20T21:36:29.8511702Z [1971/7973] 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-20T21:36:29.8916144Z [1972/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-gemmlowp-sse2.c.obj 2024-08-20T21:36:29.9042854Z [1973/7973] 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-20T21:36:29.9054538Z [1974/7973] 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-20T21:36:29.9102683Z [1975/7973] 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-20T21:36:29.9113753Z [1976/7973] 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-20T21:36:29.9201429Z [1977/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-sse2-u16.c.obj 2024-08-20T21:36:29.9435955Z [1978/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-rndna-sse2.c.obj 2024-08-20T21:36:29.9563650Z [1979/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vhswish\gen\qs8-vhswish-sse2-u16.c.obj 2024-08-20T21:36:29.9726188Z [1980/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vhswish\gen\qs8-vhswish-sse2-u32.c.obj 2024-08-20T21:36:29.9736763Z [1981/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-sse2-u32.c.obj 2024-08-20T21:36:29.9801182Z [1982/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-sse2-u32.c.obj 2024-08-20T21:36:29.9852137Z [1983/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-sse2-u16.c.obj 2024-08-20T21:36:29.9936077Z [1984/7973] 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-20T21:36:30.0018328Z [1985/7973] 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-20T21:36:30.0298137Z [1986/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs16-qs8-vcvt\gen\qs16-qs8-vcvt-sse2-u4.c.obj 2024-08-20T21:36:30.0362268Z [1987/7973] 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-20T21:36:30.0476805Z [1988/7973] 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-20T21:36:30.0495981Z [1989/7973] 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-20T21:36:30.0595023Z [1990/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-avgpool\qu8-avgpool-9p8x-minmax-fp32-sse2-c8.c.obj 2024-08-20T21:36:30.0825700Z [1991/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs16-qs8-vcvt\gen\qs16-qs8-vcvt-sse2-u8.c.obj 2024-08-20T21:36:30.0871326Z [1992/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs16-qs8-vcvt\gen\qs16-qs8-vcvt-sse2-u16.c.obj 2024-08-20T21:36:30.0932564Z [1993/7973] 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-20T21:36:30.0945200Z [1994/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-avgpool\qu8-avgpool-9x-minmax-fp32-sse2-c8.c.obj 2024-08-20T21:36:30.1360652Z [1995/7973] 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-20T21:36:30.1516666Z [1996/7973] 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-20T21:36:30.1645207Z [1997/7973] 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-20T21:36:30.1698835Z [1998/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse2-u16.c.obj 2024-08-20T21:36:30.1752094Z [1999/7973] 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-20T21:36:30.1828988Z [2000/7973] 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-20T21:36:30.1993066Z [2001/7973] 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-20T21:36:30.2046809Z [2002/7973] 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-20T21:36:30.2264671Z [2003/7973] 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-20T21:36:30.2360088Z [2004/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse2-u8.c.obj 2024-08-20T21:36:30.2437177Z [2005/7973] 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-20T21:36:30.2482275Z [2006/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse2-u32.c.obj 2024-08-20T21:36:30.2552570Z [2007/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse2-u24.c.obj 2024-08-20T21:36:30.2687199Z [2008/7973] 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-20T21:36:30.2960992Z [2009/7973] 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-20T21:36:30.3033027Z [2010/7973] 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-20T21:36:30.3047074Z [2011/7973] 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-20T21:36:30.3375626Z [2012/7973] 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-20T21:36:30.3458943Z [2013/7973] 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-20T21:36:30.3585293Z [2014/7973] 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-20T21:36:30.3633587Z [2015/7973] 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-20T21:36:30.3727747Z [2016/7973] 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-20T21:36:30.4140941Z [2017/7973] 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-20T21:36:30.4383320Z [2018/7973] 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-20T21:36:30.4398909Z [2019/7973] 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-20T21:36:30.4637075Z [2020/7973] 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-20T21:36:30.4863599Z [2021/7973] 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-20T21:36:30.4916814Z [2022/7973] 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-20T21:36:30.4934062Z [2023/7973] 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-20T21:36:30.5093529Z [2024/7973] 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-20T21:36:30.5312652Z [2025/7973] 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-20T21:36:30.5582784Z [2026/7973] 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-20T21:36:30.5629882Z [2027/7973] 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-20T21:36:30.6097040Z [2028/7973] 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-20T21:36:30.6146903Z [2029/7973] 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-20T21:36:30.6198461Z [2030/7973] 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-20T21:36:30.6270827Z [2031/7973] 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-20T21:36:30.6282653Z [2032/7973] 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-20T21:36:30.6443000Z [2033/7973] 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-20T21:36:30.6651397Z [2034/7973] 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-20T21:36:30.6781828Z [2035/7973] 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-20T21:36:30.7355887Z [2036/7973] 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-20T21:36:30.7382788Z [2037/7973] 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-20T21:36:30.7432047Z [2038/7973] 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-20T21:36:30.7444129Z [2039/7973] 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-20T21:36:30.7633912Z [2040/7973] 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-20T21:36:30.7816644Z [2041/7973] 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-20T21:36:30.7885342Z [2042/7973] 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-20T21:36:30.7899851Z [2043/7973] 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-20T21:36:30.8495607Z [2044/7973] 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-20T21:36:30.8558591Z [2045/7973] 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-20T21:36:30.8606539Z [2046/7973] 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-20T21:36:30.8660128Z [2047/7973] 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-20T21:36:30.8729656Z [2048/7973] 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-20T21:36:30.8993271Z [2049/7973] 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-20T21:36:30.9065454Z [2050/7973] 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-20T21:36:30.9207920Z [2051/7973] 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-20T21:36:30.9332000Z [2052/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-requantization\qu8-requantization-fp32-sse2.c.obj 2024-08-20T21:36:30.9443072Z [2053/7973] 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-20T21:36:30.9458401Z [2054/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-requantization\qu8-requantization-gemmlowp-sse2.c.obj 2024-08-20T21:36:30.9473249Z [2055/7973] 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-20T21:36:30.9587524Z [2056/7973] 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-20T21:36:30.9966780Z [2057/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-sse2-u16.c.obj 2024-08-20T21:36:31.0013209Z [2058/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vhswish\gen\qu8-vhswish-sse2-u16.c.obj 2024-08-20T21:36:31.0027733Z [2059/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-requantization\qu8-requantization-rndna-sse2.c.obj 2024-08-20T21:36:31.0130548Z [2060/7973] 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-20T21:36:31.0304570Z [2061/7973] 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-20T21:36:31.0353950Z [2062/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-sse2-u32.c.obj 2024-08-20T21:36:31.0507714Z [2063/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-sse2-u32.c.obj 2024-08-20T21:36:31.0670754Z [2064/7973] 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-20T21:36:31.0714078Z [2065/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vhswish\gen\qu8-vhswish-sse2-u32.c.obj 2024-08-20T21:36:31.0764531Z [2066/7973] 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-20T21:36:31.0777537Z [2067/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-sse2-u16.c.obj 2024-08-20T21:36:31.0892511Z [2068/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-ibilinear\gen\s8-ibilinear-sse2-c8.c.obj 2024-08-20T21:36:31.1012928Z [2069/7973] 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-20T21:36:31.1115070Z [2070/7973] 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-20T21:36:31.1435142Z [2071/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-vclamp\s8-vclamp-sse2-u64.c.obj 2024-08-20T21:36:31.1473685Z [2072/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-rmax\u8-rmax-sse2-u16.c.obj 2024-08-20T21:36:31.1519488Z [2073/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-maxpool\u8-maxpool-9p8x-minmax-sse2-c16.c.obj 2024-08-20T21:36:31.1530389Z [2074/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-vclamp\u8-vclamp-sse2-u64.c.obj 2024-08-20T21:36:31.1583970Z [2075/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-ibilinear\gen\s8-ibilinear-sse2-c16.c.obj 2024-08-20T21:36:31.1595635Z [2076/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-maxpool\s8-maxpool-9p8x-minmax-sse2-c16.c.obj 2024-08-20T21:36:31.1866048Z [2077/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-ibilinear\gen\u8-ibilinear-sse2-c16.c.obj 2024-08-20T21:36:31.2019417Z [2078/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-ibilinear\gen\u8-ibilinear-sse2-c8.c.obj 2024-08-20T21:36:31.2146614Z [2079/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-zip\x8-zip-x2-sse2.c.obj 2024-08-20T21:36:31.2235173Z [2080/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-zip\x8-zip-x4-sse2.c.obj 2024-08-20T21:36:31.2278786Z [2081/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-zip\x8-zip-x3-sse2.c.obj 2024-08-20T21:36:31.2508509Z [2082/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-16x16-reuse-mov-sse2.c.obj 2024-08-20T21:36:31.2569914Z [2083/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-8x8-reuse-multi-sse2.c.obj 2024-08-20T21:36:31.2635535Z [2084/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-16x16-reuse-switch-sse2.c.obj 2024-08-20T21:36:31.2748716Z [2085/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-8x8-reuse-mov-sse2.c.obj 2024-08-20T21:36:31.2873364Z [2086/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-8x8-multi-mov-sse2.c.obj 2024-08-20T21:36:31.2893135Z [2087/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-zip\x8-zip-xm-sse2.c.obj 2024-08-20T21:36:31.3086737Z [2088/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-8x8-multi-switch-sse2.c.obj 2024-08-20T21:36:31.3196248Z [2089/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-8x8-reuse-switch-sse2.c.obj 2024-08-20T21:36:31.3211106Z [2090/7973] 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-20T21:36:31.3425950Z [2091/7973] 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-20T21:36:31.3748124Z [2092/7973] 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-20T21:36:31.3760510Z [2093/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\x16-transposec-4x8-sse2.c.obj 2024-08-20T21:36:31.3842446Z [2094/7973] 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-20T21:36:31.3898033Z [2095/7973] 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-20T21:36:31.4025381Z [2096/7973] 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-20T21:36:31.4036559Z [2097/7973] 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-20T21:36:31.4147174Z [2098/7973] 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-20T21:36:31.4277321Z [2099/7973] 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-20T21:36:31.4442760Z [2100/7973] 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-20T21:36:31.4682259Z [2101/7973] 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-20T21:36:31.4738039Z [2102/7973] 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-20T21:36:31.4753031Z [2103/7973] 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-20T21:36:31.4854515Z [2104/7973] 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-20T21:36:31.4908872Z [2105/7973] 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-20T21:36:31.4965344Z [2106/7973] 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-20T21:36:31.5183896Z [2107/7973] 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-20T21:36:31.5378714Z [2108/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-multi-mov-sse2.c.obj 2024-08-20T21:36:31.5699869Z [2109/7973] 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-20T21:36:31.5711775Z [2110/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-multi-switch-sse2.c.obj 2024-08-20T21:36:31.5818833Z [2111/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-unpool\x32-unpool-sse2.c.obj 2024-08-20T21:36:31.5834020Z [2112/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-reuse-multi-sse2.c.obj 2024-08-20T21:36:31.5886424Z [2113/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-multi-multi-sse2.c.obj 2024-08-20T21:36:31.5901852Z [2114/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-reuse-mov-sse2.c.obj 2024-08-20T21:36:31.5970431Z [2115/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-reuse-switch-sse2.c.obj 2024-08-20T21:36:31.6037744Z [2116/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zip\x32-zip-x4-sse2.c.obj 2024-08-20T21:36:31.6383877Z [2117/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zip\x32-zip-x3-sse2.c.obj 2024-08-20T21:36:31.6430019Z [2118/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zip\x32-zip-xm-sse2.c.obj 2024-08-20T21:36:31.6718860Z [2119/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zip\x32-zip-x2-sse2.c.obj 2024-08-20T21:36:31.6819001Z [2120/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-multi-multi-sse2.c.obj 2024-08-20T21:36:31.6839112Z [2121/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-multi-mov-sse2.c.obj 2024-08-20T21:36:31.6907357Z [2122/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-reuse-switch-sse2.c.obj 2024-08-20T21:36:31.6920134Z [2123/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-reuse-mov-sse2.c.obj 2024-08-20T21:36:31.6973922Z [2124/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-reuse-multi-sse2.c.obj 2024-08-20T21:36:31.7304621Z [2125/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-multi-switch-sse2.c.obj 2024-08-20T21:36:31.7408973Z [2126/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\xx-fill\xx-fill-sse2-u64.c.obj 2024-08-20T21:36:31.7476823Z [2127/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\xx-pad\xx-pad-p16-sse2-u16.c.obj 2024-08-20T21:36:31.7550745Z [2128/7973] 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-20T21:36:31.8011103Z [2129/7973] 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-20T21:36:31.8063234Z [2130/7973] 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-20T21:36:31.8303529Z [2131/7973] 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-20T21:36:31.8317073Z [2132/7973] 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-20T21:36:31.8466418Z [2133/7973] 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-20T21:36:31.8518717Z [2134/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-rndna-ssse3.c.obj 2024-08-20T21:36:31.8569048Z [2135/7973] 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-20T21:36:31.8726895Z [2136/7973] 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-20T21:36:31.8775971Z [2137/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-ssse3-u16.c.obj 2024-08-20T21:36:31.8855318Z [2138/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-gemmlowp-ssse3.c.obj 2024-08-20T21:36:31.9156903Z [2139/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vhswish\gen\qs8-vhswish-ssse3-u16.c.obj 2024-08-20T21:36:31.9224260Z [2140/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-ssse3-u16.c.obj 2024-08-20T21:36:31.9274159Z [2141/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-ssse3-u32.c.obj 2024-08-20T21:36:31.9447941Z [2142/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vhswish\gen\qs8-vhswish-ssse3-u32.c.obj 2024-08-20T21:36:31.9493723Z [2143/7973] 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-20T21:36:31.9570167Z [2144/7973] 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-20T21:36:31.9624329Z [2145/7973] 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-20T21:36:31.9638563Z [2146/7973] 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-20T21:36:31.9930100Z [2147/7973] 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-20T21:36:32.0043044Z [2148/7973] 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-20T21:36:32.0056823Z [2149/7973] 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-20T21:36:32.0368126Z [2150/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs16-qs8-vcvt\gen\qs16-qs8-vcvt-ssse3-u4.c.obj 2024-08-20T21:36:32.0382760Z [2151/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs16-qs8-vcvt\gen\qs16-qs8-vcvt-ssse3-u8.c.obj 2024-08-20T21:36:32.0521037Z [2152/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-requantization\qu8-requantization-rndna-ssse3.c.obj 2024-08-20T21:36:32.0532466Z [2153/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-requantization\qu8-requantization-gemmlowp-ssse3.c.obj 2024-08-20T21:36:32.0613263Z [2154/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-ssse3-u32.c.obj 2024-08-20T21:36:32.0657400Z [2155/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs16-qs8-vcvt\gen\qs16-qs8-vcvt-ssse3-u16.c.obj 2024-08-20T21:36:32.0707302Z [2156/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vhswish\gen\qu8-vhswish-ssse3-u16.c.obj 2024-08-20T21:36:32.0757524Z [2157/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-ssse3-u16.c.obj 2024-08-20T21:36:32.1137332Z [2158/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-ssse3-u16.c.obj 2024-08-20T21:36:32.1181191Z [2159/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-ssse3-u32.c.obj 2024-08-20T21:36:32.1326328Z [2160/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-ssse3-u16.c.obj 2024-08-20T21:36:32.1367228Z [2161/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vhswish\gen\qu8-vhswish-ssse3-u32.c.obj 2024-08-20T21:36:32.1412459Z [2162/7973] 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-20T21:36:32.1424634Z [2163/7973] 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-20T21:36:32.1578060Z [2164/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\x24-transposec-4x4-ssse3.c.obj 2024-08-20T21:36:32.1624319Z [2165/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-ssse3-u32.c.obj 2024-08-20T21:36:32.1974091Z [2166/7973] 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-20T21:36:32.2024577Z [2167/7973] 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-20T21:36:32.2036039Z [2168/7973] 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-20T21:36:32.2083212Z [2169/7973] 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-20T21:36:32.2094319Z [2170/7973] 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-20T21:36:32.2138653Z [2171/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse41-u16.c.obj 2024-08-20T21:36:32.2227965Z [2172/7973] 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-20T21:36:32.2282331Z [2173/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse41-u8.c.obj 2024-08-20T21:36:32.2693188Z [2174/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse41-u24.c.obj 2024-08-20T21:36:32.2858966Z [2175/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse41-u32.c.obj 2024-08-20T21:36:32.2988060Z [2176/7973] 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-20T21:36:32.3037493Z [2177/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-prelu\gen\f32-prelu-sse41-2x4.c.obj 2024-08-20T21:36:32.3100903Z [2178/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-prelu\gen\f32-prelu-sse41-2x8.c.obj 2024-08-20T21:36:32.3147624Z [2179/7973] 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-20T21:36:32.3206489Z [2180/7973] 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-20T21:36:32.3218687Z [2181/7973] 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-20T21:36:32.3685809Z [2182/7973] 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-20T21:36:32.3981849Z [2183/7973] 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-20T21:36:32.4023698Z [2184/7973] 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-20T21:36:32.4105683Z [2185/7973] 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-20T21:36:32.4162271Z [2186/7973] 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-20T21:36:32.4186380Z [2187/7973] 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-20T21:36:32.4238978Z [2188/7973] 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-20T21:36:32.4289104Z [2189/7973] 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-20T21:36:32.4714531Z [2190/7973] 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-20T21:36:32.4921026Z [2191/7973] 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-20T21:36:32.5007491Z [2192/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse41-u16.c.obj 2024-08-20T21:36:32.5103930Z [2193/7973] 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-20T21:36:32.5115765Z [2194/7973] 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-20T21:36:32.5163341Z [2195/7973] 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-20T21:36:32.5216331Z [2196/7973] 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-20T21:36:32.5231769Z [2197/7973] 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-20T21:36:32.5384126Z [2198/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse41-u8.c.obj 2024-08-20T21:36:32.5869983Z [2199/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse41-u24.c.obj 2024-08-20T21:36:32.6013696Z [2200/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse41-u32.c.obj 2024-08-20T21:36:32.6026768Z [2201/7973] 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-20T21:36:32.6068984Z [2202/7973] 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-20T21:36:32.6221890Z [2203/7973] 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-20T21:36:32.6236989Z [2204/7973] 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-20T21:36:32.6251562Z [2205/7973] 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-20T21:36:32.6305702Z [2206/7973] 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-20T21:36:32.6749484Z [2207/7973] 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-20T21:36:32.6813525Z [2208/7973] 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-20T21:36:32.7017001Z [2209/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-p6-u24.c.obj 2024-08-20T21:36:32.7065006Z [2210/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-p6-u12.c.obj 2024-08-20T21:36:32.7115206Z [2211/7973] 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-20T21:36:32.7127554Z [2212/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-p6-u4.c.obj 2024-08-20T21:36:32.7199834Z [2213/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-p6-u8.c.obj 2024-08-20T21:36:32.7443548Z [2214/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-p6-u16.c.obj 2024-08-20T21:36:32.7515640Z [2215/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-sse41-u4.c.obj 2024-08-20T21:36:32.7565972Z [2216/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-sse41-u8.c.obj 2024-08-20T21:36:32.7790778Z [2217/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-p6-u20.c.obj 2024-08-20T21:36:32.8062858Z [2218/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-sse41-u8.c.obj 2024-08-20T21:36:32.8131494Z [2219/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-sse41-u4.c.obj 2024-08-20T21:36:32.8232249Z [2220/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-sse41-u4.c.obj 2024-08-20T21:36:32.8325933Z [2221/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-sse41-u4.c.obj 2024-08-20T21:36:32.8543535Z [2222/7973] 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-20T21:36:32.8598927Z [2223/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-sse41-u8.c.obj 2024-08-20T21:36:32.8650308Z [2224/7973] 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-20T21:36:32.8668331Z [2225/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-sse41-u8.c.obj 2024-08-20T21:36:32.8998588Z [2226/7973] 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-20T21:36:32.9118380Z [2227/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-sse41-u8.c.obj 2024-08-20T21:36:32.9162920Z [2228/7973] 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-20T21:36:32.9286436Z [2229/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-sse41-u4.c.obj 2024-08-20T21:36:32.9390607Z [2230/7973] 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-20T21:36:32.9458572Z [2231/7973] 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-20T21:36:32.9512477Z [2232/7973] 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-20T21:36:32.9576749Z [2233/7973] 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-20T21:36:32.9790723Z [2234/7973] 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-20T21:36:32.9873542Z [2235/7973] 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-20T21:36:33.0028280Z [2236/7973] 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-20T21:36:33.0041266Z [2237/7973] 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-20T21:36:33.0154540Z [2238/7973] 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-20T21:36:33.0258808Z [2239/7973] 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-20T21:36:33.0400080Z [2240/7973] 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-20T21:36:33.0788893Z [2241/7973] 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-20T21:36:33.0906907Z [2242/7973] 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-20T21:36:33.0952791Z [2243/7973] 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-20T21:36:33.1134819Z [2244/7973] 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-20T21:36:33.1145866Z [2245/7973] 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-20T21:36:33.1207851Z [2246/7973] 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-20T21:36:33.1380845Z [2247/7973] 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-20T21:36:33.2518927Z [2248/7973] 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-20T21:36:33.2530330Z [2249/7973] 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-20T21:36:33.2541401Z [2250/7973] 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-20T21:36:33.2552982Z [2251/7973] 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-20T21:36:33.2563484Z [2252/7973] 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-20T21:36:33.2577760Z [2253/7973] 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-20T21:36:33.2592403Z [2254/7973] 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-20T21:36:33.3286260Z [2255/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f16-f32-cvt-sse41-int16.c.obj 2024-08-20T21:36:33.3335740Z [2256/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f16-f32-cvt-sse41-int32.c.obj 2024-08-20T21:36:33.3350000Z [2257/7973] 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-20T21:36:33.3391615Z [2258/7973] 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-20T21:36:33.3402104Z [2259/7973] 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-20T21:36:33.3508391Z [2260/7973] 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-20T21:36:33.3608895Z [2261/7973] 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-20T21:36:33.3870121Z [2262/7973] 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-20T21:36:33.3987447Z [2263/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-roundne-sse41.c.obj 2024-08-20T21:36:33.4040851Z [2264/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-f16-cvt-sse41.c.obj 2024-08-20T21:36:33.4053431Z [2265/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-roundu-sse41.c.obj 2024-08-20T21:36:33.4099540Z [2266/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-roundd-sse41.c.obj 2024-08-20T21:36:33.4299097Z [2267/7973] 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-20T21:36:33.4638732Z [2268/7973] 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-20T21:36:33.4746107Z [2269/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-roundz-sse41.c.obj 2024-08-20T21:36:33.4917314Z [2270/7973] 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-20T21:36:33.5164246Z [2271/7973] 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-20T21:36:33.5263731Z [2272/7973] 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-20T21:36:33.5347841Z [2273/7973] 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-20T21:36:33.5628471Z [2274/7973] 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-20T21:36:33.5743902Z [2275/7973] 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-20T21:36:33.5932814Z [2276/7973] 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-20T21:36:33.6027904Z [2277/7973] 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-20T21:36:33.6107604Z [2278/7973] 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-20T21:36:33.6393497Z [2279/7973] 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-20T21:36:33.6448471Z [2280/7973] 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-20T21:36:33.6544189Z [2281/7973] 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-20T21:36:33.6893230Z [2282/7973] 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-20T21:36:33.7058304Z [2283/7973] 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-20T21:36:33.7107865Z [2284/7973] 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-20T21:36:33.7182032Z [2285/7973] 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-20T21:36:33.7465622Z [2286/7973] 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-20T21:36:33.7479062Z [2287/7973] 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-20T21:36:33.7681507Z [2288/7973] 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-20T21:36:33.7853587Z [2289/7973] 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-20T21:36:33.7934996Z [2290/7973] 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-20T21:36:33.8252282Z [2291/7973] 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-20T21:36:33.8366837Z [2292/7973] 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-20T21:36:33.8559007Z [2293/7973] 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-20T21:36:33.8750121Z [2294/7973] 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-20T21:36:33.8829330Z [2295/7973] 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-20T21:36:33.8970076Z [2296/7973] 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-20T21:36:33.9056846Z [2297/7973] 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-20T21:36:33.9156982Z [2298/7973] 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-20T21:36:33.9338800Z [2299/7973] 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-20T21:36:33.9671327Z [2300/7973] 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-20T21:36:33.9849398Z [2301/7973] 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-20T21:36:33.9915600Z [2302/7973] 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-20T21:36:34.0248473Z [2303/7973] 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-20T21:36:34.0299305Z [2304/7973] 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-20T21:36:34.0347272Z [2305/7973] 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-20T21:36:34.0402573Z [2306/7973] 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-20T21:36:34.0463655Z [2307/7973] 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-20T21:36:34.0819250Z [2308/7973] 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-20T21:36:34.1127654Z [2309/7973] 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-20T21:36:34.1175868Z [2310/7973] 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-20T21:36:34.1220913Z [2311/7973] 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-20T21:36:34.1273574Z [2312/7973] 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-20T21:36:34.1337266Z [2313/7973] 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-20T21:36:34.1349259Z [2314/7973] 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-20T21:36:34.1506453Z [2315/7973] 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-20T21:36:34.1750759Z [2316/7973] 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-20T21:36:34.2109108Z [2317/7973] 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-20T21:36:34.2184352Z [2318/7973] 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-20T21:36:34.2251858Z [2319/7973] 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-20T21:36:34.2264289Z [2320/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse41-u24.c.obj 2024-08-20T21:36:34.2317908Z [2321/7973] 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-20T21:36:34.2365512Z [2322/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse41-u8.c.obj 2024-08-20T21:36:34.2472795Z [2323/7973] 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-20T21:36:34.2591791Z [2324/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse41-u16.c.obj 2024-08-20T21:36:34.3002867Z [2325/7973] 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-20T21:36:34.3177979Z [2326/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse41-u32.c.obj 2024-08-20T21:36:34.3188705Z [2327/7973] 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-20T21:36:34.3200350Z [2328/7973] 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-20T21:36:34.3256710Z [2329/7973] 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-20T21:36:34.3393015Z [2330/7973] 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-20T21:36:34.3405887Z [2331/7973] 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-20T21:36:34.3708105Z [2332/7973] 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-20T21:36:34.3984355Z [2333/7973] 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-20T21:36:34.4139827Z [2334/7973] 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-20T21:36:34.4296041Z [2335/7973] 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-20T21:36:34.4613207Z [2336/7973] 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-20T21:36:34.4625906Z [2337/7973] 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-20T21:36:34.4821653Z [2338/7973] 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-20T21:36:34.4868435Z [2339/7973] 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-20T21:36:34.5050526Z [2340/7973] 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-20T21:36:34.5163108Z [2341/7973] 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-20T21:36:34.5313891Z [2342/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs16-qs8-vcvt\gen\qs16-qs8-vcvt-sse41-u16.c.obj 2024-08-20T21:36:34.5412378Z [2343/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs16-qs8-vcvt\gen\qs16-qs8-vcvt-sse41-u8.c.obj 2024-08-20T21:36:34.5507640Z [2344/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs16-qs8-vcvt\gen\qs16-qs8-vcvt-sse41-u4.c.obj 2024-08-20T21:36:34.5898407Z [2345/7973] 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-20T21:36:34.5981470Z [2346/7973] 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-20T21:36:34.6286132Z [2347/7973] 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-20T21:36:34.6299926Z [2348/7973] 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-20T21:36:34.6356871Z [2349/7973] 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-20T21:36:34.6371208Z [2350/7973] 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-20T21:36:34.6470928Z [2351/7973] 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-20T21:36:34.6715772Z [2352/7973] 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-20T21:36:34.6992269Z [2353/7973] 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-20T21:36:34.7067722Z [2354/7973] 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-20T21:36:34.7158741Z [2355/7973] 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-20T21:36:34.7249293Z [2356/7973] 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-20T21:36:34.7304542Z [2357/7973] 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-20T21:36:34.7353702Z [2358/7973] 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-20T21:36:34.7366384Z [2359/7973] 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-20T21:36:34.7710542Z [2360/7973] 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-20T21:36:34.8034907Z [2361/7973] 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-20T21:36:34.8316032Z [2362/7973] 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-20T21:36:34.8418278Z [2363/7973] 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-20T21:36:34.8466047Z [2364/7973] 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-20T21:36:34.8518261Z [2365/7973] 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-20T21:36:34.8572658Z [2366/7973] 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-20T21:36:34.8590643Z [2367/7973] 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-20T21:36:34.8882290Z [2368/7973] 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-20T21:36:34.9211231Z [2369/7973] 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-20T21:36:34.9580910Z [2370/7973] 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-20T21:36:34.9656146Z [2371/7973] 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-20T21:36:34.9715543Z [2372/7973] 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-20T21:36:34.9799741Z [2373/7973] 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-20T21:36:34.9852926Z [2374/7973] 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-20T21:36:34.9907025Z [2375/7973] 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-20T21:36:35.0219496Z [2376/7973] 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-20T21:36:35.0290588Z [2377/7973] 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-20T21:36:35.0795321Z [2378/7973] 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-20T21:36:35.0959648Z [2379/7973] 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-20T21:36:35.1100339Z [2380/7973] 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-20T21:36:35.1117764Z [2381/7973] 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-20T21:36:35.1177640Z [2382/7973] 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-20T21:36:35.1284463Z [2383/7973] 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-20T21:36:35.1373902Z [2384/7973] 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-20T21:36:35.1463246Z [2385/7973] 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-20T21:36:35.2165548Z [2386/7973] 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-20T21:36:35.2220939Z [2387/7973] 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-20T21:36:35.2291877Z [2388/7973] 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-20T21:36:35.2376114Z [2389/7973] 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-20T21:36:35.2418682Z [2390/7973] 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-20T21:36:35.2548050Z [2391/7973] 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-20T21:36:35.2635828Z [2392/7973] 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-20T21:36:35.2702816Z [2393/7973] 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-20T21:36:35.3329593Z [2394/7973] 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-20T21:36:35.3387676Z [2395/7973] 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-20T21:36:35.3401336Z [2396/7973] 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-20T21:36:35.3618437Z [2397/7973] 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-20T21:36:35.3676851Z [2398/7973] 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-20T21:36:35.3790589Z [2399/7973] 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-20T21:36:35.3807405Z [2400/7973] 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-20T21:36:35.3864170Z [2401/7973] 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-20T21:36:35.4478141Z [2402/7973] 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-20T21:36:35.4536804Z [2403/7973] 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-20T21:36:35.4586328Z [2404/7973] 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-20T21:36:35.4775368Z [2405/7973] 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-20T21:36:35.4830496Z [2406/7973] 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-20T21:36:35.4874508Z [2407/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-fp32-sse41.c.obj 2024-08-20T21:36:35.4992575Z [2408/7973] 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-20T21:36:35.5164961Z [2409/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-rndna-sse41.c.obj 2024-08-20T21:36:35.5312097Z [2410/7973] 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-20T21:36:35.5459635Z [2411/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-gemmlowp-sse41.c.obj 2024-08-20T21:36:35.5505903Z [2412/7973] 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-20T21:36:35.5664087Z [2413/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-rndnu-sse41-srl.c.obj 2024-08-20T21:36:35.5814777Z [2414/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-rndnu-sse41-sra.c.obj 2024-08-20T21:36:35.5828137Z [2415/7973] 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-20T21:36:35.5898699Z [2416/7973] 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-20T21:36:35.6126038Z [2417/7973] 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-20T21:36:35.6303465Z [2418/7973] 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-20T21:36:35.6351379Z [2419/7973] 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-20T21:36:35.6405532Z [2420/7973] 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-20T21:36:35.6518425Z [2421/7973] 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-20T21:36:35.6724059Z [2422/7973] 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-20T21:36:35.6739429Z [2423/7973] 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-20T21:36:35.6842520Z [2424/7973] 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-20T21:36:35.6950293Z [2425/7973] 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-20T21:36:35.7111867Z [2426/7973] 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-20T21:36:35.7222219Z [2427/7973] 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-20T21:36:35.7273716Z [2428/7973] 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-20T21:36:35.7384352Z [2429/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-sse41-u8.c.obj 2024-08-20T21:36:35.7605523Z [2430/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-sse41-u16.c.obj 2024-08-20T21:36:35.7623566Z [2431/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-sse41-u32.c.obj 2024-08-20T21:36:35.7693832Z [2432/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vhswish\gen\qs8-vhswish-sse41-u8.c.obj 2024-08-20T21:36:35.7842933Z [2433/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-sse41-u16.c.obj 2024-08-20T21:36:35.7977822Z [2434/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vhswish\gen\qs8-vhswish-sse41-u16.c.obj 2024-08-20T21:36:35.8151047Z [2435/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-sse41-u32.c.obj 2024-08-20T21:36:35.8207797Z [2436/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vhswish\gen\qs8-vhswish-sse41-u32.c.obj 2024-08-20T21:36:35.8267712Z [2437/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-sse41-u8.c.obj 2024-08-20T21:36:35.8336785Z [2438/7973] 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-20T21:36:35.8595703Z [2439/7973] 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-20T21:36:35.8655214Z [2440/7973] 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-20T21:36:35.8669834Z [2441/7973] 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-20T21:36:35.9274036Z [2442/7973] 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-20T21:36:35.9378567Z [2443/7973] 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-20T21:36:35.9462744Z [2444/7973] 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-20T21:36:35.9478235Z [2445/7973] 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-20T21:36:35.9531882Z [2446/7973] 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-20T21:36:35.9590838Z [2447/7973] 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-20T21:36:35.9792952Z [2448/7973] 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-20T21:36:36.0069817Z [2449/7973] 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-20T21:36:36.0392490Z [2450/7973] 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-20T21:36:36.0534731Z [2451/7973] 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-20T21:36:36.0630406Z [2452/7973] 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-20T21:36:36.0641126Z [2453/7973] 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-20T21:36:36.0783082Z [2454/7973] 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-20T21:36:36.0887476Z [2455/7973] 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-20T21:36:36.1156187Z [2456/7973] 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-20T21:36:36.1168822Z [2457/7973] 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-20T21:36:36.1347407Z [2458/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse41-u32.c.obj 2024-08-20T21:36:36.1397639Z [2459/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse41-u24.c.obj 2024-08-20T21:36:36.1541559Z [2460/7973] 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-20T21:36:36.1681350Z [2461/7973] 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-20T21:36:36.1730096Z [2462/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse41-u8.c.obj 2024-08-20T21:36:36.1794037Z [2463/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse41-u16.c.obj 2024-08-20T21:36:36.1848966Z [2464/7973] 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-20T21:36:36.2121156Z [2465/7973] 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-20T21:36:36.2177556Z [2466/7973] 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-20T21:36:36.2279409Z [2467/7973] 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-20T21:36:36.2527883Z [2468/7973] 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-20T21:36:36.2594189Z [2469/7973] 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-20T21:36:36.2999688Z [2470/7973] 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-20T21:36:36.3055479Z [2471/7973] 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-20T21:36:36.3325432Z [2472/7973] 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-20T21:36:36.3440024Z [2473/7973] 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-20T21:36:36.3458693Z [2474/7973] 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-20T21:36:36.3547899Z [2475/7973] 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-20T21:36:36.3668073Z [2476/7973] 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-20T21:36:36.3683871Z [2477/7973] 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-20T21:36:36.4143665Z [2478/7973] 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-20T21:36:36.4256810Z [2479/7973] 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-20T21:36:36.4549901Z [2480/7973] 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-20T21:36:36.4741739Z [2481/7973] 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-20T21:36:36.4791019Z [2482/7973] 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-20T21:36:36.4952285Z [2483/7973] 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-20T21:36:36.5003815Z [2484/7973] 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-20T21:36:36.5136868Z [2485/7973] 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-20T21:36:36.5487479Z [2486/7973] 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-20T21:36:36.5881597Z [2487/7973] 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-20T21:36:36.5898870Z [2488/7973] 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-20T21:36:36.5950866Z [2489/7973] 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-20T21:36:36.5963281Z [2490/7973] 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-20T21:36:36.6114281Z [2491/7973] 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-20T21:36:36.6273046Z [2492/7973] 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-20T21:36:36.6325743Z [2493/7973] 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-20T21:36:36.6557932Z [2494/7973] 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-20T21:36:36.7066182Z [2495/7973] 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-20T21:36:36.7131625Z [2496/7973] 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-20T21:36:36.7182818Z [2497/7973] 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-20T21:36:36.7328611Z [2498/7973] 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-20T21:36:36.7396587Z [2499/7973] 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-20T21:36:36.7441262Z [2500/7973] 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-20T21:36:36.7454848Z [2501/7973] 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-20T21:36:36.7753402Z [2502/7973] 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-20T21:36:36.8156582Z [2503/7973] 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-20T21:36:36.8295648Z [2504/7973] 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-20T21:36:36.8311304Z [2505/7973] 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-20T21:36:36.8437668Z [2506/7973] 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-20T21:36:36.8596050Z [2507/7973] 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-20T21:36:36.8610234Z [2508/7973] 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-20T21:36:36.8665538Z [2509/7973] 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-20T21:36:36.8889877Z [2510/7973] 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-20T21:36:36.9294137Z [2511/7973] 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-20T21:36:36.9370806Z [2512/7973] 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-20T21:36:36.9422130Z [2513/7973] 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-20T21:36:36.9434393Z [2514/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-requantization\qu8-requantization-rndna-sse41.c.obj 2024-08-20T21:36:36.9626599Z [2515/7973] 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-20T21:36:36.9715770Z [2516/7973] 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-20T21:36:36.9728451Z [2517/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-requantization\qu8-requantization-gemmlowp-sse41.c.obj 2024-08-20T21:36:36.9953112Z [2518/7973] 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-20T21:36:37.0154627Z [2519/7973] 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-20T21:36:37.0291035Z [2520/7973] 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-20T21:36:37.0303234Z [2521/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vhswish\gen\qu8-vhswish-sse41-u8.c.obj 2024-08-20T21:36:37.0447309Z [2522/7973] 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-20T21:36:37.0543488Z [2523/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-sse41-u32.c.obj 2024-08-20T21:36:37.0618807Z [2524/7973] 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-20T21:36:37.0640626Z [2525/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-sse41-u8.c.obj 2024-08-20T21:36:37.0794438Z [2526/7973] 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-20T21:36:37.1019350Z [2527/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-sse41-u16.c.obj 2024-08-20T21:36:37.1131504Z [2528/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vhswish\gen\qu8-vhswish-sse41-u16.c.obj 2024-08-20T21:36:37.1176367Z [2529/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-sse41-u16.c.obj 2024-08-20T21:36:37.1353817Z [2530/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-sse41-u32.c.obj 2024-08-20T21:36:37.1401022Z [2531/7973] 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-20T21:36:37.1419488Z [2532/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vhswish\gen\qu8-vhswish-sse41-u32.c.obj 2024-08-20T21:36:37.1475649Z [2533/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-sse41-u8.c.obj 2024-08-20T21:36:37.1520183Z [2534/7973] 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-20T21:36:37.1731490Z [2535/7973] 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-20T21:36:37.1818438Z [2536/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-ibilinear\gen\s8-ibilinear-sse41-c8.c.obj 2024-08-20T21:36:37.1973909Z [2537/7973] 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-20T21:36:37.2017019Z [2538/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-maxpool\s8-maxpool-9p8x-minmax-sse41-c16.c.obj 2024-08-20T21:36:37.2099334Z [2539/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-ibilinear\gen\u8-ibilinear-sse41-c8.c.obj 2024-08-20T21:36:37.2171812Z [2540/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-ibilinear\gen\s8-ibilinear-sse41-c16.c.obj 2024-08-20T21:36:37.2274177Z [2541/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-vclamp\s8-vclamp-sse41-u64.c.obj 2024-08-20T21:36:37.2293809Z [2542/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx-u16-acc2.c.obj 2024-08-20T21:36:37.2598410Z [2543/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx-u32-acc4.c.obj 2024-08-20T21:36:37.2648197Z [2544/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx-u32-acc2.c.obj 2024-08-20T21:36:37.2785614Z [2545/7973] 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-20T21:36:37.2858992Z [2546/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx-u24-acc3.c.obj 2024-08-20T21:36:37.2909322Z [2547/7973] 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-20T21:36:37.2960797Z [2548/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-ibilinear\gen\u8-ibilinear-sse41-c16.c.obj 2024-08-20T21:36:37.2974852Z [2549/7973] 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-20T21:36:37.3026956Z [2550/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx-u8.c.obj 2024-08-20T21:36:37.3351768Z [2551/7973] 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-20T21:36:37.3441543Z [2552/7973] 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-20T21:36:37.3555856Z [2553/7973] 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-20T21:36:37.3619235Z [2554/7973] 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-20T21:36:37.3678541Z [2555/7973] 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-20T21:36:37.3993610Z [2556/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p16c-minmax-avx-acc2.c.obj 2024-08-20T21:36:37.4088531Z [2557/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p8c-minmax-avx-acc2.c.obj 2024-08-20T21:36:37.4184354Z [2558/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p8c-minmax-avx.c.obj 2024-08-20T21:36:37.4475987Z [2559/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p8c-minmax-avx-acc2.c.obj 2024-08-20T21:36:37.4561023Z [2560/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l8c8s4r-minmax-avx-acc2.c.obj 2024-08-20T21:36:37.4633124Z [2561/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p16c-minmax-avx.c.obj 2024-08-20T21:36:37.4985848Z [2562/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p16c-minmax-avx-acc2.c.obj 2024-08-20T21:36:37.5139769Z [2563/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p8c-minmax-avx.c.obj 2024-08-20T21:36:37.5328863Z [2564/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l16c8s4r-minmax-avx-acc2.c.obj 2024-08-20T21:36:37.5505391Z [2565/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p16c-minmax-avx.c.obj 2024-08-20T21:36:37.5591963Z [2566/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c8s4r-minmax-avx.c.obj 2024-08-20T21:36:37.5676006Z [2567/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l8c8s4r-minmax-avx.c.obj 2024-08-20T21:36:37.5727309Z [2568/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c8s4r-minmax-avx-acc2.c.obj 2024-08-20T21:36:37.6080991Z [2569/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l8c8s4r-minmax-avx.c.obj 2024-08-20T21:36:37.6133982Z [2570/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l8c8s4r-minmax-avx-acc2.c.obj 2024-08-20T21:36:37.6203211Z [2571/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l16c8s4r-minmax-avx.c.obj 2024-08-20T21:36:37.6392205Z [2572/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l16c8s4r-minmax-avx.c.obj 2024-08-20T21:36:37.6696951Z [2573/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l8c8s4r-minmax-avx-acc2.c.obj 2024-08-20T21:36:37.6747450Z [2574/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l16c8s4r-minmax-avx-acc2.c.obj 2024-08-20T21:36:37.6812950Z [2575/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p16c-minmax-avx.c.obj 2024-08-20T21:36:37.6865629Z [2576/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l8c8s4r-minmax-avx.c.obj 2024-08-20T21:36:37.7164027Z [2577/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p8c-minmax-avx.c.obj 2024-08-20T21:36:37.7388721Z [2578/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p8c-minmax-avx-acc2.c.obj 2024-08-20T21:36:37.7432956Z [2579/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p16c-minmax-avx-acc2.c.obj 2024-08-20T21:36:37.7530244Z [2580/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-avx-u8.c.obj 2024-08-20T21:36:37.7704227Z [2581/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p8c-minmax-avx-acc2.c.obj 2024-08-20T21:36:37.7843484Z [2582/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-avx-u32.c.obj 2024-08-20T21:36:37.7900104Z [2583/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p16c-minmax-avx-acc2.c.obj 2024-08-20T21:36:37.7944201Z [2584/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p16c-minmax-avx.c.obj 2024-08-20T21:36:37.8058986Z [2585/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p8c-minmax-avx.c.obj 2024-08-20T21:36:37.8072020Z [2586/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-avx-u16.c.obj 2024-08-20T21:36:37.8515001Z [2587/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-avx-u24.c.obj 2024-08-20T21:36:37.8576328Z [2588/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-3x16-minmax-avx-broadcast.c.obj 2024-08-20T21:36:37.8905705Z [2589/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x8-minmax-avx-broadcast.c.obj 2024-08-20T21:36:37.9030294Z [2590/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x8-minmax-avx-broadcast.c.obj 2024-08-20T21:36:37.9043159Z [2591/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x16-minmax-avx-broadcast.c.obj 2024-08-20T21:36:37.9093766Z [2592/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x16-minmax-avx-broadcast.c.obj 2024-08-20T21:36:37.9224318Z [2593/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x8-minmax-avx-broadcast.c.obj 2024-08-20T21:36:37.9469868Z [2594/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x8-minmax-avx-broadcast.c.obj 2024-08-20T21:36:37.9626436Z [2595/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x16-minmax-avx-broadcast.c.obj 2024-08-20T21:36:37.9679583Z [2596/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x16-minmax-avx-broadcast.c.obj 2024-08-20T21:36:38.0053217Z [2597/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x16-minmax-avx-broadcast.c.obj 2024-08-20T21:36:38.0187909Z [2598/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x8-minmax-avx-broadcast.c.obj 2024-08-20T21:36:38.0235882Z [2599/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-7x8-minmax-avx-broadcast.c.obj 2024-08-20T21:36:38.0348613Z [2600/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x16-minmax-avx-broadcast.c.obj 2024-08-20T21:36:38.0540576Z [2601/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x16-minmax-avx-broadcast.c.obj 2024-08-20T21:36:38.0714180Z [2602/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-3x16-minmax-avx-broadcast.c.obj 2024-08-20T21:36:38.0789541Z [2603/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x8-minmax-avx-broadcast.c.obj 2024-08-20T21:36:38.0802104Z [2604/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x8-minmax-avx-broadcast.c.obj 2024-08-20T21:36:38.1129191Z [2605/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-3x16-minmax-avx-broadcast.c.obj 2024-08-20T21:36:38.1186061Z [2606/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-7x8-minmax-avx-broadcast.c.obj 2024-08-20T21:36:38.1235134Z [2607/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x8-minmax-avx-broadcast.c.obj 2024-08-20T21:36:38.1434506Z [2608/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x8-minmax-avx-broadcast.c.obj 2024-08-20T21:36:38.1547201Z [2609/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x16-minmax-avx-broadcast.c.obj 2024-08-20T21:36:38.1834749Z [2610/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x16-minmax-avx-broadcast.c.obj 2024-08-20T21:36:38.1885243Z [2611/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x16-minmax-avx-broadcast.c.obj 2024-08-20T21:36:38.1995699Z [2612/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x16-minmax-avx-broadcast.c.obj 2024-08-20T21:36:38.2253970Z [2613/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x16-minmax-avx-broadcast.c.obj 2024-08-20T21:36:38.2265709Z [2614/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x8-minmax-avx-broadcast.c.obj 2024-08-20T21:36:38.2438295Z [2615/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x8-minmax-avx-broadcast.c.obj 2024-08-20T21:36:38.2596510Z [2616/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x8-minmax-avx-broadcast.c.obj 2024-08-20T21:36:38.2644689Z [2617/7973] 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-20T21:36:38.2734414Z [2618/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-prelu\gen\f32-prelu-avx-2x16.c.obj 2024-08-20T21:36:38.2850770Z [2619/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-prelu\gen\f32-prelu-avx-2x8.c.obj 2024-08-20T21:36:38.2982062Z [2620/7973] 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-20T21:36:38.3309159Z [2621/7973] 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-20T21:36:38.3363335Z [2622/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-7x8-minmax-avx-broadcast.c.obj 2024-08-20T21:36:38.3594403Z [2623/7973] 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-20T21:36:38.3703483Z [2624/7973] 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-20T21:36:38.3861444Z [2625/7973] 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-20T21:36:38.3916770Z [2626/7973] 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-20T21:36:38.3973990Z [2627/7973] 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-20T21:36:38.4037343Z [2628/7973] 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-20T21:36:38.4431986Z [2629/7973] 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-20T21:36:38.4486669Z [2630/7973] 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-20T21:36:38.4785877Z [2631/7973] 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-20T21:36:38.4932982Z [2632/7973] 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-20T21:36:38.5134443Z [2633/7973] 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-20T21:36:38.5145280Z [2634/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx-u32.c.obj 2024-08-20T21:36:38.5283822Z [2635/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx-u24.c.obj 2024-08-20T21:36:38.5349469Z [2636/7973] 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-20T21:36:38.5365606Z [2637/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx-u16.c.obj 2024-08-20T21:36:38.5529790Z [2638/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx-u8.c.obj 2024-08-20T21:36:38.5775436Z [2639/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx-u24.c.obj 2024-08-20T21:36:38.5845202Z [2640/7973] 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-20T21:36:38.6038542Z [2641/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx-u8.c.obj 2024-08-20T21:36:38.6086629Z [2642/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx-u16.c.obj 2024-08-20T21:36:38.6139566Z [2643/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx-u32.c.obj 2024-08-20T21:36:38.6260657Z [2644/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx-u16-acc2.c.obj 2024-08-20T21:36:38.6276558Z [2645/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx-u8.c.obj 2024-08-20T21:36:38.6347172Z [2646/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx-u32-acc4.c.obj 2024-08-20T21:36:38.6625031Z [2647/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx-u24-acc3.c.obj 2024-08-20T21:36:38.6719521Z [2648/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx-u32-acc2.c.obj 2024-08-20T21:36:38.6900674Z [2649/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx-u8.c.obj 2024-08-20T21:36:38.6958831Z [2650/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx-u16-acc2.c.obj 2024-08-20T21:36:38.7060867Z [2651/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx-u24-acc3.c.obj 2024-08-20T21:36:38.7140298Z [2652/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx-u16-acc2.c.obj 2024-08-20T21:36:38.7223301Z [2653/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx-u32-acc4.c.obj 2024-08-20T21:36:38.7325765Z [2654/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx-u32-acc2.c.obj 2024-08-20T21:36:38.7411240Z [2655/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx-u8.c.obj 2024-08-20T21:36:38.7513035Z [2656/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx-u24-acc3.c.obj 2024-08-20T21:36:38.7816979Z [2657/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-minmax-avx-u8.c.obj 2024-08-20T21:36:38.7892823Z [2658/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-minmax-avx-u8.c.obj 2024-08-20T21:36:38.7938315Z [2659/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx-u32-acc4.c.obj 2024-08-20T21:36:38.8140880Z [2660/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx-u32-acc2.c.obj 2024-08-20T21:36:38.8312245Z [2661/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-minmax-avx-u8.c.obj 2024-08-20T21:36:38.8472541Z [2662/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-minmax-avx-u16.c.obj 2024-08-20T21:36:38.8537044Z [2663/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-minmax-avx-u16.c.obj 2024-08-20T21:36:38.8640902Z [2664/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-minmax-avx-u16.c.obj 2024-08-20T21:36:38.8818092Z [2665/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-minmax-avx-u16.c.obj 2024-08-20T21:36:38.8923957Z [2666/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-avx-u8.c.obj 2024-08-20T21:36:38.9040531Z [2667/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-minmax-avx-u8.c.obj 2024-08-20T21:36:38.9148184Z [2668/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-avx-u8.c.obj 2024-08-20T21:36:38.9327930Z [2669/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-avx-u16.c.obj 2024-08-20T21:36:38.9515390Z [2670/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-avx-u16.c.obj 2024-08-20T21:36:38.9649855Z [2671/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-avx-u8.c.obj 2024-08-20T21:36:38.9694747Z [2672/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-avx-u16.c.obj 2024-08-20T21:36:38.9809333Z [2673/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-minmax-avx-u8.c.obj 2024-08-20T21:36:38.9991742Z [2674/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-minmax-avx-u8.c.obj 2024-08-20T21:36:39.0036765Z [2675/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-avx-u16.c.obj 2024-08-20T21:36:39.0138046Z [2676/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-avx-u8.c.obj 2024-08-20T21:36:39.0358753Z [2677/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-minmax-avx-u16.c.obj 2024-08-20T21:36:39.0410174Z [2678/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-minmax-avx-u16.c.obj 2024-08-20T21:36:39.0597778Z [2679/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-avx-u16.c.obj 2024-08-20T21:36:39.0612493Z [2680/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-minmax-avx-u8.c.obj 2024-08-20T21:36:39.0783627Z [2681/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-minmax-avx-u16.c.obj 2024-08-20T21:36:39.0927764Z [2682/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-minmax-avx-u16.c.obj 2024-08-20T21:36:39.0977303Z [2683/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-minmax-avx-u8.c.obj 2024-08-20T21:36:39.1184499Z [2684/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-avx-u8.c.obj 2024-08-20T21:36:39.1244182Z [2685/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-minmax-avx-u16.c.obj 2024-08-20T21:36:39.1369075Z [2686/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-minmax-avx-u16.c.obj 2024-08-20T21:36:39.1478883Z [2687/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-avx-u16.c.obj 2024-08-20T21:36:39.1579121Z [2688/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-avx-u8.c.obj 2024-08-20T21:36:39.1811110Z [2689/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-minmax-avx-u8.c.obj 2024-08-20T21:36:39.1882054Z [2690/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-minmax-avx-u8.c.obj 2024-08-20T21:36:39.2099822Z [2691/7973] 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-20T21:36:39.2194775Z [2692/7973] 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-20T21:36:39.2346986Z [2693/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-avx-u8.c.obj 2024-08-20T21:36:39.2796750Z [2694/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-avx-u16.c.obj 2024-08-20T21:36:39.2979560Z [2695/7973] 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-20T21:36:39.3325953Z [2696/7973] 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-20T21:36:39.3685403Z [2697/7973] 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-20T21:36:39.3878263Z [2698/7973] 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-20T21:36:39.4094728Z [2699/7973] 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-20T21:36:39.4785637Z [2700/7973] 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-20T21:36:39.5008338Z [2701/7973] 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-20T21:36:39.5205145Z [2702/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-p6-u16.c.obj 2024-08-20T21:36:39.5363275Z [2703/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-p6-u24.c.obj 2024-08-20T21:36:39.5633374Z [2704/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-p6-u8.c.obj 2024-08-20T21:36:39.5833229Z [2705/7973] 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-20T21:36:39.6210670Z [2706/7973] 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-20T21:36:42.3610272Z [2707/7973] 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-20T21:36:42.3850420Z [2708/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-p6-u40.c.obj 2024-08-20T21:36:42.4043316Z [2709/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-p6-u48.c.obj 2024-08-20T21:36:42.4255123Z [2710/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-avx-u16.c.obj 2024-08-20T21:36:42.4441157Z [2711/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-avx-u8.c.obj 2024-08-20T21:36:42.4500303Z [2712/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-avx-u8.c.obj 2024-08-20T21:36:42.4658705Z [2713/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-p6-u32.c.obj 2024-08-20T21:36:42.4702856Z [2714/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-avx-u8.c.obj 2024-08-20T21:36:42.4857724Z [2715/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-avx-u16.c.obj 2024-08-20T21:36:42.4870224Z [2716/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-avx-u16.c.obj 2024-08-20T21:36:42.5013719Z [2717/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-avx-u8.c.obj 2024-08-20T21:36:42.5067422Z [2718/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-avx-u16.c.obj 2024-08-20T21:36:42.5516172Z [2719/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-avx-u16.c.obj 2024-08-20T21:36:42.5563154Z [2720/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-avx-u8.c.obj 2024-08-20T21:36:42.5718039Z [2721/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-avx-u8.c.obj 2024-08-20T21:36:42.5730445Z [2722/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-avx-u8.c.obj 2024-08-20T21:36:42.5808096Z [2723/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-avx-rsqrt-u8.c.obj 2024-08-20T21:36:42.5876557Z [2724/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-avx-u16.c.obj 2024-08-20T21:36:42.6063684Z [2725/7973] 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-20T21:36:42.6366333Z [2726/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-avx-rsqrt-u16.c.obj 2024-08-20T21:36:42.6418521Z [2727/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-avx-rsqrt-u32.c.obj 2024-08-20T21:36:42.6437537Z [2728/7973] 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-20T21:36:42.6710559Z [2729/7973] 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-20T21:36:42.6770498Z [2730/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-avx-u16.c.obj 2024-08-20T21:36:42.7025090Z [2731/7973] 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-20T21:36:42.7068489Z [2732/7973] 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-20T21:36:42.7246515Z [2733/7973] 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-20T21:36:42.7292563Z [2734/7973] 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-20T21:36:42.7343412Z [2735/7973] 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-20T21:36:42.7594234Z [2736/7973] 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-20T21:36:42.7832298Z [2737/7973] 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-20T21:36:42.7961682Z [2738/7973] 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-20T21:36:42.8010526Z [2739/7973] 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-20T21:36:42.8142059Z [2740/7973] 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-20T21:36:42.8398886Z [2741/7973] 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-20T21:36:42.8466377Z [2742/7973] 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-20T21:36:42.8511681Z [2743/7973] 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-20T21:36:42.8670579Z [2744/7973] 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-20T21:36:42.8839945Z [2745/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx-sqrt-u32.c.obj 2024-08-20T21:36:42.8852728Z [2746/7973] 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-20T21:36:42.9038181Z [2747/7973] 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-20T21:36:42.9053405Z [2748/7973] 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-20T21:36:42.9317834Z [2749/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx-sqrt-u8.c.obj 2024-08-20T21:36:42.9386075Z [2750/7973] 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-20T21:36:42.9440226Z [2751/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx-sqrt-u16.c.obj 2024-08-20T21:36:42.9607122Z [2752/7973] 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-20T21:36:42.9764710Z [2753/7973] 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-20T21:36:42.9810138Z [2754/7973] 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-20T21:36:42.9977693Z [2755/7973] 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-20T21:36:43.0032466Z [2756/7973] 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-20T21:36:43.0265817Z [2757/7973] 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-20T21:36:43.0320791Z [2758/7973] 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-20T21:36:43.0405621Z [2759/7973] 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-20T21:36:43.0548708Z [2760/7973] 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-20T21:36:43.0744561Z [2761/7973] 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-20T21:36:43.0756643Z [2762/7973] 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-20T21:36:43.0948899Z [2763/7973] 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-20T21:36:43.0996974Z [2764/7973] 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-20T21:36:43.1237903Z [2765/7973] 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-20T21:36:43.1385174Z [2766/7973] 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-20T21:36:43.1436342Z [2767/7973] 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-20T21:36:43.1528304Z [2768/7973] 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-20T21:36:43.1685221Z [2769/7973] 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-20T21:36:43.1734185Z [2770/7973] 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-20T21:36:43.1869834Z [2771/7973] 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-20T21:36:43.1934217Z [2772/7973] 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-20T21:36:43.2195882Z [2773/7973] 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-20T21:36:43.2335800Z [2774/7973] 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-20T21:36:43.2392809Z [2775/7973] 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-20T21:36:43.2652767Z [2776/7973] 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-20T21:36:43.2664274Z [2777/7973] 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-20T21:36:43.2788318Z [2778/7973] 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-20T21:36:43.2849032Z [2779/7973] 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-20T21:36:43.3207077Z [2780/7973] 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-20T21:36:43.3255837Z [2781/7973] 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-20T21:36:43.3309095Z [2782/7973] 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-20T21:36:43.3573989Z [2783/7973] 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-20T21:36:43.3622298Z [2784/7973] 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-20T21:36:43.3723245Z [2785/7973] 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-20T21:36:43.3777953Z [2786/7973] 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-20T21:36:43.4152631Z [2787/7973] 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-20T21:36:43.4168192Z [2788/7973] 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-20T21:36:43.4216557Z [2789/7973] 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-20T21:36:43.4230860Z [2790/7973] 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-20T21:36:43.4492716Z [2791/7973] 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-20T21:36:43.4564630Z [2792/7973] 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-20T21:36:43.4659672Z [2793/7973] 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-20T21:36:43.5087763Z [2794/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vabs-avx-u16.c.obj 2024-08-20T21:36:43.5139890Z [2795/7973] 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-20T21:36:43.5188091Z [2796/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vneg-avx-u8.c.obj 2024-08-20T21:36:43.5232027Z [2797/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vabs-avx-u8.c.obj 2024-08-20T21:36:43.5354392Z [2798/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vsqr-avx-u8.c.obj 2024-08-20T21:36:43.5651402Z [2799/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-expm1minus-avx-rr2-lut16-p3.c.obj 2024-08-20T21:36:43.5667431Z [2800/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-exp-avx-rr2-p5.c.obj 2024-08-20T21:36:43.5786484Z [2801/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-expm1minus-avx-rr2-lut4-p4-perm.c.obj 2024-08-20T21:36:43.5954953Z [2802/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx-rr2-p5-nr2.c.obj 2024-08-20T21:36:43.6001843Z [2803/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vneg-avx-u16.c.obj 2024-08-20T21:36:43.6056697Z [2804/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx-rr2-p5-div.c.obj 2024-08-20T21:36:43.6070761Z [2805/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vsqr-avx-u16.c.obj 2024-08-20T21:36:43.6163615Z [2806/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-expm1minus-avx-rr2-p6.c.obj 2024-08-20T21:36:43.6500313Z [2807/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx-rr2-p5-nr1.c.obj 2024-08-20T21:36:43.6668835Z [2808/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx-rr2-lut64-p2-div.c.obj 2024-08-20T21:36:43.6719555Z [2809/7973] 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-20T21:36:43.7040547Z [2810/7973] 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-20T21:36:43.7168099Z [2811/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-avx-expm1minus-rr1-p6h5ts-div.c.obj 2024-08-20T21:36:43.7238109Z [2812/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-avx-expm1minus-rr1-p6h5ts-nr1.c.obj 2024-08-20T21:36:43.7390015Z [2813/7973] 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-20T21:36:43.7588312Z [2814/7973] 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-20T21:36:43.7697262Z [2815/7973] 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-20T21:36:43.7745442Z [2816/7973] 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-20T21:36:43.7815418Z [2817/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-avx-expm1minus-rr1-p6h5ts-nr2.c.obj 2024-08-20T21:36:43.7924801Z [2818/7973] 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-20T21:36:43.8211577Z [2819/7973] 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-20T21:36:43.8228057Z [2820/7973] 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-20T21:36:43.8564291Z [2821/7973] 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-20T21:36:43.9037285Z [2822/7973] 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-20T21:36:43.9050956Z [2823/7973] 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-20T21:36:43.9109647Z [2824/7973] 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-20T21:36:43.9189124Z [2825/7973] 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-20T21:36:43.9399771Z [2826/7973] 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-20T21:36:43.9482171Z [2827/7973] 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-20T21:36:43.9622594Z [2828/7973] 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-20T21:36:43.9697400Z [2829/7973] 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-20T21:36:44.0326943Z [2830/7973] 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-20T21:36:44.0397389Z [2831/7973] 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-20T21:36:44.0510860Z [2832/7973] 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-20T21:36:44.0585405Z [2833/7973] 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-20T21:36:44.0652308Z [2834/7973] 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-20T21:36:44.0808363Z [2835/7973] 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-20T21:36:44.1011379Z [2836/7973] 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-20T21:36:44.1277999Z [2837/7973] 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-20T21:36:44.1370777Z [2838/7973] 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-20T21:36:44.1506924Z [2839/7973] 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-20T21:36:44.1616900Z [2840/7973] 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-20T21:36:44.1739326Z [2841/7973] 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-20T21:36:44.1815699Z [2842/7973] 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-20T21:36:44.2001237Z [2843/7973] 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-20T21:36:44.2225526Z [2844/7973] 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-20T21:36:44.2628140Z [2845/7973] 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-20T21:36:44.2701198Z [2846/7973] 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-20T21:36:44.3008327Z [2847/7973] 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-20T21:36:44.3056344Z [2848/7973] 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-20T21:36:44.3234142Z [2849/7973] 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-20T21:36:44.3292956Z [2850/7973] 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-20T21:36:44.3430833Z [2851/7973] 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-20T21:36:44.3495281Z [2852/7973] 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-20T21:36:44.3640815Z [2853/7973] 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-20T21:36:44.4079232Z [2854/7973] 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-20T21:36:44.4092187Z [2855/7973] 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-20T21:36:44.4215793Z [2856/7973] 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-20T21:36:44.4260408Z [2857/7973] 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-20T21:36:44.4367819Z [2858/7973] 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-20T21:36:44.4379911Z [2859/7973] 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-20T21:36:44.4426302Z [2860/7973] 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-20T21:36:44.4486103Z [2861/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx-u16.c.obj 2024-08-20T21:36:44.5085464Z [2862/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx-u32.c.obj 2024-08-20T21:36:44.5216271Z [2863/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx-u24.c.obj 2024-08-20T21:36:44.5262545Z [2864/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx-u8.c.obj 2024-08-20T21:36:44.5326585Z [2865/7973] 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-20T21:36:44.5440196Z [2866/7973] 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-20T21:36:44.5525430Z [2867/7973] 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-20T21:36:44.5702141Z [2868/7973] 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-20T21:36:44.5718837Z [2869/7973] 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-20T21:36:44.6095336Z [2870/7973] 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-20T21:36:44.6283718Z [2871/7973] 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-20T21:36:44.6597610Z [2872/7973] 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-20T21:36:44.6680563Z [2873/7973] 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-20T21:36:44.6738459Z [2874/7973] 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-20T21:36:44.6826712Z [2875/7973] 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-20T21:36:44.6992575Z [2876/7973] 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-20T21:36:44.7006794Z [2877/7973] 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-20T21:36:44.7052390Z [2878/7973] 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-20T21:36:44.7434818Z [2879/7973] 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-20T21:36:44.7707321Z [2880/7973] 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-20T21:36:44.7721136Z [2881/7973] 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-20T21:36:44.7809400Z [2882/7973] 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-20T21:36:44.8021270Z [2883/7973] 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-20T21:36:44.8076351Z [2884/7973] 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-20T21:36:44.8127048Z [2885/7973] 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-20T21:36:44.8251650Z [2886/7973] 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-20T21:36:44.8445782Z [2887/7973] 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-20T21:36:44.8654941Z [2888/7973] 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-20T21:36:44.8731577Z [2889/7973] 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-20T21:36:44.9059372Z [2890/7973] 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-20T21:36:44.9223625Z [2891/7973] 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-20T21:36:44.9274678Z [2892/7973] 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-20T21:36:44.9488056Z [2893/7973] 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-20T21:36:44.9536526Z [2894/7973] 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-20T21:36:44.9765323Z [2895/7973] 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-20T21:36:44.9952611Z [2896/7973] 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-20T21:36:45.0057176Z [2897/7973] 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-20T21:36:45.0221791Z [2898/7973] 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-20T21:36:45.0414011Z [2899/7973] 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-20T21:36:45.0488729Z [2900/7973] 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-20T21:36:45.0753044Z [2901/7973] 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-20T21:36:45.0806649Z [2902/7973] 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-20T21:36:45.1122767Z [2903/7973] 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-20T21:36:45.1364201Z [2904/7973] 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-20T21:36:45.1662812Z [2905/7973] 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-20T21:36:45.1708531Z [2906/7973] 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-20T21:36:45.1878198Z [2907/7973] 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-20T21:36:45.1965074Z [2908/7973] 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-20T21:36:45.2234494Z [2909/7973] 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-20T21:36:45.2455126Z [2910/7973] 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-20T21:36:45.2573403Z [2911/7973] 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-20T21:36:45.2631355Z [2912/7973] 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-20T21:36:45.3012625Z [2913/7973] 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-20T21:36:45.3065244Z [2914/7973] 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-20T21:36:45.3078452Z [2915/7973] 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-20T21:36:45.3090788Z [2916/7973] 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-20T21:36:45.3395381Z [2917/7973] 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-20T21:36:45.3484416Z [2918/7973] 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-20T21:36:45.3635683Z [2919/7973] 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-20T21:36:45.4174757Z [2920/7973] 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-20T21:36:45.4227954Z [2921/7973] 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-20T21:36:45.4280617Z [2922/7973] 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-20T21:36:45.4405194Z [2923/7973] 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-20T21:36:45.4460300Z [2924/7973] 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-20T21:36:45.4599918Z [2925/7973] 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-20T21:36:45.4672847Z [2926/7973] 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-20T21:36:45.5038081Z [2927/7973] 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-20T21:36:45.5299719Z [2928/7973] 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-20T21:36:45.5361247Z [2929/7973] 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-20T21:36:45.5498818Z [2930/7973] 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-20T21:36:45.5562037Z [2931/7973] 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-20T21:36:45.5675304Z [2932/7973] 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-20T21:36:45.5762023Z [2933/7973] 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-20T21:36:45.5829338Z [2934/7973] 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-20T21:36:45.5879004Z [2935/7973] 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-20T21:36:45.6168027Z [2936/7973] 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-20T21:36:45.6183244Z [2937/7973] 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-20T21:36:45.6263207Z [2938/7973] 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-20T21:36:45.6405217Z [2939/7973] 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-20T21:36:45.6646772Z [2940/7973] 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-20T21:36:45.6694383Z [2941/7973] 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-20T21:36:45.6709876Z [2942/7973] 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-20T21:36:45.6757293Z [2943/7973] 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-20T21:36:45.6884858Z [2944/7973] 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-20T21:36:45.6972210Z [2945/7973] 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-20T21:36:45.7448823Z [2946/7973] 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-20T21:36:45.7490476Z [2947/7973] 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-20T21:36:45.7505428Z [2948/7973] 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-20T21:36:45.7585058Z [2949/7973] 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-20T21:36:45.7599349Z [2950/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-avx-u8.c.obj 2024-08-20T21:36:45.7703735Z [2951/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-avx-u16.c.obj 2024-08-20T21:36:45.7790642Z [2952/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vhswish\gen\qs8-vhswish-avx-u32.c.obj 2024-08-20T21:36:45.7841540Z [2953/7973] 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-20T21:36:45.8366063Z [2954/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-avx-u16.c.obj 2024-08-20T21:36:45.8417179Z [2955/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vhswish\gen\qs8-vhswish-avx-u8.c.obj 2024-08-20T21:36:45.8462181Z [2956/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-avx-u8.c.obj 2024-08-20T21:36:45.8472990Z [2957/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-avx-u32.c.obj 2024-08-20T21:36:45.8484548Z [2958/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vhswish\gen\qs8-vhswish-avx-u16.c.obj 2024-08-20T21:36:45.8578608Z [2959/7973] 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-20T21:36:45.8850855Z [2960/7973] 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-20T21:36:45.9124364Z [2961/7973] 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-20T21:36:45.9139939Z [2962/7973] 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-20T21:36:45.9194352Z [2963/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-avx-u32.c.obj 2024-08-20T21:36:45.9353758Z [2964/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs16-qs8-vcvt\gen\qs16-qs8-vcvt-avx-u16.c.obj 2024-08-20T21:36:45.9402191Z [2965/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs16-qs8-vcvt\gen\qs16-qs8-vcvt-avx-u8.c.obj 2024-08-20T21:36:45.9575298Z [2966/7973] 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-20T21:36:45.9647733Z [2967/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs16-qs8-vcvt\gen\qs16-qs8-vcvt-avx-u4.c.obj 2024-08-20T21:36:45.9726334Z [2968/7973] 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-20T21:36:46.0068459Z [2969/7973] 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-20T21:36:46.0321111Z [2970/7973] 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-20T21:36:46.0579936Z [2971/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gavgpool\gen\f16-gavgpool-7x-minmax-f16c-c8.c.obj 2024-08-20T21:36:46.0591808Z [2972/7973] 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-20T21:36:46.0665778Z [2973/7973] 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-20T21:36:46.0679584Z [2974/7973] 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-20T21:36:46.0691422Z [2975/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gavgpool\gen\f16-gavgpool-7p7x-minmax-f16c-c32.c.obj 2024-08-20T21:36:46.0745127Z [2976/7973] 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-20T21:36:46.1067152Z [2977/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gavgpool\gen\f16-gavgpool-7x-minmax-f16c-c16.c.obj 2024-08-20T21:36:46.1224231Z [2978/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gavgpool\gen\f16-gavgpool-7p7x-minmax-f16c-c16.c.obj 2024-08-20T21:36:46.1500647Z [2979/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gavgpool\gen\f16-gavgpool-7p7x-minmax-f16c-c24.c.obj 2024-08-20T21:36:46.1587898Z [2980/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx-u16.c.obj 2024-08-20T21:36:46.1599510Z [2981/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx-u8.c.obj 2024-08-20T21:36:46.1611665Z [2982/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx-u32.c.obj 2024-08-20T21:36:46.1842702Z [2983/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx-u24.c.obj 2024-08-20T21:36:46.1895662Z [2984/7973] 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-20T21:36:46.2439707Z [2985/7973] 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-20T21:36:46.2666196Z [2986/7973] 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-20T21:36:46.2737758Z [2987/7973] 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-20T21:36:46.2834178Z [2988/7973] 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-20T21:36:46.2878211Z [2989/7973] 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-20T21:36:46.2982882Z [2990/7973] 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-20T21:36:46.3081387Z [2991/7973] 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-20T21:36:46.3563400Z [2992/7973] 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-20T21:36:46.3657283Z [2993/7973] 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-20T21:36:46.3905573Z [2994/7973] 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-20T21:36:46.4083799Z [2995/7973] 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-20T21:36:46.4135078Z [2996/7973] 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-20T21:36:46.4147389Z [2997/7973] 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-20T21:36:46.4162219Z [2998/7973] 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-20T21:36:46.4259428Z [2999/7973] 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-20T21:36:46.4835738Z [3000/7973] 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-20T21:36:46.4890067Z [3001/7973] 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-20T21:36:46.5172932Z [3002/7973] 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-20T21:36:46.5298490Z [3003/7973] 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-20T21:36:46.5346279Z [3004/7973] 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-20T21:36:46.5398153Z [3005/7973] 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-20T21:36:46.5410128Z [3006/7973] 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-20T21:36:46.5660377Z [3007/7973] 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-20T21:36:46.5957668Z [3008/7973] 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-20T21:36:46.6020843Z [3009/7973] 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-20T21:36:46.6345957Z [3010/7973] 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-20T21:36:46.6482731Z [3011/7973] 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-20T21:36:46.6541689Z [3012/7973] 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-20T21:36:46.6556001Z [3013/7973] 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-20T21:36:46.6608929Z [3014/7973] 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-20T21:36:46.6732789Z [3015/7973] 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-20T21:36:46.7152674Z [3016/7973] 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-20T21:36:46.7206413Z [3017/7973] 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-20T21:36:46.7498397Z [3018/7973] 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-20T21:36:46.7649218Z [3019/7973] 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-20T21:36:46.7765429Z [3020/7973] 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-20T21:36:46.7903787Z [3021/7973] 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-20T21:36:46.7958514Z [3022/7973] 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-20T21:36:46.7973335Z [3023/7973] 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-20T21:36:46.8172445Z [3024/7973] 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-20T21:36:46.8275936Z [3025/7973] 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-20T21:36:46.8394754Z [3026/7973] 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-20T21:36:46.8486446Z [3027/7973] 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-20T21:36:46.8723282Z [3028/7973] 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-20T21:36:46.8777971Z [3029/7973] 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-20T21:36:46.9041657Z [3030/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gavgpool\gen\f16-gavgpool-7x-minmax-f16c-c24.c.obj 2024-08-20T21:36:46.9054391Z [3031/7973] 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-20T21:36:46.9103491Z [3032/7973] 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-20T21:36:46.9148640Z [3033/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-avx-u16.c.obj 2024-08-20T21:36:46.9244760Z [3034/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-avx-u8.c.obj 2024-08-20T21:36:46.9298690Z [3035/7973] 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-20T21:36:46.9772821Z [3036/7973] 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-20T21:36:46.9832818Z [3037/7973] 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-20T21:36:46.9959307Z [3038/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-avx-u8.c.obj 2024-08-20T21:36:46.9972742Z [3039/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vhswish\gen\qu8-vhswish-avx-u8.c.obj 2024-08-20T21:36:47.0019654Z [3040/7973] 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-20T21:36:47.0069950Z [3041/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vhswish\gen\qu8-vhswish-avx-u16.c.obj 2024-08-20T21:36:47.0131890Z [3042/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-avx-u32.c.obj 2024-08-20T21:36:47.0145224Z [3043/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vhswish\gen\qu8-vhswish-avx-u32.c.obj 2024-08-20T21:36:47.0521192Z [3044/7973] 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-20T21:36:47.0680449Z [3045/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-avx-u16.c.obj 2024-08-20T21:36:47.0784454Z [3046/7973] 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-20T21:36:47.0836436Z [3047/7973] 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-20T21:36:47.0939600Z [3048/7973] 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-20T21:36:47.1009379Z [3049/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx-u32.c.obj 2024-08-20T21:36:47.1204196Z [3050/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx-u48.c.obj 2024-08-20T21:36:47.1222147Z [3051/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-avx-u32.c.obj 2024-08-20T21:36:47.1270103Z [3052/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx-u16.c.obj 2024-08-20T21:36:47.1459121Z [3053/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx-u64.c.obj 2024-08-20T21:36:47.1748550Z [3054/7973] 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-20T21:36:47.1760560Z [3055/7973] 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-20T21:36:47.1907336Z [3056/7973] 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-20T21:36:47.2029058Z [3057/7973] 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-20T21:36:47.2089889Z [3058/7973] 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-20T21:36:47.2162797Z [3059/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-8x8-reuse-multi-avx.c.obj 2024-08-20T21:36:47.2535053Z [3060/7973] 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-20T21:36:47.2546474Z [3061/7973] 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-20T21:36:47.2634053Z [3062/7973] 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-20T21:36:47.2690675Z [3063/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-8x8-multi-switch-avx.c.obj 2024-08-20T21:36:47.2834589Z [3064/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-8x8-multi-mov-avx.c.obj 2024-08-20T21:36:47.2909466Z [3065/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-8x8-reuse-mov-avx.c.obj 2024-08-20T21:36:47.3024467Z [3066/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x4-reuse-multi-avx.c.obj 2024-08-20T21:36:47.3076516Z [3067/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x4-multi-multi-avx.c.obj 2024-08-20T21:36:47.3456557Z [3068/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-8x8-reuse-switch-avx.c.obj 2024-08-20T21:36:47.3509416Z [3069/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x4-reuse-mov-avx.c.obj 2024-08-20T21:36:47.3561846Z [3070/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x4-multi-switch-avx.c.obj 2024-08-20T21:36:47.3801170Z [3071/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-f16c-u8.c.obj 2024-08-20T21:36:47.3824560Z [3072/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x4-reuse-switch-avx.c.obj 2024-08-20T21:36:47.3876361Z [3073/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x4-multi-mov-avx.c.obj 2024-08-20T21:36:47.3889560Z [3074/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-avgpool\f16-avgpool-9x-minmax-f16c-c8.c.obj 2024-08-20T21:36:47.3949554Z [3075/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-f16c-u8.c.obj 2024-08-20T21:36:47.4373840Z [3076/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-f16c-u16.c.obj 2024-08-20T21:36:47.4387350Z [3077/7973] 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-20T21:36:47.4437390Z [3078/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-avgpool\f16-avgpool-9p8x-minmax-f16c-c8.c.obj 2024-08-20T21:36:47.4616366Z [3079/7973] 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-20T21:36:47.4676396Z [3080/7973] 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-20T21:36:47.4843911Z [3081/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-maxpool\f16-maxpool-9p8x-minmax-f16c-c8.c.obj 2024-08-20T21:36:47.4858376Z [3082/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gavgpool\gen\f16-gavgpool-7p7x-minmax-f16c-c8.c.obj 2024-08-20T21:36:47.4945669Z [3083/7973] 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-20T21:36:47.5234006Z [3084/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gavgpool\gen\f16-gavgpool-7x-minmax-f16c-c32.c.obj 2024-08-20T21:36:47.5410027Z [3085/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-prelu\gen\f16-prelu-f16c-2x8.c.obj 2024-08-20T21:36:47.5485638Z [3086/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\f16-rmax-f16c-u32.c.obj 2024-08-20T21:36:47.5675419Z [3087/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vdiv-minmax-f16c-u8.c.obj 2024-08-20T21:36:47.5834786Z [3088/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-prelu\gen\f16-prelu-f16c-2x16.c.obj 2024-08-20T21:36:47.5931429Z [3089/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vadd-minmax-f16c-u8.c.obj 2024-08-20T21:36:47.5943329Z [3090/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vdiv-minmax-f16c-u16.c.obj 2024-08-20T21:36:47.6177569Z [3091/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vadd-minmax-f16c-u16.c.obj 2024-08-20T21:36:47.6229390Z [3092/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vaddc-minmax-f16c-u16.c.obj 2024-08-20T21:36:47.6280715Z [3093/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vaddc-minmax-f16c-u8.c.obj 2024-08-20T21:36:47.6453634Z [3094/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmaxc-f16c-u8.c.obj 2024-08-20T21:36:47.6735983Z [3095/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vdivc-minmax-f16c-u8.c.obj 2024-08-20T21:36:47.6793795Z [3096/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vdivc-minmax-f16c-u16.c.obj 2024-08-20T21:36:47.6849456Z [3097/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmax-f16c-u16.c.obj 2024-08-20T21:36:47.6988859Z [3098/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmax-f16c-u8.c.obj 2024-08-20T21:36:47.7087065Z [3099/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vminc-f16c-u16.c.obj 2024-08-20T21:36:47.7152181Z [3100/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmaxc-f16c-u16.c.obj 2024-08-20T21:36:47.7165174Z [3101/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vminc-f16c-u8.c.obj 2024-08-20T21:36:47.7394190Z [3102/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmin-f16c-u16.c.obj 2024-08-20T21:36:47.7654164Z [3103/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmul-minmax-f16c-u8.c.obj 2024-08-20T21:36:47.7735615Z [3104/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmul-minmax-f16c-u16.c.obj 2024-08-20T21:36:47.7794116Z [3105/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmin-f16c-u8.c.obj 2024-08-20T21:36:47.7996081Z [3106/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vrdivc-minmax-f16c-u8.c.obj 2024-08-20T21:36:47.8081297Z [3107/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmulc-minmax-f16c-u16.c.obj 2024-08-20T21:36:47.8093483Z [3108/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vrsubc-minmax-f16c-u8.c.obj 2024-08-20T21:36:47.8221736Z [3109/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmulc-minmax-f16c-u8.c.obj 2024-08-20T21:36:47.8277230Z [3110/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vrdivc-minmax-f16c-u16.c.obj 2024-08-20T21:36:47.8515382Z [3111/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vsqrdiff-f16c-u8.c.obj 2024-08-20T21:36:47.8659704Z [3112/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vrsubc-minmax-f16c-u16.c.obj 2024-08-20T21:36:47.8746687Z [3113/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vsqrdiffc-f16c-u8.c.obj 2024-08-20T21:36:47.8884679Z [3114/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vsqrdiffc-f16c-u16.c.obj 2024-08-20T21:36:47.8980648Z [3115/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vsqrdiff-f16c-u16.c.obj 2024-08-20T21:36:47.8992740Z [3116/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vclamp\gen\f16-vclamp-f16c-u8.c.obj 2024-08-20T21:36:47.9160440Z [3117/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vclamp\gen\f16-vclamp-f16c-u16.c.obj 2024-08-20T21:36:47.9206905Z [3118/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vsubc-minmax-f16c-u8.c.obj 2024-08-20T21:36:47.9416704Z [3119/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vsub-minmax-f16c-u16.c.obj 2024-08-20T21:36:47.9563168Z [3120/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vsub-minmax-f16c-u8.c.obj 2024-08-20T21:36:47.9632169Z [3121/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vsubc-minmax-f16c-u16.c.obj 2024-08-20T21:36:47.9772580Z [3122/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vlrelu\gen\f16-vlrelu-f16c-u8.c.obj 2024-08-20T21:36:47.9966372Z [3123/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vhswish\gen\f16-vhswish-f16c-u8.c.obj 2024-08-20T21:36:48.0070229Z [3124/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vhswish\gen\f16-vhswish-f16c-u16.c.obj 2024-08-20T21:36:48.0120419Z [3125/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrnd\gen\f16-vrndd-f16c-u8.c.obj 2024-08-20T21:36:48.0184701Z [3126/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vlrelu\gen\f16-vlrelu-f16c-u16.c.obj 2024-08-20T21:36:48.0430854Z [3127/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrnd\gen\f16-vrndu-f16c-u16.c.obj 2024-08-20T21:36:48.0545041Z [3128/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrnd\gen\f16-vrndne-f16c-u8.c.obj 2024-08-20T21:36:48.0992147Z [3129/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrnd\gen\f16-vrndz-f16c-u8.c.obj 2024-08-20T21:36:48.1005738Z [3130/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrnd\gen\f16-vrndne-f16c-u16.c.obj 2024-08-20T21:36:48.1054171Z [3131/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-f16c-rsqrt-u32.c.obj 2024-08-20T21:36:48.1066643Z [3132/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-f16c-rsqrt-u16.c.obj 2024-08-20T21:36:48.1189622Z [3133/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrnd\gen\f16-vrndd-f16c-u16.c.obj 2024-08-20T21:36:48.1302438Z [3134/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrnd\gen\f16-vrndu-f16c-u8.c.obj 2024-08-20T21:36:48.1509122Z [3135/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-f16c-sqrt-u8.c.obj 2024-08-20T21:36:48.1561651Z [3136/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrnd\gen\f16-vrndz-f16c-u16.c.obj 2024-08-20T21:36:48.1898739Z [3137/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-f16c-rsqrt-u8.c.obj 2024-08-20T21:36:48.1956897Z [3138/7973] 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-20T21:36:48.2026447Z [3139/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-f16c-sqrt-u16.c.obj 2024-08-20T21:36:48.2196775Z [3140/7973] 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-20T21:36:48.2252530Z [3141/7973] 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-20T21:36:48.2437259Z [3142/7973] 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-20T21:36:48.2450598Z [3143/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-f16c-sqrt-u32.c.obj 2024-08-20T21:36:48.2858740Z [3144/7973] 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-20T21:36:48.2977488Z [3145/7973] 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-20T21:36:48.3141993Z [3146/7973] 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-20T21:36:48.3154753Z [3147/7973] 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-20T21:36:48.3168734Z [3148/7973] 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-20T21:36:48.3220409Z [3149/7973] 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-20T21:36:48.3322236Z [3150/7973] 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-20T21:36:48.3351046Z [3151/7973] 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-20T21:36:48.3814878Z [3152/7973] 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-20T21:36:48.4123660Z [3153/7973] 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-20T21:36:48.4170971Z [3154/7973] 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-20T21:36:48.4181771Z [3155/7973] 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-20T21:36:48.4243229Z [3156/7973] 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-20T21:36:48.4293856Z [3157/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-polynomial-p19h9t2-u16.c.obj 2024-08-20T21:36:48.4377859Z [3158/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-polynomial-p19h9t2-u8.c.obj 2024-08-20T21:36:48.4425318Z [3159/7973] 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-20T21:36:48.4726241Z [3160/7973] 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-20T21:36:48.5148557Z [3161/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-polynomial-p19h9t2-u24.c.obj 2024-08-20T21:36:48.5161342Z [3162/7973] 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-20T21:36:48.5204414Z [3163/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-polynomial-p19h9t2-u56.c.obj 2024-08-20T21:36:48.5263057Z [3164/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-polynomial-p19h9t2-u64.c.obj 2024-08-20T21:36:48.5353108Z [3165/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-polynomial-p19h9t2-u48.c.obj 2024-08-20T21:36:48.5364762Z [3166/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-polynomial-p19h9t2-u32.c.obj 2024-08-20T21:36:48.5377118Z [3167/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-polynomial-p19h9t2-u40.c.obj 2024-08-20T21:36:48.5652473Z [3168/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-polynomial-p19h9t2-u72.c.obj 2024-08-20T21:36:48.6047874Z [3169/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-f16c-u8.c.obj 2024-08-20T21:36:48.6096564Z [3170/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vunary\gen\f16-vsqr-f16c-u8.c.obj 2024-08-20T21:36:48.6190871Z [3171/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-polynomial-p19h9t2-u80.c.obj 2024-08-20T21:36:48.6238926Z [3172/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vunary\gen\f16-vsqr-f16c-u16.c.obj 2024-08-20T21:36:48.6307397Z [3173/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-f16c-u16.c.obj 2024-08-20T21:36:48.6433678Z [3174/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f16-tanh-f16c-expm1minus-rr1-p3h2ts-div.c.obj 2024-08-20T21:36:48.6486055Z [3175/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f16-f32-cvt-f16c.c.obj 2024-08-20T21:36:48.6613694Z [3176/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f16-tanh-f16c-polynomial-p17h8t2.c.obj 2024-08-20T21:36:48.7162525Z [3177/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f16-tanh-f16c-expm1minus-rr1-p3h2ts-rcp.c.obj 2024-08-20T21:36:48.7174179Z [3178/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-f16-cvt-f16c.c.obj 2024-08-20T21:36:48.7487977Z [3179/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f16-tanh-f16c-polynomial-p19h9t2.c.obj 2024-08-20T21:36:48.7503135Z [3180/7973] 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-20T21:36:48.7569869Z [3181/7973] 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-20T21:36:48.7583101Z [3182/7973] 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-20T21:36:48.7710519Z [3183/7973] 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-20T21:36:48.7765787Z [3184/7973] 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-20T21:36:48.8451973Z [3185/7973] 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-20T21:36:48.8605325Z [3186/7973] 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-20T21:36:48.8806097Z [3187/7973] 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-20T21:36:48.8818850Z [3188/7973] 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-20T21:36:48.8871218Z [3189/7973] 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-20T21:36:48.8982659Z [3190/7973] 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-20T21:36:48.9074606Z [3191/7973] 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-20T21:36:48.9195645Z [3192/7973] 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-20T21:36:48.9598912Z [3193/7973] 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-20T21:36:48.9841996Z [3194/7973] 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-20T21:36:48.9992076Z [3195/7973] 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-20T21:36:49.0101838Z [3196/7973] 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-20T21:36:49.0149876Z [3197/7973] 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-20T21:36:49.0206489Z [3198/7973] 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-20T21:36:49.0219921Z [3199/7973] 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-20T21:36:49.0273566Z [3200/7973] 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-20T21:36:49.0906228Z [3201/7973] 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-20T21:36:49.1152704Z [3202/7973] 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-20T21:36:49.1166806Z [3203/7973] 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-20T21:36:49.1367925Z [3204/7973] 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-20T21:36:49.1386738Z [3205/7973] 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-20T21:36:49.1435211Z [3206/7973] 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-20T21:36:49.1486284Z [3207/7973] 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-20T21:36:49.1624325Z [3208/7973] 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-20T21:36:49.2308808Z [3209/7973] 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-20T21:36:49.2368132Z [3210/7973] 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-20T21:36:49.2382014Z [3211/7973] 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-20T21:36:49.2397891Z [3212/7973] 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-20T21:36:49.2555939Z [3213/7973] 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-20T21:36:49.2568863Z [3214/7973] 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-20T21:36:49.2671875Z [3215/7973] 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-20T21:36:49.2729773Z [3216/7973] 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-20T21:36:49.3488209Z [3217/7973] 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-20T21:36:49.3597569Z [3218/7973] 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-20T21:36:49.3647173Z [3219/7973] 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-20T21:36:49.3659148Z [3220/7973] 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-20T21:36:49.3778489Z [3221/7973] 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-20T21:36:49.3790897Z [3222/7973] 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-20T21:36:49.3965328Z [3223/7973] 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-20T21:36:49.3981559Z [3224/7973] 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-20T21:36:49.4569150Z [3225/7973] 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-20T21:36:49.4753625Z [3226/7973] 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-20T21:36:49.4859778Z [3227/7973] 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-20T21:36:49.5010572Z [3228/7973] 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-20T21:36:49.5022686Z [3229/7973] 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-20T21:36:49.5071154Z [3230/7973] 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-20T21:36:49.5126362Z [3231/7973] 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-20T21:36:49.5235333Z [3232/7973] 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-20T21:36:49.5723032Z [3233/7973] 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-20T21:36:49.5921631Z [3234/7973] 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-20T21:36:49.6030734Z [3235/7973] 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-20T21:36:49.6262625Z [3236/7973] 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-20T21:36:49.6318370Z [3237/7973] 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-20T21:36:49.6380649Z [3238/7973] 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-20T21:36:49.6468965Z [3239/7973] 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-20T21:36:49.6521693Z [3240/7973] 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-20T21:36:49.6922369Z [3241/7973] 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-20T21:36:49.7222665Z [3242/7973] 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-20T21:36:49.7240416Z [3243/7973] 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-20T21:36:49.7556289Z [3244/7973] 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-20T21:36:49.7658622Z [3245/7973] 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-20T21:36:49.7710046Z [3246/7973] 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-20T21:36:49.7726619Z [3247/7973] 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-20T21:36:49.8037066Z [3248/7973] 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-20T21:36:49.8110849Z [3249/7973] 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-20T21:36:49.8418986Z [3250/7973] 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-20T21:36:49.8472747Z [3251/7973] 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-20T21:36:49.8905661Z [3252/7973] 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-20T21:36:49.8958038Z [3253/7973] 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-20T21:36:49.8971966Z [3254/7973] 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-20T21:36:49.9080910Z [3255/7973] 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-20T21:36:49.9180278Z [3256/7973] 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-20T21:36:49.9233291Z [3257/7973] 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-20T21:36:49.9568143Z [3258/7973] 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-20T21:36:49.9623616Z [3259/7973] 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-20T21:36:50.0124014Z [3260/7973] 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-20T21:36:50.0180680Z [3261/7973] 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-20T21:36:50.0194619Z [3262/7973] 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-20T21:36:50.0247882Z [3263/7973] 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-20T21:36:50.0336625Z [3264/7973] 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-20T21:36:50.0408334Z [3265/7973] 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-20T21:36:50.0724377Z [3266/7973] 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-20T21:36:50.0742954Z [3267/7973] 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-20T21:36:50.1360506Z [3268/7973] 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-20T21:36:50.1409156Z [3269/7973] 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-20T21:36:50.1501702Z [3270/7973] 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-20T21:36:50.1514760Z [3271/7973] 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-20T21:36:50.1573130Z [3272/7973] 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-20T21:36:50.1594527Z [3273/7973] 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-20T21:36:50.1844283Z [3274/7973] 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-20T21:36:50.2009005Z [3275/7973] 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-20T21:36:50.2406420Z [3276/7973] 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-20T21:36:50.2471348Z [3277/7973] 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-20T21:36:50.2574618Z [3278/7973] 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-20T21:36:50.2586273Z [3279/7973] 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-20T21:36:50.2635568Z [3280/7973] 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-20T21:36:50.2770563Z [3281/7973] 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-20T21:36:50.2936660Z [3282/7973] 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-20T21:36:50.3150534Z [3283/7973] 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-20T21:36:50.3314951Z [3284/7973] 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-20T21:36:50.3604894Z [3285/7973] 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-20T21:36:50.3768100Z [3286/7973] 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-20T21:36:50.3821163Z [3287/7973] 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-20T21:36:50.3833479Z [3288/7973] 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-20T21:36:50.3953282Z [3289/7973] 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-20T21:36:50.4032211Z [3290/7973] 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-20T21:36:50.4224677Z [3291/7973] 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-20T21:36:50.4705936Z [3292/7973] 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-20T21:36:50.5046996Z [3293/7973] 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-20T21:36:50.5059632Z [3294/7973] 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-20T21:36:50.5108517Z [3295/7973] 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-20T21:36:50.5157860Z [3296/7973] 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-20T21:36:50.5172395Z [3297/7973] 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-20T21:36:50.5263860Z [3298/7973] 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-20T21:36:50.5364059Z [3299/7973] 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-20T21:36:50.5646443Z [3300/7973] 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-20T21:36:50.6004408Z [3301/7973] 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-20T21:36:50.6052692Z [3302/7973] 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-20T21:36:50.6113100Z [3303/7973] 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-20T21:36:50.6186750Z [3304/7973] 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-20T21:36:50.6457807Z [3305/7973] 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-20T21:36:50.6805916Z [3306/7973] 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-20T21:36:50.6858675Z [3307/7973] 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-20T21:36:50.7030110Z [3308/7973] 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-20T21:36:50.7179574Z [3309/7973] 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-20T21:36:50.7235961Z [3310/7973] 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-20T21:36:50.7410904Z [3311/7973] 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-20T21:36:50.7426665Z [3312/7973] 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-20T21:36:50.7809990Z [3313/7973] 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-20T21:36:50.7987988Z [3314/7973] 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-20T21:36:50.8425376Z [3315/7973] 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-20T21:36:50.8514782Z [3316/7973] 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-20T21:36:50.8530101Z [3317/7973] 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-20T21:36:50.8587497Z [3318/7973] 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-20T21:36:50.8826817Z [3319/7973] 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-20T21:36:50.8921358Z [3320/7973] 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-20T21:36:50.8982982Z [3321/7973] 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-20T21:36:50.9088800Z [3322/7973] 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-20T21:36:50.9609718Z [3323/7973] 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-20T21:36:50.9671795Z [3324/7973] 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-20T21:36:50.9726137Z [3325/7973] 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-20T21:36:50.9738929Z [3326/7973] 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-20T21:36:50.9961404Z [3327/7973] 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-20T21:36:51.0153510Z [3328/7973] 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-20T21:36:51.0219587Z [3329/7973] 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-20T21:36:51.0655598Z [3330/7973] 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-20T21:36:51.0774478Z [3331/7973] 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-20T21:36:51.0823420Z [3332/7973] 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-20T21:36:51.0875081Z [3333/7973] 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-20T21:36:51.1068743Z [3334/7973] 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-20T21:36:51.1349088Z [3335/7973] 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-20T21:36:51.1365774Z [3336/7973] 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-20T21:36:51.1421096Z [3337/7973] 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-20T21:36:51.1844319Z [3338/7973] 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-20T21:36:51.1971406Z [3339/7973] 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-20T21:36:51.1983454Z [3340/7973] 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-20T21:36:51.2266802Z [3341/7973] 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-20T21:36:51.2428504Z [3342/7973] 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-20T21:36:51.2441767Z [3343/7973] 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-20T21:36:51.2458466Z [3344/7973] 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-20T21:36:51.2560746Z [3345/7973] 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-20T21:36:51.2998113Z [3346/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-3p8c-minmax-fma3-acc2.c.obj 2024-08-20T21:36:51.3012136Z [3347/7973] 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-20T21:36:51.3059322Z [3348/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-3p8c-minmax-fma3.c.obj 2024-08-20T21:36:51.3270468Z [3349/7973] 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-20T21:36:51.3357656Z [3350/7973] 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-20T21:36:51.3488772Z [3351/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-3p16c-minmax-fma3-acc2.c.obj 2024-08-20T21:36:51.3723258Z [3352/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-3p32c-minmax-fma3.c.obj 2024-08-20T21:36:51.3932689Z [3353/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-4p8c-minmax-fma3.c.obj 2024-08-20T21:36:51.3995458Z [3354/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-3p32c-minmax-fma3-acc2.c.obj 2024-08-20T21:36:51.4069542Z [3355/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-4p8c-minmax-fma3-acc2.c.obj 2024-08-20T21:36:51.4140517Z [3356/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-3p16c-minmax-fma3.c.obj 2024-08-20T21:36:51.4280209Z [3357/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-4p32c-minmax-fma3.c.obj 2024-08-20T21:36:51.4373265Z [3358/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-4p32c-minmax-fma3-acc2.c.obj 2024-08-20T21:36:51.4517098Z [3359/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-4p16c-minmax-fma3-acc2.c.obj 2024-08-20T21:36:51.4882400Z [3360/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-5f5m5l8c8s4r-minmax-fma3.c.obj 2024-08-20T21:36:51.5006586Z [3361/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-4p16c-minmax-fma3.c.obj 2024-08-20T21:36:51.5177033Z [3362/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-5f5m5l8c8s4r-minmax-fma3-acc2.c.obj 2024-08-20T21:36:51.5323990Z [3363/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-6f6m7l8c8s4r-minmax-fma3-acc2.c.obj 2024-08-20T21:36:51.5372879Z [3364/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-5f5m5l16c8s4r-minmax-fma3.c.obj 2024-08-20T21:36:51.5480395Z [3365/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-5f5m5l32c8s4r-minmax-fma3.c.obj 2024-08-20T21:36:51.5783675Z [3366/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-5f5m5l32c8s4r-minmax-fma3-acc2.c.obj 2024-08-20T21:36:51.5832816Z [3367/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-6f6m7l8c8s4r-minmax-fma3.c.obj 2024-08-20T21:36:51.6041325Z [3368/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-5f5m5l16c8s4r-minmax-fma3-acc2.c.obj 2024-08-20T21:36:51.6159130Z [3369/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-6f6m7l16c8s4r-minmax-fma3.c.obj 2024-08-20T21:36:51.6361128Z [3370/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-8f8m9l8c8s4r-minmax-fma3.c.obj 2024-08-20T21:36:51.6559918Z [3371/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-6f6m7l16c8s4r-minmax-fma3-acc2.c.obj 2024-08-20T21:36:51.6611439Z [3372/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-8f8m9l8c8s4r-minmax-fma3-acc2.c.obj 2024-08-20T21:36:51.6694378Z [3373/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-6f6m7l32c8s4r-minmax-fma3-acc2.c.obj 2024-08-20T21:36:51.6916240Z [3374/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-6f6m7l32c8s4r-minmax-fma3.c.obj 2024-08-20T21:36:51.7232226Z [3375/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-8f8m9l32c8s4r-minmax-fma3.c.obj 2024-08-20T21:36:51.7287328Z [3376/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-8f8m9l16c8s4r-minmax-fma3.c.obj 2024-08-20T21:36:51.7302192Z [3377/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-8f8m9l32c8s4r-minmax-fma3-acc2.c.obj 2024-08-20T21:36:51.7557487Z [3378/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-8f8m9l16c8s4r-minmax-fma3-acc2.c.obj 2024-08-20T21:36:51.7753558Z [3379/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-9p8c-minmax-fma3.c.obj 2024-08-20T21:36:51.7919148Z [3380/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-9p16c-minmax-fma3.c.obj 2024-08-20T21:36:51.7934907Z [3381/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-9p32c-minmax-fma3-acc2.c.obj 2024-08-20T21:36:51.7985436Z [3382/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-9p8c-minmax-fma3-acc2.c.obj 2024-08-20T21:36:51.8343853Z [3383/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-9p32c-minmax-fma3.c.obj 2024-08-20T21:36:51.8357414Z [3384/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-25p8c-minmax-fma3-acc2.c.obj 2024-08-20T21:36:51.8489037Z [3385/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-9p16c-minmax-fma3-acc2.c.obj 2024-08-20T21:36:51.8662446Z [3386/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-25p32c-minmax-fma3-acc2.c.obj 2024-08-20T21:36:51.8810127Z [3387/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-ibilinear\gen\f16-ibilinear-fma3-c8.c.obj 2024-08-20T21:36:51.8923414Z [3388/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-25p32c-minmax-fma3.c.obj 2024-08-20T21:36:51.8983886Z [3389/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-25p16c-minmax-fma3-acc2.c.obj 2024-08-20T21:36:51.9031894Z [3390/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-25p8c-minmax-fma3.c.obj 2024-08-20T21:36:51.9156212Z [3391/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-ibilinear\gen\f16-ibilinear-fma3-c16.c.obj 2024-08-20T21:36:51.9393576Z [3392/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-25p16c-minmax-fma3.c.obj 2024-08-20T21:36:51.9458148Z [3393/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vmulcaddc\gen\f16-vmulcaddc-c8-minmax-fma3-2x.c.obj 2024-08-20T21:36:51.9743017Z [3394/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vmulcaddc\gen\f16-vmulcaddc-c16-minmax-fma3-2x.c.obj 2024-08-20T21:36:51.9960121Z [3395/7973] 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-20T21:36:52.0026456Z [3396/7973] 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-20T21:36:52.0085860Z [3397/7973] 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-20T21:36:52.0166260Z [3398/7973] 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-20T21:36:52.0328059Z [3399/7973] 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-20T21:36:52.0535853Z [3400/7973] 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-20T21:36:52.0645931Z [3401/7973] 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-20T21:36:52.0824544Z [3402/7973] 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-20T21:36:52.0838243Z [3403/7973] 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-20T21:36:52.0951533Z [3404/7973] 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-20T21:36:52.1040123Z [3405/7973] 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-20T21:36:52.1244604Z [3406/7973] 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-20T21:36:52.1295425Z [3407/7973] 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-20T21:36:52.1504222Z [3408/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-polynomial-p19h9t2-u24.c.obj 2024-08-20T21:36:52.1611870Z [3409/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-polynomial-p19h9t2-u40.c.obj 2024-08-20T21:36:52.1820317Z [3410/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-polynomial-p19h9t2-u16.c.obj 2024-08-20T21:36:52.1905678Z [3411/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-polynomial-p19h9t2-u8.c.obj 2024-08-20T21:36:52.1958576Z [3412/7973] 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-20T21:36:52.2131616Z [3413/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-polynomial-p19h9t2-u32.c.obj 2024-08-20T21:36:52.2190711Z [3414/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-polynomial-p19h9t2-u80.c.obj 2024-08-20T21:36:52.2444921Z [3415/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-polynomial-p19h9t2-u72.c.obj 2024-08-20T21:36:52.2975737Z [3416/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p8c-minmax-fma3-acc2.c.obj 2024-08-20T21:36:52.3038888Z [3417/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p8c-minmax-fma3.c.obj 2024-08-20T21:36:52.3084269Z [3418/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p16c-minmax-fma3.c.obj 2024-08-20T21:36:52.3142895Z [3419/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-polynomial-p19h9t2-u64.c.obj 2024-08-20T21:36:52.3156435Z [3420/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-polynomial-p19h9t2-u56.c.obj 2024-08-20T21:36:52.3168940Z [3421/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-polynomial-p19h9t2-u48.c.obj 2024-08-20T21:36:52.3414481Z [3422/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p8c-minmax-fma3.c.obj 2024-08-20T21:36:52.3465291Z [3423/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p16c-minmax-fma3-acc2.c.obj 2024-08-20T21:36:52.4045227Z [3424/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p16c-minmax-fma3-acc2.c.obj 2024-08-20T21:36:52.4093564Z [3425/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p8c-minmax-fma3-acc2.c.obj 2024-08-20T21:36:52.4236498Z [3426/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l8c8s4r-minmax-fma3.c.obj 2024-08-20T21:36:52.4288835Z [3427/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p16c-minmax-fma3.c.obj 2024-08-20T21:36:52.4356225Z [3428/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c8s4r-minmax-fma3-acc2.c.obj 2024-08-20T21:36:52.4601758Z [3429/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l8c8s4r-minmax-fma3-acc2.c.obj 2024-08-20T21:36:52.4717609Z [3430/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-7f6m6l8c8s4r-minmax-fma3.c.obj 2024-08-20T21:36:52.4841963Z [3431/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c8s4r-minmax-fma3.c.obj 2024-08-20T21:36:52.5333656Z [3432/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-7f6m6l16c8s4r-minmax-fma3.c.obj 2024-08-20T21:36:52.5412348Z [3433/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-7f6m6l16c8s4r-minmax-fma3-acc2.c.obj 2024-08-20T21:36:52.5506723Z [3434/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l32c8s4r-minmax-fma3.c.obj 2024-08-20T21:36:52.5555612Z [3435/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l32c8s4r-minmax-fma3-acc2.c.obj 2024-08-20T21:36:52.5846149Z [3436/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p16c-minmax-fma3-acc2.c.obj 2024-08-20T21:36:52.5908172Z [3437/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p8c-minmax-fma3-acc2.c.obj 2024-08-20T21:36:52.6150143Z [3438/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-7f6m6l32c8s4r-minmax-fma3-acc2.c.obj 2024-08-20T21:36:52.6203793Z [3439/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-7f6m6l8c8s4r-minmax-fma3-acc2.c.obj 2024-08-20T21:36:52.6460722Z [3440/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p16c-minmax-fma3.c.obj 2024-08-20T21:36:52.6477280Z [3441/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-7f6m6l32c8s4r-minmax-fma3.c.obj 2024-08-20T21:36:52.6529883Z [3442/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p8c-minmax-fma3.c.obj 2024-08-20T21:36:52.6586945Z [3443/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p8c-minmax-fma3.c.obj 2024-08-20T21:36:52.6879988Z [3444/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p16c-minmax-fma3-acc2.c.obj 2024-08-20T21:36:52.6960534Z [3445/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p16c-minmax-fma3.c.obj 2024-08-20T21:36:52.7328878Z [3446/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x8-minmax-fma3-broadcast.c.obj 2024-08-20T21:36:52.7379791Z [3447/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x16-minmax-fma3-broadcast.c.obj 2024-08-20T21:36:52.7560988Z [3448/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x16-minmax-fma3-broadcast.c.obj 2024-08-20T21:36:52.7693051Z [3449/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x16s4-minmax-fma3-broadcast.c.obj 2024-08-20T21:36:52.7757631Z [3450/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-3x16-minmax-fma3-broadcast.c.obj 2024-08-20T21:36:52.7850447Z [3451/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p8c-minmax-fma3-acc2.c.obj 2024-08-20T21:36:52.7982429Z [3452/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x16s4-minmax-fma3-broadcast.c.obj 2024-08-20T21:36:52.8358676Z [3453/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-3x16s4-minmax-fma3-broadcast.c.obj 2024-08-20T21:36:52.8445920Z [3454/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x8-minmax-fma3-broadcast.c.obj 2024-08-20T21:36:52.8497660Z [3455/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x16s4-minmax-fma3-broadcast.c.obj 2024-08-20T21:36:52.8634004Z [3456/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x8-minmax-fma3-broadcast.c.obj 2024-08-20T21:36:52.8952561Z [3457/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x16s4-minmax-fma3-broadcast.c.obj 2024-08-20T21:36:52.9122633Z [3458/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x8-minmax-fma3-broadcast.c.obj 2024-08-20T21:36:52.9136638Z [3459/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x16-minmax-fma3-broadcast.c.obj 2024-08-20T21:36:52.9407043Z [3460/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-8x8-minmax-fma3-broadcast.c.obj 2024-08-20T21:36:52.9463070Z [3461/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x16-minmax-fma3-broadcast.c.obj 2024-08-20T21:36:52.9845742Z [3462/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-7x8-minmax-fma3-broadcast.c.obj 2024-08-20T21:36:52.9857948Z [3463/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x16-minmax-fma3-broadcast.c.obj 2024-08-20T21:36:52.9869587Z [3464/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x16s4-minmax-fma3-broadcast.c.obj 2024-08-20T21:36:52.9941643Z [3465/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x8-minmax-fma3-broadcast.c.obj 2024-08-20T21:36:53.0306477Z [3466/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-3x16-minmax-fma3-broadcast.c.obj 2024-08-20T21:36:53.0356636Z [3467/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x8-minmax-fma3-broadcast.c.obj 2024-08-20T21:36:53.0459672Z [3468/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x8-minmax-fma3-broadcast.c.obj 2024-08-20T21:36:53.0975451Z [3469/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-3x16s4-minmax-fma3-broadcast.c.obj 2024-08-20T21:36:53.0988718Z [3470/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x16-minmax-fma3-broadcast.c.obj 2024-08-20T21:36:53.1048210Z [3471/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x16s4-minmax-fma3-broadcast.c.obj 2024-08-20T21:36:53.1062794Z [3472/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x16s4-minmax-fma3-broadcast.c.obj 2024-08-20T21:36:53.1120691Z [3473/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x16-minmax-fma3-broadcast.c.obj 2024-08-20T21:36:53.1386957Z [3474/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-7x8-minmax-fma3-broadcast.c.obj 2024-08-20T21:36:53.1473593Z [3475/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x16s4-minmax-fma3-broadcast.c.obj 2024-08-20T21:36:53.1570290Z [3476/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x16-minmax-fma3-broadcast.c.obj 2024-08-20T21:36:53.2130646Z [3477/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-8x8-minmax-fma3-broadcast.c.obj 2024-08-20T21:36:53.2194878Z [3478/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x8-minmax-fma3-broadcast.c.obj 2024-08-20T21:36:53.2206795Z [3479/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x16-minmax-fma3-broadcast.c.obj 2024-08-20T21:36:53.2218443Z [3480/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x16s4-minmax-fma3-broadcast.c.obj 2024-08-20T21:36:53.2343854Z [3481/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-3x16s4-minmax-fma3-broadcast.c.obj 2024-08-20T21:36:53.2529030Z [3482/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-3x16-minmax-fma3-broadcast.c.obj 2024-08-20T21:36:53.2542556Z [3483/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x8-minmax-fma3-broadcast.c.obj 2024-08-20T21:36:53.2605374Z [3484/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x8-minmax-fma3-broadcast.c.obj 2024-08-20T21:36:53.3186318Z [3485/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x8-minmax-fma3-broadcast.c.obj 2024-08-20T21:36:53.3264926Z [3486/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x16-minmax-fma3-broadcast.c.obj 2024-08-20T21:36:53.3277311Z [3487/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x16s4-minmax-fma3-broadcast.c.obj 2024-08-20T21:36:53.3325529Z [3488/7973] 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-20T21:36:53.3416060Z [3489/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x16-minmax-fma3-broadcast.c.obj 2024-08-20T21:36:53.3509422Z [3490/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x16-minmax-fma3-broadcast.c.obj 2024-08-20T21:36:53.3560152Z [3491/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x8-minmax-fma3-broadcast.c.obj 2024-08-20T21:36:53.3653836Z [3492/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x16s4-minmax-fma3-broadcast.c.obj 2024-08-20T21:36:53.4342669Z [3493/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x16s4-minmax-fma3-broadcast.c.obj 2024-08-20T21:36:53.4356122Z [3494/7973] 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-20T21:36:53.4424801Z [3495/7973] 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-20T21:36:53.4733036Z [3496/7973] 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-20T21:36:53.4746857Z [3497/7973] 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-20T21:36:53.4793897Z [3498/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-8x8-minmax-fma3-broadcast.c.obj 2024-08-20T21:36:53.4969955Z [3499/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-7x8-minmax-fma3-broadcast.c.obj 2024-08-20T21:36:53.5369397Z [3500/7973] 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-20T21:36:53.5443507Z [3501/7973] 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-20T21:36:53.5492467Z [3502/7973] 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-20T21:36:53.5621125Z [3503/7973] 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-20T21:36:53.5825465Z [3504/7973] 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-20T21:36:53.5840713Z [3505/7973] 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-20T21:36:53.6074106Z [3506/7973] 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-20T21:36:53.6356850Z [3507/7973] 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-20T21:36:53.6443171Z [3508/7973] 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-20T21:36:53.6598994Z [3509/7973] 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-20T21:36:53.6705654Z [3510/7973] 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-20T21:36:53.6722138Z [3511/7973] 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-20T21:36:53.6811223Z [3512/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-fma3-u8.c.obj 2024-08-20T21:36:53.6969737Z [3513/7973] 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-20T21:36:53.6982798Z [3514/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-fma3-u16.c.obj 2024-08-20T21:36:53.7411945Z [3515/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-fma3-rsqrt-u32.c.obj 2024-08-20T21:36:53.7547490Z [3516/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-fma3-rsqrt-u16.c.obj 2024-08-20T21:36:53.7594745Z [3517/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-fma3-rsqrt-u8.c.obj 2024-08-20T21:36:53.7725144Z [3518/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-3x16-minmax-avx2-broadcast.c.obj 2024-08-20T21:36:53.7784818Z [3519/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-4x16-minmax-avx2-broadcast.c.obj 2024-08-20T21:36:53.7799508Z [3520/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-1x8-minmax-avx2-broadcast.c.obj 2024-08-20T21:36:53.7934885Z [3521/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-1x16-minmax-avx2-broadcast.c.obj 2024-08-20T21:36:53.7952544Z [3522/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-4x8-minmax-avx2-broadcast.c.obj 2024-08-20T21:36:53.8536344Z [3523/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-fma3-nr1fma1adj-u8.c.obj 2024-08-20T21:36:53.8580685Z [3524/7973] 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-20T21:36:53.8713052Z [3525/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-fma3-nr1fma1adj-u16.c.obj 2024-08-20T21:36:53.8727357Z [3526/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-fma3-nr1fma1adj-u32.c.obj 2024-08-20T21:36:53.8772124Z [3527/7973] 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-20T21:36:53.8884966Z [3528/7973] 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-20T21:36:53.8902744Z [3529/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-5x8-minmax-avx2-broadcast.c.obj 2024-08-20T21:36:53.9485202Z [3530/7973] 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-20T21:36:53.9533126Z [3531/7973] 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-20T21:36:53.9653692Z [3532/7973] 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-20T21:36:53.9750353Z [3533/7973] 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-20T21:36:53.9931152Z [3534/7973] 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-20T21:36:54.0072599Z [3535/7973] 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-20T21:36:54.0133341Z [3536/7973] 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-20T21:36:54.0184972Z [3537/7973] 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-20T21:36:54.0427295Z [3538/7973] 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-20T21:36:54.0439266Z [3539/7973] 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-20T21:36:54.0502493Z [3540/7973] 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-20T21:36:54.0651113Z [3541/7973] 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-20T21:36:54.1047642Z [3542/7973] 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-20T21:36:54.1121693Z [3543/7973] 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-20T21:36:54.1182178Z [3544/7973] 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-20T21:36:54.1334124Z [3545/7973] 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-20T21:36:54.1378699Z [3546/7973] 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-20T21:36:54.1426392Z [3547/7973] 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-20T21:36:54.1477571Z [3548/7973] 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-20T21:36:54.1532793Z [3549/7973] 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-20T21:36:54.1989858Z [3550/7973] 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-20T21:36:54.2083747Z [3551/7973] 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-20T21:36:54.2145388Z [3552/7973] 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-20T21:36:54.2333027Z [3553/7973] 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-20T21:36:54.2380202Z [3554/7973] 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-20T21:36:54.2450312Z [3555/7973] 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-20T21:36:54.2461648Z [3556/7973] 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-20T21:36:54.2509926Z [3557/7973] 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-20T21:36:54.2960010Z [3558/7973] 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-20T21:36:54.3023609Z [3559/7973] 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-20T21:36:54.3123388Z [3560/7973] 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-20T21:36:54.3271687Z [3561/7973] 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-20T21:36:54.3457471Z [3562/7973] 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-20T21:36:54.3469724Z [3563/7973] 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-20T21:36:54.3520448Z [3564/7973] 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-20T21:36:54.3533581Z [3565/7973] 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-20T21:36:54.3962075Z [3566/7973] 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-20T21:36:54.4090447Z [3567/7973] 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-20T21:36:54.4179154Z [3568/7973] 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-20T21:36:54.4227679Z [3569/7973] 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-20T21:36:54.4389279Z [3570/7973] 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-20T21:36:54.4459042Z [3571/7973] 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-20T21:36:54.4509963Z [3572/7973] 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-20T21:36:54.4526684Z [3573/7973] 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-20T21:36:54.4930961Z [3574/7973] 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-20T21:36:54.5116536Z [3575/7973] 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-20T21:36:54.5185910Z [3576/7973] 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-20T21:36:54.5286001Z [3577/7973] 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-20T21:36:54.5349666Z [3578/7973] 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-20T21:36:54.5397066Z [3579/7973] 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-20T21:36:54.5498242Z [3580/7973] 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-20T21:36:54.5513747Z [3581/7973] 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-20T21:36:54.5840575Z [3582/7973] 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-20T21:36:54.6102403Z [3583/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sqrt-fma3-nr1fma.c.obj 2024-08-20T21:36:54.6206725Z [3584/7973] 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-20T21:36:54.6294049Z [3585/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sqrt-fma3-nr1fma1adj.c.obj 2024-08-20T21:36:54.6309744Z [3586/7973] 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-20T21:36:54.6417868Z [3587/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sqrt-fma3-nr2fma.c.obj 2024-08-20T21:36:54.6473289Z [3588/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f16-tanh-fma3-expm1minus-rr1-p3h2ts-rcp.c.obj 2024-08-20T21:36:54.6526541Z [3589/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f16-tanh-fma3-polynomial-p19h9t2.c.obj 2024-08-20T21:36:54.6756885Z [3590/7973] 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-20T21:36:54.7041231Z [3591/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f16-tanh-fma3-expm1minus-rr1-p3h2ts-div.c.obj 2024-08-20T21:36:54.7160677Z [3592/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f16-tanh-fma3-polynomial-p17h8t2.c.obj 2024-08-20T21:36:54.7263169Z [3593/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma3-expm1minus-rr1-p6h5ts-div.c.obj 2024-08-20T21:36:54.7317252Z [3594/7973] 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-20T21:36:54.7388684Z [3595/7973] 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-20T21:36:54.7456799Z [3596/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma3-expm1minus-rr1-p6h5ts-nr1.c.obj 2024-08-20T21:36:54.7471177Z [3597/7973] 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-20T21:36:54.7825600Z [3598/7973] 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-20T21:36:54.8208157Z [3599/7973] 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-20T21:36:54.8361205Z [3600/7973] 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-20T21:36:54.8435966Z [3601/7973] 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-20T21:36:54.8447798Z [3602/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-fma3-expm1minus-rr1-p6h5ts-nr1adj.c.obj 2024-08-20T21:36:54.8501690Z [3603/7973] 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-20T21:36:54.8580473Z [3604/7973] 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-20T21:36:54.8637079Z [3605/7973] 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-20T21:36:54.8992872Z [3606/7973] 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-20T21:36:54.9333533Z [3607/7973] 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-20T21:36:54.9496767Z [3608/7973] 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-20T21:36:54.9551355Z [3609/7973] 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-20T21:36:54.9609696Z [3610/7973] 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-20T21:36:54.9667070Z [3611/7973] 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-20T21:36:54.9683164Z [3612/7973] 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-20T21:36:54.9697669Z [3613/7973] 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-20T21:36:55.0027984Z [3614/7973] 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-20T21:36:55.0356370Z [3615/7973] 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-20T21:36:55.0606575Z [3616/7973] 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-20T21:36:55.0771239Z [3617/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-1x8-minmax-avx2-broadcast.c.obj 2024-08-20T21:36:55.0872765Z [3618/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-4x8-minmax-avx2-broadcast.c.obj 2024-08-20T21:36:55.0942786Z [3619/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-3x16-minmax-avx2-broadcast.c.obj 2024-08-20T21:36:55.1082205Z [3620/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-6x8-minmax-avx2-broadcast.c.obj 2024-08-20T21:36:55.1212272Z [3621/7973] 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-20T21:36:55.1418025Z [3622/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-4x16-minmax-avx2-broadcast.c.obj 2024-08-20T21:36:55.1466498Z [3623/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-1x16-minmax-avx2-broadcast.c.obj 2024-08-20T21:36:55.1628011Z [3624/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-7x8-minmax-avx2-broadcast.c.obj 2024-08-20T21:36:55.1813956Z [3625/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-5x8-minmax-avx2-broadcast.c.obj 2024-08-20T21:36:55.1860381Z [3626/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-pavgpool\f16-pavgpool-9x-minmax-avx2-c8.c.obj 2024-08-20T21:36:55.2040681Z [3627/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-5x16-minmax-avx2-broadcast.c.obj 2024-08-20T21:36:55.2093357Z [3628/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-5x16-minmax-avx2-broadcast.c.obj 2024-08-20T21:36:55.2242397Z [3629/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-6x8-minmax-avx2-broadcast.c.obj 2024-08-20T21:36:55.2333449Z [3630/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-pavgpool\f16-pavgpool-9p8x-minmax-avx2-c8.c.obj 2024-08-20T21:36:55.2469449Z [3631/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-7x8-minmax-avx2-broadcast.c.obj 2024-08-20T21:36:55.2635606Z [3632/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u40.c.obj 2024-08-20T21:36:55.2649540Z [3633/7973] 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-20T21:36:55.2699591Z [3634/7973] 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-20T21:36:55.2870029Z [3635/7973] 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-20T21:36:55.3071870Z [3636/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u32.c.obj 2024-08-20T21:36:55.3266428Z [3637/7973] 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-20T21:36:55.3358202Z [3638/7973] 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-20T21:36:55.3406699Z [3639/7973] 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-20T21:36:55.3452822Z [3640/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u48.c.obj 2024-08-20T21:36:55.3549204Z [3641/7973] 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-20T21:36:55.3637587Z [3642/7973] 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-20T21:36:55.3687359Z [3643/7973] 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-20T21:36:55.3874046Z [3644/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u72.c.obj 2024-08-20T21:36:55.4262628Z [3645/7973] 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-20T21:36:55.4313491Z [3646/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u64.c.obj 2024-08-20T21:36:55.4443128Z [3647/7973] 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-20T21:36:55.4564398Z [3648/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u96.c.obj 2024-08-20T21:36:55.4580880Z [3649/7973] 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-20T21:36:55.4594815Z [3650/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-velu\gen\f16-velu-avx2-rr1-p3-u8.c.obj 2024-08-20T21:36:55.4656200Z [3651/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u80.c.obj 2024-08-20T21:36:55.4670092Z [3652/7973] 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-20T21:36:55.5307463Z [3653/7973] 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-20T21:36:55.5321639Z [3654/7973] 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-20T21:36:55.5375135Z [3655/7973] 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-20T21:36:55.5515043Z [3656/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-velu\gen\f16-velu-avx2-rr1-p3-u16.c.obj 2024-08-20T21:36:55.5596296Z [3657/7973] 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-20T21:36:55.5607822Z [3658/7973] 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-20T21:36:55.5702450Z [3659/7973] 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-20T21:36:55.5874445Z [3660/7973] 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-20T21:36:55.6255341Z [3661/7973] 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-20T21:36:55.6268327Z [3662/7973] 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-20T21:36:55.6398963Z [3663/7973] 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-20T21:36:55.6413712Z [3664/7973] 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-20T21:36:55.6523749Z [3665/7973] 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-20T21:36:55.6569532Z [3666/7973] 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-20T21:36:55.6623777Z [3667/7973] 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-20T21:36:55.6829575Z [3668/7973] 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-20T21:36:55.9112204Z [3669/7973] 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-20T21:36:55.9123973Z [3670/7973] 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-20T21:36:55.9184427Z [3671/7973] 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-20T21:36:55.9195922Z [3672/7973] 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-20T21:36:55.9207360Z [3673/7973] 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-20T21:36:55.9219719Z [3674/7973] 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-20T21:36:55.9233336Z [3675/7973] 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-20T21:36:55.9246350Z [3676/7973] 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-20T21:36:56.0180968Z [3677/7973] 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-20T21:36:56.0229592Z [3678/7973] 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-20T21:36:56.0244358Z [3679/7973] 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-20T21:36:56.0327752Z [3680/7973] 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-20T21:36:56.0370054Z [3681/7973] 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-20T21:36:56.0435320Z [3682/7973] 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-20T21:36:56.0529535Z [3683/7973] 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-20T21:36:56.0544098Z [3684/7973] 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-20T21:36:56.1119554Z [3685/7973] 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-20T21:36:56.1207109Z [3686/7973] 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-20T21:36:56.1266174Z [3687/7973] 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-20T21:36:56.1513643Z [3688/7973] 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-20T21:36:56.1524578Z [3689/7973] 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-20T21:36:56.1635526Z [3690/7973] 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-20T21:36:56.1764040Z [3691/7973] 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-20T21:36:56.1901781Z [3692/7973] 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-20T21:36:56.2332617Z [3693/7973] 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-20T21:36:56.2348654Z [3694/7973] 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-20T21:36:56.2711296Z [3695/7973] 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-20T21:36:56.2723893Z [3696/7973] 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-20T21:36:56.2816834Z [3697/7973] 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-20T21:36:56.2829017Z [3698/7973] 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-20T21:36:56.2877515Z [3699/7973] 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-20T21:36:56.2932007Z [3700/7973] 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-20T21:36:56.3499354Z [3701/7973] 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-20T21:36:56.3513179Z [3702/7973] 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-20T21:36:56.3850775Z [3703/7973] 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-20T21:36:56.3893261Z [3704/7973] 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-20T21:36:56.3955865Z [3705/7973] 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-20T21:36:56.5698848Z [3706/7973] 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-20T21:36:56.5713639Z [3707/7973] 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-20T21:36:56.5725228Z [3708/7973] 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-20T21:36:56.5737409Z [3709/7973] 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-20T21:36:56.5750484Z [3710/7973] 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-20T21:36:56.5762733Z [3711/7973] 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-20T21:36:56.5776832Z [3712/7973] 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-20T21:36:56.6692234Z [3713/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx2-u64.c.obj 2024-08-20T21:36:56.6705305Z [3714/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx2-u32.c.obj 2024-08-20T21:36:56.6716965Z [3715/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx2-u16.c.obj 2024-08-20T21:36:56.6808446Z [3716/7973] 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-20T21:36:56.6926930Z [3717/7973] 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-20T21:36:56.6939893Z [3718/7973] 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-20T21:36:56.6991567Z [3719/7973] 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-20T21:36:56.7050844Z [3720/7973] 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-20T21:36:56.7571240Z [3721/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx2-u16.c.obj 2024-08-20T21:36:56.7619882Z [3722/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx2-u48.c.obj 2024-08-20T21:36:56.7816854Z [3723/7973] 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-20T21:36:56.7864881Z [3724/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u64-acc4.c.obj 2024-08-20T21:36:56.7878944Z [3725/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx2-u48.c.obj 2024-08-20T21:36:56.7960699Z [3726/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u64-acc2.c.obj 2024-08-20T21:36:56.8054173Z [3727/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx2-u64.c.obj 2024-08-20T21:36:56.8106310Z [3728/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx2-u32.c.obj 2024-08-20T21:36:56.8343146Z [3729/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u64.c.obj 2024-08-20T21:36:56.8586962Z [3730/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u72-acc3.c.obj 2024-08-20T21:36:56.8597820Z [3731/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u80-acc2.c.obj 2024-08-20T21:36:56.8651848Z [3732/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u72.c.obj 2024-08-20T21:36:56.8721922Z [3733/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u80-acc5.c.obj 2024-08-20T21:36:56.8772653Z [3734/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u96.c.obj 2024-08-20T21:36:56.8904282Z [3735/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u64-acc2.c.obj 2024-08-20T21:36:56.8917720Z [3736/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u96-acc6.c.obj 2024-08-20T21:36:56.9070320Z [3737/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u96-acc3.c.obj 2024-08-20T21:36:56.9380314Z [3738/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u96-acc2.c.obj 2024-08-20T21:36:56.9432138Z [3739/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u80.c.obj 2024-08-20T21:36:56.9486092Z [3740/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u80-acc2.c.obj 2024-08-20T21:36:56.9609288Z [3741/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u72.c.obj 2024-08-20T21:36:56.9622371Z [3742/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u80-acc5.c.obj 2024-08-20T21:36:56.9716593Z [3743/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u64.c.obj 2024-08-20T21:36:56.9767456Z [3744/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u64-acc4.c.obj 2024-08-20T21:36:57.0008031Z [3745/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u72-acc3.c.obj 2024-08-20T21:36:57.0171612Z [3746/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u96-acc2.c.obj 2024-08-20T21:36:57.0238464Z [3747/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u96.c.obj 2024-08-20T21:36:57.0252557Z [3748/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u96-acc3.c.obj 2024-08-20T21:36:57.0437666Z [3749/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u96-acc6.c.obj 2024-08-20T21:36:57.0481860Z [3750/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u80.c.obj 2024-08-20T21:36:57.0765043Z [3751/7973] 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-20T21:36:57.0785260Z [3752/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u64.c.obj 2024-08-20T21:36:57.1026110Z [3753/7973] 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-20T21:36:57.1037792Z [3754/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u72.c.obj 2024-08-20T21:36:57.1309141Z [3755/7973] 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-20T21:36:57.1324069Z [3756/7973] 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-20T21:36:57.1418390Z [3757/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u80.c.obj 2024-08-20T21:36:57.1620987Z [3758/7973] 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-20T21:36:57.1633820Z [3759/7973] 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-20T21:36:57.1894335Z [3760/7973] 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-20T21:36:57.1988369Z [3761/7973] 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-20T21:36:57.2198256Z [3762/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u96.c.obj 2024-08-20T21:36:57.2255209Z [3763/7973] 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-20T21:36:57.2327191Z [3764/7973] 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-20T21:36:57.2370428Z [3765/7973] 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-20T21:36:57.2546177Z [3766/7973] 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-20T21:36:57.2811464Z [3767/7973] 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-20T21:36:57.2826970Z [3768/7973] 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-20T21:36:57.2895474Z [3769/7973] 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-20T21:36:57.3253143Z [3770/7973] 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-20T21:36:57.3267132Z [3771/7973] 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-20T21:36:57.3336601Z [3772/7973] 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-20T21:36:57.3435539Z [3773/7973] 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-20T21:36:57.3483203Z [3774/7973] 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-20T21:36:57.3658051Z [3775/7973] 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-20T21:36:57.3706126Z [3776/7973] 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-20T21:36:57.3926674Z [3777/7973] 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-20T21:36:57.4243947Z [3778/7973] 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-20T21:36:57.4293023Z [3779/7973] 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-20T21:36:57.4342507Z [3780/7973] 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-20T21:36:57.4449508Z [3781/7973] 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-20T21:36:57.4495732Z [3782/7973] 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-20T21:36:57.4625472Z [3783/7973] 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-20T21:36:57.4751650Z [3784/7973] 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-20T21:36:57.4806302Z [3785/7973] 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-20T21:36:57.5204639Z [3786/7973] 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-20T21:36:57.5310734Z [3787/7973] 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-20T21:36:57.5354421Z [3788/7973] 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-20T21:36:57.5469941Z [3789/7973] 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-20T21:36:57.5539025Z [3790/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-p6-u8.c.obj 2024-08-20T21:36:57.5718710Z [3791/7973] 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-20T21:36:57.5930908Z [3792/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-p6-u24.c.obj 2024-08-20T21:36:57.6030737Z [3793/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-p6-u32.c.obj 2024-08-20T21:36:57.6188541Z [3794/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-p6-u16.c.obj 2024-08-20T21:36:57.6201928Z [3795/7973] 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-20T21:36:57.6253537Z [3796/7973] 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-20T21:36:57.6425954Z [3797/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-p6-u64.c.obj 2024-08-20T21:36:57.6448131Z [3798/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-p6-u40.c.obj 2024-08-20T21:36:57.6675633Z [3799/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-p6-u72.c.obj 2024-08-20T21:36:57.6986691Z [3800/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-p6-u56.c.obj 2024-08-20T21:36:57.7073063Z [3801/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u8.c.obj 2024-08-20T21:36:57.7184927Z [3802/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u16.c.obj 2024-08-20T21:36:57.7226865Z [3803/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u32.c.obj 2024-08-20T21:36:57.7385802Z [3804/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u24.c.obj 2024-08-20T21:36:57.7456627Z [3805/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-p6-u48.c.obj 2024-08-20T21:36:57.7470691Z [3806/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u40.c.obj 2024-08-20T21:36:57.7704849Z [3807/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-p6-u80.c.obj 2024-08-20T21:36:57.7881072Z [3808/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u56.c.obj 2024-08-20T21:36:57.7945231Z [3809/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u64.c.obj 2024-08-20T21:36:57.7999749Z [3810/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u48.c.obj 2024-08-20T21:36:57.8250777Z [3811/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u72.c.obj 2024-08-20T21:36:57.8403752Z [3812/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u80.c.obj 2024-08-20T21:36:57.8475705Z [3813/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u8.c.obj 2024-08-20T21:36:57.8552725Z [3814/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u24.c.obj 2024-08-20T21:36:57.8618450Z [3815/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u32.c.obj 2024-08-20T21:36:57.8689690Z [3816/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u96.c.obj 2024-08-20T21:36:57.8751515Z [3817/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u16.c.obj 2024-08-20T21:36:57.8799753Z [3818/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u88.c.obj 2024-08-20T21:36:57.9056376Z [3819/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u40.c.obj 2024-08-20T21:36:57.9147072Z [3820/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u72.c.obj 2024-08-20T21:36:57.9274282Z [3821/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u64.c.obj 2024-08-20T21:36:57.9323742Z [3822/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u56.c.obj 2024-08-20T21:36:57.9721945Z [3823/7973] 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-20T21:36:57.9737743Z [3824/7973] 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-20T21:36:57.9786942Z [3825/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u48.c.obj 2024-08-20T21:36:57.9802890Z [3826/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u80.c.obj 2024-08-20T21:36:57.9875825Z [3827/7973] 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-20T21:36:57.9926351Z [3828/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u88.c.obj 2024-08-20T21:36:58.0089582Z [3829/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u96.c.obj 2024-08-20T21:36:58.0191428Z [3830/7973] 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-20T21:36:58.0700204Z [3831/7973] 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-20T21:36:58.0762536Z [3832/7973] 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-20T21:36:58.0819860Z [3833/7973] 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-20T21:36:58.0832207Z [3834/7973] 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-20T21:36:58.0878136Z [3835/7973] 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-20T21:36:58.0934401Z [3836/7973] 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-20T21:36:58.1103628Z [3837/7973] 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-20T21:36:58.1118910Z [3838/7973] 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-20T21:36:58.1755596Z [3839/7973] 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-20T21:36:58.1777030Z [3840/7973] 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-20T21:36:58.1845977Z [3841/7973] 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-20T21:36:58.1858057Z [3842/7973] 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-20T21:36:58.1903576Z [3843/7973] 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-20T21:36:58.1916891Z [3844/7973] 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-20T21:36:58.2111634Z [3845/7973] 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-20T21:36:58.2130451Z [3846/7973] 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-20T21:36:58.2755482Z [3847/7973] 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-20T21:36:58.2767422Z [3848/7973] 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-20T21:36:58.2896384Z [3849/7973] 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-20T21:36:58.2908244Z [3850/7973] 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-20T21:36:58.2953330Z [3851/7973] 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-20T21:36:58.3031414Z [3852/7973] 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-20T21:36:58.3046993Z [3853/7973] 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-20T21:36:58.3105441Z [3854/7973] 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-20T21:36:58.3810243Z [3855/7973] 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-20T21:36:58.3895471Z [3856/7973] 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-20T21:36:58.3940903Z [3857/7973] 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-20T21:36:58.3954145Z [3858/7973] 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-20T21:36:58.4011871Z [3859/7973] 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-20T21:36:58.4024046Z [3860/7973] 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-20T21:36:58.4169313Z [3861/7973] 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-20T21:36:58.4311709Z [3862/7973] 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-20T21:36:58.4903113Z [3863/7973] 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-20T21:36:58.5052359Z [3864/7973] 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-20T21:36:58.5110173Z [3865/7973] 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-20T21:36:58.5241247Z [3866/7973] 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-20T21:36:58.5289130Z [3867/7973] 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-20T21:36:58.5343507Z [3868/7973] 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-20T21:36:58.5427917Z [3869/7973] 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-20T21:36:58.5786617Z [3870/7973] 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-20T21:36:58.6019086Z [3871/7973] 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-20T21:36:58.6115887Z [3872/7973] 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-20T21:36:58.6295161Z [3873/7973] 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-20T21:36:58.6451985Z [3874/7973] 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-20T21:36:58.6526834Z [3875/7973] 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-20T21:36:58.6630228Z [3876/7973] 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-20T21:36:58.6808723Z [3877/7973] 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-20T21:36:58.6938228Z [3878/7973] 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-20T21:36:58.7031857Z [3879/7973] 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-20T21:36:58.7108855Z [3880/7973] 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-20T21:36:58.7367594Z [3881/7973] 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-20T21:36:58.7459260Z [3882/7973] 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-20T21:36:58.7725736Z [3883/7973] 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-20T21:36:58.7820012Z [3884/7973] 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-20T21:36:58.7872363Z [3885/7973] 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-20T21:36:58.7961002Z [3886/7973] 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-20T21:36:58.8010039Z [3887/7973] 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-20T21:36:58.8147556Z [3888/7973] 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-20T21:36:58.8298179Z [3889/7973] 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-20T21:36:58.8378065Z [3890/7973] 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-20T21:36:58.8812482Z [3891/7973] 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-20T21:36:58.8864421Z [3892/7973] 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-20T21:36:58.8875833Z [3893/7973] 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-20T21:36:58.8889433Z [3894/7973] 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-20T21:36:58.8951503Z [3895/7973] 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-20T21:36:58.9127320Z [3896/7973] 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-20T21:36:58.9175617Z [3897/7973] 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-20T21:36:58.9256345Z [3898/7973] 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-20T21:36:58.9858882Z [3899/7973] 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-20T21:36:58.9875498Z [3900/7973] 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-20T21:36:58.9933374Z [3901/7973] 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-20T21:36:58.9948984Z [3902/7973] 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-20T21:36:59.0081197Z [3903/7973] 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-20T21:36:59.0095100Z [3904/7973] 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-20T21:36:59.0142526Z [3905/7973] 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-20T21:36:59.0192506Z [3906/7973] 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-20T21:36:59.0798729Z [3907/7973] 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-20T21:36:59.0901598Z [3908/7973] 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-20T21:36:59.0913253Z [3909/7973] 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-20T21:36:59.0958379Z [3910/7973] 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-20T21:36:59.1072187Z [3911/7973] 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-20T21:36:59.1142465Z [3912/7973] 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-20T21:36:59.1206650Z [3913/7973] 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-20T21:36:59.1295067Z [3914/7973] 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-20T21:36:59.1816358Z [3915/7973] 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-20T21:36:59.1868557Z [3916/7973] 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-20T21:36:59.1883373Z [3917/7973] 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-20T21:36:59.2074823Z [3918/7973] 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-20T21:36:59.2136628Z [3919/7973] 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-20T21:36:59.2226222Z [3920/7973] 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-20T21:36:59.2273658Z [3921/7973] 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-20T21:36:59.2630368Z [3922/7973] 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-20T21:36:59.2746119Z [3923/7973] 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-20T21:36:59.2793487Z [3924/7973] 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-20T21:36:59.2880399Z [3925/7973] 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-20T21:36:59.3035409Z [3926/7973] 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-20T21:36:59.3088165Z [3927/7973] 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-20T21:36:59.3237117Z [3928/7973] 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-20T21:36:59.3253893Z [3929/7973] 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-20T21:36:59.3553133Z [3930/7973] 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-20T21:36:59.3665773Z [3931/7973] 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-20T21:36:59.3801106Z [3932/7973] 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-20T21:36:59.3956882Z [3933/7973] 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-20T21:36:59.4041578Z [3934/7973] 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-20T21:36:59.4091629Z [3935/7973] 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-20T21:36:59.4145700Z [3936/7973] 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-20T21:36:59.4192940Z [3937/7973] 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-20T21:36:59.4527017Z [3938/7973] 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-20T21:36:59.4610359Z [3939/7973] 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-20T21:36:59.4706400Z [3940/7973] 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-20T21:36:59.4946587Z [3941/7973] 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-20T21:36:59.5002657Z [3942/7973] 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-20T21:36:59.5055330Z [3943/7973] 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-20T21:36:59.5135024Z [3944/7973] 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-20T21:36:59.5318724Z [3945/7973] 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-20T21:36:59.5449713Z [3946/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f16-expm1minus-avx2-rr1-p2.c.obj 2024-08-20T21:36:59.5501749Z [3947/7973] 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-20T21:36:59.5579767Z [3948/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f16-expm1minus-avx2-rr1-p3.c.obj 2024-08-20T21:36:59.6002947Z [3949/7973] 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-20T21:36:59.6098802Z [3950/7973] 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-20T21:36:59.6170719Z [3951/7973] 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-20T21:36:59.6186924Z [3952/7973] 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-20T21:36:59.6418701Z [3953/7973] 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-20T21:36:59.6429779Z [3954/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f16-expminus-avx2-rr1-p3.c.obj 2024-08-20T21:36:59.6501913Z [3955/7973] 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-20T21:36:59.6884580Z [3956/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f16-sigmoid-avx2-rr1-p3-div.c.obj 2024-08-20T21:36:59.6936008Z [3957/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f16-sigmoid-avx2-rr1-p2-rcp.c.obj 2024-08-20T21:36:59.6989313Z [3958/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f16-sigmoid-avx2-rr1-p2-div.c.obj 2024-08-20T21:36:59.7074578Z [3959/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f16-expminus-avx2-rr1-p2.c.obj 2024-08-20T21:36:59.7114978Z [3960/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-exp-avx2-rr2-lut8-p4-perm.c.obj 2024-08-20T21:36:59.7277916Z [3961/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-expm1minus-avx2-rr1-lut4-p4-perm.c.obj 2024-08-20T21:36:59.7291096Z [3962/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-exp-avx2-rr2-lut8-p3-perm.c.obj 2024-08-20T21:36:59.7558829Z [3963/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-exp-avx2-rr2-p5.c.obj 2024-08-20T21:36:59.7713091Z [3964/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f16-sigmoid-avx2-rr1-p3-rcp.c.obj 2024-08-20T21:36:59.7758480Z [3965/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-expminus-avx2-rr2-p5.c.obj 2024-08-20T21:36:59.7818734Z [3966/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-expm1minus-avx2-rr1-lut8-p4-perm.c.obj 2024-08-20T21:36:59.7946481Z [3967/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-expminus-avx2-rr1-p5.c.obj 2024-08-20T21:36:59.7993718Z [3968/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-expm1minus-avx2-rr1-p6.c.obj 2024-08-20T21:36:59.8114172Z [3969/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx2-rr1-lut64-p2-gather-div.c.obj 2024-08-20T21:36:59.8241680Z [3970/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-expm1minus-avx2-rr1-lut16-p3-gather.c.obj 2024-08-20T21:36:59.8387634Z [3971/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-extexp-avx2-p5.c.obj 2024-08-20T21:36:59.8556333Z [3972/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx2-rr1-lut64-p2-gather-nr2fma1adj.c.obj 2024-08-20T21:36:59.8608483Z [3973/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx2-rr1-lut64-p2-gather-nr1fma.c.obj 2024-08-20T21:36:59.8657810Z [3974/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx2-rr1-lut64-p2-gather-nr2fma.c.obj 2024-08-20T21:36:59.8773812Z [3975/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx2-rr1-p5-div.c.obj 2024-08-20T21:36:59.8953166Z [3976/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx2-rr2-lut64-p2-gather-div.c.obj 2024-08-20T21:36:59.9021162Z [3977/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx2-rr1-p5-nr1fma.c.obj 2024-08-20T21:36:59.9090629Z [3978/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx2-rr2-lut64-p2-gather-nr1fma.c.obj 2024-08-20T21:36:59.9142994Z [3979/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx2-rr1-p5-nr2fma.c.obj 2024-08-20T21:36:59.9458719Z [3980/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx2-rr2-lut64-p2-gather-nr2fma.c.obj 2024-08-20T21:36:59.9474831Z [3981/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx2-rr2-p5-nr1fma.c.obj 2024-08-20T21:36:59.9598922Z [3982/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx2-rr2-p5-nr2fma.c.obj 2024-08-20T21:36:59.9874983Z [3983/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f16-tanh-avx2-expm1minus-rr1-p3h2ts-rcp.c.obj 2024-08-20T21:37:00.0011699Z [3984/7973] 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-20T21:37:00.0066893Z [3985/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f16-tanh-avx2-expm1minus-rr1-p3h2ts-div.c.obj 2024-08-20T21:37:00.0122419Z [3986/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx2-rr2-lut64-p2-gather-nr2fma1adj.c.obj 2024-08-20T21:37:00.0136061Z [3987/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx2-rr2-p5-div.c.obj 2024-08-20T21:37:00.0333120Z [3988/7973] 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-20T21:37:00.0398498Z [3989/7973] 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-20T21:37:00.0500882Z [3990/7973] 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-20T21:37:00.0949208Z [3991/7973] 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-20T21:37:00.1025369Z [3992/7973] 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-20T21:37:00.1071991Z [3993/7973] 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-20T21:37:00.1277199Z [3994/7973] 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-20T21:37:00.1291273Z [3995/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-avx2-expm1minus-rr1-p6h5ts-nr1.c.obj 2024-08-20T21:37:00.1339285Z [3996/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-avx2-expm1minus-rr1-p6h5ts-nr1adj.c.obj 2024-08-20T21:37:00.1540940Z [3997/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-avx2-expm1minus-rr1-p6h5ts-div.c.obj 2024-08-20T21:37:00.1555279Z [3998/7973] 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-20T21:37:00.2180989Z [3999/7973] 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-20T21:37:00.2275216Z [4000/7973] 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-20T21:37:00.2324781Z [4001/7973] 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-20T21:37:00.2529227Z [4002/7973] 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-20T21:37:00.2593149Z [4003/7973] 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-20T21:37:00.2701624Z [4004/7973] 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-20T21:37:00.2715637Z [4005/7973] 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-20T21:37:00.2765501Z [4006/7973] 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-20T21:37:00.3524863Z [4007/7973] 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-20T21:37:00.3580168Z [4008/7973] 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-20T21:37:00.3755571Z [4009/7973] 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-20T21:37:00.3813787Z [4010/7973] 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-20T21:37:00.3959760Z [4011/7973] 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-20T21:37:00.4011474Z [4012/7973] 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-20T21:37:00.4024737Z [4013/7973] 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-20T21:37:00.4073783Z [4014/7973] 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-20T21:37:00.4776417Z [4015/7973] 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-20T21:37:00.4867133Z [4016/7973] 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-20T21:37:00.4967444Z [4017/7973] 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-20T21:37:00.5057514Z [4018/7973] 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-20T21:37:00.5181276Z [4019/7973] 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-20T21:37:00.5234166Z [4020/7973] 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-20T21:37:00.5286856Z [4021/7973] 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-20T21:37:00.5508151Z [4022/7973] 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-20T21:37:00.5888839Z [4023/7973] 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-20T21:37:00.6111740Z [4024/7973] 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-20T21:37:00.6220521Z [4025/7973] 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-20T21:37:00.6372926Z [4026/7973] 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-20T21:37:00.6420506Z [4027/7973] 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-20T21:37:00.6468849Z [4028/7973] 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-20T21:37:00.6629475Z [4029/7973] 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-20T21:37:00.6948597Z [4030/7973] 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-20T21:37:00.7125294Z [4031/7973] 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-20T21:37:00.7391994Z [4032/7973] 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-20T21:37:00.7469895Z [4033/7973] 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-20T21:37:00.7608180Z [4034/7973] 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-20T21:37:00.7667731Z [4035/7973] 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-20T21:37:00.7753258Z [4036/7973] 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-20T21:37:00.7770870Z [4037/7973] 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-20T21:37:00.8067373Z [4038/7973] 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-20T21:37:00.8257476Z [4039/7973] 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-20T21:37:00.8572109Z [4040/7973] 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-20T21:37:00.8626556Z [4041/7973] 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-20T21:37:00.8877446Z [4042/7973] 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-20T21:37:00.8932643Z [4043/7973] 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-20T21:37:00.8946447Z [4044/7973] 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-20T21:37:00.9003243Z [4045/7973] 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-20T21:37:00.9101154Z [4046/7973] 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-20T21:37:00.9463602Z [4047/7973] 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-20T21:37:00.9803842Z [4048/7973] 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-20T21:37:00.9854886Z [4049/7973] 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-20T21:37:01.0081911Z [4050/7973] 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-20T21:37:01.0093927Z [4051/7973] 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-20T21:37:01.0194940Z [4052/7973] 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-20T21:37:01.0265148Z [4053/7973] 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-20T21:37:01.0463180Z [4054/7973] 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-20T21:37:01.0477490Z [4055/7973] 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-20T21:37:01.0917746Z [4056/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x8c8-minmax-fp32-avx2.c.obj 2024-08-20T21:37:01.0996231Z [4057/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x8c8-minmax-fp32-avx2.c.obj 2024-08-20T21:37:01.1292448Z [4058/7973] 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-20T21:37:01.1336761Z [4059/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x8c8-minmax-fp32-avx2.c.obj 2024-08-20T21:37:01.1407220Z [4060/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x8c8-minmax-fp32-avx2.c.obj 2024-08-20T21:37:01.1491368Z [4061/7973] 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-20T21:37:01.1554688Z [4062/7973] 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-20T21:37:01.1609143Z [4063/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x8c8-minmax-fp32-avx2.c.obj 2024-08-20T21:37:01.1969893Z [4064/7973] 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-20T21:37:01.2085645Z [4065/7973] 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-20T21:37:01.2252674Z [4066/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f16-vcvt\gen\qs8-f16-vcvt-avx2-u16.c.obj 2024-08-20T21:37:01.2395199Z [4067/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx2-u16.c.obj 2024-08-20T21:37:01.2443056Z [4068/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx2-u24.c.obj 2024-08-20T21:37:01.2498082Z [4069/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx2-u8.c.obj 2024-08-20T21:37:01.2544480Z [4070/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f16-vcvt\gen\qs8-f16-vcvt-avx2-u32.c.obj 2024-08-20T21:37:01.2591606Z [4071/7973] 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-20T21:37:01.2858755Z [4072/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f16-vcvt\gen\qs8-f16-vcvt-avx2-u24.c.obj 2024-08-20T21:37:01.2913217Z [4073/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f16-vcvt\gen\qs8-f16-vcvt-avx2-u64.c.obj 2024-08-20T21:37:01.3402247Z [4074/7973] 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-20T21:37:01.3512029Z [4075/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx2-u32.c.obj 2024-08-20T21:37:01.3555794Z [4076/7973] 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-20T21:37:01.3666183Z [4077/7973] 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-20T21:37:01.3774730Z [4078/7973] 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-20T21:37:01.3915436Z [4079/7973] 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-20T21:37:01.4010278Z [4080/7973] 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-20T21:37:01.4076328Z [4081/7973] 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-20T21:37:01.4697267Z [4082/7973] 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-20T21:37:01.4751157Z [4083/7973] 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-20T21:37:01.4804764Z [4084/7973] 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-20T21:37:01.4959353Z [4085/7973] 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-20T21:37:01.5010251Z [4086/7973] 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-20T21:37:01.5090183Z [4087/7973] 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-20T21:37:01.5204887Z [4088/7973] 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-20T21:37:01.5257825Z [4089/7973] 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-20T21:37:01.5962625Z [4090/7973] 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-20T21:37:01.6087189Z [4091/7973] 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-20T21:37:01.6100719Z [4092/7973] 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-20T21:37:01.6274140Z [4093/7973] 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-20T21:37:01.6286036Z [4094/7973] 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-20T21:37:01.6334210Z [4095/7973] 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-20T21:37:01.6389747Z [4096/7973] 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-20T21:37:01.6609409Z [4097/7973] 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-20T21:37:01.7113381Z [4098/7973] 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-20T21:37:01.7270227Z [4099/7973] 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-20T21:37:01.7284387Z [4100/7973] 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-20T21:37:01.7457435Z [4101/7973] 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-20T21:37:01.7476021Z [4102/7973] 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-20T21:37:01.7520957Z [4103/7973] 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-20T21:37:01.7602685Z [4104/7973] 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-20T21:37:01.7734206Z [4105/7973] 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-20T21:37:01.8376972Z [4106/7973] 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-20T21:37:01.8420130Z [4107/7973] 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-20T21:37:01.8434300Z [4108/7973] 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-20T21:37:01.8502004Z [4109/7973] 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-20T21:37:01.8550654Z [4110/7973] 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-20T21:37:01.8639215Z [4111/7973] 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-20T21:37:01.8792554Z [4112/7973] 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-20T21:37:01.8804266Z [4113/7973] 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-20T21:37:01.9474290Z [4114/7973] 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-20T21:37:01.9579176Z [4115/7973] 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-20T21:37:01.9689381Z [4116/7973] 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-20T21:37:01.9735139Z [4117/7973] 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-20T21:37:01.9956421Z [4118/7973] 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-20T21:37:01.9971144Z [4119/7973] 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-20T21:37:02.0046244Z [4120/7973] 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-20T21:37:02.0061703Z [4121/7973] 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-20T21:37:02.0663544Z [4122/7973] 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-20T21:37:02.0816165Z [4123/7973] 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-20T21:37:02.0979903Z [4124/7973] 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-20T21:37:02.0992927Z [4125/7973] 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-20T21:37:02.1044353Z [4126/7973] 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-20T21:37:02.1095444Z [4127/7973] 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-20T21:37:02.1248389Z [4128/7973] 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-20T21:37:02.1397352Z [4129/7973] 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-20T21:37:02.1738732Z [4130/7973] 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-20T21:37:02.1750970Z [4131/7973] 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-20T21:37:02.1882184Z [4132/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-avx2-u16.c.obj 2024-08-20T21:37:02.1945178Z [4133/7973] 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-20T21:37:02.1999803Z [4134/7973] 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-20T21:37:02.2011637Z [4135/7973] 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-20T21:37:02.2114441Z [4136/7973] 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-20T21:37:02.2258247Z [4137/7973] 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-20T21:37:02.2603216Z [4138/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-avx2-u64.c.obj 2024-08-20T21:37:02.2673152Z [4139/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-avx2-u32.c.obj 2024-08-20T21:37:02.2767376Z [4140/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-avx2-u16.c.obj 2024-08-20T21:37:02.2832927Z [4141/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-avx2-u64.c.obj 2024-08-20T21:37:02.2892790Z [4142/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-avx2-u32.c.obj 2024-08-20T21:37:02.3196122Z [4143/7973] 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-20T21:37:02.3288935Z [4144/7973] 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-20T21:37:02.3573824Z [4145/7973] 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-20T21:37:02.3835655Z [4146/7973] 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-20T21:37:02.3905898Z [4147/7973] 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-20T21:37:02.4008763Z [4148/7973] 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-20T21:37:02.4187358Z [4149/7973] 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-20T21:37:02.4391093Z [4150/7973] 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-20T21:37:02.4535754Z [4151/7973] 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-20T21:37:02.4583060Z [4152/7973] 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-20T21:37:02.4653033Z [4153/7973] 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-20T21:37:02.5052008Z [4154/7973] 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-20T21:37:02.5064583Z [4155/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx2-u24.c.obj 2024-08-20T21:37:02.5115883Z [4156/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx2-u8.c.obj 2024-08-20T21:37:02.5369503Z [4157/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx2-u16.c.obj 2024-08-20T21:37:02.5420898Z [4158/7973] 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-20T21:37:02.5468013Z [4159/7973] 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-20T21:37:02.5605008Z [4160/7973] 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-20T21:37:02.5806559Z [4161/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x8c8-minmax-fp32-avx2.c.obj 2024-08-20T21:37:02.6092113Z [4162/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx2-u32.c.obj 2024-08-20T21:37:02.6287605Z [4163/7973] 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-20T21:37:02.6299042Z [4164/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x8c8-minmax-fp32-avx2.c.obj 2024-08-20T21:37:02.6353331Z [4165/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x8c8-minmax-fp32-avx2.c.obj 2024-08-20T21:37:02.6407455Z [4166/7973] 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-20T21:37:02.6578194Z [4167/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-avx2-u64.c.obj 2024-08-20T21:37:02.6627908Z [4168/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-avx2-u32.c.obj 2024-08-20T21:37:02.6868193Z [4169/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-avx2-u16.c.obj 2024-08-20T21:37:02.6933912Z [4170/7973] 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-20T21:37:02.7062465Z [4171/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx2-u32.c.obj 2024-08-20T21:37:02.7120015Z [4172/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-avx2-u16.c.obj 2024-08-20T21:37:02.7239685Z [4173/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-avx2-u32.c.obj 2024-08-20T21:37:02.7328698Z [4174/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-avx2-u64.c.obj 2024-08-20T21:37:02.7462820Z [4175/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx2-u96.c.obj 2024-08-20T21:37:02.7510391Z [4176/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx2-u64.c.obj 2024-08-20T21:37:02.7821370Z [4177/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-32x32-reuse-mov-avx2.c.obj 2024-08-20T21:37:02.7880292Z [4178/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx2-u128.c.obj 2024-08-20T21:37:02.8099469Z [4179/7973] 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-20T21:37:02.8156803Z [4180/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-32x32-reuse-switch-avx2.c.obj 2024-08-20T21:37:02.8344036Z [4181/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p16c-minmax-avx512f-acc2.c.obj 2024-08-20T21:37:02.8452747Z [4182/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-16x16-reuse-mov-avx2.c.obj 2024-08-20T21:37:02.8500134Z [4183/7973] 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-20T21:37:02.8557328Z [4184/7973] 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-20T21:37:02.8699254Z [4185/7973] 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-20T21:37:02.8897474Z [4186/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-16x16-reuse-switch-avx2.c.obj 2024-08-20T21:37:02.9210181Z [4187/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p32c-minmax-avx512f.c.obj 2024-08-20T21:37:02.9259452Z [4188/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p32c-minmax-avx512f-acc2.c.obj 2024-08-20T21:37:02.9422043Z [4189/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p16c-minmax-avx512f.c.obj 2024-08-20T21:37:02.9524348Z [4190/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p16c-minmax-avx512f.c.obj 2024-08-20T21:37:02.9680025Z [4191/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p32c-minmax-avx512f-acc2.c.obj 2024-08-20T21:37:02.9760442Z [4192/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l32c16s1r-minmax-avx512f-acc2.c.obj 2024-08-20T21:37:02.9989479Z [4193/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c16s1r-minmax-avx512f.c.obj 2024-08-20T21:37:03.0225691Z [4194/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l32c16s1r-minmax-avx512f.c.obj 2024-08-20T21:37:03.0469806Z [4195/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p16c-minmax-avx512f-acc2.c.obj 2024-08-20T21:37:03.0514927Z [4196/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p16c-minmax-avx512f-acc2.c.obj 2024-08-20T21:37:03.0567620Z [4197/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p32c-minmax-avx512f.c.obj 2024-08-20T21:37:03.0687579Z [4198/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p16c-minmax-avx512f-acc2.c.obj 2024-08-20T21:37:03.0858450Z [4199/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p32c-minmax-avx512f-acc2.c.obj 2024-08-20T21:37:03.1110259Z [4200/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p32c-minmax-avx512f-acc2.c.obj 2024-08-20T21:37:03.1260443Z [4201/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c16s1r-minmax-avx512f-acc2.c.obj 2024-08-20T21:37:03.1326162Z [4202/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p16c-minmax-avx512f.c.obj 2024-08-20T21:37:03.1515038Z [4203/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p16c-minmax-avx512f.c.obj 2024-08-20T21:37:03.1568546Z [4204/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p32c-minmax-avx512f.c.obj 2024-08-20T21:37:03.1708912Z [4205/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x16-minmax-avx512f-broadcast.c.obj 2024-08-20T21:37:03.1759125Z [4206/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p32c-minmax-avx512f.c.obj 2024-08-20T21:37:03.1987715Z [4207/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x16-minmax-avx512f-broadcast.c.obj 2024-08-20T21:37:03.2319237Z [4208/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x16-minmax-avx512f-broadcast.c.obj 2024-08-20T21:37:03.2369697Z [4209/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x16-minmax-avx512f-broadcast.c.obj 2024-08-20T21:37:03.2452002Z [4210/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-8x16-minmax-avx512f-broadcast.c.obj 2024-08-20T21:37:03.2610272Z [4211/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x16-minmax-avx512f-broadcast.c.obj 2024-08-20T21:37:03.2751071Z [4212/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x16-minmax-avx512f-broadcast.c.obj 2024-08-20T21:37:03.2874907Z [4213/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x16-minmax-avx512f-broadcast.c.obj 2024-08-20T21:37:03.3110181Z [4214/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x16-minmax-avx512f-broadcast.c.obj 2024-08-20T21:37:03.3124145Z [4215/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-7x16-minmax-avx512f-broadcast.c.obj 2024-08-20T21:37:03.3337441Z [4216/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x16-minmax-avx512f-broadcast.c.obj 2024-08-20T21:37:03.3396692Z [4217/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x16-minmax-avx512f-broadcast.c.obj 2024-08-20T21:37:03.3574831Z [4218/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-8x16-minmax-avx512f-broadcast.c.obj 2024-08-20T21:37:03.3806130Z [4219/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x16-minmax-avx512f-broadcast.c.obj 2024-08-20T21:37:03.3995668Z [4220/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x16-minmax-avx512f-broadcast.c.obj 2024-08-20T21:37:03.4008956Z [4221/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-7x16-minmax-avx512f-broadcast.c.obj 2024-08-20T21:37:03.4167507Z [4222/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-8x16-minmax-avx512f-broadcast.c.obj 2024-08-20T21:37:03.4180626Z [4223/7973] 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-20T21:37:03.4377861Z [4224/7973] 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-20T21:37:03.4489333Z [4225/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-7x16-minmax-avx512f-broadcast.c.obj 2024-08-20T21:37:03.4631690Z [4226/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-prelu\gen\f32-prelu-avx512f-2x16.c.obj 2024-08-20T21:37:03.4686769Z [4227/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-prelu\gen\f32-prelu-avx512f-2x32.c.obj 2024-08-20T21:37:03.4771690Z [4228/7973] 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-20T21:37:03.4994073Z [4229/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u128.c.obj 2024-08-20T21:37:03.5100589Z [4230/7973] 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-20T21:37:03.5150828Z [4231/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u144.c.obj 2024-08-20T21:37:03.5263026Z [4232/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u160.c.obj 2024-08-20T21:37:03.5404357Z [4233/7973] 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-20T21:37:03.5453616Z [4234/7973] 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-20T21:37:03.5505176Z [4235/7973] 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-20T21:37:03.5561723Z [4236/7973] 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-20T21:37:03.5800401Z [4237/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u192.c.obj 2024-08-20T21:37:03.5938217Z [4238/7973] 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-20T21:37:03.6014799Z [4239/7973] 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-20T21:37:03.6223565Z [4240/7973] 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-20T21:37:03.6295338Z [4241/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u128.c.obj 2024-08-20T21:37:03.6357757Z [4242/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u144.c.obj 2024-08-20T21:37:03.6426840Z [4243/7973] 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-20T21:37:03.6637947Z [4244/7973] 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-20T21:37:03.6687418Z [4245/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u160.c.obj 2024-08-20T21:37:03.6851843Z [4246/7973] 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-20T21:37:03.6978216Z [4247/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u192.c.obj 2024-08-20T21:37:03.7039781Z [4248/7973] 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-20T21:37:03.7158975Z [4249/7973] 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-20T21:37:03.7266942Z [4250/7973] 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-20T21:37:03.7278742Z [4251/7973] 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-20T21:37:03.7511856Z [4252/7973] 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-20T21:37:03.7562324Z [4253/7973] 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-20T21:37:03.7711179Z [4254/7973] 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-20T21:37:03.7863220Z [4255/7973] 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-20T21:37:03.7948994Z [4256/7973] 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-20T21:37:03.8127488Z [4257/7973] 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-20T21:37:03.8170301Z [4258/7973] 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-20T21:37:03.8263210Z [4259/7973] 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-20T21:37:03.8414281Z [4260/7973] 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-20T21:37:03.8465984Z [4261/7973] 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-20T21:37:03.8516902Z [4262/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx512f-u64-acc2.c.obj 2024-08-20T21:37:03.8703489Z [4263/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx512f-u64-acc4.c.obj 2024-08-20T21:37:03.9629415Z [4264/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx512f-u16.c.obj 2024-08-20T21:37:03.9640661Z [4265/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx512f-u64-acc2.c.obj 2024-08-20T21:37:03.9651887Z [4266/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx512f-u32-acc2.c.obj 2024-08-20T21:37:03.9663343Z [4267/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx512f-u48-acc3.c.obj 2024-08-20T21:37:03.9675178Z [4268/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx512f-u64-acc4.c.obj 2024-08-20T21:37:03.9689723Z [4269/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx512f-u16.c.obj 2024-08-20T21:37:03.9703989Z [4270/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx512f-u32-acc2.c.obj 2024-08-20T21:37:03.9714617Z [4271/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx512f-u48-acc3.c.obj 2024-08-20T21:37:04.0616023Z [4272/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx512f-u48-acc3.c.obj 2024-08-20T21:37:04.0661959Z [4273/7973] 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-20T21:37:04.0675261Z [4274/7973] 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-20T21:37:04.0686938Z [4275/7973] 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-20T21:37:04.0735076Z [4276/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx512f-u32-acc2.c.obj 2024-08-20T21:37:04.0746983Z [4277/7973] 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-20T21:37:04.0901970Z [4278/7973] 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-20T21:37:04.1166965Z [4279/7973] 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-20T21:37:04.1491335Z [4280/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx512f-u64-acc4.c.obj 2024-08-20T21:37:04.1572707Z [4281/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx512f-u64-acc2.c.obj 2024-08-20T21:37:04.1687539Z [4282/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx512f-u16.c.obj 2024-08-20T21:37:04.1734677Z [4283/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx512f-u64-acc2.c.obj 2024-08-20T21:37:04.1753231Z [4284/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-minmax-avx512f-u32.c.obj 2024-08-20T21:37:04.1799789Z [4285/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx512f-u64-acc4.c.obj 2024-08-20T21:37:04.1892369Z [4286/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx512f-u16.c.obj 2024-08-20T21:37:04.2013816Z [4287/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx512f-u48-acc3.c.obj 2024-08-20T21:37:04.2364778Z [4288/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx512f-u32-acc2.c.obj 2024-08-20T21:37:04.2711720Z [4289/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-minmax-avx512f-u32.c.obj 2024-08-20T21:37:04.2791482Z [4290/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-minmax-avx512f-u16.c.obj 2024-08-20T21:37:04.2844534Z [4291/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-minmax-avx512f-u32.c.obj 2024-08-20T21:37:04.2860833Z [4292/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-minmax-avx512f-u16.c.obj 2024-08-20T21:37:04.2873861Z [4293/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-minmax-avx512f-u16.c.obj 2024-08-20T21:37:04.2934567Z [4294/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-minmax-avx512f-u16.c.obj 2024-08-20T21:37:04.3058974Z [4295/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-minmax-avx512f-u32.c.obj 2024-08-20T21:37:04.3214889Z [4296/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-avx512f-u16.c.obj 2024-08-20T21:37:04.3658157Z [4297/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-avx512f-u32.c.obj 2024-08-20T21:37:04.3759587Z [4298/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-avx512f-u32.c.obj 2024-08-20T21:37:04.3807547Z [4299/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-avx512f-u16.c.obj 2024-08-20T21:37:04.3895675Z [4300/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-minmax-avx512f-u16.c.obj 2024-08-20T21:37:04.3966372Z [4301/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-avx512f-u16.c.obj 2024-08-20T21:37:04.3977936Z [4302/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-avx512f-u32.c.obj 2024-08-20T21:37:04.4088628Z [4303/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-avx512f-u16.c.obj 2024-08-20T21:37:04.4144766Z [4304/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-minmax-avx512f-u32.c.obj 2024-08-20T21:37:04.4519350Z [4305/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-minmax-avx512f-u16.c.obj 2024-08-20T21:37:04.4715050Z [4306/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-avx512f-u32.c.obj 2024-08-20T21:37:04.4759694Z [4307/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-minmax-avx512f-u32.c.obj 2024-08-20T21:37:04.4919878Z [4308/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-avx512f-u16.c.obj 2024-08-20T21:37:04.4965952Z [4309/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-minmax-avx512f-u32.c.obj 2024-08-20T21:37:04.5014837Z [4310/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-minmax-avx512f-u32.c.obj 2024-08-20T21:37:04.5074913Z [4311/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-minmax-avx512f-u16.c.obj 2024-08-20T21:37:04.5206067Z [4312/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-minmax-avx512f-u16.c.obj 2024-08-20T21:37:04.5390644Z [4313/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-avx512f-u16.c.obj 2024-08-20T21:37:04.5554003Z [4314/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-avx512f-u32.c.obj 2024-08-20T21:37:04.5660778Z [4315/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-minmax-avx512f-u16.c.obj 2024-08-20T21:37:04.5881221Z [4316/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-minmax-avx512f-u16.c.obj 2024-08-20T21:37:04.5897653Z [4317/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-avx512f-u32.c.obj 2024-08-20T21:37:04.6028382Z [4318/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-minmax-avx512f-u32.c.obj 2024-08-20T21:37:04.6163408Z [4319/7973] 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-20T21:37:04.6329436Z [4320/7973] 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-20T21:37:04.6417564Z [4321/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-avx512f-u32.c.obj 2024-08-20T21:37:04.6488031Z [4322/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-minmax-avx512f-u32.c.obj 2024-08-20T21:37:04.6724618Z [4323/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-avx512f-u16.c.obj 2024-08-20T21:37:04.6828981Z [4324/7973] 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-20T21:37:04.6959272Z [4325/7973] 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-20T21:37:04.7007539Z [4326/7973] 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-20T21:37:04.7093816Z [4327/7973] 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-20T21:37:04.7239778Z [4328/7973] 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-20T21:37:04.7377183Z [4329/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-p6-u16.c.obj 2024-08-20T21:37:04.7700312Z [4330/7973] 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-20T21:37:04.7785658Z [4331/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-p6-u48.c.obj 2024-08-20T21:37:04.7879278Z [4332/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-p6-u32.c.obj 2024-08-20T21:37:04.7934129Z [4333/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-p6-u96.c.obj 2024-08-20T21:37:04.7950452Z [4334/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-p6-u64.c.obj 2024-08-20T21:37:04.8091946Z [4335/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-avx512f-u16.c.obj 2024-08-20T21:37:04.8103873Z [4336/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-p6-u80.c.obj 2024-08-20T21:37:04.8264196Z [4337/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-avx512f-u32.c.obj 2024-08-20T21:37:04.8616663Z [4338/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-p6-u128.c.obj 2024-08-20T21:37:04.8825976Z [4339/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-avx512f-u16.c.obj 2024-08-20T21:37:04.8907631Z [4340/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-avx512f-u32.c.obj 2024-08-20T21:37:04.9000963Z [4341/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-avx512f-u16.c.obj 2024-08-20T21:37:04.9013256Z [4342/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-avx512f-u32.c.obj 2024-08-20T21:37:04.9058199Z [4343/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-p6-u112.c.obj 2024-08-20T21:37:04.9212879Z [4344/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-avx512f-u16.c.obj 2024-08-20T21:37:04.9226518Z [4345/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-avx512f-u32.c.obj 2024-08-20T21:37:04.9644402Z [4346/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-avx512f-u16.c.obj 2024-08-20T21:37:04.9934463Z [4347/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-avx512f-rsqrt-u16.c.obj 2024-08-20T21:37:04.9986936Z [4348/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-avx512f-u32.c.obj 2024-08-20T21:37:05.0037867Z [4349/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-avx512f-u32.c.obj 2024-08-20T21:37:05.0085511Z [4350/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-avx512f-u16.c.obj 2024-08-20T21:37:05.0260860Z [4351/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-avx512f-rsqrt-u32.c.obj 2024-08-20T21:37:05.0309661Z [4352/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-avx512f-u16.c.obj 2024-08-20T21:37:05.0397460Z [4353/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u32.c.obj 2024-08-20T21:37:05.0594930Z [4354/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-avx512f-u32.c.obj 2024-08-20T21:37:05.0767233Z [4355/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u16.c.obj 2024-08-20T21:37:05.0875035Z [4356/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u64.c.obj 2024-08-20T21:37:05.0937899Z [4357/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-avx512f-rsqrt-u64.c.obj 2024-08-20T21:37:05.0987767Z [4358/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u48.c.obj 2024-08-20T21:37:05.1062474Z [4359/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u128.c.obj 2024-08-20T21:37:05.1110440Z [4360/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u144.c.obj 2024-08-20T21:37:05.1160381Z [4361/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u112.c.obj 2024-08-20T21:37:05.1540935Z [4362/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u96.c.obj 2024-08-20T21:37:05.1708482Z [4363/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u176.c.obj 2024-08-20T21:37:05.1788586Z [4364/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u32.c.obj 2024-08-20T21:37:05.1923550Z [4365/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u160.c.obj 2024-08-20T21:37:05.2113083Z [4366/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u192.c.obj 2024-08-20T21:37:05.2257120Z [4367/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u80.c.obj 2024-08-20T21:37:05.2307104Z [4368/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u112.c.obj 2024-08-20T21:37:05.2368747Z [4369/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u48.c.obj 2024-08-20T21:37:05.2533586Z [4370/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u80.c.obj 2024-08-20T21:37:05.2608290Z [4371/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u64.c.obj 2024-08-20T21:37:05.2627871Z [4372/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u16.c.obj 2024-08-20T21:37:05.2688778Z [4373/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u96.c.obj 2024-08-20T21:37:05.2957789Z [4374/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u144.c.obj 2024-08-20T21:37:05.3218575Z [4375/7973] 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-20T21:37:05.3230662Z [4376/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u128.c.obj 2024-08-20T21:37:05.3371210Z [4377/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u192.c.obj 2024-08-20T21:37:05.3438966Z [4378/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u160.c.obj 2024-08-20T21:37:05.3527657Z [4379/7973] 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-20T21:37:05.3539454Z [4380/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u176.c.obj 2024-08-20T21:37:05.3592650Z [4381/7973] 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-20T21:37:05.3868165Z [4382/7973] 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-20T21:37:05.4092359Z [4383/7973] 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-20T21:37:05.4184627Z [4384/7973] 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-20T21:37:05.4523622Z [4385/7973] 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-20T21:37:05.4568740Z [4386/7973] 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-20T21:37:05.4631050Z [4387/7973] 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-20T21:37:05.4689693Z [4388/7973] 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-20T21:37:05.4704342Z [4389/7973] 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-20T21:37:05.4761242Z [4390/7973] 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-20T21:37:05.5000241Z [4391/7973] 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-20T21:37:05.5081754Z [4392/7973] 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-20T21:37:05.5540061Z [4393/7973] 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-20T21:37:05.5585237Z [4394/7973] 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-20T21:37:05.5632588Z [4395/7973] 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-20T21:37:05.5679957Z [4396/7973] 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-20T21:37:05.5726064Z [4397/7973] 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-20T21:37:05.5879257Z [4398/7973] 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-20T21:37:05.5996878Z [4399/7973] 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-20T21:37:05.6140043Z [4400/7973] 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-20T21:37:05.6569755Z [4401/7973] 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-20T21:37:05.6581524Z [4402/7973] 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-20T21:37:05.6658966Z [4403/7973] 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-20T21:37:05.6708821Z [4404/7973] 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-20T21:37:05.6816362Z [4405/7973] 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-20T21:37:05.6885528Z [4406/7973] 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-20T21:37:05.6937411Z [4407/7973] 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-20T21:37:05.7409674Z [4408/7973] 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-20T21:37:05.7618793Z [4409/7973] 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-20T21:37:05.7660596Z [4410/7973] 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-20T21:37:05.7715595Z [4411/7973] 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-20T21:37:05.7836716Z [4412/7973] 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-20T21:37:05.7852310Z [4413/7973] 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-20T21:37:05.7921550Z [4414/7973] 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-20T21:37:05.8097743Z [4415/7973] 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-20T21:37:05.8336590Z [4416/7973] 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-20T21:37:05.8580478Z [4417/7973] 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-20T21:37:05.8624510Z [4418/7973] 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-20T21:37:05.8694887Z [4419/7973] 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-20T21:37:05.8851945Z [4420/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vabs-avx512f-u16.c.obj 2024-08-20T21:37:05.9040302Z [4421/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx512f-nr1fma1adj-u32.c.obj 2024-08-20T21:37:05.9398910Z [4422/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx512f-nr1fma1adj-u64.c.obj 2024-08-20T21:37:05.9411320Z [4423/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx512f-nr1fma1adj-u16.c.obj 2024-08-20T21:37:05.9457392Z [4424/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vabs-avx512f-u32.c.obj 2024-08-20T21:37:05.9576567Z [4425/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vneg-avx512f-u16.c.obj 2024-08-20T21:37:05.9702546Z [4426/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-exp-avx512f-rr2-lut16-p3-perm.c.obj 2024-08-20T21:37:05.9749449Z [4427/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vsqr-avx512f-u16.c.obj 2024-08-20T21:37:05.9811433Z [4428/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-exp-avx512f-rr2-lut16-p3-perm-scalef.c.obj 2024-08-20T21:37:05.9903146Z [4429/7973] 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-20T21:37:06.0302985Z [4430/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-exp-avx512f-rr2-lut32-p2-perm2-scalef.c.obj 2024-08-20T21:37:06.0372630Z [4431/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vneg-avx512f-u32.c.obj 2024-08-20T21:37:06.0433172Z [4432/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-expm1minus-avx512f-rr1-lut16-p3-perm.c.obj 2024-08-20T21:37:06.0583055Z [4433/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vsqr-avx512f-u32.c.obj 2024-08-20T21:37:06.0732461Z [4434/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-expm1minus-avx512f-rr1-p6.c.obj 2024-08-20T21:37:06.0826810Z [4435/7973] 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-20T21:37:06.1072377Z [4436/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-exp-avx512f-rr2-p5-scalef.c.obj 2024-08-20T21:37:06.1228932Z [4437/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-exp-avx512f-rr2-lut32-p2-perm2.c.obj 2024-08-20T21:37:06.1288153Z [4438/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-exp-avx512f-rr2-p5.c.obj 2024-08-20T21:37:06.1302497Z [4439/7973] 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-20T21:37:06.1351273Z [4440/7973] 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-20T21:37:06.1462373Z [4441/7973] 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-20T21:37:06.1594246Z [4442/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-extexp-avx512f-p5.c.obj 2024-08-20T21:37:06.1609876Z [4443/7973] 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-20T21:37:06.2051162Z [4444/7973] 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-20T21:37:06.2139108Z [4445/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx512f-rr1-p5-scalef-div.c.obj 2024-08-20T21:37:06.2183590Z [4446/7973] 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-20T21:37:06.2278062Z [4447/7973] 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-20T21:37:06.2289333Z [4448/7973] 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-20T21:37:06.2367676Z [4449/7973] 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-20T21:37:06.2417710Z [4450/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx512f-rr1-p5-scalef-nr1fma1adj.c.obj 2024-08-20T21:37:06.2525892Z [4451/7973] 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-20T21:37:06.2892485Z [4452/7973] 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-20T21:37:06.2984284Z [4453/7973] 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-20T21:37:06.3109568Z [4454/7973] 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-20T21:37:06.3320275Z [4455/7973] 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-20T21:37:06.3332510Z [4456/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx512f-rr2-p5-scalef-div.c.obj 2024-08-20T21:37:06.3414467Z [4457/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx512f-rr1-p5-scalef-nr1fma.c.obj 2024-08-20T21:37:06.3477675Z [4458/7973] 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-20T21:37:06.3547390Z [4459/7973] 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-20T21:37:06.3639283Z [4460/7973] 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-20T21:37:06.3743973Z [4461/7973] 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-20T21:37:06.3855850Z [4462/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx512f-rr2-p5-scalef-nr1fma1adj.c.obj 2024-08-20T21:37:06.4131381Z [4463/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sigmoid-avx512f-rr2-p5-scalef-nr1fma.c.obj 2024-08-20T21:37:06.4288165Z [4464/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sqrt-avx512f-nr1fma.c.obj 2024-08-20T21:37:06.4335308Z [4465/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sqrt-avx512f-nr2fma.c.obj 2024-08-20T21:37:06.4411737Z [4466/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\f32-sqrt-avx512f-nr1fma1adj.c.obj 2024-08-20T21:37:06.4513630Z [4467/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-avx512skx-u16.c.obj 2024-08-20T21:37:06.4682645Z [4468/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-avx512skx-u32.c.obj 2024-08-20T21:37:06.4777247Z [4469/7973] 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-20T21:37:06.4877224Z [4470/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx512skx-u32.c.obj 2024-08-20T21:37:06.4957443Z [4471/7973] 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-20T21:37:06.5121950Z [4472/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx512skx-u16.c.obj 2024-08-20T21:37:06.5513767Z [4473/7973] 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-20T21:37:06.5601607Z [4474/7973] 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-20T21:37:06.5662827Z [4475/7973] 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-20T21:37:06.5890545Z [4476/7973] 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-20T21:37:06.6089221Z [4477/7973] 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-20T21:37:06.6215712Z [4478/7973] 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-20T21:37:06.6268184Z [4479/7973] 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-20T21:37:06.6322490Z [4480/7973] 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-20T21:37:06.6739960Z [4481/7973] 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-20T21:37:06.6764292Z [4482/7973] 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-20T21:37:06.6813602Z [4483/7973] 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-20T21:37:06.6918366Z [4484/7973] 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-20T21:37:06.7234798Z [4485/7973] 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-20T21:37:06.7329015Z [4486/7973] 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-20T21:37:06.7405761Z [4487/7973] 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-20T21:37:06.7607149Z [4488/7973] 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-20T21:37:06.7782777Z [4489/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-avx512skx-expm1minus-rr1-p6h5ts-nr1adj.c.obj 2024-08-20T21:37:06.7959489Z [4490/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-avx512skx-expm1minus-rr1-p6h5ts-div.c.obj 2024-08-20T21:37:06.8006472Z [4491/7973] 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-20T21:37:06.8306672Z [4492/7973] 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-20T21:37:06.8497746Z [4493/7973] 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-20T21:37:06.8512558Z [4494/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\math\gen\f32-tanh-avx512skx-expm1minus-rr1-p6h5ts-nr1.c.obj 2024-08-20T21:37:06.8652594Z [4495/7973] 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-20T21:37:06.8739016Z [4496/7973] 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-20T21:37:06.8846985Z [4497/7973] 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-20T21:37:06.8996075Z [4498/7973] 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-20T21:37:06.9149785Z [4499/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx512skx-u96.c.obj 2024-08-20T21:37:06.9197615Z [4500/7973] 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-20T21:37:06.9582685Z [4501/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx512skx-u32.c.obj 2024-08-20T21:37:06.9630169Z [4502/7973] 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-20T21:37:06.9651459Z [4503/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx512skx-u64.c.obj 2024-08-20T21:37:06.9700431Z [4504/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx512skx-u128.c.obj 2024-08-20T21:37:06.9827145Z [4505/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx512skx-u96.c.obj 2024-08-20T21:37:06.9954994Z [4506/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx512skx-u64.c.obj 2024-08-20T21:37:06.9969087Z [4507/7973] 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-20T21:37:07.0272531Z [4508/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx512skx-u32.c.obj 2024-08-20T21:37:07.0551458Z [4509/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx512skx-u128.c.obj 2024-08-20T21:37:07.0594818Z [4510/7973] 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-20T21:37:07.0644485Z [4511/7973] 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-20T21:37:07.0762266Z [4512/7973] 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-20T21:37:07.0887420Z [4513/7973] 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-20T21:37:07.0969853Z [4514/7973] 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-20T21:37:07.1017615Z [4515/7973] 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-20T21:37:07.1492193Z [4516/7973] 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-20T21:37:07.1505988Z [4517/7973] 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-20T21:37:07.1574144Z [4518/7973] 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-20T21:37:07.1673529Z [4519/7973] 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-20T21:37:07.1688352Z [4520/7973] 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-20T21:37:07.1780605Z [4521/7973] 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-20T21:37:07.1897930Z [4522/7973] 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-20T21:37:07.1969277Z [4523/7973] 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-20T21:37:07.2495380Z [4524/7973] 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-20T21:37:07.2557690Z [4525/7973] 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-20T21:37:07.2621998Z [4526/7973] 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-20T21:37:07.2677850Z [4527/7973] 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-20T21:37:07.2691301Z [4528/7973] 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-20T21:37:07.2819367Z [4529/7973] 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-20T21:37:07.2869913Z [4530/7973] 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-20T21:37:07.2932592Z [4531/7973] 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-20T21:37:07.3490976Z [4532/7973] 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-20T21:37:07.3560497Z [4533/7973] 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-20T21:37:07.3643722Z [4534/7973] 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-20T21:37:07.3693248Z [4535/7973] 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-20T21:37:07.3705140Z [4536/7973] 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-20T21:37:07.3837528Z [4537/7973] 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-20T21:37:07.4241435Z [4538/7973] 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-20T21:37:07.4315587Z [4539/7973] 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-20T21:37:07.4380612Z [4540/7973] 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-20T21:37:07.4637451Z [4541/7973] 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-20T21:37:07.4649961Z [4542/7973] 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-20T21:37:07.4752023Z [4543/7973] 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-20T21:37:07.4857032Z [4544/7973] 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-20T21:37:07.4915590Z [4545/7973] 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-20T21:37:07.5128631Z [4546/7973] 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-20T21:37:07.5268132Z [4547/7973] 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-20T21:37:07.5351177Z [4548/7973] 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-20T21:37:07.5695673Z [4549/7973] 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-20T21:37:07.5812720Z [4550/7973] 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-20T21:37:07.5865312Z [4551/7973] 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-20T21:37:07.5878068Z [4552/7973] 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-20T21:37:07.5925784Z [4553/7973] 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-20T21:37:07.6230206Z [4554/7973] 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-20T21:37:07.6242679Z [4555/7973] 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-20T21:37:07.6350153Z [4556/7973] 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-20T21:37:07.6579010Z [4557/7973] 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-20T21:37:07.6785337Z [4558/7973] 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-20T21:37:07.6842031Z [4559/7973] 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-20T21:37:07.6855398Z [4560/7973] 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-20T21:37:07.6991206Z [4561/7973] 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-20T21:37:07.7159117Z [4562/7973] 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-20T21:37:07.7288191Z [4563/7973] 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-20T21:37:07.7308596Z [4564/7973] 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-20T21:37:07.7526076Z [4565/7973] 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-20T21:37:07.7737441Z [4566/7973] 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-20T21:37:07.7798057Z [4567/7973] 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-20T21:37:07.7847421Z [4568/7973] 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-20T21:37:07.8281466Z [4569/7973] 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-20T21:37:07.8299524Z [4570/7973] 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-20T21:37:07.8346205Z [4571/7973] 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-20T21:37:07.8409135Z [4572/7973] 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-20T21:37:07.8421467Z [4573/7973] 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-20T21:37:07.8659297Z [4574/7973] 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-20T21:37:07.8831322Z [4575/7973] 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-20T21:37:07.8885286Z [4576/7973] 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-20T21:37:07.9203761Z [4577/7973] 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-20T21:37:07.9271588Z [4578/7973] 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-20T21:37:07.9288035Z [4579/7973] 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-20T21:37:07.9381843Z [4580/7973] 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-20T21:37:07.9459542Z [4581/7973] 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-20T21:37:07.9572815Z [4582/7973] 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-20T21:37:07.9748787Z [4583/7973] 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-20T21:37:07.9803216Z [4584/7973] 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-20T21:37:08.0164741Z [4585/7973] 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-20T21:37:08.0293344Z [4586/7973] 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-20T21:37:08.0351941Z [4587/7973] 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-20T21:37:08.0481150Z [4588/7973] 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-20T21:37:08.0532234Z [4589/7973] 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-20T21:37:08.0593048Z [4590/7973] 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-20T21:37:08.0719645Z [4591/7973] 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-20T21:37:08.0773830Z [4592/7973] 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-20T21:37:08.1246743Z [4593/7973] 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-20T21:37:08.1315478Z [4594/7973] 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-20T21:37:08.1383712Z [4595/7973] 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-20T21:37:08.1500850Z [4596/7973] 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-20T21:37:08.1515529Z [4597/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx512skx-u48.c.obj 2024-08-20T21:37:08.1567567Z [4598/7973] 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-20T21:37:08.1788499Z [4599/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx512skx-u32.c.obj 2024-08-20T21:37:08.1838833Z [4600/7973] 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-20T21:37:08.2253935Z [4601/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx512skx-u64.c.obj 2024-08-20T21:37:08.2302694Z [4602/7973] 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-20T21:37:08.2674652Z [4603/7973] 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-20T21:37:08.2724921Z [4604/7973] 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-20T21:37:08.2828947Z [4605/7973] 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-20T21:37:08.2884079Z [4606/7973] 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-20T21:37:08.3019521Z [4607/7973] 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-20T21:37:08.3075090Z [4608/7973] 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-20T21:37:08.3527510Z [4609/7973] 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-20T21:37:08.3836463Z [4610/7973] 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-20T21:37:08.4020161Z [4611/7973] 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-20T21:37:08.4085861Z [4612/7973] 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-20T21:37:08.4134700Z [4613/7973] 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-20T21:37:08.4150319Z [4614/7973] 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-20T21:37:08.4202121Z [4615/7973] 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-20T21:37:08.4435504Z [4616/7973] 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-20T21:37:08.4839797Z [4617/7973] 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-20T21:37:08.5094536Z [4618/7973] 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-20T21:37:08.5107210Z [4619/7973] 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-20T21:37:08.5294869Z [4620/7973] 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-20T21:37:08.5398588Z [4621/7973] 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-20T21:37:08.5455186Z [4622/7973] 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-20T21:37:08.5646213Z [4623/7973] 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-20T21:37:08.5701244Z [4624/7973] 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-20T21:37:08.6168213Z [4625/7973] 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-20T21:37:08.6363220Z [4626/7973] 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-20T21:37:08.6465634Z [4627/7973] 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-20T21:37:08.6655476Z [4628/7973] 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-20T21:37:08.6724157Z [4629/7973] 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-20T21:37:08.6834230Z [4630/7973] 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-20T21:37:08.6886361Z [4631/7973] 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-20T21:37:08.7333332Z [4632/7973] 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-20T21:37:08.7345760Z [4633/7973] 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-20T21:37:08.7490977Z [4634/7973] 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-20T21:37:08.7615350Z [4635/7973] 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-20T21:37:08.7932598Z [4636/7973] 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-20T21:37:08.8106258Z [4637/7973] 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-20T21:37:08.8155721Z [4638/7973] 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-20T21:37:08.8209023Z [4639/7973] 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-20T21:37:08.8568738Z [4640/7973] 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-20T21:37:08.8860945Z [4641/7973] 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-20T21:37:08.9052747Z [4642/7973] 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-20T21:37:08.9096747Z [4643/7973] 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-20T21:37:08.9142880Z [4644/7973] 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-20T21:37:08.9257826Z [4645/7973] 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-20T21:37:08.9271365Z [4646/7973] 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-20T21:37:08.9326258Z [4647/7973] 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-20T21:37:08.9689946Z [4648/7973] 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-20T21:37:09.0006256Z [4649/7973] 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-20T21:37:09.0378862Z [4650/7973] 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-20T21:37:09.0423840Z [4651/7973] 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-20T21:37:09.0488674Z [4652/7973] 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-20T21:37:09.0569201Z [4653/7973] 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-20T21:37:09.0583253Z [4654/7973] 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-20T21:37:09.0634415Z [4655/7973] 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-20T21:37:09.0921210Z [4656/7973] 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-20T21:37:09.1224739Z [4657/7973] 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-20T21:37:09.1639183Z [4658/7973] 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-20T21:37:09.1693463Z [4659/7973] 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-20T21:37:09.1802085Z [4660/7973] 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-20T21:37:09.1885052Z [4661/7973] 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-20T21:37:09.1932197Z [4662/7973] 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-20T21:37:09.2088445Z [4663/7973] 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-20T21:37:09.2147211Z [4664/7973] 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-20T21:37:09.2462529Z [4665/7973] 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-20T21:37:09.2931877Z [4666/7973] 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-20T21:37:09.2983492Z [4667/7973] 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-20T21:37:09.3037022Z [4668/7973] 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-20T21:37:09.3135747Z [4669/7973] 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-20T21:37:09.3190866Z [4670/7973] 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-20T21:37:09.3263644Z [4671/7973] 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-20T21:37:09.3318480Z [4672/7973] 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-20T21:37:09.3603078Z [4673/7973] 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-20T21:37:09.4110344Z [4674/7973] 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-20T21:37:09.4167185Z [4675/7973] 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-20T21:37:09.4254799Z [4676/7973] 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-20T21:37:09.4413347Z [4677/7973] 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-20T21:37:09.4426575Z [4678/7973] 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-20T21:37:09.4556938Z [4679/7973] 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-20T21:37:09.4967733Z [4680/7973] 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-20T21:37:09.5188579Z [4681/7973] 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-20T21:37:09.5201513Z [4682/7973] 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-20T21:37:09.5433429Z [4683/7973] 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-20T21:37:09.5488844Z [4684/7973] 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-20T21:37:09.5502341Z [4685/7973] 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-20T21:37:09.5596842Z [4686/7973] 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-20T21:37:09.5651118Z [4687/7973] 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-20T21:37:09.6045137Z [4688/7973] 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-20T21:37:09.6317340Z [4689/7973] 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-20T21:37:09.6373167Z [4690/7973] 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-20T21:37:09.6657068Z [4691/7973] 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-20T21:37:09.6670703Z [4692/7973] 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-20T21:37:09.6721231Z [4693/7973] 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-20T21:37:09.6838521Z [4694/7973] 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-20T21:37:09.7083425Z [4695/7973] 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-20T21:37:09.7096351Z [4696/7973] 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-20T21:37:09.7307304Z [4697/7973] 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-20T21:37:09.7449083Z [4698/7973] 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-20T21:37:09.7724383Z [4699/7973] 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-20T21:37:09.7804358Z [4700/7973] 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-20T21:37:09.8137244Z [4701/7973] 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-20T21:37:09.8180843Z [4702/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx512skx-u16.c.obj 2024-08-20T21:37:09.8233561Z [4703/7973] 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-20T21:37:09.8337049Z [4704/7973] 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-20T21:37:09.8348768Z [4705/7973] 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-20T21:37:09.8403493Z [4706/7973] 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-20T21:37:09.8748586Z [4707/7973] 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-20T21:37:09.8915819Z [4708/7973] 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-20T21:37:09.9267861Z [4709/7973] 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-20T21:37:09.9286995Z [4710/7973] 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-20T21:37:09.9385482Z [4711/7973] 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-20T21:37:09.9448915Z [4712/7973] 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-20T21:37:09.9506856Z [4713/7973] 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-20T21:37:09.9646311Z [4714/7973] 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-20T21:37:09.9804137Z [4715/7973] 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-20T21:37:10.0154888Z [4716/7973] 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-20T21:37:10.0410215Z [4717/7973] 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-20T21:37:10.0581345Z [4718/7973] 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-20T21:37:10.0678430Z [4719/7973] 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-20T21:37:10.0762693Z [4720/7973] 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-20T21:37:10.0895474Z [4721/7973] 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-20T21:37:10.0945292Z [4722/7973] 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-20T21:37:10.0998443Z [4723/7973] 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-20T21:37:10.1316923Z [4724/7973] 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-20T21:37:10.1606271Z [4725/7973] 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-20T21:37:10.1848919Z [4726/7973] 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-20T21:37:10.1903009Z [4727/7973] 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-20T21:37:10.1957806Z [4728/7973] 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-20T21:37:10.2333708Z [4729/7973] 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-20T21:37:10.2381970Z [4730/7973] 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-20T21:37:10.2497686Z [4731/7973] 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-20T21:37:10.2512835Z [4732/7973] 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-20T21:37:10.3041320Z [4733/7973] 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-20T21:37:10.3099260Z [4734/7973] 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-20T21:37:10.3113319Z [4735/7973] 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-20T21:37:10.3377879Z [4736/7973] 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-20T21:37:10.3430191Z [4737/7973] 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-20T21:37:10.3508777Z [4738/7973] 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-20T21:37:10.3563491Z [4739/7973] 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-20T21:37:10.3644857Z [4740/7973] 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-20T21:37:10.4218192Z [4741/7973] 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-20T21:37:10.4291853Z [4742/7973] 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-20T21:37:10.4520700Z [4743/7973] 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-20T21:37:10.4533077Z [4744/7973] 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-20T21:37:10.4545722Z [4745/7973] 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-20T21:37:10.4703658Z [4746/7973] 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-20T21:37:10.4774154Z [4747/7973] 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-20T21:37:10.4790734Z [4748/7973] 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-20T21:37:10.5303875Z [4749/7973] 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-20T21:37:10.5359561Z [4750/7973] 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-20T21:37:10.5699028Z [4751/7973] 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-20T21:37:10.5711894Z [4752/7973] 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-20T21:37:10.5860843Z [4753/7973] 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-20T21:37:10.5916011Z [4754/7973] 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-20T21:37:10.6084606Z [4755/7973] 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-20T21:37:10.6140758Z [4756/7973] 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-20T21:37:10.6278394Z [4757/7973] 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-20T21:37:10.6518579Z [4758/7973] 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-20T21:37:10.6770299Z [4759/7973] 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-20T21:37:10.6888000Z [4760/7973] 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-20T21:37:10.6986425Z [4761/7973] 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-20T21:37:10.7196696Z [4762/7973] 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-20T21:37:10.7308472Z [4763/7973] 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-20T21:37:10.7396491Z [4764/7973] 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-20T21:37:10.7760470Z [4765/7973] 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-20T21:37:10.7940686Z [4766/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx512skx-u16.c.obj 2024-08-20T21:37:10.8230786Z [4767/7973] 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-20T21:37:10.8573992Z [4768/7973] 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-20T21:37:10.8751589Z [4769/7973] 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-20T21:37:10.9089696Z [4770/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx512skx-u32.c.obj 2024-08-20T21:37:10.9281229Z [4771/7973] 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-20T21:37:10.9463757Z [4772/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x16c8-minmax-fp32-avx512skx.c.obj 2024-08-20T21:37:11.0135475Z [4773/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx512skx-u48.c.obj 2024-08-20T21:37:11.0350673Z [4774/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x8c8-minmax-fp32-avx512skx.c.obj 2024-08-20T21:37:11.0512697Z [4775/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx512skx-u64.c.obj 2024-08-20T21:37:11.0705313Z [4776/7973] 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-20T21:37:11.0922110Z [4777/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x16c8-minmax-fp32-avx512skx.c.obj 2024-08-20T21:37:11.1098610Z [4778/7973] 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-20T21:37:11.1312006Z [4779/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x8c8-minmax-fp32-avx512skx.c.obj 2024-08-20T21:37:11.1497676Z [4780/7973] 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-20T21:37:11.1786072Z [4781/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x8c8-minmax-fp32-avx512skx.c.obj 2024-08-20T21:37:11.1990817Z [4782/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x16c8-minmax-fp32-avx512skx.c.obj 2024-08-20T21:37:11.2157852Z [4783/7973] 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-20T21:37:11.2324641Z [4784/7973] 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-20T21:37:11.2483393Z [4785/7973] 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-20T21:37:11.2854023Z [4786/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x8c8-minmax-fp32-avx512skx.c.obj 2024-08-20T21:37:13.4462156Z [4787/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-5x16c8-minmax-fp32-avx512skx.c.obj 2024-08-20T21:37:13.4657180Z [4788/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x16c8-minmax-fp32-avx512skx.c.obj 2024-08-20T21:37:13.4859932Z [4789/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x8c8-minmax-fp32-avx512skx.c.obj 2024-08-20T21:37:13.5194613Z [4790/7973] 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-20T21:37:13.5382670Z [4791/7973] 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-20T21:37:13.5573099Z [4792/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-8x16c8-minmax-fp32-avx512skx.c.obj 2024-08-20T21:37:13.5737520Z [4793/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-7x16c8-minmax-fp32-avx512skx.c.obj 2024-08-20T21:37:13.5750462Z [4794/7973] 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-20T21:37:13.5803089Z [4795/7973] 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-20T21:37:13.5929383Z [4796/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-6x16c8-minmax-fp32-avx512skx.c.obj 2024-08-20T21:37:13.6138951Z [4797/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x8c8-minmax-fp32-avx512skx.c.obj 2024-08-20T21:37:13.6195283Z [4798/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x8c8-minmax-fp32-avx512skx.c.obj 2024-08-20T21:37:13.6453700Z [4799/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x16c8-minmax-fp32-avx512skx.c.obj 2024-08-20T21:37:13.6665027Z [4800/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x16c8-minmax-fp32-avx512skx.c.obj 2024-08-20T21:37:13.6846868Z [4801/7973] 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-20T21:37:13.6916001Z [4802/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x8c8-minmax-fp32-avx512skx.c.obj 2024-08-20T21:37:13.6930270Z [4803/7973] 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-20T21:37:13.7075085Z [4804/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x16c8-minmax-fp32-avx512skx.c.obj 2024-08-20T21:37:13.7262529Z [4805/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x16c8-minmax-fp32-avx512skx.c.obj 2024-08-20T21:37:13.7477177Z [4806/7973] 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-20T21:37:13.7733609Z [4807/7973] 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-20T21:37:13.7789785Z [4808/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-7x16c8-minmax-fp32-avx512skx.c.obj 2024-08-20T21:37:13.7991142Z [4809/7973] 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-20T21:37:13.8042307Z [4810/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-5x16c8-minmax-fp32-avx512skx.c.obj 2024-08-20T21:37:13.8056220Z [4811/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-6x16c8-minmax-fp32-avx512skx.c.obj 2024-08-20T21:37:13.8165449Z [4812/7973] 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-20T21:37:13.8180991Z [4813/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-8x16c8-minmax-fp32-avx512skx.c.obj 2024-08-20T21:37:13.8397672Z [4814/7973] 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-20T21:37:13.8694059Z [4815/7973] 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-20T21:37:13.8768832Z [4816/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx512skx-vpshufb-u128.c.obj 2024-08-20T21:37:13.8867337Z [4817/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx512vbmi-vpermx2b-u64.c.obj 2024-08-20T21:37:13.9011888Z [4818/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx512skx-vpshufb-u256.c.obj 2024-08-20T21:37:13.9024197Z [4819/7973] 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-20T21:37:13.9074646Z [4820/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx512skx-vpshufb-u64.c.obj 2024-08-20T21:37:13.9379539Z [4821/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx512skx-vpshufb-u192.c.obj 2024-08-20T21:37:13.9473855Z [4822/7973] 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-20T21:37:13.9491694Z [4823/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx512vbmi-vpermx2b-u128.c.obj 2024-08-20T21:37:13.9801334Z [4824/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx512vbmi-vpermx2b-u256.c.obj 2024-08-20T21:37:14.0033286Z [4825/7973] 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-20T21:37:14.0045604Z [4826/7973] 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-20T21:37:14.0206753Z [4827/7973] 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-20T21:37:14.0222210Z [4828/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx512vbmi-vpermx2b-u192.c.obj 2024-08-20T21:37:14.0625232Z [4829/7973] 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-20T21:37:14.0702399Z [4830/7973] 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-20T21:37:14.0945402Z [4831/7973] 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-20T21:37:14.1012904Z [4832/7973] 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-20T21:37:14.1263734Z [4833/7973] 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-20T21:37:14.1309304Z [4834/7973] 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-20T21:37:14.1379082Z [4835/7973] 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-20T21:37:14.1477906Z [4836/7973] 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-20T21:37:14.2130130Z [4837/7973] 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-20T21:37:14.2229760Z [4838/7973] 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-20T21:37:14.2278956Z [4839/7973] 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-20T21:37:14.2328744Z [4840/7973] 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-20T21:37:14.2475358Z [4841/7973] 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-20T21:37:14.2489490Z [4842/7973] 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-20T21:37:14.2618413Z [4843/7973] 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-20T21:37:14.2691400Z [4844/7973] 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-20T21:37:14.3503051Z [4845/7973] 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-20T21:37:14.3575043Z [4846/7973] 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-20T21:37:14.3618979Z [4847/7973] 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-20T21:37:14.3667986Z [4848/7973] 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-20T21:37:14.3825315Z [4849/7973] 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-20T21:37:14.3935282Z [4850/7973] 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-20T21:37:14.3994039Z [4851/7973] 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-20T21:37:14.4131359Z [4852/7973] 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-20T21:37:14.4733443Z [4853/7973] 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-20T21:37:14.4813284Z [4854/7973] 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-20T21:37:14.4859546Z [4855/7973] 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-20T21:37:14.4944331Z [4856/7973] 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-20T21:37:14.5165525Z [4857/7973] 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-20T21:37:14.5219237Z [4858/7973] 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-20T21:37:14.5235022Z [4859/7973] 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-20T21:37:14.5312837Z [4860/7973] 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-20T21:37:14.6065487Z [4861/7973] 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-20T21:37:14.6187698Z [4862/7973] 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-20T21:37:14.6249120Z [4863/7973] 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-20T21:37:14.6411138Z [4864/7973] 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-20T21:37:14.6508840Z [4865/7973] 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-20T21:37:14.6559128Z [4866/7973] 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-20T21:37:14.6571725Z [4867/7973] 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-20T21:37:14.6708671Z [4868/7973] 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-20T21:37:14.7278196Z [4869/7973] 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-20T21:37:14.7456888Z [4870/7973] 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-20T21:37:14.7686946Z [4871/7973] 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-20T21:37:14.7732264Z [4872/7973] 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-20T21:37:14.7817357Z [4873/7973] 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-20T21:37:14.7923700Z [4874/7973] 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-20T21:37:14.7941603Z [4875/7973] 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-20T21:37:14.8003351Z [4876/7973] 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-20T21:37:14.8435692Z [4877/7973] 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-20T21:37:14.8731841Z [4878/7973] 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-20T21:37:14.8933556Z [4879/7973] 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-20T21:37:14.9091225Z [4880/7973] 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-20T21:37:14.9147246Z [4881/7973] 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-20T21:37:14.9193594Z [4882/7973] 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-20T21:37:14.9265433Z [4883/7973] 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-20T21:37:14.9280249Z [4884/7973] 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-20T21:37:14.9850506Z [4885/7973] 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-20T21:37:15.0229197Z [4886/7973] 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-20T21:37:15.0316904Z [4887/7973] 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-20T21:37:15.0394012Z [4888/7973] 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-20T21:37:15.0406912Z [4889/7973] 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-20T21:37:15.0459717Z [4890/7973] 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-20T21:37:15.0521676Z [4891/7973] 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-20T21:37:15.0698063Z [4892/7973] 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-20T21:37:15.1020786Z [4893/7973] 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-20T21:37:15.1575715Z [4894/7973] 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-20T21:37:15.1650799Z [4895/7973] 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-20T21:37:15.1696022Z [4896/7973] 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-20T21:37:15.1816489Z [4897/7973] 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-20T21:37:15.1872886Z [4898/7973] 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-20T21:37:15.1930526Z [4899/7973] 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-20T21:37:15.1997255Z [4900/7973] 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-20T21:37:15.2204362Z [4901/7973] 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-20T21:37:15.2922347Z [4902/7973] 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-20T21:37:15.2935924Z [4903/7973] 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-20T21:37:15.2948795Z [4904/7973] 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-20T21:37:15.3050213Z [4905/7973] 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-20T21:37:15.3135608Z [4906/7973] 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-20T21:37:15.3210101Z [4907/7973] 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-20T21:37:15.3289687Z [4908/7973] 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-20T21:37:15.3462231Z [4909/7973] 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-20T21:37:15.4252099Z [4910/7973] 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-20T21:37:15.4304114Z [4911/7973] 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-20T21:37:15.4390663Z [4912/7973] 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-20T21:37:15.4448356Z [4913/7973] 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-20T21:37:15.4515781Z [4914/7973] 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-20T21:37:15.4590352Z [4915/7973] 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-20T21:37:15.4602681Z [4916/7973] 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-20T21:37:15.4676970Z [4917/7973] 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-20T21:37:15.5628564Z [4918/7973] 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-20T21:37:15.5673369Z [4919/7973] 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-20T21:37:15.5767705Z [4920/7973] 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-20T21:37:15.5887568Z [4921/7973] 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-20T21:37:15.6029392Z [4922/7973] 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-20T21:37:15.6091407Z [4923/7973] 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-20T21:37:15.6143566Z [4924/7973] 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-20T21:37:15.6237660Z [4925/7973] 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-20T21:37:15.6909382Z [4926/7973] 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-20T21:37:15.6924228Z [4927/7973] 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-20T21:37:15.7140766Z [4928/7973] 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-20T21:37:15.7271811Z [4929/7973] 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-20T21:37:15.7547375Z [4930/7973] 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-20T21:37:15.7605390Z [4931/7973] 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-20T21:37:15.7690186Z [4932/7973] 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-20T21:37:15.8014801Z [4933/7973] 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-20T21:37:15.8065156Z [4934/7973] 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-20T21:37:15.8269416Z [4935/7973] 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-20T21:37:15.8533949Z [4936/7973] 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-20T21:37:15.8639580Z [4937/7973] 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-20T21:37:15.8722814Z [4938/7973] 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-20T21:37:15.8882115Z [4939/7973] 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-20T21:37:15.8984114Z [4940/7973] 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-20T21:37:15.9279412Z [4941/7973] 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-20T21:37:15.9537915Z [4942/7973] 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-20T21:37:15.9592458Z [4943/7973] 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-20T21:37:15.9870930Z [4944/7973] 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-20T21:37:15.9962704Z [4945/7973] 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-20T21:37:16.0158080Z [4946/7973] 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-20T21:37:16.0212650Z [4947/7973] 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-20T21:37:16.0625619Z [4948/7973] 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-20T21:37:16.0794244Z [4949/7973] 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-20T21:37:16.0859720Z [4950/7973] 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-20T21:37:16.1143196Z [4951/7973] 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-20T21:37:16.1205703Z [4952/7973] 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-20T21:37:16.1223341Z [4953/7973] 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-20T21:37:16.1277410Z [4954/7973] 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-20T21:37:16.1962627Z [4955/7973] 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-20T21:37:16.2079592Z [4956/7973] 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-20T21:37:16.2197599Z [4957/7973] 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-20T21:37:16.2246187Z [4958/7973] 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-20T21:37:16.2409157Z [4959/7973] 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-20T21:37:16.2427223Z [4960/7973] 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-20T21:37:16.2509095Z [4961/7973] 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-20T21:37:16.3011697Z [4962/7973] 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-20T21:37:16.3252289Z [4963/7973] 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-20T21:37:16.3472343Z [4964/7973] 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-20T21:37:16.3516977Z [4965/7973] 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-20T21:37:16.3587468Z [4966/7973] 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-20T21:37:16.3734897Z [4967/7973] 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-20T21:37:16.3806401Z [4968/7973] 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-20T21:37:16.4001058Z [4969/7973] 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-20T21:37:16.4177567Z [4970/7973] 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-20T21:37:16.4430764Z [4971/7973] 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-20T21:37:16.4689341Z [4972/7973] 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-20T21:37:16.4811463Z [4973/7973] 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-20T21:37:16.4865831Z [4974/7973] 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-20T21:37:16.4970914Z [4975/7973] 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-20T21:37:16.5044274Z [4976/7973] 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-20T21:37:16.5257859Z [4977/7973] 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-20T21:37:16.5313356Z [4978/7973] 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-20T21:37:16.5659047Z [4979/7973] 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-20T21:37:16.5894509Z [4980/7973] 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-20T21:37:16.6027880Z [4981/7973] 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-20T21:37:16.6077343Z [4982/7973] 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-20T21:37:16.6696689Z [4983/7973] 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-20T21:37:16.6714272Z [4984/7973] 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-20T21:37:16.6728690Z [4985/7973] 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-20T21:37:16.6746974Z [4986/7973] 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-20T21:37:16.6799925Z [4987/7973] 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-20T21:37:16.7112504Z [4988/7973] 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-20T21:37:16.7129745Z [4989/7973] 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-20T21:37:16.7182930Z [4990/7973] 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-20T21:37:16.8081834Z [4991/7973] 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-20T21:37:16.8094889Z [4992/7973] 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-20T21:37:16.8139153Z [4993/7973] 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-20T21:37:16.8184571Z [4994/7973] 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-20T21:37:16.8280432Z [4995/7973] 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-20T21:37:16.8335046Z [4996/7973] 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-20T21:37:16.8348821Z [4997/7973] 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-20T21:37:16.8406481Z [4998/7973] 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-20T21:37:16.9393953Z [4999/7973] 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-20T21:37:16.9406803Z [5000/7973] 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-20T21:37:16.9453846Z [5001/7973] 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-20T21:37:16.9737951Z [5002/7973] 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-20T21:37:16.9750487Z [5003/7973] 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-20T21:37:16.9763942Z [5004/7973] 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-20T21:37:16.9777695Z [5005/7973] 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-20T21:37:16.9830265Z [5006/7973] 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-20T21:37:17.0651747Z [5007/7973] 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-20T21:37:17.0953720Z [5008/7973] 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-20T21:37:17.0966037Z [5009/7973] 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-20T21:37:17.1031459Z [5010/7973] 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-20T21:37:17.1090382Z [5011/7973] 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-20T21:37:17.1096422Z [5012/7973] 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-20T21:37:17.1247586Z [5013/7973] 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-20T21:37:17.1619956Z [5014/7973] 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-20T21:37:17.1794808Z [5015/7973] 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-20T21:37:17.2260374Z [5016/7973] 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-20T21:37:17.2321919Z [5017/7973] 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-20T21:37:17.2594167Z [5018/7973] 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-20T21:37:17.2696091Z [5019/7973] 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-20T21:37:17.2845025Z [5020/7973] 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-20T21:37:17.3002398Z [5021/7973] 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-20T21:37:17.3057572Z [5022/7973] 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-20T21:37:17.3314090Z [5023/7973] 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-20T21:37:17.3403996Z [5024/7973] 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-20T21:37:17.3792535Z [5025/7973] 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-20T21:37:17.3901149Z [5026/7973] 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-20T21:37:17.4032855Z [5027/7973] 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-20T21:37:17.4319960Z [5028/7973] 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-20T21:37:17.4494105Z [5029/7973] 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-20T21:37:17.4542949Z [5030/7973] 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-20T21:37:17.4606037Z [5031/7973] 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-20T21:37:17.4870095Z [5032/7973] 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-20T21:37:17.5072962Z [5033/7973] 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-20T21:37:17.5402298Z [5034/7973] 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-20T21:37:17.5634518Z [5035/7973] 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-20T21:37:17.5692304Z [5036/7973] 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-20T21:37:17.5705581Z [5037/7973] 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-20T21:37:17.5719919Z [5038/7973] 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-20T21:37:17.5773809Z [5039/7973] 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-20T21:37:17.6466315Z [5040/7973] 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-20T21:37:17.6644982Z [5041/7973] 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-20T21:37:17.6847820Z [5042/7973] 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-20T21:37:17.6891855Z [5043/7973] 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-20T21:37:17.6943595Z [5044/7973] 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-20T21:37:17.6990461Z [5045/7973] 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-20T21:37:17.7006107Z [5046/7973] 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-20T21:37:17.7365177Z [5047/7973] 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-20T21:37:17.7825440Z [5048/7973] 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-20T21:37:17.7894019Z [5049/7973] 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-20T21:37:17.8091570Z [5050/7973] 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-20T21:37:17.8232103Z [5051/7973] 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-20T21:37:17.8292608Z [5052/7973] 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-20T21:37:17.8306218Z [5053/7973] 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-20T21:37:17.8484929Z [5054/7973] 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-20T21:37:17.8576255Z [5055/7973] 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-20T21:37:17.9075634Z [5056/7973] 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-20T21:37:17.9293846Z [5057/7973] 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-20T21:37:17.9460585Z [5058/7973] 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-20T21:37:17.9560258Z [5059/7973] 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-20T21:37:17.9664016Z [5060/7973] 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-20T21:37:17.9756285Z [5061/7973] 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-20T21:37:17.9770391Z [5062/7973] 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-20T21:37:18.0284779Z [5063/7973] 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-20T21:37:18.0299102Z [5064/7973] 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-20T21:37:18.0485891Z [5065/7973] 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-20T21:37:18.0673152Z [5066/7973] 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-20T21:37:18.0756575Z [5067/7973] 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-20T21:37:18.0959628Z [5068/7973] 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-20T21:37:18.1009052Z [5069/7973] 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-20T21:37:18.1203685Z [5070/7973] 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-20T21:37:18.1542859Z [5071/7973] 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-20T21:37:18.1712254Z [5072/7973] 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-20T21:37:18.1760860Z [5073/7973] 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-20T21:37:18.1909150Z [5074/7973] 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-20T21:37:18.1958064Z [5075/7973] 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-20T21:37:18.2161625Z [5076/7973] 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-20T21:37:18.2275007Z [5077/7973] 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-20T21:37:18.2413565Z [5078/7973] 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-20T21:37:18.2974646Z [5079/7973] 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-20T21:37:18.2989514Z [5080/7973] 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-20T21:37:18.3118534Z [5081/7973] 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-20T21:37:18.3216291Z [5082/7973] 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-20T21:37:18.3467255Z [5083/7973] 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-20T21:37:18.3553563Z [5084/7973] 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-20T21:37:18.3886114Z [5085/7973] 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-20T21:37:18.4202576Z [5086/7973] 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-20T21:37:18.4217988Z [5087/7973] 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-20T21:37:18.4271144Z [5088/7973] 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-20T21:37:18.4287069Z [5089/7973] 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-20T21:37:18.4433028Z [5090/7973] 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-20T21:37:18.4736346Z [5091/7973] 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-20T21:37:18.4979046Z [5092/7973] 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-20T21:37:18.5145798Z [5093/7973] 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-20T21:37:18.5487816Z [5094/7973] 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-20T21:37:18.5500861Z [5095/7973] 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-20T21:37:18.5553071Z [5096/7973] 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-20T21:37:18.5569038Z [5097/7973] 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-20T21:37:18.5641329Z [5098/7973] 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-20T21:37:18.6012231Z [5099/7973] 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-20T21:37:18.6218622Z [5100/7973] 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-20T21:37:18.6379984Z [5101/7973] 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-20T21:37:18.6772915Z [5102/7973] 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-20T21:37:18.6835031Z [5103/7973] 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-20T21:37:18.6916827Z [5104/7973] 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-20T21:37:18.6928738Z [5105/7973] 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-20T21:37:18.7360667Z [5106/7973] 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-20T21:37:18.7505849Z [5107/7973] 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-20T21:37:18.7519663Z [5108/7973] 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-20T21:37:18.7576564Z [5109/7973] 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-20T21:37:18.8065813Z [5110/7973] 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-20T21:37:18.8159954Z [5111/7973] 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-20T21:37:18.8265216Z [5112/7973] 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-20T21:37:18.8622912Z [5113/7973] 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-20T21:37:18.8763576Z [5114/7973] 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-20T21:37:18.8810252Z [5115/7973] 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-20T21:37:18.9126373Z [5116/7973] 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-20T21:37:18.9308520Z [5117/7973] 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-20T21:37:18.9361538Z [5118/7973] 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-20T21:37:18.9637337Z [5119/7973] 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-20T21:37:18.9882972Z [5120/7973] 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-20T21:37:18.9929732Z [5121/7973] 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-20T21:37:18.9986764Z [5122/7973] 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-20T21:37:19.0100516Z [5123/7973] 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-20T21:37:19.0409441Z [5124/7973] 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-20T21:37:19.0745305Z [5125/7973] 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-20T21:37:19.0795508Z [5126/7973] 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-20T21:37:19.0976946Z [5127/7973] 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-20T21:37:19.1030618Z [5128/7973] 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-20T21:37:19.1100820Z [5129/7973] 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-20T21:37:19.1156942Z [5130/7973] 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-20T21:37:19.1323554Z [5131/7973] 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-20T21:37:19.1766394Z [5132/7973] 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-20T21:37:19.2158968Z [5133/7973] 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-20T21:37:19.2247459Z [5134/7973] 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-20T21:37:19.2302948Z [5135/7973] 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-20T21:37:19.2319512Z [5136/7973] 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-20T21:37:19.2437590Z [5137/7973] 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-20T21:37:19.2486570Z [5138/7973] 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-20T21:37:19.2831811Z [5139/7973] 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-20T21:37:19.3097535Z [5140/7973] 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-20T21:37:19.3382820Z [5141/7973] 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-20T21:37:19.3548143Z [5142/7973] 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-20T21:37:19.3561474Z [5143/7973] 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-20T21:37:19.3671225Z [5144/7973] 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-20T21:37:19.3688052Z [5145/7973] 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-20T21:37:19.3945929Z [5146/7973] 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-20T21:37:19.4186904Z [5147/7973] 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-20T21:37:19.4329744Z [5148/7973] 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-20T21:37:19.4647420Z [5149/7973] 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-20T21:37:19.4749676Z [5150/7973] 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-20T21:37:19.4798286Z [5151/7973] 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-20T21:37:19.4934070Z [5152/7973] 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-20T21:37:19.4986108Z [5153/7973] 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-20T21:37:19.5154502Z [5154/7973] 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-20T21:37:19.5591957Z [5155/7973] 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-20T21:37:19.5607255Z [5156/7973] 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-20T21:37:19.5936450Z [5157/7973] 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-20T21:37:19.6063407Z [5158/7973] 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-20T21:37:19.6144366Z [5159/7973] 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-20T21:37:19.6189726Z [5160/7973] 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-20T21:37:19.6325361Z [5161/7973] 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-20T21:37:19.6383446Z [5162/7973] 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-20T21:37:19.6803809Z [5163/7973] 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-20T21:37:19.7304871Z [5164/7973] 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-20T21:37:19.7357124Z [5165/7973] 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-20T21:37:19.7371026Z [5166/7973] 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-20T21:37:19.7416836Z [5167/7973] 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-20T21:37:19.7520781Z [5168/7973] 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-20T21:37:19.7581346Z [5169/7973] 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-20T21:37:19.7596813Z [5170/7973] 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-20T21:37:19.8001791Z [5171/7973] 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-20T21:37:19.8114041Z [5172/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\tables\exp2-k-over-64.c.obj 2024-08-20T21:37:19.8573416Z [5173/7973] 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-20T21:37:19.8586449Z [5174/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\tables\exp2-k-over-2048.c.obj 2024-08-20T21:37:19.8635656Z [5175/7973] 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-20T21:37:19.8652286Z [5176/7973] 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-20T21:37:19.8759423Z [5177/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\tables\exp2minus-k-over-4.c.obj 2024-08-20T21:37:19.8811462Z [5178/7973] 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-20T21:37:19.8873719Z [5179/7973] 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-20T21:37:19.8889714Z [5180/7973] 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-20T21:37:19.9161064Z [5181/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\tables\exp2minus-k-over-16.c.obj 2024-08-20T21:37:19.9223035Z [5182/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\tables\exp2minus-k-over-32.c.obj 2024-08-20T21:37:19.9236678Z [5183/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\tables\exp2minus-k-over-8.c.obj 2024-08-20T21:37:19.9379554Z [5184/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\tables\exp2minus-k-over-64.c.obj 2024-08-20T21:37:19.9423268Z [5185/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\vlog.c.obj 2024-08-20T21:37:19.9805603Z [5186/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\tables\exp2minus-k-over-2048.c.obj 2024-08-20T21:37:19.9891207Z [5187/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\tables\vlog.c.obj 2024-08-20T21:37:20.0329203Z [5188/7973] Building CXX object confu-deps\XNNPACK\CMakeFiles\jit.dir\src\jit\assembler.cc.obj 2024-08-20T21:37:20.0330879Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:20.0506837Z [5189/7973] Building C object confu-deps\XNNPACK\CMakeFiles\logging.dir\src\enums\microkernel-type.c.obj 2024-08-20T21:37:20.0568044Z [5190/7973] Building C object confu-deps\XNNPACK\CMakeFiles\logging.dir\src\enums\datatype-strings.c.obj 2024-08-20T21:37:20.0674555Z [5191/7973] Building CXX object confu-deps\XNNPACK\CMakeFiles\jit.dir\src\jit\aarch64-assembler.cc.obj 2024-08-20T21:37:20.0675793Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:20.1026838Z [5192/7973] Building C object confu-deps\XNNPACK\CMakeFiles\logging.dir\src\enums\node-type.c.obj 2024-08-20T21:37:20.1119717Z [5193/7973] Building C object confu-deps\XNNPACK\CMakeFiles\logging.dir\src\enums\operator-type.c.obj 2024-08-20T21:37:20.1361232Z [5194/7973] Building CXX object confu-deps\XNNPACK\CMakeFiles\jit.dir\src\jit\aarch32-assembler.cc.obj 2024-08-20T21:37:20.1362847Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:20.1644652Z [5195/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microparams-init.dir\src\microparams-init.c.obj 2024-08-20T21:37:20.1701347Z [5196/7973] Building C object confu-deps\XNNPACK\CMakeFiles\normalization.dir\src\normalization.c.obj 2024-08-20T21:37:20.1702345Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:20.2031997Z [5197/7973] Building C object confu-deps\XNNPACK\CMakeFiles\indirection.dir\src\indirection.c.obj 2024-08-20T21:37:20.2174377Z [5198/7973] Building C object confu-deps\XNNPACK\CMakeFiles\allocator.dir\src\allocator.c.obj 2024-08-20T21:37:20.2479216Z [5199/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernel-utils.dir\src\microkernel-utils.c.obj 2024-08-20T21:37:20.2607900Z [5200/7973] Building C object confu-deps\XNNPACK\CMakeFiles\hardware-config.dir\src\configs\hardware-config.c.obj 2024-08-20T21:37:20.3202614Z [5201/7973] Building C object confu-deps\XNNPACK\CMakeFiles\logging.dir\src\log.c.obj 2024-08-20T21:37:20.3649224Z [5202/7973] Building C object confu-deps\XNNPACK\CMakeFiles\mutex.dir\src\mutex.c.obj 2024-08-20T21:37:20.3650556Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:20.3828539Z [5203/7973] Building C object confu-deps\XNNPACK\CMakeFiles\packing.dir\src\packing.c.obj 2024-08-20T21:37:20.3830532Z 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-20T21:37:20.3832533Z 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-20T21:37:20.3834557Z 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-20T21:37:20.3836305Z 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-20T21:37:20.3893873Z [5204/7973] Building C object confu-deps\XNNPACK\CMakeFiles\memory.dir\src\memory.c.obj 2024-08-20T21:37:20.4371358Z [5205/7973] Building C object confu-deps\XNNPACK\CMakeFiles\cache.dir\src\cache.c.obj 2024-08-20T21:37:20.4372191Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:20.4585143Z [5206/7973] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\average-pooling-nhwc.c.obj 2024-08-20T21:37:20.4588871Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\average-pooling-nhwc.c(615): warning C4090: 'function': different 'const' qualifiers 2024-08-20T21:37:20.4592180Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:20.4876107Z [5207/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\ssse3.c.obj 2024-08-20T21:37:20.5094890Z [5208/7973] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\argmax-pooling-nhwc.c.obj 2024-08-20T21:37:20.5097948Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\argmax-pooling-nhwc.c(252): warning C4090: 'function': different 'const' qualifiers 2024-08-20T21:37:20.5100259Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:20.5578794Z [5209/7973] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operator-delete.c.obj 2024-08-20T21:37:20.5580412Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operator-delete.c(29): warning C4090: 'function': different 'const' qualifiers 2024-08-20T21:37:20.5581550Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:20.6059642Z [5210/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\sse.c.obj 2024-08-20T21:37:20.6078309Z [5211/7973] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\batch-matrix-multiply-nc.c.obj 2024-08-20T21:37:20.6080373Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:20.6190566Z [5212/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\sse2.c.obj 2024-08-20T21:37:20.6404130Z [5213/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\fma3.c.obj 2024-08-20T21:37:20.6981951Z [5214/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\xop.c.obj 2024-08-20T21:37:20.7148170Z [5215/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\avx.c.obj 2024-08-20T21:37:20.7307020Z [5216/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\f16c.c.obj 2024-08-20T21:37:20.7471712Z [5217/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\avx512vbmi.c.obj 2024-08-20T21:37:20.7487316Z [5218/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\scalar.c.obj 2024-08-20T21:37:20.7762497Z [5219/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\avx512vnni.c.obj 2024-08-20T21:37:20.7869467Z [5220/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2-k-over-64.c.obj 2024-08-20T21:37:20.7883770Z [5221/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\avx2.c.obj 2024-08-20T21:37:20.8105233Z [5222/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2-k-over-2048.c.obj 2024-08-20T21:37:20.8401054Z [5223/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\sse41.c.obj 2024-08-20T21:37:20.8515736Z [5224/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2minus-k-over-2048.c.obj 2024-08-20T21:37:20.8535534Z [5225/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2minus-k-over-4.c.obj 2024-08-20T21:37:20.8700661Z [5226/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\avx512amx.c.obj 2024-08-20T21:37:20.8748233Z [5227/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2minus-k-over-8.c.obj 2024-08-20T21:37:20.8898725Z [5228/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\avx512f.c.obj 2024-08-20T21:37:20.8988652Z [5229/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2minus-k-over-32.c.obj 2024-08-20T21:37:20.9058407Z [5230/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\avx512skx.c.obj 2024-08-20T21:37:20.9103730Z [5231/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2minus-k-over-16.c.obj 2024-08-20T21:37:20.9157204Z [5232/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\avx512vnnigfni.c.obj 2024-08-20T21:37:20.9206367Z [5233/7973] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2minus-k-over-64.c.obj 2024-08-20T21:37:21.2313026Z [5234/7973] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\ibilinear-chw-config.c.obj 2024-08-20T21:37:21.2314687Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:21.2331063Z [5235/7973] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\gavgpool-config.c.obj 2024-08-20T21:37:21.2333208Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:21.2739770Z [5236/7973] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\ibilinear-config.c.obj 2024-08-20T21:37:21.2740783Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:21.2753687Z [5237/7973] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\gavgpool-cw-config.c.obj 2024-08-20T21:37:21.2754682Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:21.2810630Z [5238/7973] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\prelu-config.c.obj 2024-08-20T21:37:21.2812172Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:21.2969894Z [5239/7973] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\lut32norm-config.c.obj 2024-08-20T21:37:21.2971569Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:21.3136496Z [5240/7973] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\raddstoreexpminusmax-config.c.obj 2024-08-20T21:37:21.3137619Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:21.3456350Z [5241/7973] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\gemm-config.c.obj 2024-08-20T21:37:21.3457964Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:21.5824607Z [5242/7973] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\pavgpool-config.c.obj 2024-08-20T21:37:21.5825906Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:21.5904539Z [5243/7973] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\maxpool-config.c.obj 2024-08-20T21:37:21.5905582Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:21.6380458Z [5244/7973] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\rmax-config.c.obj 2024-08-20T21:37:21.6381853Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:21.6452066Z [5245/7973] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\spmm-config.c.obj 2024-08-20T21:37:21.6452970Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:21.6530681Z [5246/7973] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\unary-elementwise-config.c.obj 2024-08-20T21:37:21.6531947Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:21.6713961Z [5247/7973] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\reduce-config.c.obj 2024-08-20T21:37:21.6715339Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:21.6778165Z [5248/7973] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\transpose-config.c.obj 2024-08-20T21:37:21.6779859Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:21.7093452Z [5249/7973] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\unpool-config.c.obj 2024-08-20T21:37:21.7095163Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:21.7563133Z [5250/7973] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\params.c.obj 2024-08-20T21:37:21.7564021Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:21.9556897Z [5251/7973] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\x8-lut-config.c.obj 2024-08-20T21:37:21.9558067Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:21.9797297Z [5252/7973] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\vmulcaddc-config.c.obj 2024-08-20T21:37:21.9798249Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:22.0001997Z [5253/7973] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\xx-pad-config.c.obj 2024-08-20T21:37:22.0003739Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:22.0116148Z [5254/7973] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\xx-fill-config.c.obj 2024-08-20T21:37:22.0117170Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:22.0137661Z [5255/7973] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\zip-config.c.obj 2024-08-20T21:37:22.0138793Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:22.0501814Z [5256/7973] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\init.c.obj 2024-08-20T21:37:22.0502636Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:22.2786188Z [5257/7973] Building CXX object third_party\googletest\googlemock\CMakeFiles\gmock.dir\__\googletest\src\gtest-all.cc.obj 2024-08-20T21:37:22.2839019Z [5258/7973] Building CXX object third_party\googletest\googlemock\CMakeFiles\gmock_main.dir\__\googletest\src\gtest-all.cc.obj 2024-08-20T21:37:22.2890255Z [5259/7973] Building CXX object third_party\googletest\googlemock\CMakeFiles\gmock.dir\src\gmock-all.cc.obj 2024-08-20T21:37:22.2951110Z [5260/7973] Building CXX object third_party\googletest\googlemock\CMakeFiles\gmock_main.dir\src\gmock_main.cc.obj 2024-08-20T21:37:22.2965945Z [5261/7973] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\benchmark_api_internal.cc.obj 2024-08-20T21:37:22.3043655Z [5262/7973] Building CXX object third_party\googletest\googlemock\CMakeFiles\gmock_main.dir\src\gmock-all.cc.obj 2024-08-20T21:37:22.3197062Z [5263/7973] Building CXX object third_party\googletest\googletest\CMakeFiles\gtest_main.dir\src\gtest_main.cc.obj 2024-08-20T21:37:22.3990534Z [5264/7973] Linking CXX static library lib\gmock.lib 2024-08-20T21:37:22.4008562Z [5265/7973] Linking CXX static library lib\gmock_main.lib 2024-08-20T21:37:22.5271337Z [5266/7973] Building CXX object third_party\googletest\googletest\CMakeFiles\gtest.dir\src\gtest-all.cc.obj 2024-08-20T21:37:22.5581699Z [5267/7973] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\complexity.cc.obj 2024-08-20T21:37:22.5649681Z [5268/7973] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\benchmark_name.cc.obj 2024-08-20T21:37:22.5663266Z [5269/7973] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\benchmark_runner.cc.obj 2024-08-20T21:37:22.6397058Z [5270/7973] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\benchmark.cc.obj 2024-08-20T21:37:22.6520732Z [5271/7973] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\commandlineflags.cc.obj 2024-08-20T21:37:22.7616027Z [5272/7973] Linking CXX static library lib\gtest.lib 2024-08-20T21:37:22.7715224Z [5273/7973] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\counter.cc.obj 2024-08-20T21:37:22.7815725Z [5274/7973] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\reporter.cc.obj 2024-08-20T21:37:22.7969592Z [5275/7973] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\console_reporter.cc.obj 2024-08-20T21:37:22.8518287Z [5276/7973] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\colorprint.cc.obj 2024-08-20T21:37:22.8971811Z [5277/7973] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\json_reporter.cc.obj 2024-08-20T21:37:22.8986917Z [5278/7973] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\csv_reporter.cc.obj 2024-08-20T21:37:22.9096171Z [5279/7973] Linking CXX static library lib\gtest_main.lib 2024-08-20T21:37:23.0043722Z [5280/7973] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\benchmark_register.cc.obj 2024-08-20T21:37:23.0273914Z [5281/7973] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\string_util.cc.obj 2024-08-20T21:37:23.0422671Z [5282/7973] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\perf_counters.cc.obj 2024-08-20T21:37:23.1294481Z [5283/7973] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark_main.dir\benchmark_main.cc.obj 2024-08-20T21:37:23.1522252Z [5284/7973] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\statistics.cc.obj 2024-08-20T21:37:23.3639988Z [5285/7973] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64instapi.cpp.obj 2024-08-20T21:37:23.3778242Z [5286/7973] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64formatter.cpp.obj 2024-08-20T21:37:23.3856047Z [5287/7973] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\sleep.cc.obj 2024-08-20T21:37:23.3922623Z [5288/7973] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64emithelper.cpp.obj 2024-08-20T21:37:23.4847710Z [5289/7973] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64builder.cpp.obj 2024-08-20T21:37:23.4986599Z [5290/7973] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64func.cpp.obj 2024-08-20T21:37:23.5915417Z [5291/7973] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmBfloat16Convert.cc.obj 2024-08-20T21:37:23.6316062Z [5292/7973] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\sysinfo.cc.obj 2024-08-20T21:37:23.6538150Z [5293/7973] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\timers.cc.obj 2024-08-20T21:37:23.6883317Z [5294/7973] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\ExecuteKernel.cc.obj 2024-08-20T21:37:23.7254960Z [5295/7973] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64operand.cpp.obj 2024-08-20T21:37:23.7610964Z [5296/7973] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64compiler.cpp.obj 2024-08-20T21:37:23.8871059Z [5297/7973] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmConv.cc.obj 2024-08-20T21:37:23.8873581Z 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-20T21:37:23.8876441Z with 2024-08-20T21:37:23.8876838Z [ 2024-08-20T21:37:23.8877244Z T=uint8_t, 2024-08-20T21:37:23.8877596Z accT=int32_t, 2024-08-20T21:37:23.8877913Z inpType=uint8_t 2024-08-20T21:37:23.8878257Z ] 2024-08-20T21:37:23.8880332Z 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-20T21:37:23.8882325Z with 2024-08-20T21:37:23.8882731Z [ 2024-08-20T21:37:23.8883135Z T=uint8_t, 2024-08-20T21:37:23.8883620Z accT=int32_t 2024-08-20T21:37:23.8883959Z ] 2024-08-20T21:37:23.8887052Z 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-20T21:37:23.8890155Z with 2024-08-20T21:37:23.8890390Z [ 2024-08-20T21:37:23.8890629Z T=uint8_t, 2024-08-20T21:37:23.8890919Z accT=int32_t 2024-08-20T21:37:23.8891190Z ] 2024-08-20T21:37:23.8892573Z 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-20T21:37:23.8893916Z with 2024-08-20T21:37:23.8894149Z [ 2024-08-20T21:37:23.8894381Z T=uint8_t, 2024-08-20T21:37:23.8894677Z accT=int32_t 2024-08-20T21:37:23.8895097Z ] 2024-08-20T21:37:23.8896843Z 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-20T21:37:23.8898759Z with 2024-08-20T21:37:23.8899007Z [ 2024-08-20T21:37:23.8899224Z T=int8_t, 2024-08-20T21:37:23.8899520Z accT=int32_t, 2024-08-20T21:37:23.8899843Z inpType=int8_t 2024-08-20T21:37:23.8900133Z ] 2024-08-20T21:37:23.8901274Z 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-20T21:37:23.8902460Z with 2024-08-20T21:37:23.8902696Z [ 2024-08-20T21:37:23.8902945Z T=int8_t, 2024-08-20T21:37:23.8903244Z accT=int32_t 2024-08-20T21:37:23.8903521Z ] 2024-08-20T21:37:23.8905355Z 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-20T21:37:23.8907158Z with 2024-08-20T21:37:23.8907407Z [ 2024-08-20T21:37:23.8907633Z T=int8_t, 2024-08-20T21:37:23.8907928Z accT=int32_t 2024-08-20T21:37:23.8908229Z ] 2024-08-20T21:37:23.8909450Z 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-20T21:37:23.8910888Z with 2024-08-20T21:37:23.8911147Z [ 2024-08-20T21:37:23.8911375Z T=int8_t, 2024-08-20T21:37:23.8911668Z accT=int32_t 2024-08-20T21:37:23.8911965Z ] 2024-08-20T21:37:23.8913774Z 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-20T21:37:23.8916036Z with 2024-08-20T21:37:23.8916295Z [ 2024-08-20T21:37:23.8916531Z ACC_T=int32_t, 2024-08-20T21:37:23.8916849Z T=uint8_t, 2024-08-20T21:37:23.8917154Z accT=int32_t, 2024-08-20T21:37:23.8917461Z inpType=uint8_t 2024-08-20T21:37:23.8917779Z ] 2024-08-20T21:37:23.8919044Z 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-20T21:37:23.8920276Z with 2024-08-20T21:37:23.8920532Z [ 2024-08-20T21:37:23.8920785Z ACC_T=int32_t, 2024-08-20T21:37:23.8921083Z T=uint8_t, 2024-08-20T21:37:23.8921428Z accT=int32_t 2024-08-20T21:37:23.8921735Z ] 2024-08-20T21:37:23.8924266Z 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-20T21:37:23.8926194Z with 2024-08-20T21:37:23.8926444Z [ 2024-08-20T21:37:23.8926702Z ACC_T=int32_t, 2024-08-20T21:37:23.8927006Z T=uint8_t, 2024-08-20T21:37:23.8927362Z accT=int32_t 2024-08-20T21:37:23.8927711Z ] 2024-08-20T21:37:23.8928886Z 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-20T21:37:23.8930161Z with 2024-08-20T21:37:23.8930413Z [ 2024-08-20T21:37:23.8930646Z ACC_T=int32_t, 2024-08-20T21:37:23.8931043Z T=uint8_t, 2024-08-20T21:37:23.8931412Z accT=int32_t 2024-08-20T21:37:23.8931693Z ] 2024-08-20T21:37:23.8933826Z 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-20T21:37:23.8935829Z with 2024-08-20T21:37:23.8936066Z [ 2024-08-20T21:37:23.8936323Z ACC_T=int32_t, 2024-08-20T21:37:23.8936648Z T=uint8_t, 2024-08-20T21:37:23.8936931Z accT=int32_t, 2024-08-20T21:37:23.8937252Z inpType=uint8_t 2024-08-20T21:37:23.8937572Z ] 2024-08-20T21:37:23.8938826Z 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-20T21:37:23.8940118Z with 2024-08-20T21:37:23.8940374Z [ 2024-08-20T21:37:23.8940657Z ACC_T=int32_t, 2024-08-20T21:37:23.8940973Z T=uint8_t, 2024-08-20T21:37:23.8941274Z accT=int32_t 2024-08-20T21:37:23.8941553Z ] 2024-08-20T21:37:23.8943484Z 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-20T21:37:23.8945453Z with 2024-08-20T21:37:23.8945700Z [ 2024-08-20T21:37:23.8945936Z ACC_T=int32_t, 2024-08-20T21:37:23.8946252Z T=uint8_t, 2024-08-20T21:37:23.8946550Z accT=int32_t 2024-08-20T21:37:23.8946831Z ] 2024-08-20T21:37:23.8948085Z 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-20T21:37:23.8949466Z with 2024-08-20T21:37:23.8949696Z [ 2024-08-20T21:37:23.8949948Z ACC_T=int32_t, 2024-08-20T21:37:23.8950254Z T=uint8_t, 2024-08-20T21:37:23.8950571Z accT=int32_t 2024-08-20T21:37:23.8950873Z ] 2024-08-20T21:37:23.8952738Z 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-20T21:37:23.8954627Z with 2024-08-20T21:37:23.8954863Z [ 2024-08-20T21:37:23.8955111Z ACC_T=int32_t, 2024-08-20T21:37:23.8955407Z T=uint8_t, 2024-08-20T21:37:23.8955832Z accT=int32_t, 2024-08-20T21:37:23.8956377Z inpType=uint8_t 2024-08-20T21:37:23.8956864Z ] 2024-08-20T21:37:23.8958733Z 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-20T21:37:23.8960847Z with 2024-08-20T21:37:23.8961267Z [ 2024-08-20T21:37:23.8961677Z ACC_T=int32_t, 2024-08-20T21:37:23.8962177Z T=uint8_t, 2024-08-20T21:37:23.8962631Z accT=int32_t 2024-08-20T21:37:23.8963096Z ] 2024-08-20T21:37:23.8965239Z 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-20T21:37:23.8967298Z with 2024-08-20T21:37:23.8967551Z [ 2024-08-20T21:37:23.8967820Z ACC_T=int32_t, 2024-08-20T21:37:23.8968210Z T=uint8_t, 2024-08-20T21:37:23.8968496Z accT=int32_t 2024-08-20T21:37:23.8968796Z ] 2024-08-20T21:37:23.8970068Z 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-20T21:37:23.8971531Z with 2024-08-20T21:37:23.8971787Z [ 2024-08-20T21:37:23.8972047Z ACC_T=int32_t, 2024-08-20T21:37:23.8972356Z T=uint8_t, 2024-08-20T21:37:23.8972660Z accT=int32_t 2024-08-20T21:37:23.8972958Z ] 2024-08-20T21:37:23.8974768Z 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-20T21:37:23.8977862Z 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-20T21:37:23.8981074Z 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-20T21:37:23.8984139Z 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-20T21:37:23.8987227Z 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-20T21:37:23.9699863Z [5298/7973] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmFP16.cc.obj 2024-08-20T21:37:24.0088661Z [5299/7973] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmFPCommon.cc.obj 2024-08-20T21:37:24.0351519Z [5300/7973] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmI8Spmdm.cc.obj 2024-08-20T21:37:24.1384216Z [5301/7973] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmFloat16Convert.cc.obj 2024-08-20T21:37:24.2375065Z [5302/7973] Linking CXX static library lib\benchmark.lib 2024-08-20T21:37:24.2968263Z [5303/7973] Linking CXX static library lib\benchmark_main.lib 2024-08-20T21:37:24.3236254Z [5304/7973] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\Fbgemm.cc.obj 2024-08-20T21:37:24.3240580Z 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-20T21:37:24.3242542Z with 2024-08-20T21:37:24.3242861Z [ 2024-08-20T21:37:24.3243346Z inpType=uint8_t 2024-08-20T21:37:24.3243858Z ] 2024-08-20T21:37:24.3245150Z 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-20T21:37:24.3248086Z 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-20T21:37:24.3252108Z 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-20T21:37:24.3257407Z 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-20T21:37:24.3260954Z with 2024-08-20T21:37:24.3261461Z [ 2024-08-20T21:37:24.3261933Z inpType=int8_t 2024-08-20T21:37:24.3262504Z ] 2024-08-20T21:37:24.3264674Z 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-20T21:37:24.3268393Z 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-20T21:37:24.3271610Z 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-20T21:37:24.3276536Z 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-20T21:37:24.3280166Z with 2024-08-20T21:37:24.3280468Z [ 2024-08-20T21:37:24.3280718Z inpType=uint8_t 2024-08-20T21:37:24.3281050Z ] 2024-08-20T21:37:24.3282309Z 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-20T21:37:24.3285958Z 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-20T21:37:24.3289320Z 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-20T21:37:24.3294292Z 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-20T21:37:24.3297024Z with 2024-08-20T21:37:24.3297499Z [ 2024-08-20T21:37:24.3297906Z inpType=int8_t 2024-08-20T21:37:24.3298393Z ] 2024-08-20T21:37:24.3299736Z 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-20T21:37:24.3303478Z 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-20T21:37:24.3306741Z 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-20T21:37:24.3311053Z 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-20T21:37:24.3314955Z with 2024-08-20T21:37:24.3315455Z [ 2024-08-20T21:37:24.3315898Z inpType=uint8_t 2024-08-20T21:37:24.3316470Z ] 2024-08-20T21:37:24.3318387Z 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-20T21:37:24.3323002Z 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-20T21:37:24.3327030Z 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-20T21:37:24.3330101Z 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-20T21:37:24.3332153Z with 2024-08-20T21:37:24.3332413Z [ 2024-08-20T21:37:24.3332656Z inpType=uint8_t 2024-08-20T21:37:24.3332981Z ] 2024-08-20T21:37:24.3334281Z 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-20T21:37:24.3337156Z 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-20T21:37:24.3340147Z 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-20T21:37:24.3343208Z 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-20T21:37:24.3345150Z with 2024-08-20T21:37:24.3345447Z [ 2024-08-20T21:37:24.3345701Z inpType=uint8_t 2024-08-20T21:37:24.3346057Z ] 2024-08-20T21:37:24.3347268Z 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-20T21:37:24.3350111Z 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-20T21:37:24.3353003Z 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-20T21:37:24.3355958Z 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-20T21:37:24.3358033Z with 2024-08-20T21:37:24.3358292Z [ 2024-08-20T21:37:24.3358535Z inpType=uint8_t 2024-08-20T21:37:24.3358861Z ] 2024-08-20T21:37:24.3360167Z 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-20T21:37:24.3363062Z 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-20T21:37:24.3366047Z 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-20T21:37:24.3369001Z 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-20T21:37:24.3371082Z with 2024-08-20T21:37:24.3371341Z [ 2024-08-20T21:37:24.3371586Z inpType=uint8_t 2024-08-20T21:37:24.3371910Z ] 2024-08-20T21:37:24.3373248Z 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-20T21:37:24.3376108Z 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-20T21:37:24.3379079Z 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-20T21:37:24.3382095Z 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-20T21:37:24.3384263Z with 2024-08-20T21:37:24.3384544Z [ 2024-08-20T21:37:24.3384795Z inpType=uint8_t 2024-08-20T21:37:24.3385124Z ] 2024-08-20T21:37:24.3386412Z 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-20T21:37:24.3389494Z 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-20T21:37:24.3394357Z 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-20T21:37:24.3402768Z 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-20T21:37:24.3406585Z with 2024-08-20T21:37:24.3407033Z [ 2024-08-20T21:37:24.3407451Z inpType=uint8_t 2024-08-20T21:37:24.3407984Z ] 2024-08-20T21:37:24.3410094Z 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-20T21:37:24.3414555Z 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-20T21:37:24.3417817Z 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-20T21:37:24.3420937Z 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-20T21:37:24.3423185Z with 2024-08-20T21:37:24.3423454Z [ 2024-08-20T21:37:24.3423721Z inpType=uint8_t 2024-08-20T21:37:24.3424046Z ] 2024-08-20T21:37:24.3425242Z 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-20T21:37:24.3428159Z 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-20T21:37:24.3431213Z 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-20T21:37:24.3434765Z 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-20T21:37:24.3436775Z with 2024-08-20T21:37:24.3437115Z [ 2024-08-20T21:37:24.3437389Z inpType=uint8_t 2024-08-20T21:37:24.3437710Z ] 2024-08-20T21:37:24.3439122Z 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-20T21:37:24.3442384Z 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-20T21:37:24.3446882Z 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-20T21:37:24.3452351Z 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-20T21:37:24.3455920Z with 2024-08-20T21:37:24.3456372Z [ 2024-08-20T21:37:24.3456815Z inpType=uint8_t 2024-08-20T21:37:24.3457396Z ] 2024-08-20T21:37:24.3460969Z 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-20T21:37:24.3466302Z 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-20T21:37:24.3471442Z 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-20T21:37:24.3476746Z 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-20T21:37:24.3480489Z with 2024-08-20T21:37:24.3480938Z [ 2024-08-20T21:37:24.3481375Z inpType=int8_t 2024-08-20T21:37:24.3481922Z ] 2024-08-20T21:37:24.3484013Z 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-20T21:37:24.3488915Z 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-20T21:37:24.3494057Z 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-20T21:37:24.3499183Z 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-20T21:37:24.3502548Z with 2024-08-20T21:37:24.3503002Z [ 2024-08-20T21:37:24.3503426Z inpType=uint8_t 2024-08-20T21:37:24.3503982Z ] 2024-08-20T21:37:24.3506131Z 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-20T21:37:24.3511218Z 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-20T21:37:24.3516378Z 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-20T21:37:24.3522224Z 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-20T21:37:24.3526493Z with 2024-08-20T21:37:24.3526892Z [ 2024-08-20T21:37:24.3527260Z inpType=int8_t 2024-08-20T21:37:24.3527730Z ] 2024-08-20T21:37:24.3530181Z 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-20T21:37:24.3535100Z 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-20T21:37:24.3539941Z 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-20T21:37:24.3544873Z 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-20T21:37:24.3547477Z with 2024-08-20T21:37:24.3547706Z [ 2024-08-20T21:37:24.3547957Z inpType=uint8_t 2024-08-20T21:37:24.3548264Z ] 2024-08-20T21:37:24.3549462Z 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-20T21:37:24.3552530Z 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-20T21:37:24.3556074Z 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-20T21:37:24.3559311Z 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-20T21:37:24.3561534Z with 2024-08-20T21:37:24.3561765Z [ 2024-08-20T21:37:24.3562017Z inpType=uint8_t 2024-08-20T21:37:24.3562320Z ] 2024-08-20T21:37:24.3563515Z 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-20T21:37:24.3566490Z 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-20T21:37:24.3569702Z 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-20T21:37:24.3572602Z 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-20T21:37:24.3574562Z with 2024-08-20T21:37:24.3574786Z [ 2024-08-20T21:37:24.3575029Z inpType=uint8_t 2024-08-20T21:37:24.3575333Z ] 2024-08-20T21:37:24.3576590Z 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-20T21:37:24.3579619Z 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-20T21:37:24.3582944Z 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-20T21:37:24.3585936Z 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-20T21:37:24.3588016Z with 2024-08-20T21:37:24.3588241Z [ 2024-08-20T21:37:24.3588486Z inpType=uint8_t 2024-08-20T21:37:24.3588794Z ] 2024-08-20T21:37:24.3589996Z 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-20T21:37:24.3593003Z 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-20T21:37:24.3596077Z 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-20T21:37:24.3599556Z 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-20T21:37:24.3602259Z with 2024-08-20T21:37:24.3602659Z [ 2024-08-20T21:37:24.3603151Z inpType=uint8_t 2024-08-20T21:37:24.3603737Z ] 2024-08-20T21:37:24.3605739Z 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-20T21:37:24.3608563Z 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-20T21:37:24.3612098Z 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-20T21:37:24.3615227Z 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-20T21:37:24.3617288Z with 2024-08-20T21:37:24.3617518Z [ 2024-08-20T21:37:24.3617766Z inpType=uint8_t 2024-08-20T21:37:24.3618075Z ] 2024-08-20T21:37:24.3619289Z 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-20T21:37:24.3622373Z 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-20T21:37:24.3626330Z 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-20T21:37:24.3629681Z 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-20T21:37:24.3632108Z with 2024-08-20T21:37:24.3632339Z [ 2024-08-20T21:37:24.3632694Z inpType=uint8_t 2024-08-20T21:37:24.3633185Z ] 2024-08-20T21:37:24.3634637Z 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-20T21:37:24.3637554Z 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-20T21:37:24.3640874Z 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-20T21:37:24.3643964Z 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-20T21:37:24.3645980Z with 2024-08-20T21:37:24.3646207Z [ 2024-08-20T21:37:24.3646455Z inpType=uint8_t 2024-08-20T21:37:24.3646761Z ] 2024-08-20T21:37:24.3648048Z 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-20T21:37:24.3651392Z 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-20T21:37:24.3654221Z 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-20T21:37:24.3657787Z 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-20T21:37:24.3659779Z with 2024-08-20T21:37:24.3660007Z [ 2024-08-20T21:37:24.3660254Z inpType=uint8_t 2024-08-20T21:37:24.3660546Z ] 2024-08-20T21:37:24.3661786Z 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-20T21:37:24.3665096Z 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-20T21:37:24.3668491Z 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-20T21:37:24.3671554Z 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-20T21:37:24.3675302Z 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-20T21:37:24.3679280Z 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-20T21:37:24.3682708Z 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-20T21:37:24.3689005Z 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-20T21:37:24.3695143Z 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-20T21:37:24.3701251Z 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-20T21:37:24.3707437Z 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-20T21:37:24.3713403Z 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-20T21:37:24.3719468Z 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-20T21:37:24.3725401Z 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-20T21:37:24.3731428Z 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-20T21:37:24.3737442Z 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-20T21:37:24.3741704Z [5305/7973] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\ExecuteKernelU8S8.cc.obj 2024-08-20T21:37:24.3744084Z [5306/7973] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\EmbeddingSpMDMNBit.cc.obj 2024-08-20T21:37:24.3863918Z [5307/7973] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateKernelDirectConvU8S8S32ACC32.cc.obj 2024-08-20T21:37:24.3961455Z [5308/7973] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\EmbeddingSpMDM.cc.obj 2024-08-20T21:37:24.4499345Z [5309/7973] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmI64.cc.obj 2024-08-20T21:37:24.5115198Z [5310/7973] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateKernel.cc.obj 2024-08-20T21:37:24.6055781Z [5311/7973] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmSparseDense.cc.obj 2024-08-20T21:37:25.2092817Z [5312/7973] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateKernelU8S8S32ACC16.cc.obj 2024-08-20T21:37:25.2144549Z [5313/7973] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateKernelU8S8S32ACC16Avx512VNNI.cc.obj 2024-08-20T21:37:25.2197617Z [5314/7973] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateKernelU8S8S32ACC32Avx512VNNI.cc.obj 2024-08-20T21:37:25.2213111Z [5315/7973] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackAWithQuantRowOffset.cc.obj 2024-08-20T21:37:25.2215740Z 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-20T21:37:25.2217899Z with 2024-08-20T21:37:25.2218142Z [ 2024-08-20T21:37:25.2218363Z T=uint8_t, 2024-08-20T21:37:25.2218651Z accT=int32_t, 2024-08-20T21:37:25.2218960Z inpType=uint8_t 2024-08-20T21:37:25.2219249Z ] 2024-08-20T21:37:25.2220444Z 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-20T21:37:25.2221733Z with 2024-08-20T21:37:25.2221957Z [ 2024-08-20T21:37:25.2222184Z T=uint8_t, 2024-08-20T21:37:25.2222466Z accT=int32_t 2024-08-20T21:37:25.2222735Z ] 2024-08-20T21:37:25.2224646Z 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-20T21:37:25.2226532Z with 2024-08-20T21:37:25.2226768Z [ 2024-08-20T21:37:25.2226988Z T=uint8_t, 2024-08-20T21:37:25.2227273Z accT=int32_t 2024-08-20T21:37:25.2227541Z ] 2024-08-20T21:37:25.2228826Z 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-20T21:37:25.2230195Z with 2024-08-20T21:37:25.2230427Z [ 2024-08-20T21:37:25.2230645Z T=uint8_t, 2024-08-20T21:37:25.2230987Z accT=int32_t 2024-08-20T21:37:25.2231423Z ] 2024-08-20T21:37:25.2233925Z 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-20T21:37:25.2236022Z with 2024-08-20T21:37:25.2236263Z [ 2024-08-20T21:37:25.2236487Z T=uint8_t, 2024-08-20T21:37:25.2236777Z accT=int32_t, 2024-08-20T21:37:25.2237212Z inpType=uint8_t 2024-08-20T21:37:25.2237494Z ] 2024-08-20T21:37:25.2238783Z 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-20T21:37:25.2240167Z with 2024-08-20T21:37:25.2240389Z [ 2024-08-20T21:37:25.2240672Z T=uint8_t, 2024-08-20T21:37:25.2240966Z accT=int32_t 2024-08-20T21:37:25.2241281Z ] 2024-08-20T21:37:25.2243516Z 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-20T21:37:25.2246214Z with 2024-08-20T21:37:25.2246495Z [ 2024-08-20T21:37:25.2246732Z T=uint8_t, 2024-08-20T21:37:25.2247071Z accT=int32_t 2024-08-20T21:37:25.2247360Z ] 2024-08-20T21:37:25.2248581Z 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-20T21:37:25.2249899Z with 2024-08-20T21:37:25.2250140Z [ 2024-08-20T21:37:25.2250357Z T=uint8_t, 2024-08-20T21:37:25.2250748Z accT=int32_t 2024-08-20T21:37:25.2251085Z ] 2024-08-20T21:37:25.2253498Z 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-20T21:37:25.2256543Z [5316/7973] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateKernelU8S8S32ACC16Avx512.cc.obj 2024-08-20T21:37:25.2258163Z [5317/7973] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateKernelU8S8S32ACC32.cc.obj 2024-08-20T21:37:25.2310996Z [5318/7973] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GroupwiseConv.cc.obj 2024-08-20T21:37:25.2330121Z [5319/7973] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackAWithIm2Col.cc.obj 2024-08-20T21:37:25.2334683Z 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-20T21:37:25.2338793Z with 2024-08-20T21:37:25.2339194Z [ 2024-08-20T21:37:25.2339581Z T=uint8_t, 2024-08-20T21:37:25.2340072Z accT=int32_t, 2024-08-20T21:37:25.2340581Z inpType=uint8_t 2024-08-20T21:37:25.2341106Z ] 2024-08-20T21:37:25.2343052Z 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-20T21:37:25.2345202Z with 2024-08-20T21:37:25.2345587Z [ 2024-08-20T21:37:25.2345952Z T=uint8_t, 2024-08-20T21:37:25.2346394Z accT=int32_t 2024-08-20T21:37:25.2346872Z ] 2024-08-20T21:37:25.2350438Z 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-20T21:37:25.2353765Z with 2024-08-20T21:37:25.2354161Z [ 2024-08-20T21:37:25.2354561Z T=uint8_t, 2024-08-20T21:37:25.2355211Z accT=int32_t 2024-08-20T21:37:25.2355677Z ] 2024-08-20T21:37:25.2357894Z 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-20T21:37:25.2359772Z with 2024-08-20T21:37:25.2360058Z [ 2024-08-20T21:37:25.2360757Z T=uint8_t, 2024-08-20T21:37:25.2361337Z accT=int32_t 2024-08-20T21:37:25.2361793Z ] 2024-08-20T21:37:25.2364997Z 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-20T21:37:25.2368640Z with 2024-08-20T21:37:25.2369090Z [ 2024-08-20T21:37:25.2369510Z T=uint8_t, 2024-08-20T21:37:25.2370050Z accT=int16_t, 2024-08-20T21:37:25.2370523Z inpType=uint8_t 2024-08-20T21:37:25.2371034Z ] 2024-08-20T21:37:25.2372209Z 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-20T21:37:25.2373452Z with 2024-08-20T21:37:25.2373676Z [ 2024-08-20T21:37:25.2373901Z T=uint8_t, 2024-08-20T21:37:25.2374174Z accT=int16_t 2024-08-20T21:37:25.2374569Z ] 2024-08-20T21:37:25.2377441Z 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-20T21:37:25.2379434Z with 2024-08-20T21:37:25.2379677Z [ 2024-08-20T21:37:25.2379910Z T=uint8_t, 2024-08-20T21:37:25.2380186Z accT=int16_t 2024-08-20T21:37:25.2380522Z ] 2024-08-20T21:37:25.2381806Z 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-20T21:37:25.2383151Z with 2024-08-20T21:37:25.2383493Z [ 2024-08-20T21:37:25.2383848Z T=uint8_t, 2024-08-20T21:37:25.2384327Z accT=int16_t 2024-08-20T21:37:25.2384794Z ] 2024-08-20T21:37:25.2387847Z 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-20T21:37:25.2390842Z with 2024-08-20T21:37:25.2391150Z [ 2024-08-20T21:37:25.2391756Z T=uint8_t, 2024-08-20T21:37:25.2392357Z accT=int32_t, 2024-08-20T21:37:25.2392890Z inpType=uint8_t 2024-08-20T21:37:25.2393447Z ] 2024-08-20T21:37:25.2395666Z 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-20T21:37:25.2397921Z with 2024-08-20T21:37:25.2398588Z [ 2024-08-20T21:37:25.2399134Z T=uint8_t, 2024-08-20T21:37:25.2399621Z accT=int32_t 2024-08-20T21:37:25.2400118Z ] 2024-08-20T21:37:25.2403356Z 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-20T21:37:25.2407200Z with 2024-08-20T21:37:25.2407604Z [ 2024-08-20T21:37:25.2408008Z T=uint8_t, 2024-08-20T21:37:25.2408540Z accT=int32_t 2024-08-20T21:37:25.2409092Z ] 2024-08-20T21:37:25.2411335Z 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-20T21:37:25.2414160Z with 2024-08-20T21:37:25.2414589Z [ 2024-08-20T21:37:25.2414982Z T=uint8_t, 2024-08-20T21:37:25.2415481Z accT=int32_t 2024-08-20T21:37:25.2415966Z ] 2024-08-20T21:37:25.2419273Z 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-20T21:37:25.2422754Z with 2024-08-20T21:37:25.2423148Z [ 2024-08-20T21:37:25.2423524Z T=uint8_t, 2024-08-20T21:37:25.2423979Z accT=int16_t, 2024-08-20T21:37:25.2424464Z inpType=uint8_t 2024-08-20T21:37:25.2424879Z ] 2024-08-20T21:37:25.2426057Z 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-20T21:37:25.2427287Z with 2024-08-20T21:37:25.2427526Z [ 2024-08-20T21:37:25.2427758Z T=uint8_t, 2024-08-20T21:37:25.2428033Z accT=int16_t 2024-08-20T21:37:25.2428313Z ] 2024-08-20T21:37:25.2430288Z 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-20T21:37:25.2432138Z with 2024-08-20T21:37:25.2432365Z [ 2024-08-20T21:37:25.2432595Z T=uint8_t, 2024-08-20T21:37:25.2432880Z accT=int16_t 2024-08-20T21:37:25.2433147Z ] 2024-08-20T21:37:25.2434336Z 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-20T21:37:25.2435701Z with 2024-08-20T21:37:25.2435923Z [ 2024-08-20T21:37:25.2436155Z T=uint8_t, 2024-08-20T21:37:25.2436437Z accT=int16_t 2024-08-20T21:37:25.2436705Z ] 2024-08-20T21:37:25.2439119Z 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-20T21:37:25.2442407Z with 2024-08-20T21:37:25.2442789Z [ 2024-08-20T21:37:25.2443165Z T=uint8_t, 2024-08-20T21:37:25.2443628Z accT=int32_t, 2024-08-20T21:37:25.2444127Z inpType=uint8_t 2024-08-20T21:37:25.2444622Z ] 2024-08-20T21:37:25.2446790Z 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-20T21:37:25.2449172Z with 2024-08-20T21:37:25.2449584Z [ 2024-08-20T21:37:25.2449994Z T=uint8_t, 2024-08-20T21:37:25.2450461Z accT=int32_t 2024-08-20T21:37:25.2450965Z ] 2024-08-20T21:37:25.2454369Z 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-20T21:37:25.2457898Z with 2024-08-20T21:37:25.2458316Z [ 2024-08-20T21:37:25.2458742Z T=uint8_t, 2024-08-20T21:37:25.2459734Z accT=int32_t 2024-08-20T21:37:25.2460247Z ] 2024-08-20T21:37:25.2461893Z 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-20T21:37:25.2463317Z with 2024-08-20T21:37:25.2463549Z [ 2024-08-20T21:37:25.2463787Z T=uint8_t, 2024-08-20T21:37:25.2464075Z accT=int32_t 2024-08-20T21:37:25.2464341Z ] 2024-08-20T21:37:25.2466486Z 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-20T21:37:25.2468996Z with 2024-08-20T21:37:25.2469341Z [ 2024-08-20T21:37:25.2469563Z T=uint8_t, 2024-08-20T21:37:25.2469855Z accT=int16_t, 2024-08-20T21:37:25.2470246Z inpType=uint8_t 2024-08-20T21:37:25.2470714Z ] 2024-08-20T21:37:25.2473032Z 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-20T21:37:25.2475562Z with 2024-08-20T21:37:25.2475994Z [ 2024-08-20T21:37:25.2476423Z T=uint8_t, 2024-08-20T21:37:25.2476963Z accT=int16_t 2024-08-20T21:37:25.2477499Z ] 2024-08-20T21:37:25.2481112Z 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-20T21:37:25.2484354Z with 2024-08-20T21:37:25.2484746Z [ 2024-08-20T21:37:25.2485160Z T=uint8_t, 2024-08-20T21:37:25.2485653Z accT=int16_t 2024-08-20T21:37:25.2486125Z ] 2024-08-20T21:37:25.2488141Z 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-20T21:37:25.2490484Z with 2024-08-20T21:37:25.2490909Z [ 2024-08-20T21:37:25.2491333Z T=uint8_t, 2024-08-20T21:37:25.2491801Z accT=int16_t 2024-08-20T21:37:25.2492265Z ] 2024-08-20T21:37:25.2495523Z 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-20T21:37:25.2498839Z with 2024-08-20T21:37:25.2499255Z [ 2024-08-20T21:37:25.2499658Z T=uint8_t, 2024-08-20T21:37:25.2500371Z accT=int32_t, 2024-08-20T21:37:25.2500920Z inpType=uint8_t 2024-08-20T21:37:25.2501409Z ] 2024-08-20T21:37:25.2503576Z 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-20T21:37:25.2505286Z with 2024-08-20T21:37:25.2505662Z [ 2024-08-20T21:37:25.2506196Z T=uint8_t, 2024-08-20T21:37:25.2506677Z accT=int32_t 2024-08-20T21:37:25.2507128Z ] 2024-08-20T21:37:25.2508952Z 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-20T21:37:25.2511208Z with 2024-08-20T21:37:25.2511592Z [ 2024-08-20T21:37:25.2511939Z T=uint8_t, 2024-08-20T21:37:25.2512229Z accT=int32_t 2024-08-20T21:37:25.2512531Z ] 2024-08-20T21:37:25.2514866Z 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-20T21:37:25.2517272Z with 2024-08-20T21:37:25.2517710Z [ 2024-08-20T21:37:25.2518126Z T=uint8_t, 2024-08-20T21:37:25.2518610Z accT=int32_t 2024-08-20T21:37:25.2519157Z ] 2024-08-20T21:37:25.2522371Z 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-20T21:37:25.2525915Z with 2024-08-20T21:37:25.2526364Z [ 2024-08-20T21:37:25.2526770Z T=uint8_t, 2024-08-20T21:37:25.2527288Z accT=int16_t, 2024-08-20T21:37:25.2527838Z inpType=uint8_t 2024-08-20T21:37:25.2528388Z ] 2024-08-20T21:37:25.2530598Z 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-20T21:37:25.2532954Z with 2024-08-20T21:37:25.2533372Z [ 2024-08-20T21:37:25.2533780Z T=uint8_t, 2024-08-20T21:37:25.2534311Z accT=int16_t 2024-08-20T21:37:25.2534812Z ] 2024-08-20T21:37:25.2537937Z 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-20T21:37:25.2541728Z with 2024-08-20T21:37:25.2542202Z [ 2024-08-20T21:37:25.2542615Z T=uint8_t, 2024-08-20T21:37:25.2543142Z accT=int16_t 2024-08-20T21:37:25.2543661Z ] 2024-08-20T21:37:25.2545971Z 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-20T21:37:25.2548503Z with 2024-08-20T21:37:25.2548929Z [ 2024-08-20T21:37:25.2549349Z T=uint8_t, 2024-08-20T21:37:25.2549917Z accT=int16_t 2024-08-20T21:37:25.2550419Z ] 2024-08-20T21:37:25.2553827Z 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-20T21:37:25.2557347Z with 2024-08-20T21:37:25.2557788Z [ 2024-08-20T21:37:25.2558163Z T=uint8_t, 2024-08-20T21:37:25.2558656Z accT=int32_t, 2024-08-20T21:37:25.2559322Z inpType=uint8_t 2024-08-20T21:37:25.2559880Z ] 2024-08-20T21:37:25.2561987Z 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-20T21:37:25.2564452Z with 2024-08-20T21:37:25.2564874Z [ 2024-08-20T21:37:25.2565314Z T=uint8_t, 2024-08-20T21:37:25.2565852Z accT=int32_t 2024-08-20T21:37:25.2566373Z ] 2024-08-20T21:37:25.2569828Z 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-20T21:37:25.2573133Z with 2024-08-20T21:37:25.2573553Z [ 2024-08-20T21:37:25.2573920Z T=uint8_t, 2024-08-20T21:37:25.2574394Z accT=int32_t 2024-08-20T21:37:25.2574867Z ] 2024-08-20T21:37:25.2576624Z 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-20T21:37:25.2578035Z with 2024-08-20T21:37:25.2578276Z [ 2024-08-20T21:37:25.2578496Z T=uint8_t, 2024-08-20T21:37:25.2578865Z accT=int32_t 2024-08-20T21:37:25.2579254Z ] 2024-08-20T21:37:25.2581260Z 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-20T21:37:25.2583770Z with 2024-08-20T21:37:25.2584158Z [ 2024-08-20T21:37:25.2584524Z T=uint8_t, 2024-08-20T21:37:25.2585002Z accT=int16_t, 2024-08-20T21:37:25.2585467Z inpType=uint8_t 2024-08-20T21:37:25.2585897Z ] 2024-08-20T21:37:25.2587836Z 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-20T21:37:25.2590043Z with 2024-08-20T21:37:25.2590430Z [ 2024-08-20T21:37:25.2590797Z T=uint8_t, 2024-08-20T21:37:25.2591258Z accT=int16_t 2024-08-20T21:37:25.2591705Z ] 2024-08-20T21:37:25.2594717Z 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-20T21:37:25.2597990Z with 2024-08-20T21:37:25.2598436Z [ 2024-08-20T21:37:25.2599306Z T=uint8_t, 2024-08-20T21:37:25.2599823Z accT=int16_t 2024-08-20T21:37:25.2600345Z ] 2024-08-20T21:37:25.2602599Z 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-20T21:37:25.2604976Z with 2024-08-20T21:37:25.2605383Z [ 2024-08-20T21:37:25.2605780Z T=uint8_t, 2024-08-20T21:37:25.2606324Z accT=int16_t 2024-08-20T21:37:25.2606862Z ] 2024-08-20T21:37:25.2610434Z 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-20T21:37:25.2614104Z with 2024-08-20T21:37:25.2614543Z [ 2024-08-20T21:37:25.2614987Z T=uint8_t, 2024-08-20T21:37:25.2615499Z accT=int32_t, 2024-08-20T21:37:25.2616084Z inpType=uint8_t 2024-08-20T21:37:25.2616787Z ] 2024-08-20T21:37:25.2619260Z 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-20T21:37:25.2621737Z with 2024-08-20T21:37:25.2622001Z [ 2024-08-20T21:37:25.2622299Z T=uint8_t, 2024-08-20T21:37:25.2622605Z accT=int32_t 2024-08-20T21:37:25.2622966Z ] 2024-08-20T21:37:25.2624924Z 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-20T21:37:25.2628176Z with 2024-08-20T21:37:25.2628616Z [ 2024-08-20T21:37:25.2629041Z T=uint8_t, 2024-08-20T21:37:25.2629585Z accT=int32_t 2024-08-20T21:37:25.2630125Z ] 2024-08-20T21:37:25.2632312Z 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-20T21:37:25.2634700Z with 2024-08-20T21:37:25.2635148Z [ 2024-08-20T21:37:25.2635564Z T=uint8_t, 2024-08-20T21:37:25.2636097Z accT=int32_t 2024-08-20T21:37:25.2636634Z ] 2024-08-20T21:37:25.2640261Z 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-20T21:37:25.2643787Z with 2024-08-20T21:37:25.2644053Z [ 2024-08-20T21:37:25.2644393Z T=uint8_t, 2024-08-20T21:37:25.2644832Z accT=int16_t, 2024-08-20T21:37:25.2645160Z inpType=uint8_t 2024-08-20T21:37:25.2645498Z ] 2024-08-20T21:37:25.2646701Z 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-20T21:37:25.2648160Z with 2024-08-20T21:37:25.2648418Z [ 2024-08-20T21:37:25.2648634Z T=uint8_t, 2024-08-20T21:37:25.2648916Z accT=int16_t 2024-08-20T21:37:25.2649239Z ] 2024-08-20T21:37:25.2651111Z 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-20T21:37:25.2653077Z with 2024-08-20T21:37:25.2653336Z [ 2024-08-20T21:37:25.2653553Z T=uint8_t, 2024-08-20T21:37:25.2653844Z accT=int16_t 2024-08-20T21:37:25.2654220Z ] 2024-08-20T21:37:25.2655423Z 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-20T21:37:25.2657326Z with 2024-08-20T21:37:25.2657805Z [ 2024-08-20T21:37:25.2658240Z T=uint8_t, 2024-08-20T21:37:25.2658923Z accT=int16_t 2024-08-20T21:37:25.2659461Z ] 2024-08-20T21:37:25.2662703Z 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-20T21:37:25.2667981Z 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-20T21:37:25.2673861Z 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-20T21:37:25.2679892Z 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-20T21:37:25.2685977Z 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-20T21:37:25.2689723Z 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-20T21:37:25.7630276Z [5320/7973] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackWeightsForConv.cc.obj 2024-08-20T21:37:25.7633541Z 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-20T21:37:25.7635501Z with 2024-08-20T21:37:25.7635761Z [ 2024-08-20T21:37:25.7636002Z T=int8_t, 2024-08-20T21:37:25.7636292Z accT=int32_t, 2024-08-20T21:37:25.7636591Z inpType=int8_t 2024-08-20T21:37:25.7636885Z ] 2024-08-20T21:37:25.7638894Z 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-20T21:37:25.7640071Z with 2024-08-20T21:37:25.7640313Z [ 2024-08-20T21:37:25.7640550Z T=int8_t, 2024-08-20T21:37:25.7640836Z accT=int32_t 2024-08-20T21:37:25.7641122Z ] 2024-08-20T21:37:25.7642819Z 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-20T21:37:25.7645474Z with 2024-08-20T21:37:25.7645710Z [ 2024-08-20T21:37:25.7645942Z T=int8_t, 2024-08-20T21:37:25.7646227Z accT=int32_t 2024-08-20T21:37:25.7646497Z ] 2024-08-20T21:37:25.7647609Z 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-20T21:37:25.7648799Z with 2024-08-20T21:37:25.7649024Z [ 2024-08-20T21:37:25.7649764Z T=int8_t, 2024-08-20T21:37:25.7650607Z accT=int32_t 2024-08-20T21:37:25.7650886Z ] 2024-08-20T21:37:25.7652466Z 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-20T21:37:25.8255301Z [5321/7973] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackAMatrix.cc.obj 2024-08-20T21:37:25.8259265Z 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-20T21:37:25.8261340Z with 2024-08-20T21:37:25.8261577Z [ 2024-08-20T21:37:25.8261819Z T=uint8_t, 2024-08-20T21:37:25.8262124Z accT=int32_t, 2024-08-20T21:37:25.8262424Z inpType=uint8_t 2024-08-20T21:37:25.8262731Z ] 2024-08-20T21:37:25.8263966Z 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-20T21:37:25.8265157Z with 2024-08-20T21:37:25.8265397Z [ 2024-08-20T21:37:25.8265641Z T=uint8_t, 2024-08-20T21:37:25.8265917Z accT=int32_t 2024-08-20T21:37:25.8266204Z ] 2024-08-20T21:37:25.8268023Z 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-20T21:37:25.8269829Z with 2024-08-20T21:37:25.8270056Z [ 2024-08-20T21:37:25.8270295Z T=uint8_t, 2024-08-20T21:37:25.8270573Z accT=int32_t 2024-08-20T21:37:25.8270858Z ] 2024-08-20T21:37:25.8272008Z 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-20T21:37:25.8273313Z with 2024-08-20T21:37:25.8273536Z [ 2024-08-20T21:37:25.8273768Z T=uint8_t, 2024-08-20T21:37:25.8274051Z accT=int32_t 2024-08-20T21:37:25.8274320Z ] 2024-08-20T21:37:25.8276087Z 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-20T21:37:25.8277987Z with 2024-08-20T21:37:25.8278218Z [ 2024-08-20T21:37:25.8278488Z T=uint8_t, 2024-08-20T21:37:25.8278877Z accT=int16_t, 2024-08-20T21:37:25.8279178Z inpType=uint8_t 2024-08-20T21:37:25.8279485Z ] 2024-08-20T21:37:25.8280608Z 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-20T21:37:25.8281794Z with 2024-08-20T21:37:25.8282033Z [ 2024-08-20T21:37:25.8282270Z T=uint8_t, 2024-08-20T21:37:25.8282540Z accT=int16_t 2024-08-20T21:37:25.8282823Z ] 2024-08-20T21:37:25.8284829Z 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-20T21:37:25.8286967Z with 2024-08-20T21:37:25.8287346Z [ 2024-08-20T21:37:25.8287717Z T=uint8_t, 2024-08-20T21:37:25.8288167Z accT=int16_t 2024-08-20T21:37:25.8288564Z ] 2024-08-20T21:37:25.8289847Z 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-20T21:37:25.8291315Z with 2024-08-20T21:37:25.8291543Z [ 2024-08-20T21:37:25.8291781Z T=uint8_t, 2024-08-20T21:37:25.8292075Z accT=int16_t 2024-08-20T21:37:25.8292345Z ] 2024-08-20T21:37:25.8294094Z 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-20T21:37:25.8296918Z with 2024-08-20T21:37:25.8297200Z [ 2024-08-20T21:37:25.8297563Z T=uint8_t, 2024-08-20T21:37:25.8298066Z accT=int32_t, 2024-08-20T21:37:25.8298552Z inpType=uint8_t 2024-08-20T21:37:25.8298979Z ] 2024-08-20T21:37:25.8300398Z 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-20T21:37:25.8301773Z with 2024-08-20T21:37:25.8302056Z [ 2024-08-20T21:37:25.8302361Z T=uint8_t, 2024-08-20T21:37:25.8302755Z accT=int32_t 2024-08-20T21:37:25.8303195Z ] 2024-08-20T21:37:25.8305672Z 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-20T21:37:25.8308519Z with 2024-08-20T21:37:25.8309152Z [ 2024-08-20T21:37:25.8309418Z T=uint8_t, 2024-08-20T21:37:25.8309732Z accT=int32_t 2024-08-20T21:37:25.8310008Z ] 2024-08-20T21:37:25.8311507Z 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-20T21:37:25.8315074Z with 2024-08-20T21:37:25.8315493Z [ 2024-08-20T21:37:25.8315889Z T=uint8_t, 2024-08-20T21:37:25.8316667Z accT=int32_t 2024-08-20T21:37:25.8317170Z ] 2024-08-20T21:37:25.8323302Z 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-20T21:37:25.8334411Z with 2024-08-20T21:37:25.8334840Z [ 2024-08-20T21:37:25.8335245Z T=uint8_t, 2024-08-20T21:37:25.8335761Z accT=int16_t, 2024-08-20T21:37:25.8336286Z inpType=uint8_t 2024-08-20T21:37:25.8336805Z ] 2024-08-20T21:37:25.8339400Z 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-20T21:37:25.8341671Z with 2024-08-20T21:37:25.8341956Z [ 2024-08-20T21:37:25.8342198Z T=uint8_t, 2024-08-20T21:37:25.8342503Z accT=int16_t 2024-08-20T21:37:25.8342849Z ] 2024-08-20T21:37:25.8347560Z 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-20T21:37:25.8351624Z with 2024-08-20T21:37:25.8352060Z [ 2024-08-20T21:37:25.8352478Z T=uint8_t, 2024-08-20T21:37:25.8352990Z accT=int16_t 2024-08-20T21:37:25.8353452Z ] 2024-08-20T21:37:25.8355534Z 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-20T21:37:25.8358128Z with 2024-08-20T21:37:25.8358537Z [ 2024-08-20T21:37:25.8359049Z T=uint8_t, 2024-08-20T21:37:25.8359575Z accT=int16_t 2024-08-20T21:37:25.8360078Z ] 2024-08-20T21:37:25.8363053Z 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-20T21:37:25.8368701Z 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-20T21:37:25.8372733Z [5322/7973] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackWeightMatrixForGConv.cc.obj 2024-08-20T21:37:25.8375015Z [5323/7973] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackMatrix.cc.obj 2024-08-20T21:37:25.8378891Z 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-20T21:37:25.8384590Z 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-20T21:37:25.8390297Z 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-20T21:37:25.8396396Z 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-20T21:37:25.8400364Z 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-20T21:37:25.8406379Z 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-20T21:37:25.8411258Z 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-20T21:37:25.8415941Z 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-20T21:37:25.8420959Z 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-20T21:37:25.8425303Z 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-20T21:37:25.8429447Z 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-20T21:37:25.8434965Z 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-20T21:37:25.8440619Z 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-20T21:37:25.8443026Z [5324/7973] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackWeightsForDirectConv.cc.obj 2024-08-20T21:37:25.8444964Z [5325/7973] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GroupwiseConvAcc32Avx2.cc.obj 2024-08-20T21:37:25.8448493Z 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-20T21:37:25.8452976Z 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-20T21:37:25.8457566Z 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-20T21:37:25.8461670Z 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-20T21:37:25.8466506Z 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-20T21:37:25.8470055Z 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-20T21:37:25.8473569Z 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-20T21:37:25.8476607Z 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-20T21:37:25.8479600Z 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-20T21:37:25.8482993Z 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-20T21:37:25.8485560Z 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-20T21:37:25.8488640Z 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-20T21:37:25.8491793Z 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-20T21:37:25.8494487Z 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-20T21:37:25.8497401Z 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-20T21:37:25.8500600Z 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-20T21:37:25.8503727Z 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-20T21:37:25.8507341Z 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-20T21:37:25.8510375Z 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-20T21:37:25.8513192Z 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-20T21:37:25.8515748Z 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-20T21:37:25.8518318Z 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-20T21:37:25.8520952Z 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-20T21:37:25.8524510Z 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-20T21:37:25.8527211Z 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-20T21:37:25.8554688Z 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-20T21:37:25.8559036Z 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-20T21:37:25.8562094Z 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-20T21:37:25.8565060Z 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-20T21:37:25.8567755Z 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-20T21:37:25.8570410Z 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-20T21:37:25.8573805Z 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-20T21:37:25.8577720Z 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-20T21:37:25.8582624Z 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-20T21:37:25.8587319Z 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-20T21:37:25.8592049Z 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-20T21:37:25.8597050Z 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-20T21:37:25.8602067Z 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-20T21:37:25.8607114Z 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-20T21:37:25.8612078Z 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-20T21:37:25.8616778Z 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-20T21:37:25.8621757Z 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-20T21:37:25.8626847Z 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-20T21:37:25.8632036Z 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-20T21:37:25.8636869Z 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-20T21:37:25.8641692Z 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-20T21:37:25.8646511Z 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-20T21:37:25.8651395Z 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-20T21:37:25.8656317Z 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-20T21:37:25.8661420Z 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-20T21:37:25.8666311Z 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-20T21:37:25.8671141Z 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-20T21:37:25.8676370Z 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-20T21:37:25.8681574Z 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-20T21:37:25.8686447Z 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-20T21:37:25.8691208Z 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-20T21:37:25.8696279Z 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-20T21:37:25.8701035Z 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-20T21:37:25.8706294Z 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-20T21:37:25.8711625Z 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-20T21:37:25.8714748Z [5326/7973] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackBMatrix.cc.obj 2024-08-20T21:37:25.8719373Z 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-20T21:37:25.8723086Z with 2024-08-20T21:37:25.8723532Z [ 2024-08-20T21:37:25.8723971Z T=int8_t, 2024-08-20T21:37:25.8724488Z accT=int32_t, 2024-08-20T21:37:25.8725070Z inpType=int8_t 2024-08-20T21:37:25.8725666Z ] 2024-08-20T21:37:25.8727828Z 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-20T21:37:25.8730180Z with 2024-08-20T21:37:25.8730626Z [ 2024-08-20T21:37:25.8731046Z T=int8_t, 2024-08-20T21:37:25.8731574Z accT=int32_t 2024-08-20T21:37:25.8732149Z ] 2024-08-20T21:37:25.8735603Z 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-20T21:37:25.8739249Z with 2024-08-20T21:37:25.8739694Z [ 2024-08-20T21:37:25.8740127Z T=int8_t, 2024-08-20T21:37:25.8740640Z accT=int32_t 2024-08-20T21:37:25.8741180Z ] 2024-08-20T21:37:25.8743409Z 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-20T21:37:25.8745905Z with 2024-08-20T21:37:25.8746347Z [ 2024-08-20T21:37:25.8746780Z T=int8_t, 2024-08-20T21:37:25.8747293Z accT=int32_t 2024-08-20T21:37:25.8747822Z ] 2024-08-20T21:37:25.8751538Z 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-20T21:37:25.8754923Z with 2024-08-20T21:37:25.8755333Z [ 2024-08-20T21:37:25.8756094Z T=int8_t, 2024-08-20T21:37:25.8756720Z accT=int16_t, 2024-08-20T21:37:25.8757280Z inpType=int8_t 2024-08-20T21:37:25.8757810Z ] 2024-08-20T21:37:25.8759211Z 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-20T21:37:25.8760507Z with 2024-08-20T21:37:25.8761032Z [ 2024-08-20T21:37:25.8761359Z T=int8_t, 2024-08-20T21:37:25.8762876Z accT=int16_t 2024-08-20T21:37:25.8763217Z ] 2024-08-20T21:37:25.8765233Z 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-20T21:37:25.8767462Z with 2024-08-20T21:37:25.8767710Z [ 2024-08-20T21:37:25.8768035Z T=int8_t, 2024-08-20T21:37:25.8768330Z accT=int16_t 2024-08-20T21:37:25.8768721Z ] 2024-08-20T21:37:25.8769929Z 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-20T21:37:25.8771791Z with 2024-08-20T21:37:25.8772447Z [ 2024-08-20T21:37:25.8772915Z T=int8_t, 2024-08-20T21:37:25.8773420Z accT=int16_t 2024-08-20T21:37:25.8775090Z ] 2024-08-20T21:37:25.8778485Z 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-20T21:37:25.8783093Z with 2024-08-20T21:37:25.8783542Z [ 2024-08-20T21:37:25.8783961Z T=int8_t, 2024-08-20T21:37:25.8784441Z accT=int32_t, 2024-08-20T21:37:25.8784990Z inpType=int8_t 2024-08-20T21:37:25.8786637Z ] 2024-08-20T21:37:25.8788610Z 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-20T21:37:25.8791204Z with 2024-08-20T21:37:25.8791765Z [ 2024-08-20T21:37:25.8792573Z T=int8_t, 2024-08-20T21:37:25.8793085Z accT=int32_t 2024-08-20T21:37:25.8793393Z ] 2024-08-20T21:37:25.8796428Z 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-20T21:37:25.8800043Z with 2024-08-20T21:37:25.8800807Z [ 2024-08-20T21:37:25.8801262Z T=int8_t, 2024-08-20T21:37:25.8801803Z accT=int32_t 2024-08-20T21:37:25.8802343Z ] 2024-08-20T21:37:25.8804410Z 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-20T21:37:25.8806733Z with 2024-08-20T21:37:25.8807179Z [ 2024-08-20T21:37:25.8807616Z T=int8_t, 2024-08-20T21:37:25.8808129Z accT=int32_t 2024-08-20T21:37:25.8808665Z ] 2024-08-20T21:37:25.8811126Z 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-20T21:37:25.8815945Z with 2024-08-20T21:37:25.8816304Z [ 2024-08-20T21:37:25.8816548Z T=int8_t, 2024-08-20T21:37:25.8816992Z accT=int16_t, 2024-08-20T21:37:25.8817361Z inpType=int8_t 2024-08-20T21:37:25.8817661Z ] 2024-08-20T21:37:25.8819160Z 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-20T21:37:25.8821189Z with 2024-08-20T21:37:25.8821650Z [ 2024-08-20T21:37:25.8822052Z T=int8_t, 2024-08-20T21:37:25.8822544Z accT=int16_t 2024-08-20T21:37:25.8823078Z ] 2024-08-20T21:37:25.8826379Z 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-20T21:37:25.8829748Z with 2024-08-20T21:37:25.8830105Z [ 2024-08-20T21:37:25.8830443Z T=int8_t, 2024-08-20T21:37:25.8830826Z accT=int16_t 2024-08-20T21:37:25.8831230Z ] 2024-08-20T21:37:25.8832464Z 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-20T21:37:25.8833850Z with 2024-08-20T21:37:25.8834093Z [ 2024-08-20T21:37:25.8834364Z T=int8_t, 2024-08-20T21:37:25.8834669Z accT=int16_t 2024-08-20T21:37:25.8834961Z ] 2024-08-20T21:37:25.8837300Z 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-20T21:37:25.8842248Z 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-20T21:37:25.8845693Z [5327/7973] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GroupwiseConvAcc32Avx512.cc.obj 2024-08-20T21:37:25.8849035Z 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-20T21:37:25.8853796Z 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-20T21:37:25.8857502Z 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-20T21:37:25.8860429Z 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-20T21:37:25.8865331Z 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-20T21:37:25.8869217Z 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-20T21:37:25.8873990Z 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-20T21:37:25.8877472Z 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-20T21:37:25.8882662Z 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-20T21:37:25.8888208Z 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-20T21:37:25.8893158Z 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-20T21:37:25.8898104Z 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-20T21:37:25.8903358Z 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-20T21:37:25.8908849Z 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-20T21:37:25.8913927Z 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-20T21:37:25.8917635Z 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-20T21:37:25.8920987Z 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-20T21:37:25.8923980Z 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-20T21:37:25.8927155Z 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-20T21:37:25.8930371Z 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-20T21:37:25.8933143Z 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-20T21:37:25.8935757Z 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-20T21:37:25.8938925Z 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-20T21:37:25.8943971Z 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-20T21:37:25.8948396Z 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-20T21:37:25.8951738Z 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-20T21:37:25.8956847Z 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-20T21:37:25.8961927Z 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-20T21:37:25.8967333Z 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-20T21:37:25.8972610Z 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-20T21:37:25.8977433Z 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-20T21:37:25.8982321Z 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-20T21:37:25.8987534Z 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-20T21:37:25.8992881Z 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-20T21:37:25.8998220Z 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-20T21:37:25.9003433Z 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-20T21:37:25.9008522Z 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-20T21:37:25.9013906Z 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-20T21:37:25.9019185Z 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-20T21:37:25.9022754Z 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-20T21:37:25.9027138Z 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-20T21:37:25.9031783Z 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-20T21:37:25.9037232Z 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-20T21:37:25.9042533Z 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-20T21:37:25.9047692Z 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-20T21:37:25.9052935Z 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-20T21:37:25.9057771Z 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-20T21:37:25.9061886Z 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-20T21:37:25.9066882Z 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-20T21:37:25.9072024Z 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-20T21:37:25.9077172Z 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-20T21:37:25.9082136Z 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-20T21:37:25.9087368Z 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-20T21:37:25.9092420Z 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-20T21:37:25.9097465Z 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-20T21:37:25.9102309Z 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-20T21:37:25.9107193Z 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-20T21:37:25.9111882Z 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-20T21:37:25.9116885Z 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-20T21:37:25.9122151Z 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-20T21:37:25.9127114Z 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-20T21:37:25.9131808Z 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-20T21:37:25.9136898Z 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-20T21:37:25.9142032Z 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-20T21:37:25.9145998Z 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-20T21:37:25.9151040Z 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-20T21:37:25.9156083Z 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-20T21:37:25.9161326Z 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-20T21:37:25.9166343Z 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-20T21:37:25.9171614Z 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-20T21:37:25.9176734Z 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-20T21:37:25.9181926Z 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-20T21:37:25.9187218Z 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-20T21:37:25.9192515Z 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-20T21:37:25.9196356Z 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-20T21:37:25.9201916Z 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-20T21:37:25.9206805Z 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-20T21:37:25.9211902Z 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-20T21:37:25.9217198Z 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-20T21:37:25.9222892Z 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-20T21:37:25.9228092Z 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-20T21:37:25.9233121Z 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-20T21:37:25.9238522Z 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-20T21:37:25.9244022Z 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-20T21:37:25.9249200Z 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-20T21:37:25.9254179Z 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-20T21:37:25.9257806Z 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-20T21:37:25.9261098Z 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-20T21:37:25.9264274Z 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-20T21:37:25.9269506Z 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-20T21:37:25.9274600Z 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-20T21:37:25.9279708Z 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-20T21:37:25.9285014Z 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-20T21:37:25.9290330Z 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-20T21:37:25.9295383Z 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-20T21:37:25.9300415Z 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-20T21:37:25.9305646Z 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-20T21:37:25.9308892Z 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-20T21:37:25.9313415Z 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-20T21:37:25.9318879Z 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-20T21:37:25.9322742Z 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-20T21:37:25.9326543Z 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-20T21:37:25.9330094Z 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-20T21:37:25.9333287Z 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-20T21:37:25.9336488Z 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-20T21:37:25.9339759Z 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-20T21:37:25.9344306Z 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-20T21:37:25.9347297Z 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-20T21:37:25.9351022Z 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-20T21:37:25.9354513Z 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-20T21:37:25.9357875Z 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-20T21:37:25.9362772Z 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-20T21:37:25.9368070Z 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-20T21:37:25.9373450Z 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-20T21:37:25.9378667Z 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-20T21:37:25.9383589Z 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-20T21:37:25.9387225Z 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-20T21:37:25.9392457Z 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-20T21:37:25.9397942Z 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-20T21:37:25.9403358Z 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-20T21:37:26.0190775Z [5328/7973] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\TransposeUtils.cc.obj 2024-08-20T21:37:26.0559092Z [5329/7973] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmBfloat16ConvertAvx2.cc.obj 2024-08-20T21:37:26.1261791Z [5330/7973] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\spmmUtils.cc.obj 2024-08-20T21:37:26.1275601Z [5331/7973] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\QuantUtils.cc.obj 2024-08-20T21:37:26.1291053Z [5332/7973] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackAWithRowOffset.cc.obj 2024-08-20T21:37:26.1294171Z 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-20T21:37:26.1296904Z with 2024-08-20T21:37:26.1297136Z [ 2024-08-20T21:37:26.1297431Z T=uint8_t, 2024-08-20T21:37:26.1298050Z accT=int32_t, 2024-08-20T21:37:26.1298351Z inpType=uint8_t 2024-08-20T21:37:26.1298655Z ] 2024-08-20T21:37:26.1299827Z 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-20T21:37:26.1301285Z with 2024-08-20T21:37:26.1301526Z [ 2024-08-20T21:37:26.1301905Z T=uint8_t, 2024-08-20T21:37:26.1302232Z accT=int32_t 2024-08-20T21:37:26.1302535Z ] 2024-08-20T21:37:26.1305025Z 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-20T21:37:26.1308890Z with 2024-08-20T21:37:26.1309352Z [ 2024-08-20T21:37:26.1309797Z T=uint8_t, 2024-08-20T21:37:26.1310342Z accT=int32_t 2024-08-20T21:37:26.1310869Z ] 2024-08-20T21:37:26.1313094Z 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-20T21:37:26.1315075Z with 2024-08-20T21:37:26.1315486Z [ 2024-08-20T21:37:26.1315920Z T=uint8_t, 2024-08-20T21:37:26.1316409Z accT=int32_t 2024-08-20T21:37:26.1316879Z ] 2024-08-20T21:37:26.1319952Z 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-20T21:37:26.1323025Z with 2024-08-20T21:37:26.1323424Z [ 2024-08-20T21:37:26.1323803Z T=uint8_t, 2024-08-20T21:37:26.1324318Z accT=int16_t, 2024-08-20T21:37:26.1324838Z inpType=uint8_t 2024-08-20T21:37:26.1325891Z ] 2024-08-20T21:37:26.1328082Z 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-20T21:37:26.1330253Z with 2024-08-20T21:37:26.1330520Z [ 2024-08-20T21:37:26.1330761Z T=uint8_t, 2024-08-20T21:37:26.1331044Z accT=int16_t 2024-08-20T21:37:26.1331425Z ] 2024-08-20T21:37:26.1334062Z 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-20T21:37:26.1337765Z with 2024-08-20T21:37:26.1338189Z [ 2024-08-20T21:37:26.1338619Z T=uint8_t, 2024-08-20T21:37:26.1339155Z accT=int16_t 2024-08-20T21:37:26.1339630Z ] 2024-08-20T21:37:26.1341867Z 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-20T21:37:26.1344360Z with 2024-08-20T21:37:26.1344786Z [ 2024-08-20T21:37:26.1345213Z T=uint8_t, 2024-08-20T21:37:26.1345740Z accT=int16_t 2024-08-20T21:37:26.1346246Z ] 2024-08-20T21:37:26.1350058Z 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-20T21:37:26.1353912Z with 2024-08-20T21:37:26.1354332Z [ 2024-08-20T21:37:26.1354769Z T=uint8_t, 2024-08-20T21:37:26.1355302Z accT=int32_t, 2024-08-20T21:37:26.1366275Z inpType=uint8_t 2024-08-20T21:37:26.1366614Z ] 2024-08-20T21:37:26.1367805Z 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-20T21:37:26.1369244Z with 2024-08-20T21:37:26.1369474Z [ 2024-08-20T21:37:26.1369710Z T=uint8_t, 2024-08-20T21:37:26.1369989Z accT=int32_t 2024-08-20T21:37:26.1370319Z ] 2024-08-20T21:37:26.1372201Z 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-20T21:37:26.1374079Z with 2024-08-20T21:37:26.1374304Z [ 2024-08-20T21:37:26.1374538Z T=uint8_t, 2024-08-20T21:37:26.1374825Z accT=int32_t 2024-08-20T21:37:26.1375100Z ] 2024-08-20T21:37:26.1376303Z 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-20T21:37:26.1377590Z with 2024-08-20T21:37:26.1377815Z [ 2024-08-20T21:37:26.1378134Z T=uint8_t, 2024-08-20T21:37:26.1378455Z accT=int32_t 2024-08-20T21:37:26.1378726Z ] 2024-08-20T21:37:26.1380754Z 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-20T21:37:26.1383092Z with 2024-08-20T21:37:26.1383336Z [ 2024-08-20T21:37:26.1383558Z T=uint8_t, 2024-08-20T21:37:26.1383852Z accT=int16_t, 2024-08-20T21:37:26.1384147Z inpType=uint8_t 2024-08-20T21:37:26.1384530Z ] 2024-08-20T21:37:26.1385699Z 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-20T21:37:26.1386948Z with 2024-08-20T21:37:26.1387697Z [ 2024-08-20T21:37:26.1388156Z T=uint8_t, 2024-08-20T21:37:26.1388638Z accT=int16_t 2024-08-20T21:37:26.1389086Z ] 2024-08-20T21:37:26.1391582Z 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-20T21:37:26.1394387Z with 2024-08-20T21:37:26.1394810Z [ 2024-08-20T21:37:26.1395219Z T=uint8_t, 2024-08-20T21:37:26.1395745Z accT=int16_t 2024-08-20T21:37:26.1396280Z ] 2024-08-20T21:37:26.1398626Z 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-20T21:37:26.1401247Z with 2024-08-20T21:37:26.1401651Z [ 2024-08-20T21:37:26.1402028Z T=uint8_t, 2024-08-20T21:37:26.1402524Z accT=int16_t 2024-08-20T21:37:26.1402993Z ] 2024-08-20T21:37:26.1406362Z 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-20T21:37:26.1412430Z 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-20T21:37:26.2077792Z [5333/7973] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateI8Depthwise.cc.obj 2024-08-20T21:37:26.2375844Z [5334/7973] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\Utils.cc.obj 2024-08-20T21:37:26.2642374Z [5335/7973] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\SparseAdagrad.cc.obj 2024-08-20T21:37:26.2809564Z [5336/7973] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\RowWiseSparseAdagradFused.cc.obj 2024-08-20T21:37:26.3606800Z [5337/7973] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\OptimizedKernelsAvx2.cc.obj 2024-08-20T21:37:26.3661238Z [5338/7973] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmFloat16ConvertAvx2.cc.obj 2024-08-20T21:37:26.3664184Z 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-20T21:37:26.3667969Z 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-20T21:37:26.3675928Z [5339/7973] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\EmbeddingSpMDMAvx2.cc.obj 2024-08-20T21:37:26.4138132Z [5340/7973] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\RefImplementations.cc.obj 2024-08-20T21:37:26.4201617Z [5341/7973] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmI8DepthwisePerChannelQuantAvx2.cc.obj 2024-08-20T21:37:26.4216566Z [5342/7973] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmI8DepthwiseAvx2.cc.obj 2024-08-20T21:37:26.4614143Z [5343/7973] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\UtilsAvx2.cc.obj 2024-08-20T21:37:26.4680817Z [5344/7973] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmI8Depthwise3DAvx2.cc.obj 2024-08-20T21:37:26.5078651Z [5345/7973] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmSparseDenseAvx2.cc.obj 2024-08-20T21:37:26.5983829Z [5346/7973] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\spmmUtilsAvx2.cc.obj 2024-08-20T21:37:26.6074746Z [5347/7973] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\PackDepthwiseConvMatrixAvx2.cc.obj 2024-08-20T21:37:26.6140756Z [5348/7973] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\QuantUtilsAvx2.cc.obj 2024-08-20T21:37:26.6142621Z 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-20T21:37:26.6144544Z 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-20T21:37:26.6148160Z 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-20T21:37:26.6153236Z 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-20T21:37:26.6157652Z 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-20T21:37:26.6161314Z 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-20T21:37:26.6165143Z 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-20T21:37:26.6170018Z 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-20T21:37:26.6173655Z 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-20T21:37:26.6177298Z 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-20T21:37:26.6180916Z 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-20T21:37:26.6186279Z 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-20T21:37:26.6311781Z [5349/7973] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmSparseDenseInt8Avx2.cc.obj 2024-08-20T21:37:26.7045462Z [5350/7973] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\FbgemmSparseDenseInt8Avx512.cc.obj 2024-08-20T21:37:26.7131930Z [5351/7973] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmFP16UKernelsIntrinsicAvx2.cc.obj 2024-08-20T21:37:26.7936756Z [5352/7973] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\FbgemmFloat16ConvertAvx512.cc.obj 2024-08-20T21:37:26.7954103Z [5353/7973] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\FbgemmSparseDenseAvx512.cc.obj 2024-08-20T21:37:26.8081581Z [5354/7973] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\FbgemmSparseDenseVectorInt8Avx512.cc.obj 2024-08-20T21:37:26.8278092Z [5355/7973] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\FbgemmBfloat16ConvertAvx512.cc.obj 2024-08-20T21:37:26.8828154Z [5356/7973] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\QuantUtilsAvx512.cc.obj 2024-08-20T21:37:26.8841093Z [5357/7973] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\UtilsAvx512.cc.obj 2024-08-20T21:37:26.8905848Z [5358/7973] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\EmbeddingSpMDMAvx512.cc.obj 2024-08-20T21:37:26.9459446Z [5359/7973] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\FbgemmFP16UKernelsIntrinsicAvx512.cc.obj 2024-08-20T21:37:27.1005439Z [5360/7973] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\FbgemmFP16UKernelsIntrinsicAvx512_256.cc.obj 2024-08-20T21:37:27.1613501Z [5361/7973] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64instdb.cpp.obj 2024-08-20T21:37:27.1630766Z [5362/7973] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\codeholder.cpp.obj 2024-08-20T21:37:27.1790037Z [5363/7973] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\codewriter.cpp.obj 2024-08-20T21:37:27.2986660Z [5364/7973] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\builder.cpp.obj 2024-08-20T21:37:27.3002669Z [5365/7973] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\archtraits.cpp.obj 2024-08-20T21:37:27.3017323Z [5366/7973] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\assembler.cpp.obj 2024-08-20T21:37:27.3112073Z [5367/7973] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\emithelper.cpp.obj 2024-08-20T21:37:27.4716716Z [5368/7973] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\emitterutils.cpp.obj 2024-08-20T21:37:27.4952347Z [5369/7973] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\compiler.cpp.obj 2024-08-20T21:37:27.5059297Z [5370/7973] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\emitter.cpp.obj 2024-08-20T21:37:27.5076705Z [5371/7973] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\cpuinfo.cpp.obj 2024-08-20T21:37:27.6267525Z [5372/7973] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\constpool.cpp.obj 2024-08-20T21:37:27.6339241Z [5373/7973] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\globals.cpp.obj 2024-08-20T21:37:27.6502454Z [5374/7973] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\environment.cpp.obj 2024-08-20T21:37:27.6644833Z [5375/7973] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\formatter.cpp.obj 2024-08-20T21:37:27.7714049Z [5376/7973] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\errorhandler.cpp.obj 2024-08-20T21:37:27.8530711Z [5377/7973] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\funcargscontext.cpp.obj 2024-08-20T21:37:27.8599097Z [5378/7973] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\jitallocator.cpp.obj 2024-08-20T21:37:27.8841770Z [5379/7973] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\func.cpp.obj 2024-08-20T21:37:27.9695383Z [5380/7973] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\jitruntime.cpp.obj 2024-08-20T21:37:27.9720032Z [5381/7973] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\logger.cpp.obj 2024-08-20T21:37:27.9862101Z [5382/7973] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\osutils.cpp.obj 2024-08-20T21:37:28.0256254Z [5383/7973] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\operand.cpp.obj 2024-08-20T21:37:28.1120226Z [5384/7973] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\inst.cpp.obj 2024-08-20T21:37:28.1822562Z [5385/7973] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\string.cpp.obj 2024-08-20T21:37:28.2167095Z [5386/7973] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\rastack.cpp.obj 2024-08-20T21:37:28.2278649Z [5387/7973] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\rapass.cpp.obj 2024-08-20T21:37:28.2960209Z [5388/7973] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\support.cpp.obj 2024-08-20T21:37:28.3159439Z [5389/7973] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\target.cpp.obj 2024-08-20T21:37:28.3523166Z [5390/7973] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\ralocal.cpp.obj 2024-08-20T21:37:28.3700047Z [5391/7973] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\type.cpp.obj 2024-08-20T21:37:28.4456891Z [5392/7973] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\zonetree.cpp.obj 2024-08-20T21:37:28.5120170Z [5393/7973] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\zonelist.cpp.obj 2024-08-20T21:37:28.5263054Z [5394/7973] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\zonehash.cpp.obj 2024-08-20T21:37:28.5501709Z [5395/7973] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\zone.cpp.obj 2024-08-20T21:37:28.6224015Z [5396/7973] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\zonestack.cpp.obj 2024-08-20T21:37:28.6495222Z [5397/7973] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\virtmem.cpp.obj 2024-08-20T21:37:28.6808466Z [5398/7973] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\zonevector.cpp.obj 2024-08-20T21:37:28.7581611Z [5399/7973] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64assembler.cpp.obj 2024-08-20T21:37:28.7702247Z [5400/7973] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\convolution-nhwc.c.obj 2024-08-20T21:37:28.7703975Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\convolution-nhwc.c(2338): warning C4090: 'function': different 'const' qualifiers 2024-08-20T21:37:28.7705149Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:28.7827148Z [5401/7973] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\channel-shuffle-nc.c.obj 2024-08-20T21:37:28.7829439Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:28.7912422Z [5402/7973] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\constant-pad-nd.c.obj 2024-08-20T21:37:28.7914444Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:28.8171828Z [5403/7973] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\armformatter.cpp.obj 2024-08-20T21:37:28.8925397Z [5404/7973] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\binary-elementwise-nd.c.obj 2024-08-20T21:37:28.8927342Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:28.9120670Z [5405/7973] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\convolution-nchw.c.obj 2024-08-20T21:37:28.9121714Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:28.9302510Z [5406/7973] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\global-average-pooling-ncw.c.obj 2024-08-20T21:37:28.9304762Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:29.0177148Z [5407/7973] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\fully-connected-nc.c.obj 2024-08-20T21:37:29.0178209Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:29.0326976Z [5408/7973] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\global-average-pooling-nwc.c.obj 2024-08-20T21:37:29.0329179Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:29.0405120Z [5409/7973] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\deconvolution-nhwc.c.obj 2024-08-20T21:37:29.0407675Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\deconvolution-nhwc.c(840): warning C4090: 'function': different 'const' qualifiers 2024-08-20T21:37:29.0410728Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\deconvolution-nhwc.c(1075): warning C4090: 'function': different 'const' qualifiers 2024-08-20T21:37:29.0412746Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:29.0421504Z [5410/7973] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\dynamic-fully-connected-nc.c.obj 2024-08-20T21:37:29.0423372Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:29.0683591Z [5411/7973] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\prelu-nc.c.obj 2024-08-20T21:37:29.0685431Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:29.1549385Z [5412/7973] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\reduce-nd.c.obj 2024-08-20T21:37:29.1551133Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:29.1628878Z [5413/7973] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\lut-elementwise-nc.c.obj 2024-08-20T21:37:29.1630108Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:29.1885662Z [5414/7973] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\max-pooling-nhwc.c.obj 2024-08-20T21:37:29.1888709Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\max-pooling-nhwc.c(491): warning C4090: 'function': different 'const' qualifiers 2024-08-20T21:37:29.1890963Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:29.2830064Z [5415/7973] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\rope-nthc.c.obj 2024-08-20T21:37:29.2831043Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:29.2950173Z [5416/7973] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\resize-bilinear-nhwc.c.obj 2024-08-20T21:37:29.2951841Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\resize-bilinear-nhwc.c(282): warning C4090: 'function': different 'const' qualifiers 2024-08-20T21:37:29.2953063Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:29.2963702Z [5417/7973] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\slice-nd.c.obj 2024-08-20T21:37:29.2965763Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:29.3062951Z [5418/7973] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\scaled-dot-product-attention-nhtc.c.obj 2024-08-20T21:37:29.3064863Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:29.3132775Z [5419/7973] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\resize-bilinear-nchw.c.obj 2024-08-20T21:37:29.3137368Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\resize-bilinear-nchw.c(207): warning C4090: 'function': different 'const' qualifiers 2024-08-20T21:37:29.3139635Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:29.4098393Z [5420/7973] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\softmax-nc.c.obj 2024-08-20T21:37:29.4099943Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:29.4150025Z [5421/7973] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\unary-elementwise-nc.c.obj 2024-08-20T21:37:29.4151686Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:29.4339752Z [5422/7973] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\transpose-nd.c.obj 2024-08-20T21:37:29.4341591Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:29.5355932Z [5423/7973] Building C object confu-deps\XNNPACK\CMakeFiles\operator-run.dir\src\operator-run.c.obj 2024-08-20T21:37:29.5357368Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operator-run.c(1350): warning C4090: 'initializing': different 'const' qualifiers 2024-08-20T21:37:29.5431735Z [5424/7973] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\unpooling-nhwc.c.obj 2024-08-20T21:37:29.5434493Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\unpooling-nhwc.c(207): warning C4090: 'function': different 'const' qualifiers 2024-08-20T21:37:29.5436640Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:29.5445757Z [5425/7973] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\memory-planner.c.obj 2024-08-20T21:37:29.5447528Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:29.5687613Z [5426/7973] Building C object confu-deps\XNNPACK\CMakeFiles\operator-utils.dir\src\operator-utils.c.obj 2024-08-20T21:37:29.5967370Z [5427/7973] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph.c.obj 2024-08-20T21:37:29.6571891Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:29.6573276Z [5428/7973] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\abs.c.obj 2024-08-20T21:37:29.6574478Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:29.6644996Z [5429/7973] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\runtime.c.obj 2024-08-20T21:37:29.6646465Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:29.6818345Z [5430/7973] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\batch-matrix-multiply.c.obj 2024-08-20T21:37:29.6820641Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:29.7759502Z [5431/7973] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\add2.c.obj 2024-08-20T21:37:29.7761666Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:29.7844796Z [5432/7973] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\average-pooling-2d.c.obj 2024-08-20T21:37:29.7846611Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:29.7934168Z [5433/7973] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\argmax-pooling-2d.c.obj 2024-08-20T21:37:29.7935906Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:29.8193401Z [5434/7973] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\bankers-rounding.c.obj 2024-08-20T21:37:29.8194628Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:29.8565680Z [5435/7973] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\clamp.c.obj 2024-08-20T21:37:29.8567624Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:29.9055247Z [5436/7973] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\ceiling.c.obj 2024-08-20T21:37:29.9056239Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:29.9139533Z [5437/7973] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\convert.c.obj 2024-08-20T21:37:29.9140598Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:29.9301907Z [5438/7973] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\concatenate.c.obj 2024-08-20T21:37:29.9303509Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:30.0251709Z [5439/7973] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\convolution-2d.c.obj 2024-08-20T21:37:30.0252736Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:30.0305003Z [5440/7973] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\depth-to-space-2d.c.obj 2024-08-20T21:37:30.0306108Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:30.0386951Z [5441/7973] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\copy.c.obj 2024-08-20T21:37:30.0389001Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:30.0782227Z [5442/7973] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\depthwise-convolution-2d.c.obj 2024-08-20T21:37:30.0784519Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:30.0983101Z [5443/7973] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\divide.c.obj 2024-08-20T21:37:30.0985051Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:30.1609043Z [5444/7973] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\deconvolution-2d.c.obj 2024-08-20T21:37:30.1610041Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:30.1682875Z [5445/7973] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\fully-connected-sparse.c.obj 2024-08-20T21:37:30.1684016Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:30.1741590Z [5446/7973] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\floor.c.obj 2024-08-20T21:37:30.1743518Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:30.2700756Z [5447/7973] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\fully-connected.c.obj 2024-08-20T21:37:30.2701772Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:30.2761536Z [5448/7973] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\elu.c.obj 2024-08-20T21:37:30.2762606Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:30.2951482Z [5449/7973] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\even-split.c.obj 2024-08-20T21:37:30.2952868Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:30.3209351Z [5450/7973] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\global-average-pooling.c.obj 2024-08-20T21:37:30.3211395Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:30.3588443Z [5451/7973] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\leaky-relu.c.obj 2024-08-20T21:37:30.3589539Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:30.4205720Z [5452/7973] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\global-sum-pooling.c.obj 2024-08-20T21:37:30.4207839Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:30.4226183Z [5453/7973] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\hardswish.c.obj 2024-08-20T21:37:30.4227204Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:30.4367040Z [5454/7973] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\negate.c.obj 2024-08-20T21:37:30.4368254Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:30.5205204Z [5455/7973] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\maximum2.c.obj 2024-08-20T21:37:30.5206436Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:30.5224631Z [5456/7973] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\multiply2.c.obj 2024-08-20T21:37:30.5226368Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:30.5552762Z [5457/7973] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\minimum2.c.obj 2024-08-20T21:37:30.5554491Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:30.5739265Z [5458/7973] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\max-pooling-2d.c.obj 2024-08-20T21:37:30.5740347Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:30.6167094Z [5459/7973] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\scaled-dot-product-attention.c.obj 2024-08-20T21:37:30.6168409Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:30.6651730Z [5460/7973] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\reshape-helpers.c.obj 2024-08-20T21:37:30.6652776Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:30.6665099Z [5461/7973] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\sigmoid.c.obj 2024-08-20T21:37:30.6665983Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:30.6784725Z [5462/7973] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\softmax.c.obj 2024-08-20T21:37:30.6785844Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:30.7725720Z [5463/7973] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\prelu.c.obj 2024-08-20T21:37:30.7726668Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:30.7793112Z [5464/7973] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\squared-difference.c.obj 2024-08-20T21:37:30.7795432Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:30.8164009Z [5465/7973] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\square.c.obj 2024-08-20T21:37:30.8165616Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:30.8178136Z [5466/7973] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\space-to-depth-2d.c.obj 2024-08-20T21:37:30.8179900Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:30.8726357Z [5467/7973] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\square-root.c.obj 2024-08-20T21:37:30.8727851Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:30.9033250Z [5468/7973] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\static-constant-pad.c.obj 2024-08-20T21:37:30.9035068Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:30.9240285Z [5469/7973] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\static-reshape.c.obj 2024-08-20T21:37:30.9241282Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:30.9391229Z [5470/7973] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\static-resize-bilinear-2d.c.obj 2024-08-20T21:37:30.9392947Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:31.0286432Z [5471/7973] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\static-mean.c.obj 2024-08-20T21:37:31.0288200Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:31.0303688Z [5472/7973] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\static-slice.c.obj 2024-08-20T21:37:31.0305407Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:31.0587063Z [5473/7973] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\unpooling-2d.c.obj 2024-08-20T21:37:31.0588736Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:31.0970568Z [5474/7973] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\static-transpose.c.obj 2024-08-20T21:37:31.0972358Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:31.1077788Z [5475/7973] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\validation.c.obj 2024-08-20T21:37:31.1079580Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:31.1225027Z [5476/7973] Building C object confu-deps\XNNPACK\CMakeFiles\post-operation.dir\src\operators\post-operation.c.obj 2024-08-20T21:37:31.1226289Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:31.1445437Z [5477/7973] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\tensor.c.obj 2024-08-20T21:37:31.1446287Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:31.1658781Z [5478/7973] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\tanh.c.obj 2024-08-20T21:37:31.1659803Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:31.1723484Z [5479/7973] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\subtract.c.obj 2024-08-20T21:37:31.1725220Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:31.2458358Z [5480/7973] Building CXX object confu-deps\XNNPACK\CMakeFiles\convolution-test-helpers.dir\test\convolution-test-helpers.cc.obj 2024-08-20T21:37:31.2461868Z 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-20T21:37:31.2464197Z with 2024-08-20T21:37:31.2464633Z [ 2024-08-20T21:37:31.2465041Z _Ty=int 2024-08-20T21:37:31.2465498Z ] 2024-08-20T21:37:31.2467647Z 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-20T21:37:31.2469756Z with 2024-08-20T21:37:31.2470074Z [ 2024-08-20T21:37:31.2470325Z _Ty=float, 2024-08-20T21:37:31.2470822Z _FwdIt=std::_Vector_iterator>> 2024-08-20T21:37:31.2471439Z ] 2024-08-20T21:37:31.3057439Z [5481/7973] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\experiments-config.c.obj 2024-08-20T21:37:31.3059163Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:31.4079703Z [5482/7973] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\avgpool-config.c.obj 2024-08-20T21:37:31.4081460Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:31.4489039Z [5483/7973] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\argmaxpool-config.c.obj 2024-08-20T21:37:31.4490730Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:31.4718617Z [5484/7973] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\conv-hwc2chw-config.c.obj 2024-08-20T21:37:31.4719824Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:31.5287290Z [5485/7973] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\dwconv2d-chw-config.c.obj 2024-08-20T21:37:31.5288350Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:31.5308226Z [5486/7973] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\dwconv-config.c.obj 2024-08-20T21:37:31.5309190Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:31.5380837Z [5487/7973] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\cmul-config.c.obj 2024-08-20T21:37:31.5381870Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:31.5402170Z [5488/7973] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\binary-elementwise-config.c.obj 2024-08-20T21:37:31.5404007Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-08-20T21:37:31.7131032Z [5489/7973] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86assembler.cpp.obj 2024-08-20T21:37:31.7440943Z [5490/7973] Linking CXX static library lib\XNNPACK.lib 2024-08-20T21:37:31.7649018Z [5491/7973] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86formatter.cpp.obj 2024-08-20T21:37:31.8816603Z [5492/7973] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86compiler.cpp.obj 2024-08-20T21:37:31.8958370Z [5493/7973] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86emithelper.cpp.obj 2024-08-20T21:37:31.9031654Z [5494/7973] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64rapass.cpp.obj 2024-08-20T21:37:31.9223019Z [5495/7973] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86builder.cpp.obj 2024-08-20T21:37:31.9399267Z [5496/7973] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86func.cpp.obj 2024-08-20T21:37:32.0979904Z [5497/7973] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86operand.cpp.obj 2024-08-20T21:37:32.1119521Z [5498/7973] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86instapi.cpp.obj 2024-08-20T21:37:32.1245973Z [5499/7973] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86instdb.cpp.obj 2024-08-20T21:37:32.1786850Z [5500/7973] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\allreduce_local.cc.obj 2024-08-20T21:37:32.2371837Z [5501/7973] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\allreduce.cc.obj 2024-08-20T21:37:32.2784729Z [5502/7973] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86rapass.cpp.obj 2024-08-20T21:37:32.3289834Z [5503/7973] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\allgatherv.cc.obj 2024-08-20T21:37:32.3457914Z [5504/7973] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\algorithm.cc.obj 2024-08-20T21:37:32.3554854Z [5505/7973] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\allgather.cc.obj 2024-08-20T21:37:32.4621396Z [5506/7973] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\alltoall.cc.obj 2024-08-20T21:37:32.4730125Z [5507/7973] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\alltoallv.cc.obj 2024-08-20T21:37:32.5819532Z [5508/7973] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\barrier.cc.obj 2024-08-20T21:37:32.6091855Z [5509/7973] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\broadcast.cc.obj 2024-08-20T21:37:32.6197586Z [5510/7973] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\gather.cc.obj 2024-08-20T21:37:32.6619419Z [5511/7973] Linking CXX shared library bin\asmjit.dll 2024-08-20T21:37:32.6913251Z [5512/7973] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\context.cc.obj 2024-08-20T21:37:32.7750445Z [5513/7973] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\scatter.cc.obj 2024-08-20T21:37:32.8148089Z [5514/7973] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\reduce.cc.obj 2024-08-20T21:37:32.8166034Z [5515/7973] Building C object third_party\ittapi\CMakeFiles\ittnotify.dir\src\ittnotify\jitprofiling.c.obj 2024-08-20T21:37:32.8167514Z 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-20T21:37:32.8501597Z [5516/7973] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\types.cc.obj 2024-08-20T21:37:32.9421971Z [5517/7973] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\gatherv.cc.obj 2024-08-20T21:37:32.9442952Z [5518/7973] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\common\logging.cc.obj 2024-08-20T21:37:32.9466015Z [5519/7973] Building C object third_party\ittapi\CMakeFiles\ittnotify.dir\src\ittnotify\ittnotify_static.c.obj 2024-08-20T21:37:32.9467849Z 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-20T21:37:33.0337432Z [5520/7973] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\rendezvous\hash_store.cc.obj 2024-08-20T21:37:33.0521981Z [5521/7973] Linking C static library lib\libittnotify.lib 2024-08-20T21:37:33.1180691Z [5522/7973] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\buffer.cc.obj 2024-08-20T21:37:33.2301052Z [5523/7973] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\rendezvous\prefix_store.cc.obj 2024-08-20T21:37:33.2315241Z [5524/7973] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\rendezvous\context.cc.obj 2024-08-20T21:37:33.2388845Z [5525/7973] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\rendezvous\file_store.cc.obj 2024-08-20T21:37:33.2698621Z [5526/7973] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\common\utils.cc.obj 2024-08-20T21:37:33.3388562Z [5527/7973] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\address.cc.obj 2024-08-20T21:37:33.4254165Z [5528/7973] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\context.cc.obj 2024-08-20T21:37:33.4534695Z [5529/7973] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\device.cc.obj 2024-08-20T21:37:33.4593875Z [5530/7973] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\rendezvous\store.cc.obj 2024-08-20T21:37:33.5925001Z [5531/7973] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\common\win.cc.obj 2024-08-20T21:37:33.6170882Z [5532/7973] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\unbound_buffer.cc.obj 2024-08-20T21:37:33.6399345Z [5533/7973] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\pair.cc.obj 2024-08-20T21:37:33.8250604Z [5534/7973] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\uv\context.cc.obj 2024-08-20T21:37:33.8649556Z [5535/7973] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\uv\unbound_buffer.cc.obj 2024-08-20T21:37:34.0502133Z [5536/7973] Building RC object third_party\ideep\mkl-dnn\src\CMakeFiles\dnnl.dir\version.rc.res 2024-08-20T21:37:34.0503052Z Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384 2024-08-20T21:37:34.0503487Z 2024-08-20T21:37:34.0503717Z Copyright (C) Microsoft Corporation. All rights reserved. 2024-08-20T21:37:34.0504122Z 2024-08-20T21:37:34.0504127Z 2024-08-20T21:37:34.1898391Z [5537/7973] Running gen_proto.py on onnx/onnx.in.proto 2024-08-20T21:37:34.1899211Z Processing C:\actions-runner\_work\pytorch\pytorch\third_party\onnx\onnx\onnx.in.proto 2024-08-20T21:37:34.1900258Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx_onnx_torch-ml.proto 2024-08-20T21:37:34.1902293Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx_onnx_torch-ml.proto3 2024-08-20T21:37:34.1903347Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-ml.pb.h 2024-08-20T21:37:34.1904332Z generating C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx_pb.py 2024-08-20T21:37:34.3199573Z [5538/7973] Linking CXX shared library bin\fbgemm.dll 2024-08-20T21:37:34.5753649Z [5539/7973] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\uv\device.cc.obj 2024-08-20T21:37:34.5755642Z 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-20T21:37:34.5759415Z 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-20T21:37:34.5762218Z with 2024-08-20T21:37:34.5762452Z [ 2024-08-20T21:37:34.5762811Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2024-08-20T21:37:34.5763268Z ] 2024-08-20T21:37:34.5765795Z 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-20T21:37:34.5768452Z with 2024-08-20T21:37:34.5768691Z [ 2024-08-20T21:37:34.5769036Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2024-08-20T21:37:34.5769675Z ] 2024-08-20T21:37:34.5772175Z 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-20T21:37:34.5774934Z with 2024-08-20T21:37:34.5775175Z [ 2024-08-20T21:37:34.5775509Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2024-08-20T21:37:34.5775956Z ] 2024-08-20T21:37:34.5778392Z 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-20T21:37:34.5780976Z with 2024-08-20T21:37:34.5781202Z [ 2024-08-20T21:37:34.5781550Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2024-08-20T21:37:34.5782120Z T=gloo::transport::uv::libuv::detail::WriteRequest 2024-08-20T21:37:34.5782568Z ] 2024-08-20T21:37:34.5785219Z 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-20T21:37:34.5787896Z with 2024-08-20T21:37:34.5788129Z [ 2024-08-20T21:37:34.5788462Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2024-08-20T21:37:34.5789033Z T=gloo::transport::uv::libuv::detail::WriteRequest, 2024-08-20T21:37:34.5789493Z U=uv_write_t 2024-08-20T21:37:34.5789776Z ] 2024-08-20T21:37:34.5792464Z 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-20T21:37:34.5795082Z with 2024-08-20T21:37:34.5795319Z [ 2024-08-20T21:37:34.5795674Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2024-08-20T21:37:34.5796227Z T=gloo::transport::uv::libuv::detail::WriteRequest, 2024-08-20T21:37:34.5796735Z U=uv_write_t 2024-08-20T21:37:34.5797068Z ] 2024-08-20T21:37:34.5799439Z 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-20T21:37:34.5801820Z with 2024-08-20T21:37:34.5802060Z [ 2024-08-20T21:37:34.5802456Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2024-08-20T21:37:34.5802938Z ] 2024-08-20T21:37:34.7406300Z [5540/7973] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\uv\address.cc.obj 2024-08-20T21:37:34.7427044Z [5541/7973] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\uv\libuv.cc.obj 2024-08-20T21:37:34.7429145Z 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-20T21:37:34.7433149Z 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-20T21:37:34.7436040Z with 2024-08-20T21:37:34.7436334Z [ 2024-08-20T21:37:34.7436744Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2024-08-20T21:37:34.7437232Z ] 2024-08-20T21:37:34.7440435Z 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-20T21:37:34.7443300Z with 2024-08-20T21:37:34.7443539Z [ 2024-08-20T21:37:34.7443890Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2024-08-20T21:37:34.7444331Z ] 2024-08-20T21:37:34.7446961Z 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-20T21:37:34.7449535Z with 2024-08-20T21:37:34.7449788Z [ 2024-08-20T21:37:34.7450361Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2024-08-20T21:37:34.7451170Z ] 2024-08-20T21:37:34.7455490Z 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-20T21:37:34.7459286Z with 2024-08-20T21:37:34.7459650Z [ 2024-08-20T21:37:34.7460221Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2024-08-20T21:37:34.7460929Z T=gloo::transport::uv::libuv::detail::WriteRequest 2024-08-20T21:37:34.7461562Z ] 2024-08-20T21:37:34.7464926Z 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-20T21:37:34.7467790Z with 2024-08-20T21:37:34.7468298Z [ 2024-08-20T21:37:34.7468649Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2024-08-20T21:37:34.7469230Z T=gloo::transport::uv::libuv::detail::WriteRequest, 2024-08-20T21:37:34.7469798Z U=uv_write_t 2024-08-20T21:37:34.7470287Z ] 2024-08-20T21:37:34.7473627Z 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-20T21:37:34.7477578Z with 2024-08-20T21:37:34.7477826Z [ 2024-08-20T21:37:34.7478269Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2024-08-20T21:37:34.7478863Z T=gloo::transport::uv::libuv::detail::WriteRequest, 2024-08-20T21:37:34.7479375Z U=uv_write_t 2024-08-20T21:37:34.7479703Z ] 2024-08-20T21:37:34.7483017Z 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-20T21:37:34.7486620Z with 2024-08-20T21:37:34.7486868Z [ 2024-08-20T21:37:34.7487218Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2024-08-20T21:37:34.7487673Z ] 2024-08-20T21:37:34.7488534Z [5542/7973] Running C++ protocol buffer compiler on C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto 2024-08-20T21:37:34.7543707Z [5543/7973] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\uv\pair.cc.obj 2024-08-20T21:37:34.7545848Z 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-20T21:37:34.7549955Z 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-20T21:37:34.7552713Z with 2024-08-20T21:37:34.7552957Z [ 2024-08-20T21:37:34.7553317Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2024-08-20T21:37:34.7553761Z ] 2024-08-20T21:37:34.7556628Z 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-20T21:37:34.7561066Z with 2024-08-20T21:37:34.7561478Z [ 2024-08-20T21:37:34.7562045Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2024-08-20T21:37:34.7562803Z ] 2024-08-20T21:37:34.7567740Z 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-20T21:37:34.7572842Z with 2024-08-20T21:37:34.7573268Z [ 2024-08-20T21:37:34.7574068Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2024-08-20T21:37:34.7574962Z ] 2024-08-20T21:37:34.7579493Z 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-20T21:37:34.7584167Z with 2024-08-20T21:37:34.7584589Z [ 2024-08-20T21:37:34.7585241Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2024-08-20T21:37:34.7586249Z T=gloo::transport::uv::libuv::detail::WriteRequest 2024-08-20T21:37:34.7587103Z ] 2024-08-20T21:37:34.7592029Z 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-20T21:37:34.7597097Z with 2024-08-20T21:37:34.7597500Z [ 2024-08-20T21:37:34.7598269Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2024-08-20T21:37:34.7599328Z T=gloo::transport::uv::libuv::detail::WriteRequest, 2024-08-20T21:37:34.7600124Z U=uv_write_t 2024-08-20T21:37:34.7600615Z ] 2024-08-20T21:37:34.7605491Z 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-20T21:37:34.7610580Z with 2024-08-20T21:37:34.7611052Z [ 2024-08-20T21:37:34.7611741Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2024-08-20T21:37:34.7612788Z T=gloo::transport::uv::libuv::detail::WriteRequest, 2024-08-20T21:37:34.7613592Z U=uv_write_t 2024-08-20T21:37:34.7614070Z ] 2024-08-20T21:37:34.7618303Z 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-20T21:37:34.7622833Z with 2024-08-20T21:37:34.7623298Z [ 2024-08-20T21:37:34.7623975Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2024-08-20T21:37:34.7624820Z ] 2024-08-20T21:37:34.8268935Z [5544/7973] Running gen_proto.py on onnx/onnx-data.in.proto 2024-08-20T21:37:34.8269812Z Processing C:\actions-runner\_work\pytorch\pytorch\third_party\onnx\onnx\onnx-data.in.proto 2024-08-20T21:37:34.8271091Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-data_onnx_torch.proto 2024-08-20T21:37:34.8272226Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-data_onnx_torch.proto3 2024-08-20T21:37:34.8273326Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-data.pb.h 2024-08-20T21:37:34.8274379Z generating C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx_data_pb.py 2024-08-20T21:37:34.9357481Z [5545/7973] Running C++ protocol buffer compiler on C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto 2024-08-20T21:37:35.0049512Z [5546/7973] Running gen_proto.py on onnx/onnx-operators.in.proto 2024-08-20T21:37:35.0050673Z Processing C:\actions-runner\_work\pytorch\pytorch\third_party\onnx\onnx\onnx-operators.in.proto 2024-08-20T21:37:35.0051886Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-operators_onnx_torch-ml.proto 2024-08-20T21:37:35.0053206Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-operators_onnx_torch-ml.proto3 2024-08-20T21:37:35.0054427Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-operators-ml.pb.h 2024-08-20T21:37:35.0055520Z generating C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx_operators_pb.py 2024-08-20T21:37:35.1064525Z [5547/7973] 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-20T21:37:35.1643407Z [5548/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_prelu_list.cpp.obj 2024-08-20T21:37:35.1732790Z [5549/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_pooling_list.cpp.obj 2024-08-20T21:37:35.2091708Z [5550/7973] Linking CXX static library lib\gloo.lib 2024-08-20T21:37:35.2188058Z [5551/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_reduction_list.cpp.obj 2024-08-20T21:37:35.4491829Z [5552/7973] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\common\interned_strings.cc.obj 2024-08-20T21:37:35.5257567Z [5553/7973] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\controlflow\old.cc.obj 2024-08-20T21:37:35.5771603Z [5554/7973] Building CXX object third_party\onnx\CMakeFiles\onnx_proto.dir\onnx\onnx-operators_onnx_torch-ml.pb.cc.obj 2024-08-20T21:37:35.6198792Z [5555/7973] Building CXX object third_party\onnx\CMakeFiles\onnx_proto.dir\onnx\onnx-data_onnx_torch.pb.cc.obj 2024-08-20T21:37:35.6893879Z [5556/7973] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\common\assertions.cc.obj 2024-08-20T21:37:35.7202386Z [5557/7973] Building CXX object third_party\onnx\CMakeFiles\onnx_proto.dir\onnx\onnx_onnx_torch-ml.pb.cc.obj 2024-08-20T21:37:35.7981802Z [5558/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_lrn_list.cpp.obj 2024-08-20T21:37:35.8230061Z [5559/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_resampling_list.cpp.obj 2024-08-20T21:37:35.8379729Z [5560/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_rnn_list.cpp.obj 2024-08-20T21:37:35.9967759Z [5561/7973] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\common\model_helpers.cc.obj 2024-08-20T21:37:36.0032360Z [5562/7973] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\common\status.cc.obj 2024-08-20T21:37:36.0227762Z [5563/7973] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\common\ir_pb_converter.cc.obj 2024-08-20T21:37:36.0384892Z [5564/7973] Linking CXX static library lib\onnx_proto.lib 2024-08-20T21:37:36.0592117Z [5565/7973] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\controlflow\defs.cc.obj 2024-08-20T21:37:36.1229480Z [5566/7973] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\attr_proto_util.cc.obj 2024-08-20T21:37:36.4271674Z [5567/7973] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\function.cc.obj 2024-08-20T21:37:36.4373191Z [5568/7973] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\generator\old.cc.obj 2024-08-20T21:37:36.4772832Z [5569/7973] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\data_type_utils.cc.obj 2024-08-20T21:37:36.5318198Z [5570/7973] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\controlflow\utils.cc.obj 2024-08-20T21:37:36.5335501Z [5571/7973] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\logical\defs.cc.obj 2024-08-20T21:37:36.7112979Z [5572/7973] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\generator\defs.cc.obj 2024-08-20T21:37:36.7366566Z [5573/7973] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\common\path.cc.obj 2024-08-20T21:37:36.8824531Z [5574/7973] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\logical\old.cc.obj 2024-08-20T21:37:36.8958413Z [5575/7973] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\checker.cc.obj 2024-08-20T21:37:36.9151453Z [5576/7973] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\math\defs.cc.obj 2024-08-20T21:37:36.9333765Z [5577/7973] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\math\old.cc.obj 2024-08-20T21:37:36.9510639Z [5578/7973] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\image\defs.cc.obj 2024-08-20T21:37:36.9598960Z [5579/7973] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\generator\utils.cc.obj 2024-08-20T21:37:37.1373574Z [5580/7973] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\nn\defs.cc.obj 2024-08-20T21:37:37.1788048Z [5581/7973] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\nn\old.cc.obj 2024-08-20T21:37:37.2831326Z [5582/7973] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\math\utils.cc.obj 2024-08-20T21:37:37.3291890Z [5583/7973] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\object_detection\defs.cc.obj 2024-08-20T21:37:37.3797978Z [5584/7973] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\optional\defs.cc.obj 2024-08-20T21:37:37.4301257Z [5585/7973] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\object_detection\old.cc.obj 2024-08-20T21:37:37.4513893Z [5586/7973] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\optional\old.cc.obj 2024-08-20T21:37:37.4780763Z [5587/7973] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\printer.cc.obj 2024-08-20T21:37:37.5723294Z [5588/7973] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\parser.cc.obj 2024-08-20T21:37:37.6852942Z [5589/7973] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\quantization\old.cc.obj 2024-08-20T21:37:37.7129829Z [5590/7973] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\reduction\defs.cc.obj 2024-08-20T21:37:37.8593189Z [5591/7973] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\quantization\defs.cc.obj 2024-08-20T21:37:37.8929437Z [5592/7973] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\reduction\old.cc.obj 2024-08-20T21:37:37.8995331Z [5593/7973] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\reduction\utils.cc.obj 2024-08-20T21:37:37.9014655Z [5594/7973] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\sequence\defs.cc.obj 2024-08-20T21:37:37.9034741Z [5595/7973] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\rnn\defs.cc.obj 2024-08-20T21:37:38.0054482Z [5596/7973] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\rnn\old.cc.obj 2024-08-20T21:37:38.1067062Z [5597/7973] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\schema.cc.obj 2024-08-20T21:37:38.2379520Z [5598/7973] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\shape_inference.cc.obj 2024-08-20T21:37:38.2900151Z [5599/7973] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\tensor_util.cc.obj 2024-08-20T21:37:38.3250075Z [5600/7973] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\tensor\old.cc.obj 2024-08-20T21:37:38.3283114Z [5601/7973] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\tensor_proto_util.cc.obj 2024-08-20T21:37:38.3625503Z [5602/7973] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\tensor\utils.cc.obj 2024-08-20T21:37:38.4415826Z [5603/7973] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\traditionalml\defs.cc.obj 2024-08-20T21:37:38.4608155Z [5604/7973] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\tensor\defs.cc.obj 2024-08-20T21:37:38.5822359Z [5605/7973] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\text\defs.cc.obj 2024-08-20T21:37:38.6868599Z [5606/7973] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\traditionalml\old.cc.obj 2024-08-20T21:37:38.7362947Z [5607/7973] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\version_converter\helper.cc.obj 2024-08-20T21:37:38.7609598Z [5608/7973] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\training\defs.cc.obj 2024-08-20T21:37:38.7996847Z [5609/7973] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\inliner\inliner.cc.obj 2024-08-20T21:37:38.9285125Z [5610/7973] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\version_converter\convert.cc.obj 2024-08-20T21:37:39.1283909Z [5611/7973] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\shape_inference\implementation.cc.obj 2024-08-20T21:37:39.4135637Z [5612/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\float16.cpp.obj 2024-08-20T21:37:39.4930184Z [5613/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_shuffle_list.cpp.obj 2024-08-20T21:37:39.6517127Z [5614/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_engine.cpp.obj 2024-08-20T21:37:39.6796411Z [5615/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_softmax_list.cpp.obj 2024-08-20T21:37:39.7360984Z [5616/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_sum.cpp.obj 2024-08-20T21:37:39.8794070Z [5617/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_inner_product_list.cpp.obj 2024-08-20T21:37:39.9800077Z [5618/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_group_normalization_list.cpp.obj 2024-08-20T21:37:40.7434073Z [5619/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_batch_normalization_utils.cpp.obj 2024-08-20T21:37:40.7459524Z [5620/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_layer_normalization_list.cpp.obj 2024-08-20T21:37:40.7516317Z [5621/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_binary_list.cpp.obj 2024-08-20T21:37:40.7534891Z [5622/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_concat.cpp.obj 2024-08-20T21:37:40.7604361Z [5623/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_eltwise_list.cpp.obj 2024-08-20T21:37:40.9689081Z [5624/7973] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\bfloat16.cpp.obj 2024-08-20T21:37:41.0244760Z [5625/7973] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\broadcast_strategy.cpp.obj 2024-08-20T21:37:41.0548203Z [5626/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_convolution_list.cpp.obj 2024-08-20T21:37:41.0648076Z [5627/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_deconvolution_list.cpp.obj 2024-08-20T21:37:41.4862872Z [5628/7973] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\dnnl_debug_autogenerated.cpp.obj 2024-08-20T21:37:41.4876623Z [5629/7973] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\dnnl_debug.cpp.obj 2024-08-20T21:37:41.4959430Z [5630/7973] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\concat.cpp.obj 2024-08-20T21:37:41.4976350Z [5631/7973] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\batch_normalization.cpp.obj 2024-08-20T21:37:41.5230913Z [5632/7973] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\binary.cpp.obj 2024-08-20T21:37:41.5617275Z [5633/7973] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\dnnl_threadpool.cpp.obj 2024-08-20T21:37:41.6714796Z [5634/7973] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\cache_blob_id.cpp.obj 2024-08-20T21:37:41.7777030Z [5635/7973] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\deconvolution.cpp.obj 2024-08-20T21:37:41.8428089Z [5636/7973] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\float8.cpp.obj 2024-08-20T21:37:41.9967002Z [5637/7973] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\experimental.cpp.obj 2024-08-20T21:37:42.1281468Z [5638/7973] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\fpmath_mode.cpp.obj 2024-08-20T21:37:42.2958166Z [5639/7973] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\convolution.cpp.obj 2024-08-20T21:37:42.3483032Z [5640/7973] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\gemm.cpp.obj 2024-08-20T21:37:42.8647987Z [5641/7973] Linking CXX static library lib\onnx.lib 2024-08-20T21:37:42.8761671Z [5642/7973] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\convolution_pd.cpp.obj 2024-08-20T21:37:42.8778417Z [5643/7973] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\eltwise.cpp.obj 2024-08-20T21:37:42.8793422Z [5644/7973] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\kernel_cache.cpp.obj 2024-08-20T21:37:42.8813145Z [5645/7973] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\layer_normalization.cpp.obj 2024-08-20T21:37:42.8874056Z [5646/7973] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\engine.cpp.obj 2024-08-20T21:37:42.9478793Z [5647/7973] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\group_normalization.cpp.obj 2024-08-20T21:37:43.2782645Z [5648/7973] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\ittnotify.cpp.obj 2024-08-20T21:37:43.2849278Z [5649/7973] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory_desc_wrapper.cpp.obj 2024-08-20T21:37:43.3094056Z [5650/7973] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory_desc.cpp.obj 2024-08-20T21:37:43.7043557Z [5651/7973] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory_debug.cpp.obj 2024-08-20T21:37:43.7258364Z [5652/7973] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory_storage.cpp.obj 2024-08-20T21:37:43.7556671Z [5653/7973] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\lrn.cpp.obj 2024-08-20T21:37:43.7898090Z [5654/7973] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\inner_product.cpp.obj 2024-08-20T21:37:43.8899238Z [5655/7973] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\matmul.cpp.obj 2024-08-20T21:37:44.1494370Z [5656/7973] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\prelu.cpp.obj 2024-08-20T21:37:44.1577971Z [5657/7973] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory_tracking.cpp.obj 2024-08-20T21:37:44.2025347Z [5658/7973] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory.cpp.obj 2024-08-20T21:37:44.6279318Z [5659/7973] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\pooling.cpp.obj 2024-08-20T21:37:44.6362241Z [5660/7973] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive_attr.cpp.obj 2024-08-20T21:37:44.6703705Z [5661/7973] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory_zero_pad.cpp.obj 2024-08-20T21:37:44.7109352Z [5662/7973] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive.cpp.obj 2024-08-20T21:37:44.9174099Z [5663/7973] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive_cache.cpp.obj 2024-08-20T21:37:45.1017852Z [5664/7973] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\query.cpp.obj 2024-08-20T21:37:45.1133588Z [5665/7973] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive_iface.cpp.obj 2024-08-20T21:37:45.1159373Z [5666/7973] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive_desc_iface.cpp.obj 2024-08-20T21:37:45.5381120Z [5667/7973] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive_exec_types.cpp.obj 2024-08-20T21:37:45.5443027Z [5668/7973] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\resampling.cpp.obj 2024-08-20T21:37:45.7870169Z [5669/7973] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\scratchpad.cpp.obj 2024-08-20T21:37:45.7895074Z [5670/7973] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\reduction.cpp.obj 2024-08-20T21:37:45.7918298Z [5671/7973] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive_hashing.cpp.obj 2024-08-20T21:37:45.8379872Z [5672/7973] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\rw_mutex.cpp.obj 2024-08-20T21:37:45.8528565Z [5673/7973] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\serialization.cpp.obj 2024-08-20T21:37:45.8614667Z [5674/7973] Building ASM_MASM object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\ittnotify\ittptmark64.asm.obj 2024-08-20T21:37:45.8616612Z Microsoft (R) Macro Assembler (x64) Version 14.29.30154.0 2024-08-20T21:37:45.8617785Z Copyright (C) Microsoft Corporation. All rights reserved. 2024-08-20T21:37:45.8618529Z 2024-08-20T21:37:45.8619647Z Assembling: C:\actions-runner\_work\pytorch\pytorch\third_party\ideep\mkl-dnn\src\common\ittnotify\ittptmark64.asm 2024-08-20T21:37:45.9156432Z [5675/7973] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\rnn.cpp.obj 2024-08-20T21:37:46.1161720Z [5676/7973] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\reorder.cpp.obj 2024-08-20T21:37:46.3207201Z [5677/7973] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\stream.cpp.obj 2024-08-20T21:37:46.5132335Z [5678/7973] Building C object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\ittnotify\ittnotify_static.c.obj 2024-08-20T21:37:46.5519137Z [5679/7973] Building C object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\ittnotify\jitprofiling.c.obj 2024-08-20T21:37:46.6909731Z [5680/7973] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\shuffle.cpp.obj 2024-08-20T21:37:46.7404026Z [5681/7973] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\softmax.cpp.obj 2024-08-20T21:37:46.7496535Z [5682/7973] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\stream_profiler.cpp.obj 2024-08-20T21:37:46.7513825Z [5683/7973] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\scratchpad_debug.cpp.obj 2024-08-20T21:37:47.0782863Z [5684/7973] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\verbose.cpp.obj 2024-08-20T21:37:47.1195923Z [5685/7973] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\utils.cpp.obj 2024-08-20T21:37:47.3705126Z [5686/7973] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\sum.cpp.obj 2024-08-20T21:37:47.4953860Z [5687/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\bfloat16.cpp.obj 2024-08-20T21:37:47.6574481Z [5688/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\binary_injector_utils.cpp.obj 2024-08-20T21:37:47.6632599Z [5689/7973] 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-20T21:37:47.6633862Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-20T21:37:47.7159273Z [5690/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_batch_normalization_list.cpp.obj 2024-08-20T21:37:47.7329642Z [5691/7973] 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-20T21:37:47.7331857Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-20T21:37:47.9445509Z [5692/7973] 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-20T21:37:47.9447898Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-20T21:37:48.0087282Z [5693/7973] 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-20T21:37:48.0089717Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-20T21:37:48.3460804Z [5694/7973] 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-20T21:37:48.3462048Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-20T21:37:48.4334273Z [5695/7973] 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-20T21:37:48.4335633Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-20T21:37:48.6131800Z [5696/7973] 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-20T21:37:48.6133238Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-20T21:37:48.6570085Z [5697/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_convolution.cpp.obj 2024-08-20T21:37:48.7288976Z [5698/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_inner_product.cpp.obj 2024-08-20T21:37:48.7394905Z [5699/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_inner_product_utils.cpp.obj 2024-08-20T21:37:49.0118810Z [5700/7973] 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-20T21:37:49.0586375Z [5701/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_convolution_utils.cpp.obj 2024-08-20T21:37:49.3144327Z [5702/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_x8s8s32x_convolution.cpp.obj 2024-08-20T21:37:49.3817161Z [5703/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_x8s8s32x_convolution_utils.cpp.obj 2024-08-20T21:37:49.5666653Z [5704/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ncsp_batch_normalization.cpp.obj 2024-08-20T21:37:49.6768724Z [5705/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_x8s8s32x_inner_product.cpp.obj 2024-08-20T21:37:49.7040700Z [5706/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\nchw_pooling.cpp.obj 2024-08-20T21:37:49.8321985Z [5707/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\nhwc_pooling.cpp.obj 2024-08-20T21:37:49.9955615Z [5708/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ncsp_group_normalization.cpp.obj 2024-08-20T21:37:50.0032573Z [5709/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\primitive_attr_postops.cpp.obj 2024-08-20T21:37:50.2549721Z [5710/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\platform.cpp.obj 2024-08-20T21:37:50.4819075Z [5711/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\nspc_batch_normalization.cpp.obj 2024-08-20T21:37:50.5627633Z [5712/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_binary.cpp.obj 2024-08-20T21:37:50.6327374Z [5713/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_batch_normalization.cpp.obj 2024-08-20T21:37:50.6880478Z [5714/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_convolution.cpp.obj 2024-08-20T21:37:50.8067623Z [5715/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_group_normalization.cpp.obj 2024-08-20T21:37:50.9125728Z [5716/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_deconvolution.cpp.obj 2024-08-20T21:37:50.9790314Z [5717/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_eltwise.cpp.obj 2024-08-20T21:37:51.1633634Z [5718/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_convolution_int8.cpp.obj 2024-08-20T21:37:51.4483111Z [5719/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_inner_product.cpp.obj 2024-08-20T21:37:51.6529580Z [5720/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_inner_product_int8.cpp.obj 2024-08-20T21:37:51.6549152Z [5721/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_layer_normalization.cpp.obj 2024-08-20T21:37:51.6614933Z [5722/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_reduction.cpp.obj 2024-08-20T21:37:51.7990683Z [5723/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_prelu.cpp.obj 2024-08-20T21:37:51.8752810Z [5724/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_lrn.cpp.obj 2024-08-20T21:37:51.9896002Z [5725/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_resampling.cpp.obj 2024-08-20T21:37:52.0241244Z [5726/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\scale_utils.cpp.obj 2024-08-20T21:37:52.1696386Z [5727/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_pooling.cpp.obj 2024-08-20T21:37:52.3616353Z [5728/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\bf16\ref_gemm_bf16.cpp.obj 2024-08-20T21:37:52.4135401Z [5729/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\simple_resampling.cpp.obj 2024-08-20T21:37:52.5189809Z [5730/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\f32\ref_gemm_f32.cpp.obj 2024-08-20T21:37:52.6115303Z [5731/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_shuffle.cpp.obj 2024-08-20T21:37:52.6324534Z [5732/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_softmax.cpp.obj 2024-08-20T21:37:52.8081932Z [5733/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\f32\gemm_utils_f32.cpp.obj 2024-08-20T21:37:52.8201473Z [5734/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\simple_concat.cpp.obj 2024-08-20T21:37:52.8275035Z [5735/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\simple_layer_normalization.cpp.obj 2024-08-20T21:37:52.8512825Z [5736/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\zero_point_utils.cpp.obj 2024-08-20T21:37:52.9147285Z [5737/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\simple_sum.cpp.obj 2024-08-20T21:37:53.2264763Z [5738/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\s8x8s32\ref_gemm_s8x8s32.cpp.obj 2024-08-20T21:37:53.3016952Z [5739/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\gemm.cpp.obj 2024-08-20T21:37:53.5452442Z [5740/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\gemm_pack.cpp.obj 2024-08-20T21:37:53.5514131Z [5741/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\s8x8s32\simple_gemm_s8s8s32.cpp.obj 2024-08-20T21:37:53.8153654Z [5742/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\gemm_bf16_matmul.cpp.obj 2024-08-20T21:37:53.8352596Z [5743/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\gemm_f32_matmul.cpp.obj 2024-08-20T21:37:53.9142571Z [5744/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\gemm_x8s8s32x_matmul.cpp.obj 2024-08-20T21:37:53.9963014Z [5745/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\cpu_matmul_list.cpp.obj 2024-08-20T21:37:54.1927033Z [5746/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\ref_matmul_int8.cpp.obj 2024-08-20T21:37:54.3959352Z [5747/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_comp_f32_s8.cpp.obj 2024-08-20T21:37:54.5558631Z [5748/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder.cpp.obj 2024-08-20T21:37:54.5653603Z [5749/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\ref_sparse_matmul.cpp.obj 2024-08-20T21:37:54.8348451Z [5750/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\ref_matmul.cpp.obj 2024-08-20T21:37:54.8551121Z [5751/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_comp_bf16_s8.cpp.obj 2024-08-20T21:37:54.9404999Z [5752/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f16.cpp.obj 2024-08-20T21:37:55.1526234Z [5753/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f32_f16.cpp.obj 2024-08-20T21:37:55.2902947Z [5754/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_bf16.cpp.obj 2024-08-20T21:37:55.4749139Z [5755/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_comp_s8_s8.cpp.obj 2024-08-20T21:37:55.5955237Z [5756/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f32_bf16.cpp.obj 2024-08-20T21:37:55.6526199Z [5757/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f32_f32.cpp.obj 2024-08-20T21:37:55.8427622Z [5758/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f32_fp8.cpp.obj 2024-08-20T21:37:55.9200036Z [5759/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_s32.cpp.obj 2024-08-20T21:37:56.0257522Z [5760/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_s8.cpp.obj 2024-08-20T21:37:56.1873814Z [5761/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f32_s32.cpp.obj 2024-08-20T21:37:56.4344108Z [5762/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f32_s8.cpp.obj 2024-08-20T21:37:56.8022678Z [5763/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\cell_common.cpp.obj 2024-08-20T21:37:56.8974811Z [5764/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\brgemm_cell_common.cpp.obj 2024-08-20T21:37:57.1110924Z [5765/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_fp8.cpp.obj 2024-08-20T21:37:57.5781418Z [5766/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f32_u8.cpp.obj 2024-08-20T21:37:57.5800338Z [5767/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_u8.cpp.obj 2024-08-20T21:37:57.5881183Z [5768/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\ref_postgemm_gru.cpp.obj 2024-08-20T21:37:57.5946151Z [5769/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\cell_gru.cpp.obj 2024-08-20T21:37:57.5969536Z [5770/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\cell_gru_lbr.cpp.obj 2024-08-20T21:37:57.7299902Z [5771/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\ref_postgemm_lstm_projection.cpp.obj 2024-08-20T21:37:57.7318867Z [5772/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\rnn_utils.cpp.obj 2024-08-20T21:37:57.7909348Z [5773/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\jit_utils\linux_perf\linux_perf.cpp.obj 2024-08-20T21:37:58.5959481Z [5774/7973] 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-20T21:37:58.6029625Z [5775/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\ref_postgemm_gru_lbr.cpp.obj 2024-08-20T21:37:58.6045928Z [5776/7973] 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-20T21:37:58.6047150Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-20T21:37:58.6132838Z [5777/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\ref_postgemm_lstm.cpp.obj 2024-08-20T21:37:58.6356016Z [5778/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\ref_postgemm_rnn.cpp.obj 2024-08-20T21:37:58.6534182Z [5779/7973] 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-20T21:37:58.6535377Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-20T21:37:58.6863144Z [5780/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\ref_rnn.cpp.obj 2024-08-20T21:37:58.7582212Z [5781/7973] 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-20T21:37:59.4397612Z [5782/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\jit_utils\jit_utils.cpp.obj 2024-08-20T21:37:59.4480355Z [5783/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\brgemm\brgemm_containers.cpp.obj 2024-08-20T21:37:59.5565047Z [5784/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\amx_tile_configure.cpp.obj 2024-08-20T21:37:59.5696643Z [5785/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\brgemm\jit_brdgmm_kernel.cpp.obj 2024-08-20T21:37:59.6028267Z [5786/7973] 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-20T21:37:59.6029430Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-20T21:37:59.6419090Z [5787/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\brgemm\brgemm.cpp.obj 2024-08-20T21:37:59.6562405Z [5788/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\brgemm\brgemm_utils.cpp.obj 2024-08-20T21:37:59.8804664Z [5789/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\brgemm\jit_brgemm_kernel.cpp.obj 2024-08-20T21:38:00.3912683Z [5790/7973] 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-20T21:38:00.4179408Z [5791/7973] 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-20T21:38:00.4422681Z [5792/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\cpu_barrier.cpp.obj 2024-08-20T21:38:00.4478855Z [5793/7973] 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-20T21:38:00.5259216Z [5794/7973] 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-20T21:38:00.5401448Z [5795/7973] 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-20T21:38:00.6096397Z [5796/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\cpu_reducer.cpp.obj 2024-08-20T21:38:00.7537886Z [5797/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\cpu_isa_traits.cpp.obj 2024-08-20T21:38:01.1969271Z [5798/7973] 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-20T21:38:01.1970533Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-20T21:38:01.2385986Z [5799/7973] 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-20T21:38:01.2387177Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-20T21:38:01.3106639Z [5800/7973] 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-20T21:38:01.3108024Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-20T21:38:01.3422659Z [5801/7973] 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-20T21:38:01.3425002Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-20T21:38:01.3665273Z [5802/7973] 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-20T21:38:01.3666547Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-20T21:38:01.4017771Z [5803/7973] 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-20T21:38:01.5533101Z [5804/7973] 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-20T21:38:01.5534527Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-20T21:38:01.5759234Z [5805/7973] 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-20T21:38:02.1332172Z [5806/7973] 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-20T21:38:02.1567709Z [5807/7973] 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-20T21:38:02.1666793Z [5808/7973] 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-20T21:38:02.2634597Z [5809/7973] 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-20T21:38:02.2635845Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-20T21:38:02.2846961Z [5810/7973] 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-20T21:38:02.3766237Z [5811/7973] 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-20T21:38:02.3768379Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-20T21:38:02.4658735Z [5812/7973] 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-20T21:38:02.4661021Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-20T21:38:02.5176754Z [5813/7973] 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-20T21:38:02.9834154Z [5814/7973] 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-20T21:38:02.9835474Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-20T21:38:03.0640620Z [5815/7973] 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-20T21:38:03.0641809Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-20T21:38:03.1064147Z [5816/7973] 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-20T21:38:03.1065403Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-20T21:38:03.1566978Z [5817/7973] 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-20T21:38:03.2705775Z [5818/7973] 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-20T21:38:03.3834985Z [5819/7973] 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-20T21:38:03.3837378Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-20T21:38:03.4130044Z [5820/7973] 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-20T21:38:03.4132271Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-20T21:38:03.4325256Z [5821/7973] 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-20T21:38:03.8865678Z [5822/7973] 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-20T21:38:03.8867027Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-20T21:38:04.0084658Z [5823/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\gemm_driver.cpp.obj 2024-08-20T21:38:04.0395880Z [5824/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\gemm_info.cpp.obj 2024-08-20T21:38:04.0856594Z [5825/7973] 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-20T21:38:04.1483417Z [5826/7973] 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-20T21:38:04.1484840Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-20T21:38:04.3354420Z [5827/7973] 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-20T21:38:04.3355628Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-20T21:38:04.3465616Z [5828/7973] 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-20T21:38:04.3467065Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-20T21:38:04.3796798Z [5829/7973] 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-20T21:38:04.7921604Z [5830/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\gemm_pack.cpp.obj 2024-08-20T21:38:04.8680818Z [5831/7973] 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-20T21:38:04.8683129Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-20T21:38:04.9548074Z [5832/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\gemv_driver.cpp.obj 2024-08-20T21:38:05.0029332Z [5833/7973] 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-20T21:38:05.0030601Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-20T21:38:05.0552598Z [5834/7973] 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-20T21:38:05.0554065Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-20T21:38:05.1948506Z [5835/7973] 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-20T21:38:05.1949747Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-20T21:38:05.3014099Z [5836/7973] 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-20T21:38:05.3016283Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-20T21:38:05.3453751Z [5837/7973] 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-20T21:38:05.3455259Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-20T21:38:05.6725574Z [5838/7973] 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-20T21:38:05.6726805Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-20T21:38:05.8688583Z [5839/7973] 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-20T21:38:05.9115000Z [5840/7973] 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-20T21:38:05.9116907Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-20T21:38:05.9200235Z [5841/7973] 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-20T21:38:05.9202496Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-20T21:38:05.9815425Z [5842/7973] 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-20T21:38:05.9816638Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-20T21:38:06.0353146Z [5843/7973] 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-20T21:38:06.0354577Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-20T21:38:06.2097659Z [5844/7973] 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-20T21:38:06.2098922Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-20T21:38:06.3001767Z [5845/7973] 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-20T21:38:06.3003039Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-20T21:38:06.6424312Z [5846/7973] 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-20T21:38:06.6425568Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-20T21:38:06.8105025Z [5847/7973] 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-20T21:38:06.8373899Z [5848/7973] 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-20T21:38:06.8375330Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-20T21:38:06.8625257Z [5849/7973] 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-20T21:38:06.8711059Z [5850/7973] 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-20T21:38:06.8713405Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-20T21:38:07.0594520Z [5851/7973] 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-20T21:38:07.0595900Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-20T21:38:07.0816237Z [5852/7973] 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-20T21:38:07.0818594Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-20T21:38:07.4649314Z [5853/7973] 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-20T21:38:07.4651065Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-20T21:38:07.4879240Z [5854/7973] 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-20T21:38:07.4881626Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-20T21:38:07.6907613Z [5855/7973] 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-20T21:38:07.6909735Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-20T21:38:07.7056117Z [5856/7973] 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-20T21:38:07.7058486Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-20T21:38:07.7138168Z [5857/7973] 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-20T21:38:07.7139549Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-20T21:38:07.8077250Z [5858/7973] 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-20T21:38:07.8079663Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-20T21:38:07.9147595Z [5859/7973] 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-20T21:38:07.9148827Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-20T21:38:08.0481081Z [5860/7973] 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-20T21:38:08.0483409Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-20T21:38:08.4420511Z [5861/7973] 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-20T21:38:08.4422642Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-20T21:38:08.4505223Z [5862/7973] 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-20T21:38:08.4507459Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-20T21:38:08.5116292Z [5863/7973] 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-20T21:38:08.5118298Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-20T21:38:08.5947894Z [5864/7973] 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-20T21:38:08.5949175Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-20T21:38:09.0434427Z [5865/7973] 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-20T21:38:09.0435762Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-20T21:38:09.0506076Z [5866/7973] 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-20T21:38:09.0507269Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-20T21:38:09.0523100Z [5867/7973] 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-20T21:38:09.0525310Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-20T21:38:09.0540517Z [5868/7973] 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-20T21:38:09.0542698Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-20T21:38:09.1714766Z [5869/7973] 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-20T21:38:09.1717067Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-20T21:38:09.2348740Z [5870/7973] 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-20T21:38:09.2349965Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-20T21:38:09.3050568Z [5871/7973] 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-20T21:38:09.3052953Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-20T21:38:09.3867322Z [5872/7973] 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-20T21:38:09.3869826Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-20T21:38:09.9721211Z [5873/7973] 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-20T21:38:09.9722469Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-20T21:38:09.9806674Z [5874/7973] 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-20T21:38:09.9808254Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-20T21:38:09.9929189Z [5875/7973] 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-20T21:38:09.9930473Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-20T21:38:10.0468898Z [5876/7973] 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-20T21:38:10.0470216Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-20T21:38:10.0780987Z [5877/7973] 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-20T21:38:10.0783278Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-20T21:38:10.1435075Z [5878/7973] 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-20T21:38:10.1437441Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-20T21:38:10.2140905Z [5879/7973] 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-20T21:38:10.2142154Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-20T21:38:10.2440917Z [5880/7973] 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-20T21:38:10.2443380Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-20T21:38:10.8720673Z [5881/7973] 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-20T21:38:10.8721915Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-20T21:38:10.8738440Z [5882/7973] 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-20T21:38:10.8739735Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-20T21:38:10.8820370Z [5883/7973] 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-20T21:38:10.8822708Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-20T21:38:11.0043418Z [5884/7973] 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-20T21:38:11.0044709Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-20T21:38:11.0951885Z [5885/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm_bf16_convolution.cpp.obj 2024-08-20T21:38:11.1287629Z [5886/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm_bf16_inner_product.cpp.obj 2024-08-20T21:38:11.1554664Z [5887/7973] 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-20T21:38:11.1556052Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-20T21:38:11.2527480Z [5888/7973] 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-20T21:38:11.2528855Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-20T21:38:11.8085434Z [5889/7973] 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-20T21:38:11.8087715Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-08-20T21:38:11.8748655Z [5890/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\injectors\injector_utils.cpp.obj 2024-08-20T21:38:11.9066672Z [5891/7973] 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-20T21:38:11.9419075Z [5892/7973] 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-20T21:38:12.0759162Z [5893/7973] 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-20T21:38:12.1212641Z [5894/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\ip_convolution.cpp.obj 2024-08-20T21:38:12.1492312Z [5895/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx2_1x1_convolution.cpp.obj 2024-08-20T21:38:12.2996632Z [5896/7973] 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-20T21:38:12.8558062Z [5897/7973] 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-20T21:38:12.9077345Z [5898/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_common_convolution.cpp.obj 2024-08-20T21:38:13.1471367Z [5899/7973] 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-20T21:38:13.1490751Z [5900/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx2_convolution.cpp.obj 2024-08-20T21:38:13.1589067Z [5901/7973] 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-20T21:38:13.1613205Z [5902/7973] 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-20T21:38:13.1637797Z [5903/7973] 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-20T21:38:13.1736490Z [5904/7973] 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-20T21:38:13.8365816Z [5905/7973] 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-20T21:38:13.9068704Z [5906/7973] 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-20T21:38:14.0628739Z [5907/7973] 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-20T21:38:14.1258438Z [5908/7973] 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-20T21:38:14.1571776Z [5909/7973] 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-20T21:38:14.1660221Z [5910/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_fp16cvt.cpp.obj 2024-08-20T21:38:14.1749934Z [5911/7973] 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-20T21:38:14.2381429Z [5912/7973] 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-20T21:38:14.8176509Z [5913/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_resampling.cpp.obj 2024-08-20T21:38:14.9854477Z [5914/7973] 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-20T21:38:15.0145336Z [5915/7973] 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-20T21:38:15.0205611Z [5916/7973] 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-20T21:38:15.1455329Z [5917/7973] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\tensor.cpp.obj 2024-08-20T21:38:15.1599875Z [5918/7973] 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-20T21:38:15.1927302Z [5919/7973] 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-20T21:38:15.2318747Z [5920/7973] 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-20T21:38:15.7828227Z [5921/7973] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\partition_impl.cpp.obj 2024-08-20T21:38:15.9806757Z [5922/7973] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\partition_cache.cpp.obj 2024-08-20T21:38:16.0026993Z [5923/7973] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\shape_infer.cpp.obj 2024-08-20T21:38:16.0502458Z [5924/7973] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\partition_hashing.cpp.obj 2024-08-20T21:38:16.1456633Z [5925/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brdgmm_dw_conv.cpp.obj 2024-08-20T21:38:16.1941344Z [5926/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_1x1_conv.cpp.obj 2024-08-20T21:38:16.2591834Z [5927/7973] 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-20T21:38:16.2697176Z [5928/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv_bwd.cpp.obj 2024-08-20T21:38:16.7964612Z [5929/7973] 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-20T21:38:17.0308700Z [5930/7973] 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-20T21:38:17.1332925Z [5931/7973] 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-20T21:38:17.1353087Z [5932/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv.cpp.obj 2024-08-20T21:38:17.1642282Z [5933/7973] 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-20T21:38:17.1709812Z [5934/7973] 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-20T21:38:17.3314198Z [5935/7973] 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-20T21:38:17.3430079Z [5936/7973] 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-20T21:38:17.8426319Z [5937/7973] 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-20T21:38:17.9771167Z [5938/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_transpose_utils.cpp.obj 2024-08-20T21:38:18.0583674Z [5939/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_primitive_conf.cpp.obj 2024-08-20T21:38:18.1423360Z [5940/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv_utils.cpp.obj 2024-08-20T21:38:18.2316017Z [5941/7973] 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-20T21:38:18.3195358Z [5942/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_deconv.cpp.obj 2024-08-20T21:38:18.3303761Z [5943/7973] 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-20T21:38:18.4465242Z [5944/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_inner_product.cpp.obj 2024-08-20T21:38:18.8169413Z [5945/7973] 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-20T21:38:18.9856943Z [5946/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_sse41_1x1_convolution.cpp.obj 2024-08-20T21:38:19.3088696Z [5947/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_transpose_utils.cpp.obj 2024-08-20T21:38:19.3107800Z [5948/7973] 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-20T21:38:19.3161803Z [5949/7973] 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-20T21:38:19.3224782Z [5950/7973] 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-20T21:38:19.3245636Z [5951/7973] 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-20T21:38:19.4069706Z [5952/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_batch_normalization.cpp.obj 2024-08-20T21:38:19.7345407Z [5953/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_convert_xf16.cpp.obj 2024-08-20T21:38:20.4313892Z [5954/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_binary_kernel.cpp.obj 2024-08-20T21:38:20.4370543Z [5955/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_sse41_convolution.cpp.obj 2024-08-20T21:38:20.4442643Z [5956/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_binary.cpp.obj 2024-08-20T21:38:20.4460675Z [5957/7973] 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-20T21:38:20.4481509Z [5958/7973] 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-20T21:38:20.4534840Z [5959/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_eltwise.cpp.obj 2024-08-20T21:38:20.4554123Z [5960/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_dw_convolution.cpp.obj 2024-08-20T21:38:21.3644209Z [5961/7973] 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-20T21:38:21.4260660Z [5962/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_i8i8_pooling.cpp.obj 2024-08-20T21:38:21.4372577Z [5963/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_pool_kernel.cpp.obj 2024-08-20T21:38:21.4525824Z [5964/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_layer_normalization.cpp.obj 2024-08-20T21:38:21.4669117Z [5965/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_pooling.cpp.obj 2024-08-20T21:38:21.4749853Z [5966/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_reduction.cpp.obj 2024-08-20T21:38:21.4776501Z [5967/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_eltwise_int.cpp.obj 2024-08-20T21:38:21.4936176Z [5968/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_group_normalization.cpp.obj 2024-08-20T21:38:22.4231823Z [5969/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_reduction_kernel.cpp.obj 2024-08-20T21:38:22.4664515Z [5970/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_reorder_utils.cpp.obj 2024-08-20T21:38:22.4929183Z [5971/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_resampling.cpp.obj 2024-08-20T21:38:22.8233528Z [5972/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_reorder.cpp.obj 2024-08-20T21:38:23.0418720Z [5973/7973] 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-20T21:38:23.1412327Z [5974/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_resampling_kernel.cpp.obj 2024-08-20T21:38:23.1482604Z [5975/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_softmax.cpp.obj 2024-08-20T21:38:23.3662682Z [5976/7973] 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-20T21:38:23.3767608Z [5977/7973] 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-20T21:38:23.4178763Z [5978/7973] 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-20T21:38:23.4206678Z [5979/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_xf16_sum.cpp.obj 2024-08-20T21:38:23.9379899Z [5980/7973] 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-20T21:38:24.1152095Z [5981/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_x8s8s32x_deconvolution.cpp.obj 2024-08-20T21:38:24.1510893Z [5982/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_x8s8s32x_convolution.cpp.obj 2024-08-20T21:38:24.2236524Z [5983/7973] 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-20T21:38:24.3696948Z [5984/7973] 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-20T21:38:24.3718169Z [5985/7973] 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-20T21:38:24.3740285Z [5986/7973] 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-20T21:38:24.3827263Z [5987/7973] 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-20T21:38:24.8173048Z [5988/7973] 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-20T21:38:24.9878176Z [5989/7973] 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-20T21:38:25.0912871Z [5990/7973] 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-20T21:38:25.2662260Z [5991/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\lrn\jit_uni_lrn.cpp.obj 2024-08-20T21:38:25.3329126Z [5992/7973] 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-20T21:38:25.4103810Z [5993/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\matmul\brgemm_matmul_utils.cpp.obj 2024-08-20T21:38:25.4190769Z [5994/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\matmul\brgemm_matmul_reorders.cpp.obj 2024-08-20T21:38:25.4545241Z [5995/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\matmul\brgemm_matmul.cpp.obj 2024-08-20T21:38:26.1691489Z [5996/7973] 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-20T21:38:26.1931824Z [5997/7973] 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-20T21:38:26.2361446Z [5998/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\prelu\jit_prelu_utils.cpp.obj 2024-08-20T21:38:26.2440622Z [5999/7973] 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-20T21:38:26.3019091Z [6000/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\prelu\jit_prelu_forward.cpp.obj 2024-08-20T21:38:26.3290493Z [6001/7973] 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-20T21:38:26.3883921Z [6002/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\prelu\jit_prelu_backward.cpp.obj 2024-08-20T21:38:26.5914740Z [6003/7973] 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-20T21:38:26.6184883Z [6004/7973] 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-20T21:38:27.1956463Z [6005/7973] 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-20T21:38:27.2428587Z [6006/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\rnn\rnn_brgemm_utils.cpp.obj 2024-08-20T21:38:27.2528789Z [6007/7973] 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-20T21:38:27.2788604Z [6008/7973] 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-20T21:38:27.3217197Z [6009/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\shuffle\jit_uni_shuffle.cpp.obj 2024-08-20T21:38:27.4350388Z [6010/7973] 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-20T21:38:27.4977427Z [6011/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\utils\jit_io_helper.cpp.obj 2024-08-20T21:38:27.6212272Z [6012/7973] 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-20T21:38:27.6966462Z [6013/7973] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\op.cpp.obj 2024-08-20T21:38:28.1209130Z [6014/7973] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\allocator.cpp.obj 2024-08-20T21:38:28.1662427Z [6015/7973] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\rnn\jit_gates_reduction.cpp.obj 2024-08-20T21:38:28.1968988Z [6016/7973] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\backend.cpp.obj 2024-08-20T21:38:28.1985817Z [6017/7973] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\op_def_constraint.cpp.obj 2024-08-20T21:38:28.4096845Z [6018/7973] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\graph.cpp.obj 2024-08-20T21:38:28.4678125Z [6019/7973] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\constant_tensor_cache.cpp.obj 2024-08-20T21:38:28.5709851Z [6020/7973] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\value.cpp.obj 2024-08-20T21:38:28.5771377Z [6021/7973] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\logical_tensor.cpp.obj 2024-08-20T21:38:28.6144998Z [6022/7973] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\op_schema.cpp.obj 2024-08-20T21:38:29.0897353Z [6023/7973] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\partition.cpp.obj 2024-08-20T21:38:29.2596898Z [6024/7973] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\fake\CMakeFiles\dnnl_graph_backend_fake.dir\fake_backend.cpp.obj 2024-08-20T21:38:29.2905766Z [6025/7973] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\dnnl_backend.cpp.obj 2024-08-20T21:38:29.8826183Z [6026/7973] 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-20T21:38:29.8845163Z [6027/7973] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\fusion_info.cpp.obj 2024-08-20T21:38:29.8863677Z [6028/7973] 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-20T21:38:29.8884593Z [6029/7973] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\common.cpp.obj 2024-08-20T21:38:29.8951884Z [6030/7973] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\layout_propagator.cpp.obj 2024-08-20T21:38:29.9812005Z [6031/7973] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\op_executable.cpp.obj 2024-08-20T21:38:30.1068970Z [6032/7973] 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-20T21:38:30.2611265Z [6033/7973] 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-20T21:38:30.9074337Z [6034/7973] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\subgraph.cpp.obj 2024-08-20T21:38:31.0977238Z [6035/7973] 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-20T21:38:31.0996535Z [6036/7973] 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-20T21:38:31.1069209Z [6037/7973] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\utils.cpp.obj 2024-08-20T21:38:31.1087198Z [6038/7973] 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-20T21:38:31.1149796Z [6039/7973] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\transform.cpp.obj 2024-08-20T21:38:31.1227066Z [6040/7973] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\lower.cpp.obj 2024-08-20T21:38:31.3487789Z [6041/7973] 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-20T21:38:31.9880590Z [6042/7973] 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-20T21:38:32.1111326Z [6043/7973] 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-20T21:38:32.1290506Z [6044/7973] 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-20T21:38:32.1937398Z [6045/7973] 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-20T21:38:32.2037252Z [6046/7973] 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-20T21:38:32.2135590Z [6047/7973] 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-20T21:38:32.2203314Z [6048/7973] 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-20T21:38:32.4568939Z [6049/7973] 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-20T21:38:33.1720679Z [6050/7973] 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-20T21:38:33.2150144Z [6051/7973] 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-20T21:38:33.2242691Z [6052/7973] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\sdp.cpp.obj 2024-08-20T21:38:33.2262128Z [6053/7973] 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-20T21:38:33.2356986Z [6054/7973] 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-20T21:38:33.2453256Z [6055/7973] 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-20T21:38:33.3262710Z [6056/7973] 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-20T21:38:33.3913419Z [6057/7973] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\id.cpp.obj 2024-08-20T21:38:33.4879940Z [6058/7973] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\debug.cpp.obj 2024-08-20T21:38:33.6937544Z [6059/7973] 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-20T21:38:33.8269168Z [6060/7973] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\pm\pbuilder.cpp.obj 2024-08-20T21:38:34.0986963Z [6061/7973] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\pm\nested_matcher.cpp.obj 2024-08-20T21:38:34.1962790Z [6062/7973] Building CXX object third_party\fmt\CMakeFiles\fmt.dir\src\os.cc.obj 2024-08-20T21:38:34.2465148Z [6063/7973] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\pm\pass_manager.cpp.obj 2024-08-20T21:38:34.2545521Z [6064/7973] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\pm\pass_base.cpp.obj 2024-08-20T21:38:34.2607991Z [6065/7973] 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-20T21:38:34.2995312Z [6066/7973] 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-20T21:38:34.3440979Z [6067/7973] Building CXX object c10\CMakeFiles\c10.dir\util\Optional.cpp.obj 2024-08-20T21:38:34.3599888Z [6068/7973] Building CXX object third_party\fmt\CMakeFiles\fmt.dir\src\format.cc.obj 2024-08-20T21:38:34.3615720Z [6069/7973] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\utils.cpp.obj 2024-08-20T21:38:34.3719352Z [6070/7973] Building CXX object c10\CMakeFiles\c10.dir\util\ParallelGuard.cpp.obj 2024-08-20T21:38:34.5234377Z [6071/7973] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\Demangle.cpp.obj 2024-08-20T21:38:34.5748165Z [6072/7973] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\verbose.cpp.obj 2024-08-20T21:38:34.5893524Z [6073/7973] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\DaemonConfigLoader.cpp.obj 2024-08-20T21:38:34.8984114Z [6074/7973] Linking CXX static library lib\fmt.lib 2024-08-20T21:38:35.2427887Z [6075/7973] Building CXX object c10\CMakeFiles\c10.dir\util\Metaprogramming.cpp.obj 2024-08-20T21:38:35.4942639Z [6076/7973] Building CXX object c10\CMakeFiles\c10.dir\util\SmallVector.cpp.obj 2024-08-20T21:38:35.4996313Z [6077/7973] Building CXX object c10\CMakeFiles\c10.dir\util\ThreadLocalDebugInfo.cpp.obj 2024-08-20T21:38:35.5017996Z [6078/7973] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\DeviceUtil.cpp.obj 2024-08-20T21:38:35.5032189Z [6079/7973] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\DeviceProperties.cpp.obj 2024-08-20T21:38:35.5089648Z [6080/7973] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\CuptiActivityApi.cpp.obj 2024-08-20T21:38:35.5619493Z [6081/7973] Building CXX object c10\CMakeFiles\c10.dir\util\StringUtil.cpp.obj 2024-08-20T21:38:35.8334562Z [6082/7973] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\ActivityType.cpp.obj 2024-08-20T21:38:35.8485647Z [6083/7973] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\AbstractConfig.cpp.obj 2024-08-20T21:38:35.8914343Z [6084/7973] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\ConfigLoader.cpp.obj 2024-08-20T21:38:35.9206433Z [6085/7973] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\ActivityProfilerController.cpp.obj 2024-08-20T21:38:35.9786356Z [6086/7973] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\ActivityProfilerProxy.cpp.obj 2024-08-20T21:38:36.0050514Z [6087/7973] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\Config.cpp.obj 2024-08-20T21:38:36.0117146Z [6088/7973] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\CuptiActivityProfiler.cpp.obj 2024-08-20T21:38:36.0372638Z [6089/7973] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\IpcFabricConfigClient.cpp.obj 2024-08-20T21:38:36.0546527Z [6090/7973] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\LoggingAPI.cpp.obj 2024-08-20T21:38:36.1534440Z [6091/7973] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\GenericTraceActivity.cpp.obj 2024-08-20T21:38:36.2666963Z [6092/7973] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\ILoggerObserver.cpp.obj 2024-08-20T21:38:36.3521723Z [6093/7973] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\init.cpp.obj 2024-08-20T21:38:36.3982778Z [6094/7973] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\Logger.cpp.obj 2024-08-20T21:38:36.4139821Z [6095/7973] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\output_json.cpp.obj 2024-08-20T21:38:36.4311826Z [6096/7973] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\output_csv.cpp.obj 2024-08-20T21:38:36.4531027Z [6097/7973] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_api.dir\src\libkineto_api.cpp.obj 2024-08-20T21:38:36.5101743Z [6098/7973] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_api.dir\src\ThreadUtil.cpp.obj 2024-08-20T21:38:36.5103983Z C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ThreadUtil.cpp(19): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2024-08-20T21:38:36.5105906Z C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ThreadUtil.cpp: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2024-08-20T21:38:36.5107527Z C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ThreadUtil.cpp(20): warning C4005: 'NOGDI': macro redefinition 2024-08-20T21:38:36.5109107Z C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ThreadUtil.cpp: note: see previous definition of 'NOGDI' 2024-08-20T21:38:36.6352491Z [6099/7973] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\bitmap.c.obj 2024-08-20T21:38:36.6723646Z [6100/7973] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\alloc-posix.c.obj 2024-08-20T21:38:37.6908829Z [6101/7973] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\init.c.obj 2024-08-20T21:38:37.6910354Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2024-08-20T21:38:37.6911947Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\init.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2024-08-20T21:38:37.6926910Z [6102/7973] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\alloc.c.obj 2024-08-20T21:38:37.6928717Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2024-08-20T21:38:37.6930260Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\alloc.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2024-08-20T21:38:37.6966978Z [6103/7973] Linking CXX static library lib\kineto.lib 2024-08-20T21:38:37.7028079Z [6104/7973] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\arena.c.obj 2024-08-20T21:38:37.7047653Z [6105/7973] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\heap.c.obj 2024-08-20T21:38:37.7049191Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2024-08-20T21:38:37.7051092Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\heap.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2024-08-20T21:38:37.7071887Z [6106/7973] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\alloc-aligned.c.obj 2024-08-20T21:38:37.7073532Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2024-08-20T21:38:37.7075590Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\alloc-aligned.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2024-08-20T21:38:37.9048528Z [6107/7973] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\page.c.obj 2024-08-20T21:38:37.9236303Z [6108/7973] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\segment.c.obj 2024-08-20T21:38:38.0309290Z [6109/7973] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\os.c.obj 2024-08-20T21:38:38.0310693Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2024-08-20T21:38:38.0312214Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\os.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2024-08-20T21:38:38.0544311Z [6110/7973] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\random.c.obj 2024-08-20T21:38:38.0545832Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2024-08-20T21:38:38.0547586Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\random.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2024-08-20T21:38:38.0853564Z [6111/7973] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\stats.c.obj 2024-08-20T21:38:38.0855052Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2024-08-20T21:38:38.0856679Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\stats.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2024-08-20T21:38:38.1094457Z [6112/7973] Building CXX object c10\CMakeFiles\c10.dir\core\AutogradState.cpp.obj 2024-08-20T21:38:38.1108866Z [6113/7973] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\options.c.obj 2024-08-20T21:38:38.1110360Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2024-08-20T21:38:38.1111901Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\options.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2024-08-20T21:38:38.1162494Z [6114/7973] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\segment-map.c.obj 2024-08-20T21:38:38.3769720Z [6115/7973] Building CXX object c10\CMakeFiles\c10.dir\core\DispatchKey.cpp.obj 2024-08-20T21:38:38.3813704Z [6116/7973] Building CXX object c10\CMakeFiles\c10.dir\core\ConstantSymNodeImpl.cpp.obj 2024-08-20T21:38:38.3872532Z [6117/7973] Building CXX object c10\CMakeFiles\c10.dir\core\CopyBytes.cpp.obj 2024-08-20T21:38:38.3952930Z [6118/7973] Building CXX object c10\CMakeFiles\c10.dir\core\Allocator.cpp.obj 2024-08-20T21:38:38.4331055Z [6119/7973] Building CXX object c10\CMakeFiles\c10.dir\core\CPUAllocator.cpp.obj 2024-08-20T21:38:38.4594801Z [6120/7973] Building CXX object c10\CMakeFiles\c10.dir\core\GradMode.cpp.obj 2024-08-20T21:38:38.6710902Z [6121/7973] Building CXX object c10\CMakeFiles\c10.dir\core\Device.cpp.obj 2024-08-20T21:38:38.6771774Z [6122/7973] Building CXX object c10\CMakeFiles\c10.dir\core\DeviceType.cpp.obj 2024-08-20T21:38:38.7599959Z [6123/7973] Building CXX object c10\CMakeFiles\c10.dir\core\RefcountedDeleter.cpp.obj 2024-08-20T21:38:38.9516848Z [6124/7973] Building CXX object c10\CMakeFiles\c10.dir\core\DispatchKeySet.cpp.obj 2024-08-20T21:38:39.0200975Z [6125/7973] Building CXX object c10\CMakeFiles\c10.dir\core\SafePyObject.cpp.obj 2024-08-20T21:38:39.0374166Z [6126/7973] Building CXX object c10\CMakeFiles\c10.dir\core\InferenceMode.cpp.obj 2024-08-20T21:38:39.3213432Z [6127/7973] Building CXX object c10\CMakeFiles\c10.dir\core\StorageImpl.cpp.obj 2024-08-20T21:38:39.3468128Z [6128/7973] Building CXX object c10\CMakeFiles\c10.dir\core\Storage.cpp.obj 2024-08-20T21:38:39.9264172Z [6129/7973] Building CXX object c10\CMakeFiles\c10.dir\core\Stream.cpp.obj 2024-08-20T21:38:40.2298242Z [6130/7973] Building CXX object c10\CMakeFiles\c10.dir\core\SymBool.cpp.obj 2024-08-20T21:38:40.5536045Z [6131/7973] Building CXX object c10\CMakeFiles\c10.dir\core\SymInt.cpp.obj 2024-08-20T21:38:40.7895835Z [6132/7973] Building CXX object c10\CMakeFiles\c10.dir\core\SymNodeImpl.cpp.obj 2024-08-20T21:38:41.1137683Z [6133/7973] Building CXX object c10\CMakeFiles\c10.dir\core\SymbolicShapeMeta.cpp.obj 2024-08-20T21:38:41.3920898Z [6134/7973] Building CXX object c10\CMakeFiles\c10.dir\core\SymFloat.cpp.obj 2024-08-20T21:38:43.5041416Z [6135/7973] Building CXX object c10\CMakeFiles\c10.dir\util\TypeCast.cpp.obj 2024-08-20T21:38:43.5184342Z [6136/7973] Building CXX object c10\CMakeFiles\c10.dir\core\DefaultDtype.cpp.obj 2024-08-20T21:38:43.5239365Z [6137/7973] Building CXX object c10\CMakeFiles\c10.dir\core\ScalarType.cpp.obj 2024-08-20T21:38:43.5368999Z [6138/7973] Building CXX object c10\CMakeFiles\c10.dir\core\Scalar.cpp.obj 2024-08-20T21:38:43.5553087Z [6139/7973] Building CXX object c10\CMakeFiles\c10.dir\core\GeneratorImpl.cpp.obj 2024-08-20T21:38:43.7749833Z [6140/7973] Building CXX object c10\CMakeFiles\c10.dir\core\SymIntArrayRef.cpp.obj 2024-08-20T21:38:43.7771608Z [6141/7973] Building CXX object c10\CMakeFiles\c10.dir\core\TensorImpl.cpp.obj 2024-08-20T21:38:43.8344736Z [6142/7973] Building CXX object c10\CMakeFiles\c10.dir\core\impl\DeviceGuardImplInterface.cpp.obj 2024-08-20T21:38:43.8458245Z [6143/7973] Building CXX object c10\CMakeFiles\c10.dir\core\impl\COW.cpp.obj 2024-08-20T21:38:43.8950614Z [6144/7973] Building CXX object c10\CMakeFiles\c10.dir\core\UndefinedTensorImpl.cpp.obj 2024-08-20T21:38:43.9020996Z [6145/7973] Building CXX object c10\CMakeFiles\c10.dir\core\TensorOptions.cpp.obj 2024-08-20T21:38:44.0310698Z [6146/7973] Building CXX object c10\CMakeFiles\c10.dir\core\WrapDimMinimal.cpp.obj 2024-08-20T21:38:44.0691888Z [6147/7973] Building CXX object c10\CMakeFiles\c10.dir\core\impl\COWDeleter.cpp.obj 2024-08-20T21:38:44.0796292Z [6148/7973] Building CXX object c10\CMakeFiles\c10.dir\core\impl\HermeticPyObjectTLS.cpp.obj 2024-08-20T21:38:44.0945943Z [6149/7973] Building CXX object c10\CMakeFiles\c10.dir\core\impl\LocalDispatchKeySet.cpp.obj 2024-08-20T21:38:44.1821658Z [6150/7973] Building CXX object c10\CMakeFiles\c10.dir\core\impl\GPUTrace.cpp.obj 2024-08-20T21:38:44.2693793Z [6151/7973] Building CXX object c10\CMakeFiles\c10.dir\core\impl\PyObjectSlot.cpp.obj 2024-08-20T21:38:44.2695373Z 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-20T21:38:44.3940650Z [6152/7973] Building CXX object c10\CMakeFiles\c10.dir\core\impl\alloc_cpu.cpp.obj 2024-08-20T21:38:44.4054696Z [6153/7973] Building CXX object c10\CMakeFiles\c10.dir\core\thread_pool.cpp.obj 2024-08-20T21:38:44.4470553Z [6154/7973] Building CXX object c10\CMakeFiles\c10.dir\core\impl\TorchDispatchModeTLS.cpp.obj 2024-08-20T21:38:44.4549927Z [6155/7973] Building CXX object c10\CMakeFiles\c10.dir\core\impl\PyInterpreter.cpp.obj 2024-08-20T21:38:44.5084236Z [6156/7973] Building CXX object c10\CMakeFiles\c10.dir\core\impl\SizesAndStrides.cpp.obj 2024-08-20T21:38:44.5246181Z [6157/7973] Building CXX object c10\CMakeFiles\c10.dir\core\impl\PythonDispatcherTLS.cpp.obj 2024-08-20T21:38:44.6283097Z [6158/7973] Building CXX object c10\CMakeFiles\c10.dir\util\C++17.cpp.obj 2024-08-20T21:38:44.6939896Z [6159/7973] Building CXX object c10\CMakeFiles\c10.dir\mobile\CPUProfilingAllocator.cpp.obj 2024-08-20T21:38:44.7106867Z [6160/7973] Building CXX object c10\CMakeFiles\c10.dir\mobile\CPUCachingAllocator.cpp.obj 2024-08-20T21:38:44.7566009Z [6161/7973] Building CXX object c10\CMakeFiles\c10.dir\util\DeadlockDetection.cpp.obj 2024-08-20T21:38:44.8578808Z [6162/7973] Building CXX object c10\CMakeFiles\c10.dir\util\Bfloat16.cpp.obj 2024-08-20T21:38:44.8810799Z [6163/7973] Building CXX object c10\CMakeFiles\c10.dir\util\ApproximateClock.cpp.obj 2024-08-20T21:38:44.8865571Z [6164/7973] Building CXX object c10\CMakeFiles\c10.dir\util\Float8_e4m3fnuz.cpp.obj 2024-08-20T21:38:44.8984463Z [6165/7973] Building CXX object c10\CMakeFiles\c10.dir\util\Backtrace.cpp.obj 2024-08-20T21:38:44.9197376Z [6166/7973] Building CXX object c10\CMakeFiles\c10.dir\util\Float8_e4m3fn.cpp.obj 2024-08-20T21:38:44.9808469Z [6167/7973] Building CXX object c10\CMakeFiles\c10.dir\util\DynamicCounter.cpp.obj 2024-08-20T21:38:45.0749700Z [6168/7973] Building CXX object c10\CMakeFiles\c10.dir\util\Float8_e5m2.cpp.obj 2024-08-20T21:38:45.1171523Z [6169/7973] Building CXX object c10\CMakeFiles\c10.dir\util\Float8_e5m2fnuz.cpp.obj 2024-08-20T21:38:45.1270069Z [6170/7973] Building CXX object c10\CMakeFiles\c10.dir\util\Half.cpp.obj 2024-08-20T21:38:45.1435109Z [6171/7973] Building CXX object c10\CMakeFiles\c10.dir\util\LeftRight.cpp.obj 2024-08-20T21:38:45.1998467Z [6172/7973] Building CXX object c10\CMakeFiles\c10.dir\util\Exception.cpp.obj 2024-08-20T21:38:45.2751072Z [6173/7973] Building CXX object c10\CMakeFiles\c10.dir\util\Logging.cpp.obj 2024-08-20T21:38:45.3118412Z [6174/7973] Building CXX object c10\CMakeFiles\c10.dir\util\Type_demangle.cpp.obj 2024-08-20T21:38:45.3378498Z [6175/7973] Building CXX object c10\CMakeFiles\c10.dir\util\Type_no_demangle.cpp.obj 2024-08-20T21:38:45.3919657Z [6176/7973] Building CXX object c10\test\CMakeFiles\c10_lazy_test.dir\util\lazy_test.cpp.obj 2024-08-20T21:38:45.4380852Z [6177/7973] Building CXX object c10\CMakeFiles\c10.dir\util\UniqueVoidPtr.cpp.obj 2024-08-20T21:38:45.4893091Z [6178/7973] Building CXX object c10\CMakeFiles\c10.dir\util\TypeTraits.cpp.obj 2024-08-20T21:38:45.5251660Z [6179/7973] Building CXX object c10\test\CMakeFiles\c10_logging_test.dir\util\logging_test.cpp.obj 2024-08-20T21:38:45.8342339Z [6180/7973] Building CXX object c10\CMakeFiles\c10.dir\util\flags_use_gflags.cpp.obj 2024-08-20T21:38:45.8358749Z [6181/7973] Building CXX object c10\CMakeFiles\c10.dir\util\TypeList.cpp.obj 2024-08-20T21:38:45.8412213Z [6182/7973] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\prim\prim.c.obj 2024-08-20T21:38:45.8413699Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2024-08-20T21:38:45.8415350Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\prim\prim.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2024-08-20T21:38:45.8426084Z [6183/7973] Building CXX object c10\CMakeFiles\c10.dir\util\flags_use_no_gflags.cpp.obj 2024-08-20T21:38:45.8478375Z [6184/7973] Building CXX object c10\CMakeFiles\c10.dir\util\Unicode.cpp.obj 2024-08-20T21:38:46.0376484Z [6185/7973] Building CXX object c10\CMakeFiles\c10.dir\util\complex_math.cpp.obj 2024-08-20T21:38:46.0484994Z [6186/7973] Building CXX object c10\CMakeFiles\c10.dir\util\WaitCounter.cpp.obj 2024-08-20T21:38:46.0652166Z [6187/7973] Building CXX object c10\CMakeFiles\c10.dir\util\intrusive_ptr.cpp.obj 2024-08-20T21:38:46.0933562Z [6188/7973] Building CXX object c10\CMakeFiles\c10.dir\util\int128.cpp.obj 2024-08-20T21:38:46.2098107Z [6189/7973] Building CXX object c10\CMakeFiles\c10.dir\util\thread_name.cpp.obj 2024-08-20T21:38:46.2538105Z [6190/7973] Building CXX object c10\CMakeFiles\c10.dir\util\tempfile.cpp.obj 2024-08-20T21:38:46.3870221Z [6191/7973] Building CXX object c10\CMakeFiles\c10.dir\util\typeid.cpp.obj 2024-08-20T21:38:46.3945517Z [6192/7973] Building CXX object c10\CMakeFiles\c10.dir\util\numa.cpp.obj 2024-08-20T21:38:46.4458015Z [6193/7973] Building CXX object c10\test\CMakeFiles\c10_CompileTimeFunctionPointer_test.dir\core\CompileTimeFunctionPointer_test.cpp.obj 2024-08-20T21:38:46.5295354Z [6194/7973] Building CXX object c10\test\CMakeFiles\c10_DeviceGuard_test.dir\core\DeviceGuard_test.cpp.obj 2024-08-20T21:38:46.5496515Z [6195/7973] Building CXX object c10\CMakeFiles\c10.dir\util\MathConstants.cpp.obj 2024-08-20T21:38:46.6728013Z [6196/7973] Building CXX object c10\test\CMakeFiles\c10_Device_test.dir\core\Device_test.cpp.obj 2024-08-20T21:38:46.7572712Z [6197/7973] Building CXX object c10\test\CMakeFiles\c10_DispatchKeySet_test.dir\core\DispatchKeySet_test.cpp.obj 2024-08-20T21:38:46.7757332Z [6198/7973] Building CXX object c10\test\CMakeFiles\c10_Scalar_test.dir\core\Scalar_test.cpp.obj 2024-08-20T21:38:46.7988344Z [6199/7973] Building CXX object c10\test\CMakeFiles\c10_StreamGuard_test.dir\core\StreamGuard_test.cpp.obj 2024-08-20T21:38:46.8062586Z [6200/7973] Building CXX object c10\test\CMakeFiles\c10_SymInt_test.dir\core\SymInt_test.cpp.obj 2024-08-20T21:38:46.9972598Z [6201/7973] Building CXX object c10\test\CMakeFiles\c10_InlineDeviceGuard_test.dir\core\impl\InlineDeviceGuard_test.cpp.obj 2024-08-20T21:38:47.0602283Z [6202/7973] Building CXX object c10\test\CMakeFiles\c10_InlineStreamGuard_test.dir\core\impl\InlineStreamGuard_test.cpp.obj 2024-08-20T21:38:47.1611939Z [6203/7973] Linking CXX static library lib\mimalloc-static.lib 2024-08-20T21:38:47.1678312Z [6204/7973] Building CXX object c10\test\CMakeFiles\c10_Bitset_test.dir\util\Bitset_test.cpp.obj 2024-08-20T21:38:47.1694801Z [6205/7973] Building CXX object c10\test\CMakeFiles\c10_SizesAndStrides_test.dir\core\impl\SizesAndStrides_test.cpp.obj 2024-08-20T21:38:47.2532148Z [6206/7973] Building CXX object c10\test\CMakeFiles\c10_cow_test.dir\core\impl\cow_test.cpp.obj 2024-08-20T21:38:47.3184624Z [6207/7973] Building CXX object c10\test\CMakeFiles\c10_ConstexprCrc_test.dir\util\ConstexprCrc_test.cpp.obj 2024-08-20T21:38:47.3768181Z [6208/7973] Building CXX object c10\test\CMakeFiles\c10_DeadlockDetection_test.dir\util\DeadlockDetection_test.cpp.obj 2024-08-20T21:38:47.4823635Z [6209/7973] Building CXX object c10\test\CMakeFiles\c10_LeftRight_test.dir\util\LeftRight_test.cpp.obj 2024-08-20T21:38:47.5069249Z [6210/7973] Building CXX object c10\test\CMakeFiles\c10_Half_test.dir\util\Half_test.cpp.obj 2024-08-20T21:38:47.5129999Z [6211/7973] Building CXX object c10\test\CMakeFiles\c10_ThreadLocal_test.dir\util\ThreadLocal_test.cpp.obj 2024-08-20T21:38:47.5524414Z [6212/7973] Building CXX object c10\test\CMakeFiles\c10_Synchronized_test.dir\util\Synchronized_test.cpp.obj 2024-08-20T21:38:47.6493519Z [6213/7973] Building CXX object c10\test\CMakeFiles\c10_TypeList_test.dir\util\TypeList_test.cpp.obj 2024-08-20T21:38:47.6649441Z [6214/7973] Building CXX object c10\CMakeFiles\c10.dir\util\signal_handler.cpp.obj 2024-08-20T21:38:47.6664464Z [6215/7973] Building CXX object c10\test\CMakeFiles\c10_Metaprogramming_test.dir\util\Metaprogramming_test.cpp.obj 2024-08-20T21:38:47.7915314Z [6216/7973] Building CXX object c10\test\CMakeFiles\c10_TypeIndex_test.dir\util\TypeIndex_test.cpp.obj 2024-08-20T21:38:47.7979164Z [6217/7973] Building CXX object c10\test\CMakeFiles\c10_TypeTraits_test.dir\util\TypeTraits_test.cpp.obj 2024-08-20T21:38:47.8182662Z [6218/7973] Building CXX object c10\test\CMakeFiles\c10_accumulate_test.dir\util\accumulate_test.cpp.obj 2024-08-20T21:38:47.9558312Z [6219/7973] Building CXX object c10\test\CMakeFiles\c10_bfloat16_test.dir\util\bfloat16_test.cpp.obj 2024-08-20T21:38:47.9757025Z [6220/7973] Building CXX object c10\test\CMakeFiles\c10_bit_cast_test.dir\util\bit_cast_test.cpp.obj 2024-08-20T21:38:48.0049697Z [6221/7973] Building CXX object c10\test\CMakeFiles\c10_complex_math_test.dir\util\complex_math_test.cpp.obj 2024-08-20T21:38:48.1099723Z [6222/7973] Building CXX object c10\test\CMakeFiles\c10_generic_math_test.dir\util\generic_math_test.cpp.obj 2024-08-20T21:38:48.1389706Z [6223/7973] Building CXX object c10\test\CMakeFiles\c10_complex_test.dir\util\complex_test.cpp.obj 2024-08-20T21:38:48.1805403Z [6224/7973] Building CXX object c10\test\CMakeFiles\c10_exception_test.dir\util\exception_test.cpp.obj 2024-08-20T21:38:48.2733555Z [6225/7973] Building CXX object c10\test\CMakeFiles\c10_flags_test.dir\util\flags_test.cpp.obj 2024-08-20T21:38:48.3168300Z [6226/7973] Building CXX object c10\test\CMakeFiles\c10_irange_test.dir\util\irange_test.cpp.obj 2024-08-20T21:38:48.3640745Z [6227/7973] Building CXX object c10\test\CMakeFiles\c10_intrusive_ptr_test.dir\util\intrusive_ptr_test.cpp.obj 2024-08-20T21:38:48.4468723Z [6228/7973] Building CXX object c10\test\CMakeFiles\c10_optional_test.dir\util\optional_test.cpp.obj 2024-08-20T21:38:48.4470883Z 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-20T21:38:48.4473118Z 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-20T21:38:48.4474414Z with 2024-08-20T21:38:48.4474665Z [ 2024-08-20T21:38:48.4474884Z T=Type 2024-08-20T21:38:48.4475140Z ] 2024-08-20T21:38:48.4476651Z 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-20T21:38:48.4478380Z with 2024-08-20T21:38:48.4478605Z [ 2024-08-20T21:38:48.4478839Z T=Type 2024-08-20T21:38:48.4479092Z ] 2024-08-20T21:38:48.4480569Z 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-20T21:38:48.4485025Z 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-20T21:38:48.4490835Z 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-20T21:38:48.4495859Z 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-20T21:38:48.5150064Z [6229/7973] Building CXX object c10\test\CMakeFiles\c10_registry_test.dir\util\registry_test.cpp.obj 2024-08-20T21:38:48.5219766Z [6230/7973] Building CXX object c10\test\CMakeFiles\c10_ordered_preserving_dict_test.dir\util\ordered_preserving_dict_test.cpp.obj 2024-08-20T21:38:48.6071680Z [6231/7973] Building CXX object c10\test\CMakeFiles\c10_ssize_test.dir\util\ssize_test.cpp.obj 2024-08-20T21:38:48.6590493Z [6232/7973] Building CXX object c10\test\CMakeFiles\c10_small_vector_test.dir\util\small_vector_test.cpp.obj 2024-08-20T21:38:48.7146049Z [6233/7973] Building C object caffe2\CMakeFiles\torch_global_deps.dir\__\torch\csrc\empty.c.obj 2024-08-20T21:38:48.7260629Z [6234/7973] Building CXX object c10\test\CMakeFiles\c10_string_util_test.dir\util\string_util_test.cpp.obj 2024-08-20T21:38:48.7687217Z [6235/7973] Building CXX object c10\test\CMakeFiles\c10_string_view_test.dir\util\string_view_test.cpp.obj 2024-08-20T21:38:48.8314775Z [6236/7973] Generating ../../../torch/utils/data/datapipes/datapipe.pyi 2024-08-20T21:38:48.8646221Z [6237/7973] Building CXX object c10\test\CMakeFiles\c10_typeid_test.dir\util\typeid_test.cpp.obj 2024-08-20T21:38:48.8776173Z [6238/7973] Building CXX object c10\test\CMakeFiles\c10_tempfile_test.dir\util\tempfile_test.cpp.obj 2024-08-20T21:38:48.9066144Z [6239/7973] Building CXX object c10\benchmark\CMakeFiles\c10_intrusive_ptr_benchmark.dir\intrusive_ptr_benchmark.cpp.obj 2024-08-20T21:38:48.9534401Z [6240/7973] Building C object sleef\src\common\CMakeFiles\addSuffix.dir\addSuffix.c.obj 2024-08-20T21:38:48.9699612Z [6241/7973] Building C object sleef\src\common\CMakeFiles\common.dir\common.c.obj 2024-08-20T21:38:49.1793377Z [6242/7973] Building C object sleef\src\common\CMakeFiles\arraymap.dir\arraymap.c.obj 2024-08-20T21:38:49.8176892Z [6243/7973] Linking C shared library bin\torch_global_deps.dll 2024-08-20T21:38:49.8187849Z [6244/7973] Linking C executable sleef\bin\addSuffix.exe 2024-08-20T21:38:49.9064637Z [6245/7973] Building C object sleef\src\libm\CMakeFiles\mkrename.dir\mkrename.c.obj 2024-08-20T21:38:49.9481310Z [6246/7973] Building C object sleef\src\libm\CMakeFiles\mkrename_gnuabi.dir\mkrename_gnuabi.c.obj 2024-08-20T21:38:50.1636889Z [6247/7973] Building C object sleef\src\libm\CMakeFiles\mkalias.dir\mkalias.c.obj 2024-08-20T21:38:50.6262132Z [6248/7973] Linking C executable sleef\bin\mkrename.exe 2024-08-20T21:38:50.7410495Z [6249/7973] Linking C executable sleef\bin\mkrename_gnuabi.exe 2024-08-20T21:38:51.0332006Z [6250/7973] Generating sources 2024-08-20T21:38:52.0698368Z [6251/7973] Generating ../../../torch/version.py 2024-08-20T21:38:53.5881271Z [6252/7973] Generating include/renamefma4.h 2024-08-20T21:38:53.5881919Z Generating renamefma4.h: mkrename "finz_" "4" "8" "fma4" 2024-08-20T21:38:53.5891588Z [6253/7973] Generating include/renameavx512fnofma.h 2024-08-20T21:38:53.5892296Z Generating renameavx512fnofma.h: mkrename "cinz_" "8" "16" "avx512fnofma" 2024-08-20T21:38:53.5900886Z [6254/7973] Generating include/renameavx512f.h 2024-08-20T21:38:53.5901500Z Generating renameavx512f.h: mkrename "finz_" "8" "16" "avx512f" 2024-08-20T21:38:53.5909964Z [6255/7973] Generating include/renameavx2128.h 2024-08-20T21:38:53.6004887Z Generating renameavx2128.h: mkrename "finz_" "2" "4" "avx2128" 2024-08-20T21:38:53.6005503Z [6256/7973] Generating include/renameavx2.h 2024-08-20T21:38:53.6006035Z Generating renameavx2.h: mkrename "finz_" "4" "8" "avx2" 2024-08-20T21:38:53.6018191Z [6257/7973] Generating include/renamepurec_scalar.h 2024-08-20T21:38:53.6019254Z Generating renamepurec_scalar.h: mkrename "cinz_" "1" "1" "purec" 2024-08-20T21:38:53.6030472Z [6258/7973] Generating include/renameavx.h 2024-08-20T21:38:53.6031421Z Generating renameavx.h: mkrename "cinz_" "4" "8" "avx" 2024-08-20T21:38:53.6042590Z [6259/7973] Generating include/renamesse2.h 2024-08-20T21:38:53.6043207Z Generating renamesse2.h: mkrename "cinz_" "2" "4" "sse2" 2024-08-20T21:38:53.6137304Z [6260/7973] Generating include/renamepurecfma_scalar.h 2024-08-20T21:38:53.6138437Z Generating renamepurecfma_scalar.h: mkrename "finz_" "1" "1" "purecfma" 2024-08-20T21:38:53.6146542Z [6261/7973] Generating include/renamecuda.h 2024-08-20T21:38:53.6147290Z Generating renamecuda.h: mkrename "finz_" "1" "1" "cuda" 2024-08-20T21:38:53.6155384Z [6262/7973] Generating include/renamesse4.h 2024-08-20T21:38:53.6156353Z Generating renamesse4.h: mkrename "cinz_" "2" "4" "sse4" 2024-08-20T21:38:53.6179235Z [6263/7973] Generating sleeflibm_AVX.h.tmp 2024-08-20T21:38:53.6258966Z [6264/7973] Generating sleeflibm_AVX2128.h.tmp 2024-08-20T21:38:53.6271022Z [6265/7973] Generating sleeflibm_AVX512F.h.tmp 2024-08-20T21:38:53.6282589Z [6266/7973] Generating sleeflibm_AVX2.h.tmp 2024-08-20T21:38:53.6297880Z [6267/7973] Generating sleeflibm_AVX512FNOFMA.h.tmp 2024-08-20T21:38:53.6379171Z [6268/7973] Generating sleeflibm_AVX512F_.h.tmp 2024-08-20T21:38:53.6390139Z [6269/7973] Generating sleeflibm_AVX_.h.tmp 2024-08-20T21:38:53.6400793Z [6270/7973] Generating sleeflibm_DSP_SCALAR.h.tmp 2024-08-20T21:38:53.6409978Z [6271/7973] Generating sleeflibm_SSE_.h.tmp 2024-08-20T21:38:53.8882643Z [6272/7973] Generating sleeflibm_SSE4.h.tmp 2024-08-20T21:38:53.8894662Z [6273/7973] Generating sleeflibm_PURECFMA_SCALAR.h.tmp 2024-08-20T21:38:53.8907055Z [6274/7973] Generating sleeflibm_PUREC_SCALAR.h.tmp 2024-08-20T21:38:53.8918783Z [6275/7973] Generating sleeflibm_SSE2.h.tmp 2024-08-20T21:38:53.8997721Z [6276/7973] Generating sleeflibm_FMA4.h.tmp 2024-08-20T21:38:53.9008659Z [6277/7973] Generating include/renamedspscalar.h 2024-08-20T21:38:53.9033249Z [6278/7973] Generating include/renamedsp128.h 2024-08-20T21:38:53.9042267Z [6279/7973] Generating include/renamedsp256.h 2024-08-20T21:38:54.0003633Z [6280/7973] Building C object sleef\src\libm\CMakeFiles\sleefsse2.dir\sleefsimddp.c.obj 2024-08-20T21:38:54.0219127Z [6281/7973] Building C object sleef\src\libm\CMakeFiles\sleefdetsse2.dir\sleefsimdsp.c.obj 2024-08-20T21:38:54.0362092Z [6282/7973] Generating ../../../include/sleef.h 2024-08-20T21:38:54.0486787Z [6283/7973] Building C object sleef\src\libm\CMakeFiles\sleefsse2.dir\sleefsimdsp.c.obj 2024-08-20T21:38:54.1041982Z [6284/7973] Building C object sleef\src\libm\CMakeFiles\sleefdetsse2.dir\sleefsimddp.c.obj 2024-08-20T21:38:54.1335860Z [6285/7973] Building C object sleef\src\libm\CMakeFiles\sleefdetavx.dir\sleefsimdsp.c.obj 2024-08-20T21:38:54.1487150Z [6286/7973] Building C object sleef\src\libm\CMakeFiles\sleefdetavx.dir\sleefsimddp.c.obj 2024-08-20T21:38:54.1708337Z [6287/7973] Building C object sleef\src\libm\CMakeFiles\sleefavx.dir\sleefsimdsp.c.obj 2024-08-20T21:38:54.1990989Z [6288/7973] Building C object sleef\src\libm\CMakeFiles\sleefdetpurec_scalar.dir\sleefsimdsp.c.obj 2024-08-20T21:38:54.2034308Z [6289/7973] Building C object sleef\src\libm\CMakeFiles\sleefavx.dir\sleefsimddp.c.obj 2024-08-20T21:38:54.2587238Z [6290/7973] Building C object sleef\src\libm\CMakeFiles\sleefpurec_scalar.dir\sleefsimddp.c.obj 2024-08-20T21:38:54.2667459Z [6291/7973] Building C object sleef\src\libm\CMakeFiles\sleefdetpurec_scalar.dir\sleefsimddp.c.obj 2024-08-20T21:38:54.2780898Z [6292/7973] Building C object sleef\src\libm\CMakeFiles\sleefpurec_scalar.dir\sleefsimdsp.c.obj 2024-08-20T21:38:54.3216400Z [6293/7973] Building C object sleef\src\libm\CMakeFiles\sleefdetsse4.dir\sleefsimddp.c.obj 2024-08-20T21:38:54.3621133Z [6294/7973] Building C object sleef\src\libm\CMakeFiles\sleefdetsse4.dir\sleefsimdsp.c.obj 2024-08-20T21:38:54.3807898Z [6295/7973] Building C object sleef\src\libm\CMakeFiles\sleefsse4.dir\sleefsimdsp.c.obj 2024-08-20T21:38:54.4086891Z [6296/7973] Building C object sleef\src\libm\CMakeFiles\sleefpurecfma_scalar.dir\sleefsimdsp.c.obj 2024-08-20T21:38:54.4423631Z [6297/7973] Building C object sleef\src\libm\CMakeFiles\sleefpurecfma_scalar.dir\sleefsimddp.c.obj 2024-08-20T21:38:54.4668348Z [6298/7973] Building C object sleef\src\libm\CMakeFiles\sleefdetpurecfma_scalar.dir\sleefsimdsp.c.obj 2024-08-20T21:38:54.4737490Z [6299/7973] Building C object sleef\src\libm\CMakeFiles\sleefsse4.dir\sleefsimddp.c.obj 2024-08-20T21:38:54.4993765Z [6300/7973] Building C object sleef\src\libm\CMakeFiles\sleefdetpurecfma_scalar.dir\sleefsimddp.c.obj 2024-08-20T21:38:54.5171890Z [6301/7973] Building C object sleef\src\libm\CMakeFiles\mkmasked_gnuabi.dir\mkmasked_gnuabi.c.obj 2024-08-20T21:38:54.5387682Z [6302/7973] Building C object sleef\src\libm\CMakeFiles\mkdisp.dir\mkdisp.c.obj 2024-08-20T21:38:54.5905051Z [6303/7973] Building C object sleef\src\libm\CMakeFiles\sleefdetavx512fnofma.dir\sleefsimdsp.c.obj 2024-08-20T21:38:54.7213525Z [6304/7973] Building C object sleef\src\libm\CMakeFiles\sleefavx512fnofma.dir\sleefsimdsp.c.obj 2024-08-20T21:38:54.8481452Z [6305/7973] Building C object sleef\src\libm\CMakeFiles\sleefavx512fnofma.dir\sleefsimddp.c.obj 2024-08-20T21:38:54.9742760Z [6306/7973] Building C object sleef\src\libm\CMakeFiles\sleefavx2.dir\sleefsimdsp.c.obj 2024-08-20T21:38:55.0723466Z [6307/7973] Building C object sleef\src\libm\CMakeFiles\sleefdetavx512fnofma.dir\sleefsimddp.c.obj 2024-08-20T21:38:55.1625342Z [6308/7973] Building C object sleef\src\libm\CMakeFiles\sleefdetavx2128.dir\sleefsimdsp.c.obj 2024-08-20T21:38:55.3654745Z [6309/7973] Building C object sleef\src\libm\CMakeFiles\sleefavx2128.dir\sleefsimddp.c.obj 2024-08-20T21:38:55.4966612Z [6310/7973] Building C object sleef\src\libm\CMakeFiles\sleefavx2.dir\sleefsimddp.c.obj 2024-08-20T21:38:55.5772190Z [6311/7973] Building C object sleef\src\libm\CMakeFiles\sleefdetavx2.dir\sleefsimddp.c.obj 2024-08-20T21:38:55.6588271Z [6312/7973] Building C object sleef\src\libm\CMakeFiles\sleefavx2128.dir\sleefsimdsp.c.obj 2024-08-20T21:38:55.7409627Z [6313/7973] Building C object sleef\src\libm\CMakeFiles\sleefdetavx2.dir\sleefsimdsp.c.obj 2024-08-20T21:38:55.8212164Z [6314/7973] Building C object sleef\src\libm\CMakeFiles\sleefdetavx2128.dir\sleefsimddp.c.obj 2024-08-20T21:38:55.9510354Z [6315/7973] Building C object sleef\src\libm\CMakeFiles\sleefdetfma4.dir\sleefsimdsp.c.obj 2024-08-20T21:38:56.0393884Z [6316/7973] Building C object sleef\src\libm\CMakeFiles\sleefdetfma4.dir\sleefsimddp.c.obj 2024-08-20T21:38:56.1824766Z [6317/7973] Building C object sleef\src\libm\CMakeFiles\sleeffma4.dir\sleefsimddp.c.obj 2024-08-20T21:38:56.2937414Z [6318/7973] Building C object sleef\src\libm\CMakeFiles\sleeffma4.dir\sleefsimdsp.c.obj 2024-08-20T21:38:56.9691522Z [6319/7973] Generating ../../../torch/_C/__init__.pyi, ../../../torch/_C/_VariableFunctions.pyi, ../../../torch/nn/functional.pyi 2024-08-20T21:39:00.0042395Z [6320/7973] Linking C executable sleef\bin\mkalias.exe 2024-08-20T21:39:00.0887234Z [6321/7973] Linking C executable sleef\bin\mkmasked_gnuabi.exe 2024-08-20T21:39:00.1249885Z [6322/7973] Linking C executable sleef\bin\mkdisp.exe 2024-08-20T21:39:00.1742425Z [6323/7973] Generating alias_AVX512F_sp.h.tmp 2024-08-20T21:39:00.1744486Z [6324/7973] Generating alias_AVX512F_dp.h.tmp 2024-08-20T21:39:00.1812112Z [6325/7973] Generating dispsse.c.tmp 2024-08-20T21:39:00.1821337Z [6326/7973] Generating dispavx.c.tmp 2024-08-20T21:39:00.1970239Z [6327/7973] Generating dispscalar.c.body 2024-08-20T21:39:00.1982808Z [6328/7973] Generating include/alias_avx512f.h 2024-08-20T21:39:00.2046808Z [6329/7973] Generating dispsse.c 2024-08-20T21:39:00.2056217Z [6330/7973] Generating dispavx.c 2024-08-20T21:39:00.2208500Z [6331/7973] Generating dispscalar.c 2024-08-20T21:39:00.9559535Z [6332/7973] Building C object sleef\src\libm\CMakeFiles\dispavx_obj.dir\dispavx.c.obj 2024-08-20T21:39:00.9805653Z [6333/7973] Building C object sleef\src\libm\CMakeFiles\sleefdetavx512f.dir\sleefsimddp.c.obj 2024-08-20T21:39:01.0245142Z [6334/7973] Building C object sleef\src\libm\CMakeFiles\sleefdetavx512f.dir\sleefsimdsp.c.obj 2024-08-20T21:39:01.0393434Z [6335/7973] Linking CXX static library lib\dnnl.lib 2024-08-20T21:39:01.0622971Z [6336/7973] Building C object sleef\src\libm\CMakeFiles\dispsse_obj.dir\dispsse.c.obj 2024-08-20T21:39:01.0821960Z [6337/7973] Building C object sleef\src\libm\CMakeFiles\dispscalar_obj.dir\dispscalar.c.obj 2024-08-20T21:39:01.1420877Z [6338/7973] Building C object sleef\src\libm\CMakeFiles\sleef.dir\rempitab.c.obj 2024-08-20T21:39:01.1588163Z [6339/7973] Building C object sleef\src\libm\CMakeFiles\sleefavx512f.dir\sleefsimdsp.c.obj 2024-08-20T21:39:01.2090003Z [6340/7973] Building C object sleef\src\libm\CMakeFiles\sleefavx512f.dir\sleefsimddp.c.obj 2024-08-20T21:39:01.4611808Z [6341/7973] Linking CXX shared library bin\c10.dll 2024-08-20T21:39:01.9563524Z [6342/7973] Linking C static library sleef\lib\sleef.lib 2024-08-20T21:39:02.1689633Z [6343/7973] Linking CXX executable bin\c10_CompileTimeFunctionPointer_test.exe 2024-08-20T21:39:02.2652120Z [6344/7973] Linking CXX executable bin\c10_logging_test.exe 2024-08-20T21:39:02.2952813Z [6345/7973] Linking CXX executable bin\c10_DispatchKeySet_test.exe 2024-08-20T21:39:02.3064671Z [6346/7973] Linking CXX executable bin\c10_irange_test.exe 2024-08-20T21:39:02.3074109Z [6347/7973] Linking CXX executable bin\c10_DeviceGuard_test.exe 2024-08-20T21:39:02.3814685Z [6348/7973] Linking CXX executable bin\c10_lazy_test.exe 2024-08-20T21:39:02.4088788Z [6349/7973] Linking CXX executable bin\c10_Device_test.exe 2024-08-20T21:39:02.5857760Z [6350/7973] Linking CXX executable bin\c10_SymInt_test.exe 2024-08-20T21:39:03.1072981Z [6351/7973] Linking CXX executable bin\c10_StreamGuard_test.exe 2024-08-20T21:39:03.1476827Z [6352/7973] Linking CXX executable bin\c10_Scalar_test.exe 2024-08-20T21:39:03.4461403Z [6353/7973] Linking CXX executable bin\c10_InlineDeviceGuard_test.exe 2024-08-20T21:39:03.4472982Z [6354/7973] Linking CXX executable bin\c10_SizesAndStrides_test.exe 2024-08-20T21:39:03.4482676Z [6355/7973] Linking CXX executable bin\c10_InlineStreamGuard_test.exe 2024-08-20T21:39:03.4491955Z [6356/7973] Linking CXX executable bin\c10_cow_test.exe 2024-08-20T21:39:03.6291862Z [6357/7973] Linking CXX executable bin\c10_ConstexprCrc_test.exe 2024-08-20T21:39:03.8931346Z [6358/7973] Linking CXX executable bin\c10_Bitset_test.exe 2024-08-20T21:39:04.0791488Z [6359/7973] Linking CXX executable bin\c10_DeadlockDetection_test.exe 2024-08-20T21:39:04.5214785Z [6360/7973] Linking CXX executable bin\c10_Half_test.exe 2024-08-20T21:39:04.5224991Z [6361/7973] Linking CXX executable bin\c10_LeftRight_test.exe 2024-08-20T21:39:04.6477524Z [6362/7973] Linking CXX executable bin\c10_Synchronized_test.exe 2024-08-20T21:39:04.7179981Z [6363/7973] Linking CXX executable bin\c10_Metaprogramming_test.exe 2024-08-20T21:39:04.7430242Z [6364/7973] Linking CXX executable bin\c10_TypeList_test.exe 2024-08-20T21:39:05.0417184Z [6365/7973] Linking CXX executable bin\c10_TypeIndex_test.exe 2024-08-20T21:39:05.3606461Z [6366/7973] Linking CXX executable bin\c10_ThreadLocal_test.exe 2024-08-20T21:39:05.7336591Z [6367/7973] 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-20T21:39:06.0231784Z [6368/7973] Linking CXX executable bin\c10_TypeTraits_test.exe 2024-08-20T21:39:06.0328245Z [6369/7973] Linking CXX executable bin\c10_accumulate_test.exe 2024-08-20T21:39:06.0431374Z [6370/7973] Linking CXX executable bin\c10_bfloat16_test.exe 2024-08-20T21:39:06.2823322Z [6371/7973] Linking CXX executable bin\c10_exception_test.exe 2024-08-20T21:39:06.3258477Z [6372/7973] Linking CXX executable bin\c10_bit_cast_test.exe 2024-08-20T21:39:07.0931072Z [6373/7973] Linking CXX executable bin\c10_complex_math_test.exe 2024-08-20T21:39:07.9505963Z [6374/7973] Linking CXX executable bin\c10_generic_math_test.exe 2024-08-20T21:39:07.9516654Z [6375/7973] Linking CXX executable bin\c10_complex_test.exe 2024-08-20T21:39:08.0965668Z [6376/7973] Linking CXX executable bin\c10_ordered_preserving_dict_test.exe 2024-08-20T21:39:08.2238113Z [6377/7973] Linking CXX executable bin\c10_optional_test.exe 2024-08-20T21:39:08.3630143Z [6378/7973] Linking CXX executable bin\c10_intrusive_ptr_test.exe 2024-08-20T21:39:09.7324069Z [6379/7973] Linking CXX executable bin\c10_flags_test.exe 2024-08-20T21:39:09.7643115Z [6380/7973] Linking CXX executable bin\c10_ssize_test.exe 2024-08-20T21:39:09.7861509Z [6381/7973] Linking CXX executable bin\c10_small_vector_test.exe 2024-08-20T21:39:09.7939076Z [6382/7973] Linking CXX executable bin\c10_string_view_test.exe 2024-08-20T21:39:09.8939049Z [6383/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\cpu\Utils.cpp.obj 2024-08-20T21:39:09.9976983Z [6384/7973] Linking CXX executable bin\c10_string_util_test.exe 2024-08-20T21:39:10.0666146Z [6385/7973] Linking CXX executable bin\c10_tempfile_test.exe 2024-08-20T21:39:10.1099199Z [6386/7973] Linking CXX executable bin\c10_registry_test.exe 2024-08-20T21:39:10.3848450Z [6387/7973] Linking CXX executable bin\c10_typeid_test.exe 2024-08-20T21:39:10.4320787Z [6388/7973] Linking CXX executable bin\c10_intrusive_ptr_benchmark.exe 2024-08-20T21:39:10.5453965Z [6389/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ThreadLocalState.cpp.obj 2024-08-20T21:39:10.5536193Z [6390/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\cpu\FlushDenormal.cpp.obj 2024-08-20T21:39:10.7248534Z [6391/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Version.cpp.obj 2024-08-20T21:39:10.7655921Z [6392/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\MAIAHooksInterface.cpp.obj 2024-08-20T21:39:10.8960241Z [6393/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\VmapModeRegistrations.cpp.obj 2024-08-20T21:39:10.9547354Z [6394/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\CUDAHooksInterface.cpp.obj 2024-08-20T21:39:10.9645486Z [6395/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\IPUHooksInterface.cpp.obj 2024-08-20T21:39:11.1026765Z [6396/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\CPUGuardImpl.cpp.obj 2024-08-20T21:39:11.1516107Z [6397/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\HIPHooksInterface.cpp.obj 2024-08-20T21:39:11.2872605Z [6398/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\MTIAHooksInterface.cpp.obj 2024-08-20T21:39:11.4161765Z [6399/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\PrivateUse1HooksInterface.cpp.obj 2024-08-20T21:39:11.4301806Z [6400/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\MetaGuardImpl.cpp.obj 2024-08-20T21:39:11.5285647Z [6401/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\MPSHooksInterface.cpp.obj 2024-08-20T21:39:11.6332702Z [6402/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Utils.cpp.obj 2024-08-20T21:39:11.6507135Z [6403/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\XPUHooksInterface.cpp.obj 2024-08-20T21:39:11.9012659Z [6404/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ThreadLocalPythonObjects.cpp.obj 2024-08-20T21:39:11.9393943Z [6405/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\TensorMeta.cpp.obj 2024-08-20T21:39:12.1138039Z [6406/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\FuncTorchTLS.cpp.obj 2024-08-20T21:39:12.2312627Z [6407/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\TensorNames.cpp.obj 2024-08-20T21:39:12.5508666Z [6408/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\FunctionalTensorWrapper.cpp.obj 2024-08-20T21:39:12.8540719Z [6409/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\FunctionalStorageImpl.cpp.obj 2024-08-20T21:39:13.5037719Z [6410/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\FunctionalizeFallbackKernel.cpp.obj 2024-08-20T21:39:13.5426761Z [6411/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ZeroTensorFallback.cpp.obj 2024-08-20T21:39:13.7789216Z [6412/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\LegacyBatchedTensorImpl.cpp.obj 2024-08-20T21:39:13.8280256Z [6413/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\autocast_mode.cpp.obj 2024-08-20T21:39:14.7808873Z [6414/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\LegacyVmapMode.cpp.obj 2024-08-20T21:39:14.7825371Z [6415/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\MapAllocator.cpp.obj 2024-08-20T21:39:14.8596951Z [6416/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\FunctionalInverses.cpp.obj 2024-08-20T21:39:14.8717148Z [6417/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\TensorUtils.cpp.obj 2024-08-20T21:39:15.7694181Z [6418/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\LegacyBatchedFallback.cpp.obj 2024-08-20T21:39:15.7776381Z [6419/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\MemoryOverlap.cpp.obj 2024-08-20T21:39:15.7925756Z [6420/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\NamedTensorUtils.cpp.obj 2024-08-20T21:39:15.7954600Z [6421/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ParallelOpenMP.cpp.obj 2024-08-20T21:39:15.8316492Z [6422/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ParallelNative.cpp.obj 2024-08-20T21:39:15.8523515Z [6423/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\LegacyVmapTransforms.cpp.obj 2024-08-20T21:39:15.9607211Z [6424/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\SequenceNumber.cpp.obj 2024-08-20T21:39:16.1394739Z [6425/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\SavedTensorHooks.cpp.obj 2024-08-20T21:39:16.2349476Z [6426/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\LegacyBatchingRegistrations.cpp.obj 2024-08-20T21:39:16.2603484Z [6427/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\PythonTorchFunctionTLS.cpp.obj 2024-08-20T21:39:16.5017930Z [6428/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ParallelCommon.cpp.obj 2024-08-20T21:39:17.0074105Z [6429/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\TensorGeometry.cpp.obj 2024-08-20T21:39:17.0161837Z [6430/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ParallelThreadPoolNative.cpp.obj 2024-08-20T21:39:17.0318651Z [6431/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ScalarOps.cpp.obj 2024-08-20T21:39:17.0407393Z [6432/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\TensorIterator.cpp.obj 2024-08-20T21:39:17.0560785Z [6433/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\TensorIndexing.cpp.obj 2024-08-20T21:39:17.5180919Z [6434/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\AccumulateType.cpp.obj 2024-08-20T21:39:17.5282414Z [6435/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Context.cpp.obj 2024-08-20T21:39:17.5933904Z [6436/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\NestedTensorImpl.cpp.obj 2024-08-20T21:39:18.0837556Z [6437/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Dispatch.cpp.obj 2024-08-20T21:39:18.2424620Z [6438/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\CPUGeneratorImpl.cpp.obj 2024-08-20T21:39:18.4958448Z [6439/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ConjugateFallback.cpp.obj 2024-08-20T21:39:18.5759870Z [6440/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\EmptyTensor.cpp.obj 2024-08-20T21:39:18.7154981Z [6441/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\DeviceAccelerator.cpp.obj 2024-08-20T21:39:18.8800389Z [6442/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\StorageUtils.cpp.obj 2024-08-20T21:39:18.8959917Z [6443/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\SparseCsrTensorImpl.cpp.obj 2024-08-20T21:39:19.2204000Z [6444/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\BlasKernel.cpp.obj 2024-08-20T21:39:19.4065885Z [6445/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\SparseTensorImpl.cpp.obj 2024-08-20T21:39:19.4225336Z [6446/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ExpandUtils.cpp.obj 2024-08-20T21:39:19.9893889Z [6447/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Blas.cpp.obj 2024-08-20T21:39:20.0053816Z [6448/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\DynamicLibrary.cpp.obj 2024-08-20T21:39:20.0181630Z [6449/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\BinaryOps.cpp.obj 2024-08-20T21:39:20.0355776Z [6450/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Bucketization.cpp.obj 2024-08-20T21:39:20.0953205Z [6451/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\CachedTensorUtils.cpp.obj 2024-08-20T21:39:20.1130395Z [6452/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\DLConvertor.cpp.obj 2024-08-20T21:39:20.1618230Z [6453/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\BatchLinearAlgebraKernel.cpp.obj 2024-08-20T21:39:20.9764155Z [6454/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\ADInterpreters.cpp.obj 2024-08-20T21:39:21.3071896Z [6455/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\CPUBlas.cpp.obj 2024-08-20T21:39:23.0931111Z [6456/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesConvolution.cpp.obj 2024-08-20T21:39:23.1932888Z [6457/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesActivation.cpp.obj 2024-08-20T21:39:23.2694149Z [6458/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesDynamic.cpp.obj 2024-08-20T21:39:23.2813674Z [6459/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesBinaryOps.cpp.obj 2024-08-20T21:39:23.3123748Z [6460/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesHelper.cpp.obj 2024-08-20T21:39:23.3657631Z [6461/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesDecompositions.cpp.obj 2024-08-20T21:39:24.1493534Z [6462/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesIndexing.cpp.obj 2024-08-20T21:39:24.6102148Z [6463/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesLinearAlgebra.cpp.obj 2024-08-20T21:39:26.2067786Z [6464/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesFactory.cpp.obj 2024-08-20T21:39:26.4310340Z [6465/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesPooling.cpp.obj 2024-08-20T21:39:26.5240453Z [6466/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesNorm.cpp.obj 2024-08-20T21:39:26.5927690Z [6467/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesLoss.cpp.obj 2024-08-20T21:39:26.6380059Z [6468/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesRandomness.cpp.obj 2024-08-20T21:39:26.9228175Z [6469/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesModules.cpp.obj 2024-08-20T21:39:27.1117493Z [6470/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchedFallback.cpp.obj 2024-08-20T21:39:27.8432957Z [6471/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchedTensorImpl.cpp.obj 2024-08-20T21:39:27.8514609Z [6472/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\Interpreter.cpp.obj 2024-08-20T21:39:27.9675449Z [6473/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\FunctionalizeInterpreter.cpp.obj 2024-08-20T21:39:27.9994981Z [6474/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesScatterOps.cpp.obj 2024-08-20T21:39:28.6914101Z [6475/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\PlumbingHelper.cpp.obj 2024-08-20T21:39:28.8025252Z [6476/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\VmapInterpreter.cpp.obj 2024-08-20T21:39:28.8610844Z [6477/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\TensorWrapper.cpp.obj 2024-08-20T21:39:29.2612422Z [6478/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesReduceOps.cpp.obj 2024-08-20T21:39:29.3565221Z [6479/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\ATenGeneral.cpp.obj 2024-08-20T21:39:29.5426925Z [6480/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesUnaryOps.cpp.obj 2024-08-20T21:39:29.6799436Z [6481/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesViews.cpp.obj 2024-08-20T21:39:30.5238927Z [6482/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\DeprecatedTypeProperties.cpp.obj 2024-08-20T21:39:30.5310599Z [6483/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\record_function.cpp.obj 2024-08-20T21:39:30.5886525Z [6484/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\DynamicLayer.cpp.obj 2024-08-20T21:39:30.8460039Z [6485/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Dimname.cpp.obj 2024-08-20T21:39:30.8647861Z [6486/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\LegacyBatchingRegistrations.cpp.obj 2024-08-20T21:39:31.0364624Z [6487/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\GeneratorForPrivateuseone.cpp.obj 2024-08-20T21:39:31.2647978Z [6488/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Generator.cpp.obj 2024-08-20T21:39:31.3257127Z [6489/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\DeprecatedTypePropertiesRegistry.cpp.obj 2024-08-20T21:39:31.3427980Z [6490/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\BackendSelectFallbackKernel.cpp.obj 2024-08-20T21:39:31.5924712Z [6491/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\PyTorchOperatorHacks.cpp.obj 2024-08-20T21:39:31.6766790Z [6492/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\NestedIntSymNodeImpl.cpp.obj 2024-08-20T21:39:31.6918928Z [6493/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Dict.cpp.obj 2024-08-20T21:39:31.7562465Z [6494/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\LegacyVmapTransforms.cpp.obj 2024-08-20T21:39:31.7690115Z [6495/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Formatting.cpp.obj 2024-08-20T21:39:31.8026536Z [6496/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\NamedTensor.cpp.obj 2024-08-20T21:39:31.8693068Z [6497/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\VmapModeRegistrations.cpp.obj 2024-08-20T21:39:32.0929318Z [6498/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Range.cpp.obj 2024-08-20T21:39:32.1320730Z [6499/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\NamedRegistrations.cpp.obj 2024-08-20T21:39:33.1587246Z [6500/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\blob.cpp.obj 2024-08-20T21:39:33.1698828Z [6501/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\List.cpp.obj 2024-08-20T21:39:33.1933379Z [6502/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\PythonFallbackKernel.cpp.obj 2024-08-20T21:39:33.2014442Z [6503/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\PythonOpRegistrationTrampoline.cpp.obj 2024-08-20T21:39:33.2096890Z [6504/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Tensor.cpp.obj 2024-08-20T21:39:33.2125330Z [6505/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\MetaFallbackKernel.cpp.obj 2024-08-20T21:39:33.2160246Z [6506/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\VariableFallbackKernel.cpp.obj 2024-08-20T21:39:33.2195117Z [6507/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\TorchDispatchUtils.cpp.obj 2024-08-20T21:39:33.4846172Z [6508/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Vitals.cpp.obj 2024-08-20T21:39:33.9663191Z [6509/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\VariableHooksInterface.cpp.obj 2024-08-20T21:39:34.0045637Z [6510/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\adaption.cpp.obj 2024-08-20T21:39:34.0635811Z [6511/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\dispatch\DispatchKeyExtractor.cpp.obj 2024-08-20T21:39:34.9449195Z [6512/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\custom_class.cpp.obj 2024-08-20T21:39:34.9607725Z [6513/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\dynamic_type.cpp.obj 2024-08-20T21:39:34.9699140Z [6514/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\boxing\KernelFunction.cpp.obj 2024-08-20T21:39:34.9771979Z [6515/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\class_type.cpp.obj 2024-08-20T21:39:34.9797887Z [6516/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\ivalue.cpp.obj 2024-08-20T21:39:34.9873877Z [6517/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\dispatch\ObservedOperators.cpp.obj 2024-08-20T21:39:34.9998234Z [6518/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\dispatch\Dispatcher.cpp.obj 2024-08-20T21:39:35.0171778Z [6519/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\dispatch\OperatorEntry.cpp.obj 2024-08-20T21:39:35.3538097Z [6520/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\operator_name.cpp.obj 2024-08-20T21:39:35.6031477Z [6521/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\function_schema.cpp.obj 2024-08-20T21:39:35.6813223Z [6522/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\op_registration\infer_schema.cpp.obj 2024-08-20T21:39:35.7001011Z [6523/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\library.cpp.obj 2024-08-20T21:39:35.8321617Z [6524/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\union_type.cpp.obj 2024-08-20T21:39:35.9365903Z [6525/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\op_registration\op_registration.cpp.obj 2024-08-20T21:39:36.0411874Z [6526/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\register_symbols.cpp.obj 2024-08-20T21:39:36.0702856Z [6527/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\interned_strings.cpp.obj 2024-08-20T21:39:36.2012743Z [6528/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\error_report.cpp.obj 2024-08-20T21:39:36.3047826Z [6529/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\strtod.cpp.obj 2024-08-20T21:39:36.5704074Z [6530/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\type_factory.cpp.obj 2024-08-20T21:39:36.5954581Z [6531/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\tensor_type.cpp.obj 2024-08-20T21:39:36.7012104Z [6532/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\type.cpp.obj 2024-08-20T21:39:36.7954144Z [6533/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\lexer.cpp.obj 2024-08-20T21:39:36.8255746Z [6534/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\function_schema_parser.cpp.obj 2024-08-20T21:39:36.9263228Z [6535/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Activation.cpp.obj 2024-08-20T21:39:36.9981811Z [6536/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\schema_type_parser.cpp.obj 2024-08-20T21:39:37.1410140Z [6537/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\source_range.cpp.obj 2024-08-20T21:39:37.3728742Z [6538/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AffineGridGenerator.cpp.obj 2024-08-20T21:39:37.3887706Z [6539/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AdaptiveAveragePooling.cpp.obj 2024-08-20T21:39:37.4336271Z [6540/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AdaptiveMaxPooling3d.cpp.obj 2024-08-20T21:39:37.8320938Z [6541/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AdaptiveMaxPooling2d.cpp.obj 2024-08-20T21:39:37.8518181Z [6542/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AutogradComposite.cpp.obj 2024-08-20T21:39:37.8561052Z [6543/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AdaptiveAveragePooling3d.cpp.obj 2024-08-20T21:39:37.8900892Z [6544/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\BatchLinearAlgebra.cpp.obj 2024-08-20T21:39:37.9058043Z [6545/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AmpKernels.cpp.obj 2024-08-20T21:39:38.2161830Z [6546/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AveragePool2d.cpp.obj 2024-08-20T21:39:38.2419916Z [6547/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AveragePool3d.cpp.obj 2024-08-20T21:39:38.2570397Z [6548/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\library.cpp.obj 2024-08-20T21:39:38.7561375Z [6549/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSample.cpp.obj 2024-08-20T21:39:38.7722858Z [6550/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleLinear1d.cpp.obj 2024-08-20T21:39:38.7791276Z [6551/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Unique.cpp.obj 2024-08-20T21:39:38.7949675Z [6552/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleBicubic2d.cpp.obj 2024-08-20T21:39:38.8310797Z [6553/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleBilinear2d.cpp.obj 2024-08-20T21:39:39.0810750Z [6554/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Col2Im.cpp.obj 2024-08-20T21:39:39.0884291Z [6555/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ChanelShuffle.cpp.obj 2024-08-20T21:39:39.1419324Z [6556/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Constraints.cpp.obj 2024-08-20T21:39:40.6379163Z [6557/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ComparisonUtils.cpp.obj 2024-08-20T21:39:40.6450184Z [6558/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ConvolutionMM2d.cpp.obj 2024-08-20T21:39:40.6641856Z [6559/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ConvolutionTBC.cpp.obj 2024-08-20T21:39:40.6736001Z [6560/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Correlation.cpp.obj 2024-08-20T21:39:40.6777374Z [6561/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ConvolutionMM3d.cpp.obj 2024-08-20T21:39:40.6822954Z [6562/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Convolution.cpp.obj 2024-08-20T21:39:40.6903365Z [6563/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Copy.cpp.obj 2024-08-20T21:39:40.6934589Z [6564/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\CPUFallback.cpp.obj 2024-08-20T21:39:41.0414067Z [6565/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\DispatchStub.cpp.obj 2024-08-20T21:39:41.7380332Z [6566/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\DilatedMaxPool2d.cpp.obj 2024-08-20T21:39:41.7410723Z [6567/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Distance.cpp.obj 2024-08-20T21:39:41.7439288Z [6568/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\DilatedMaxPool3d.cpp.obj 2024-08-20T21:39:41.7610503Z [6569/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\FractionalMaxPool2d.cpp.obj 2024-08-20T21:39:41.7706490Z [6570/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Cross.cpp.obj 2024-08-20T21:39:41.7733876Z [6571/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Embedding.cpp.obj 2024-08-20T21:39:41.7764471Z [6572/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Fill.cpp.obj 2024-08-20T21:39:41.7803102Z [6573/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Distributions.cpp.obj 2024-08-20T21:39:42.5726126Z [6574/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Dropout.cpp.obj 2024-08-20T21:39:43.0298824Z [6575/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\FusedAdam.cpp.obj 2024-08-20T21:39:43.0332884Z [6576/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\FusedSGD.cpp.obj 2024-08-20T21:39:43.0414298Z [6577/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\FusedAdagrad.cpp.obj 2024-08-20T21:39:43.0441943Z [6578/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\FunctionOfAMatrixUtils.cpp.obj 2024-08-20T21:39:43.0586295Z [6579/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\FractionalMaxPool3d.cpp.obj 2024-08-20T21:39:43.0615682Z [6580/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\EmbeddingBag.cpp.obj 2024-08-20T21:39:43.0650117Z [6581/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ForeachOpsKernels.cpp.obj 2024-08-20T21:39:43.2352554Z [6582/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Histogram.cpp.obj 2024-08-20T21:39:43.8191113Z [6583/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LegacyBridge.cpp.obj 2024-08-20T21:39:43.8505175Z [6584/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\IndexingUtils.cpp.obj 2024-08-20T21:39:43.8534667Z [6585/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\GatedLinearUnit.cpp.obj 2024-08-20T21:39:43.8563451Z [6586/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Im2Col.cpp.obj 2024-08-20T21:39:43.8746528Z [6587/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LegacyBatching.cpp.obj 2024-08-20T21:39:43.8895519Z [6588/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Itertools.cpp.obj 2024-08-20T21:39:43.9006890Z [6589/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\GridSampler.cpp.obj 2024-08-20T21:39:43.9308243Z [6590/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Integration.cpp.obj 2024-08-20T21:39:44.6743444Z [6591/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Lerp.cpp.obj 2024-08-20T21:39:44.9349204Z [6592/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LossMultiLabelMargin.cpp.obj 2024-08-20T21:39:44.9381171Z [6593/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LossCTC.cpp.obj 2024-08-20T21:39:44.9586271Z [6594/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LossMultiMargin.cpp.obj 2024-08-20T21:39:44.9650667Z [6595/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Linear.cpp.obj 2024-08-20T21:39:44.9680839Z [6596/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Loss.cpp.obj 2024-08-20T21:39:44.9753044Z [6597/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LossNLL.cpp.obj 2024-08-20T21:39:44.9833252Z [6598/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LinearAlgebra.cpp.obj 2024-08-20T21:39:45.6870830Z [6599/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\MetaTensor.cpp.obj 2024-08-20T21:39:45.7830274Z [6600/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\NNPACK.cpp.obj 2024-08-20T21:39:45.7905428Z [6601/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\MaxPooling.cpp.obj 2024-08-20T21:39:45.7948638Z [6602/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Memory.cpp.obj 2024-08-20T21:39:45.8200219Z [6603/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\MaxUnpooling.cpp.obj 2024-08-20T21:39:45.8595662Z [6604/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LossNLL2d.cpp.obj 2024-08-20T21:39:45.8854531Z [6605/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\NaiveDilatedConvolution.cpp.obj 2024-08-20T21:39:45.9163007Z [6606/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\NamedTensor.cpp.obj 2024-08-20T21:39:46.5123215Z [6607/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\NaiveConvolutionTranspose3d.cpp.obj 2024-08-20T21:39:46.5889298Z [6608/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\PointwiseOps.cpp.obj 2024-08-20T21:39:46.6674327Z [6609/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\NegateFallback.cpp.obj 2024-08-20T21:39:46.6906405Z [6610/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\NaiveConvolutionTranspose2d.cpp.obj 2024-08-20T21:39:46.7133938Z [6611/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\PackedSequence.cpp.obj 2024-08-20T21:39:46.7270232Z [6612/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\PadNd.cpp.obj 2024-08-20T21:39:46.7423804Z [6613/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Normalization.cpp.obj 2024-08-20T21:39:46.7668497Z [6614/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\PixelShuffle.cpp.obj 2024-08-20T21:39:47.3239640Z [6615/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Onehot.cpp.obj 2024-08-20T21:39:47.5081144Z [6616/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Pow.cpp.obj 2024-08-20T21:39:48.1406167Z [6617/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Pooling.cpp.obj 2024-08-20T21:39:48.1439120Z [6618/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\RangeFactories.cpp.obj 2024-08-20T21:39:48.1677399Z [6619/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Repeat.cpp.obj 2024-08-20T21:39:48.2753098Z [6620/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ReduceAllOps.cpp.obj 2024-08-20T21:39:48.3309337Z [6621/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\QuantizedLinear.cpp.obj 2024-08-20T21:39:48.3336236Z [6622/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ReplicationPadding.cpp.obj 2024-08-20T21:39:48.3402606Z [6623/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Resize.cpp.obj 2024-08-20T21:39:48.3549803Z [6624/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\RNN.cpp.obj 2024-08-20T21:39:49.1657710Z [6625/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\RowwisePrune.cpp.obj 2024-08-20T21:39:49.1807998Z [6626/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ReflectionPad.cpp.obj 2024-08-20T21:39:49.1908951Z [6627/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SoftMax.cpp.obj 2024-08-20T21:39:49.1991763Z [6628/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Scalar.cpp.obj 2024-08-20T21:39:49.2250952Z [6629/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ReduceOps.cpp.obj 2024-08-20T21:39:49.2414952Z [6630/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SegmentReduce.cpp.obj 2024-08-20T21:39:49.3309941Z [6631/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SobolEngineOps.cpp.obj 2024-08-20T21:39:49.4461858Z [6632/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SobolEngineOpsUtils.cpp.obj 2024-08-20T21:39:50.0385931Z [6633/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SummaryOps.cpp.obj 2024-08-20T21:39:50.1331189Z [6634/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Sorting.cpp.obj 2024-08-20T21:39:50.1648870Z [6635/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorFactories.cpp.obj 2024-08-20T21:39:50.1789332Z [6636/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SpectralOps.cpp.obj 2024-08-20T21:39:50.7090841Z [6637/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorIteratorReduce.cpp.obj 2024-08-20T21:39:50.7397884Z [6638/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorShape.cpp.obj 2024-08-20T21:39:50.8752694Z [6639/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorCompare.cpp.obj 2024-08-20T21:39:50.9424065Z [6640/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorProperties.cpp.obj 2024-08-20T21:39:50.9982656Z [6641/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TriangularOps.cpp.obj 2024-08-20T21:39:51.5557964Z [6642/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TypeProperties.cpp.obj 2024-08-20T21:39:51.6632698Z [6643/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorTransformations.cpp.obj 2024-08-20T21:39:51.6792013Z [6644/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UnaryOps.cpp.obj 2024-08-20T21:39:51.7578559Z [6645/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TestOps.cpp.obj 2024-08-20T21:39:52.0083830Z [6646/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Unfold2d.cpp.obj 2024-08-20T21:39:52.0398020Z [6647/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Unfold3d.cpp.obj 2024-08-20T21:39:52.1292133Z [6648/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SparseTensorUtils.cpp.obj 2024-08-20T21:39:52.1553475Z [6649/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorAdvancedIndexing.cpp.obj 2024-08-20T21:39:52.3670028Z [6650/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UnfoldBackward.cpp.obj 2024-08-20T21:39:52.6035114Z [6651/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleNearest2d.cpp.obj 2024-08-20T21:39:52.7209704Z [6652/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleNearest3d.cpp.obj 2024-08-20T21:39:52.8843862Z [6653/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\VariableMethodStubs.cpp.obj 2024-08-20T21:39:52.9404657Z [6654/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleTrilinear3d.cpp.obj 2024-08-20T21:39:53.5006314Z [6655/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleNearest1d.cpp.obj 2024-08-20T21:39:53.5147474Z [6656/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\prim_native_functions.cpp.obj 2024-08-20T21:39:53.5263695Z [6657/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\WeightNorm.cpp.obj 2024-08-20T21:39:53.5304541Z [6658/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\group_norm.cpp.obj 2024-08-20T21:39:53.5332563Z [6659/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\layer_norm.cpp.obj 2024-08-20T21:39:53.5432110Z [6660/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\verbose_wrapper.cpp.obj 2024-08-20T21:39:53.6076607Z [6661/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorConversions.cpp.obj 2024-08-20T21:39:54.4025526Z [6662/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\library.cpp.obj 2024-08-20T21:39:54.4320244Z [6663/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\fbgemm_utils.cpp.obj 2024-08-20T21:39:54.4555406Z [6664/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\qlinear.cpp.obj 2024-08-20T21:39:54.4629567Z [6665/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SoftMax.cpp.obj 2024-08-20T21:39:54.6365877Z [6666/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\qlinear_prepack.cpp.obj 2024-08-20T21:39:54.7621938Z [6667/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\qlinear_dynamic.cpp.obj 2024-08-20T21:39:54.7658103Z [6668/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseBinaryOpIntersectionKernel.cpp.obj 2024-08-20T21:39:55.2613992Z [6669/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\FlattenIndicesKernel.cpp.obj 2024-08-20T21:39:55.2924655Z [6670/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\qlinear_unpack.cpp.obj 2024-08-20T21:39:55.3853979Z [6671/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\ParamUtils.cpp.obj 2024-08-20T21:39:55.6315771Z [6672/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseBlas.cpp.obj 2024-08-20T21:39:55.6504380Z [6673/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseBlasImpl.cpp.obj 2024-08-20T21:39:55.7380376Z [6674/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseCsrTensorMath.cpp.obj 2024-08-20T21:39:55.8008527Z [6675/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\qlinear_deserialize.cpp.obj 2024-08-20T21:39:56.2074866Z [6676/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseCsrTensor.cpp.obj 2024-08-20T21:39:56.2324915Z [6677/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseTensorMath.cpp.obj 2024-08-20T21:39:56.2521078Z [6678/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseUnaryOps.cpp.obj 2024-08-20T21:39:56.4889858Z [6679/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseMatMul.cpp.obj 2024-08-20T21:39:56.5105149Z [6680/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseFactories.cpp.obj 2024-08-20T21:39:56.5830466Z [6681/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseTensor.cpp.obj 2024-08-20T21:39:57.3193396Z [6682/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\qlinear_serialize.cpp.obj 2024-08-20T21:39:57.3526284Z [6683/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorUtils.cpp.obj 2024-08-20T21:39:57.3717183Z [6684/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\ValidateCompressedIndicesKernel.cpp.obj 2024-08-20T21:39:58.9084069Z [6685/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorFactories.cpp.obj 2024-08-20T21:39:59.2077571Z [6686/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorBinaryOps.cpp.obj 2024-08-20T21:39:59.2489610Z [6687/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorAliases.cpp.obj 2024-08-20T21:39:59.3063399Z [6688/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorBackward.cpp.obj 2024-08-20T21:39:59.6521841Z [6689/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorMath.cpp.obj 2024-08-20T21:40:00.1019988Z [6690/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\AffineQuantizer.cpp.obj 2024-08-20T21:40:00.3506458Z [6691/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorUnaryOps.cpp.obj 2024-08-20T21:40:00.3972835Z [6692/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorTransformerFunctions.cpp.obj 2024-08-20T21:40:00.4542001Z [6693/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorMatmul.cpp.obj 2024-08-20T21:40:00.4617710Z [6694/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\AffineQuantizerBase.cpp.obj 2024-08-20T21:40:01.2436230Z [6695/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\AdaptiveAveragePooling.cpp.obj 2024-08-20T21:40:01.9482220Z [6696/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\FakeQuantPerChannelAffine.cpp.obj 2024-08-20T21:40:02.1066863Z [6697/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\FakeQuantPerTensorAffine.cpp.obj 2024-08-20T21:40:02.3725163Z [6698/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\AveragePool2d.cpp.obj 2024-08-20T21:40:02.4261373Z [6699/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\QTensor.cpp.obj 2024-08-20T21:40:02.5618339Z [6700/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\Copy.cpp.obj 2024-08-20T21:40:02.9209581Z [6701/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\BinaryOps.cpp.obj 2024-08-20T21:40:03.2028671Z [6702/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\ChannelShuffle.cpp.obj 2024-08-20T21:40:03.2254169Z [6703/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\TensorFactories.cpp.obj 2024-08-20T21:40:03.2663278Z [6704/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\IntReprQuant.cpp.obj 2024-08-20T21:40:03.3026051Z [6705/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\TensorAdvancedIndexing.cpp.obj 2024-08-20T21:40:03.3039673Z [6706/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\RuyUtils.cpp.obj 2024-08-20T21:40:03.3529867Z [6707/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\TensorCompare.cpp.obj 2024-08-20T21:40:03.3972339Z [6708/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\AveragePool3d.cpp.obj 2024-08-20T21:40:03.5287031Z [6709/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\LinearUnpackImpl.cpp.obj 2024-08-20T21:40:03.7423629Z [6710/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\ReduceOps.cpp.obj 2024-08-20T21:40:04.0921484Z [6711/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\Normalization.cpp.obj 2024-08-20T21:40:04.1898857Z [6712/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\Pooling.cpp.obj 2024-08-20T21:40:04.2666583Z [6713/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\UpSampleBilinear2d.cpp.obj 2024-08-20T21:40:04.2834276Z [6714/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\Sorting.cpp.obj 2024-08-20T21:40:04.2983235Z [6715/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\MakePerTensorQuantizedTensor.cpp.obj 2024-08-20T21:40:04.3207213Z [6716/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\UpSampleNearest2d.cpp.obj 2024-08-20T21:40:04.9266317Z [6717/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\init_qnnpack.cpp.obj 2024-08-20T21:40:04.9413616Z [6718/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\TensorOperators.cpp.obj 2024-08-20T21:40:04.9641603Z [6719/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\TensorShape.cpp.obj 2024-08-20T21:40:05.1211038Z [6720/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\UpSampleNearest3d.cpp.obj 2024-08-20T21:40:05.1335057Z [6721/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\fused_obs_fake_quant.cpp.obj 2024-08-20T21:40:05.1991744Z [6722/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\fbgemm_utils.cpp.obj 2024-08-20T21:40:05.3909839Z [6723/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qconv_prepack.cpp.obj 2024-08-20T21:40:05.8887760Z [6724/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qclamp.cpp.obj 2024-08-20T21:40:06.1157398Z [6725/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qconv_dynamic.cpp.obj 2024-08-20T21:40:06.1594367Z [6726/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qembeddingbag_unpack.cpp.obj 2024-08-20T21:40:06.2070446Z [6727/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qembeddingbag.cpp.obj 2024-08-20T21:40:06.3306009Z [6728/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qconv.cpp.obj 2024-08-20T21:40:06.9323710Z [6729/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qelu.cpp.obj 2024-08-20T21:40:07.0242748Z [6730/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\XnnpackUtils.cpp.obj 2024-08-20T21:40:07.0426366Z [6731/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qhardswish.cpp.obj 2024-08-20T21:40:07.0743776Z [6732/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qhardsigmoid.cpp.obj 2024-08-20T21:40:07.1611542Z [6733/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qembeddingbag_prepack.cpp.obj 2024-08-20T21:40:07.4390542Z [6734/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qlinear_dynamic.cpp.obj 2024-08-20T21:40:07.8733432Z [6735/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qgelu.cpp.obj 2024-08-20T21:40:08.0627614Z [6736/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qnormalization.cpp.obj 2024-08-20T21:40:08.0793753Z [6737/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qlinear.cpp.obj 2024-08-20T21:40:08.7729699Z [6738/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qmul.cpp.obj 2024-08-20T21:40:08.7802336Z [6739/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qlinear_prepack.cpp.obj 2024-08-20T21:40:08.7938753Z [6740/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qtanh.cpp.obj 2024-08-20T21:40:08.7970750Z [6741/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qrelu.cpp.obj 2024-08-20T21:40:08.8145122Z [6742/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qsigmoid.cpp.obj 2024-08-20T21:40:08.8770986Z [6743/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qdropout.cpp.obj 2024-08-20T21:40:08.8987204Z [6744/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qconv_unpack_impl.cpp.obj 2024-08-20T21:40:09.0945086Z [6745/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\utils\warnings.cpp.obj 2024-08-20T21:40:09.5558037Z [6746/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkl\LinearAlgebra.cpp.obj 2024-08-20T21:40:09.6290083Z [6747/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qthreshold.cpp.obj 2024-08-20T21:40:09.7118843Z [6748/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkl\SparseBlasImpl.cpp.obj 2024-08-20T21:40:09.9428994Z [6749/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\qconv_unpack.cpp.obj 2024-08-20T21:40:10.2806023Z [6750/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qmatmul.cpp.obj 2024-08-20T21:40:10.3746188Z [6751/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Copy.cpp.obj 2024-08-20T21:40:10.4923537Z [6752/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkl\SpectralOps.cpp.obj 2024-08-20T21:40:10.6423015Z [6753/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Conv.cpp.obj 2024-08-20T21:40:10.6828841Z [6754/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkl\SparseCsrLinearAlgebra.cpp.obj 2024-08-20T21:40:10.9099049Z [6755/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\BinaryOps.cpp.obj 2024-08-20T21:40:11.3966396Z [6756/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\MKLDNNCommon.cpp.obj 2024-08-20T21:40:11.5441343Z [6757/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\IDeepRegistration.cpp.obj 2024-08-20T21:40:11.6501728Z [6758/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Gelu.cpp.obj 2024-08-20T21:40:11.7262009Z [6759/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Linear.cpp.obj 2024-08-20T21:40:11.7824855Z [6760/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qsoftmax.cpp.obj 2024-08-20T21:40:11.8752883Z [6761/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\MKLDNNConversions.cpp.obj 2024-08-20T21:40:11.9388427Z [6762/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\qlinear_unpack.cpp.obj 2024-08-20T21:40:12.9363800Z [6763/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Normalization.cpp.obj 2024-08-20T21:40:12.9438936Z [6764/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\MkldnnTensorMath.cpp.obj 2024-08-20T21:40:12.9541357Z [6765/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Pooling.cpp.obj 2024-08-20T21:40:12.9633420Z [6766/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Matmul.cpp.obj 2024-08-20T21:40:13.4534497Z [6767/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\ConvPrepack.cpp.obj 2024-08-20T21:40:13.8139773Z [6768/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\TensorFactories.cpp.obj 2024-08-20T21:40:13.8171084Z [6769/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\SoftMax.cpp.obj 2024-08-20T21:40:13.9026760Z [6770/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Relu.cpp.obj 2024-08-20T21:40:14.6169536Z [6771/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\transformers\sdp_utils_cpp.cpp.obj 2024-08-20T21:40:14.8127648Z [6772/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\UnaryOps.cpp.obj 2024-08-20T21:40:14.8269106Z [6773/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\TensorShape.cpp.obj 2024-08-20T21:40:14.8333558Z [6774/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Utils.cpp.obj 2024-08-20T21:40:14.9057672Z [6775/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\OpContext.cpp.obj 2024-08-20T21:40:14.9480277Z [6776/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\RNN.cpp.obj 2024-08-20T21:40:15.0218626Z [6777/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\RegisterMkldnnOpContextClass.cpp.obj 2024-08-20T21:40:15.4421126Z [6778/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\transformers\attention.cpp.obj 2024-08-20T21:40:15.5393401Z [6779/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\AveragePooling.cpp.obj 2024-08-20T21:40:15.5530979Z [6780/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\Activation.cpp.obj 2024-08-20T21:40:15.7780878Z [6781/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\utils\Factory.cpp.obj 2024-08-20T21:40:16.4010055Z [6782/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\transformers\transformer.cpp.obj 2024-08-20T21:40:16.4036520Z [6783/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\ChannelShuffle.cpp.obj 2024-08-20T21:40:16.4230283Z [6784/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\MaxPooling.cpp.obj 2024-08-20T21:40:16.4300664Z [6785/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\OpContext.cpp.obj 2024-08-20T21:40:16.4328128Z [6786/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\Linear.cpp.obj 2024-08-20T21:40:16.4360295Z [6787/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\Convolution.cpp.obj 2024-08-20T21:40:16.4595783Z [6788/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\Shim.cpp.obj 2024-08-20T21:40:16.4847458Z [6789/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Prelu.cpp.obj 2024-08-20T21:40:16.7245152Z [6790/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\Init.cpp.obj 2024-08-20T21:40:17.2705045Z [6791/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\RegisterOpContextClass.cpp.obj 2024-08-20T21:40:17.6037419Z [6792/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Operators_0.cpp.obj 2024-08-20T21:40:17.6244585Z [6793/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Operators_1.cpp.obj 2024-08-20T21:40:17.8283363Z [6794/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Operators_4.cpp.obj 2024-08-20T21:40:17.9793473Z [6795/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Operators_2.cpp.obj 2024-08-20T21:40:18.0966872Z [6796/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterCPU.cpp.obj 2024-08-20T21:40:18.1666541Z [6797/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterBackendSelect.cpp.obj 2024-08-20T21:40:18.2637693Z [6798/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Functions.cpp.obj 2024-08-20T21:40:18.4008382Z [6799/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\CompositeViewCopyKernels.cpp.obj 2024-08-20T21:40:18.7161284Z [6800/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Operators_3.cpp.obj 2024-08-20T21:40:18.7536340Z [6801/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterCompositeImplicitAutogradNestedTensor.cpp.obj 2024-08-20T21:40:19.9071230Z [6802/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterCompositeExplicitAutograd.cpp.obj 2024-08-20T21:40:19.9276173Z [6803/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterNestedTensorCPU.cpp.obj 2024-08-20T21:40:19.9685730Z [6804/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterFunctionalization_0.cpp.obj 2024-08-20T21:40:19.9785047Z [6805/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterFunctionalization_2.cpp.obj 2024-08-20T21:40:20.4905443Z [6806/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterFunctionalization_3.cpp.obj 2024-08-20T21:40:20.5012692Z [6807/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterFunctionalization_1.cpp.obj 2024-08-20T21:40:20.5207558Z [6808/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterCompositeExplicitAutogradNonFunctional.cpp.obj 2024-08-20T21:40:20.5380821Z [6809/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterCompositeImplicitAutograd.cpp.obj 2024-08-20T21:40:20.7109158Z [6810/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterMkldnnCPU.cpp.obj 2024-08-20T21:40:20.7276897Z [6811/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterSchema.cpp.obj 2024-08-20T21:40:21.1596956Z [6812/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterMeta.cpp.obj 2024-08-20T21:40:21.3811603Z [6813/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterQuantizedMeta.cpp.obj 2024-08-20T21:40:21.4070158Z [6814/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterNestedTensorMeta.cpp.obj 2024-08-20T21:40:21.4422341Z [6815/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterQuantizedCPU.cpp.obj 2024-08-20T21:40:21.4827368Z [6816/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterSparseCPU.cpp.obj 2024-08-20T21:40:21.4921675Z [6817/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterZeroTensor.cpp.obj 2024-08-20T21:40:21.6153752Z [6818/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\UfuncCPU_add.cpp.obj 2024-08-20T21:40:21.6196242Z [6819/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterXPU.cpp.obj 2024-08-20T21:40:21.7099779Z [6820/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterSparseCsrMeta.cpp.obj 2024-08-20T21:40:21.9268046Z [6821/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\ATenOpList.cpp.obj 2024-08-20T21:40:22.2138651Z [6822/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\TensorMethods.cpp.obj 2024-08-20T21:40:22.2157878Z [6823/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\spherical_bessel_j0.cpp.DEFAULT.cpp.obj 2024-08-20T21:40:22.2447583Z [6824/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\quantized\QTensorImpl.cpp.obj 2024-08-20T21:40:22.2864364Z [6825/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterSparseMeta.cpp.obj 2024-08-20T21:40:22.3357820Z [6826/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterSparseCsrCPU.cpp.obj 2024-08-20T21:40:22.5641548Z [6827/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\nnapi\nnapi_model_loader.cpp.obj 2024-08-20T21:40:22.7218332Z [6828/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\UfuncCPUKernel_add.cpp.DEFAULT.cpp.obj 2024-08-20T21:40:22.7842098Z [6829/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\nnapi\nnapi_wrapper.cpp.obj 2024-08-20T21:40:23.1782611Z [6830/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\kernels\QuantizedOpKernels.cpp.DEFAULT.cpp.obj 2024-08-20T21:40:23.2466670Z [6831/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\group_norm_kernel.cpp.DEFAULT.cpp.obj 2024-08-20T21:40:23.3486855Z [6832/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\scaled_modified_bessel_k1.cpp.DEFAULT.cpp.obj 2024-08-20T21:40:23.3505357Z [6833/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\scaled_modified_bessel_k0.cpp.DEFAULT.cpp.obj 2024-08-20T21:40:23.3663187Z [6834/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\int4mm_kernel.cpp.DEFAULT.cpp.obj 2024-08-20T21:40:23.8391864Z [6835/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\WeightNormKernel.cpp.DEFAULT.cpp.obj 2024-08-20T21:40:24.0050299Z [6836/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\layer_norm_kernel.cpp.DEFAULT.cpp.obj 2024-08-20T21:40:24.1066117Z [6837/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\int8mm_kernel.cpp.DEFAULT.cpp.obj 2024-08-20T21:40:24.2833032Z [6838/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UpSampleMoreKernel.cpp.DEFAULT.cpp.obj 2024-08-20T21:40:24.3084540Z [6839/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UpSampleKernel.cpp.DEFAULT.cpp.obj 2024-08-20T21:40:24.4397595Z [6840/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\quantized\Quantizer.cpp.obj 2024-08-20T21:40:24.5013498Z [6841/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\airy_ai.cpp.DEFAULT.cpp.obj 2024-08-20T21:40:24.6750695Z [6842/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\nnapi\nnapi_bind.cpp.obj 2024-08-20T21:40:24.6857075Z [6843/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\batch_norm_kernel.cpp.DEFAULT.cpp.obj 2024-08-20T21:40:24.8071792Z [6844/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\Unfold2d.cpp.DEFAULT.cpp.obj 2024-08-20T21:40:24.8423880Z [6845/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\nnapi\nnapi_register.cpp.obj 2024-08-20T21:40:24.9492327Z [6846/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UnfoldBackwardKernel.cpp.DEFAULT.cpp.obj 2024-08-20T21:40:25.7275339Z [6847/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SparseFactories.cpp.DEFAULT.cpp.obj 2024-08-20T21:40:25.7293103Z [6848/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\RenormKernel.cpp.DEFAULT.cpp.obj 2024-08-20T21:40:25.7309986Z [6849/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SumKernel.cpp.DEFAULT.cpp.obj 2024-08-20T21:40:25.7422238Z [6850/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SpmmReduceKernel.cpp.DEFAULT.cpp.obj 2024-08-20T21:40:25.7535124Z [6851/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\StackKernel.cpp.DEFAULT.cpp.obj 2024-08-20T21:40:25.7554062Z [6852/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UnaryOpsKernel.cpp.DEFAULT.cpp.obj 2024-08-20T21:40:25.7669382Z [6853/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SampledAddmmKernel.cpp.DEFAULT.cpp.obj 2024-08-20T21:40:25.7714337Z [6854/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\TensorCompareKernel.cpp.DEFAULT.cpp.obj 2024-08-20T21:40:26.2693190Z [6855/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PointwiseOpsKernel.cpp.DEFAULT.cpp.obj 2024-08-20T21:40:26.2780744Z [6856/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SortingKernel.cpp.DEFAULT.cpp.obj 2024-08-20T21:40:26.2891497Z [6857/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PowKernel.cpp.DEFAULT.cpp.obj 2024-08-20T21:40:26.3802394Z [6858/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\RangeFactoriesKernel.cpp.DEFAULT.cpp.obj 2024-08-20T21:40:26.5150563Z [6859/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SoftMaxKernel.cpp.DEFAULT.cpp.obj 2024-08-20T21:40:27.6200420Z [6860/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PixelShuffleKernel.cpp.DEFAULT.cpp.obj 2024-08-20T21:40:27.6317402Z [6861/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ScatterGatherKernel.cpp.DEFAULT.cpp.obj 2024-08-20T21:40:27.6400366Z [6862/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxPooling.cpp.DEFAULT.cpp.obj 2024-08-20T21:40:27.6427170Z [6863/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxUnpoolKernel.cpp.DEFAULT.cpp.obj 2024-08-20T21:40:27.6501553Z [6864/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\NativeMultiheadAttnKernel.cpp.DEFAULT.cpp.obj 2024-08-20T21:40:27.6527932Z [6865/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PaddingKernel.cpp.DEFAULT.cpp.obj 2024-08-20T21:40:27.6556439Z [6866/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReduceAllOpsKernel.cpp.DEFAULT.cpp.obj 2024-08-20T21:40:27.6590486Z [6867/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReduceOpsKernel.cpp.DEFAULT.cpp.obj 2024-08-20T21:40:28.1457272Z [6868/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\LerpKernel.cpp.DEFAULT.cpp.obj 2024-08-20T21:40:28.1890438Z [6869/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\IndexKernel.cpp.DEFAULT.cpp.obj 2024-08-20T21:40:28.3962044Z [6870/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedAdagradKernel.cpp.DEFAULT.cpp.obj 2024-08-20T21:40:29.4402994Z [6871/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MultinomialKernel.cpp.DEFAULT.cpp.obj 2024-08-20T21:40:29.4430914Z [6872/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\LinearAlgebraKernel.cpp.DEFAULT.cpp.obj 2024-08-20T21:40:29.4510933Z [6873/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\GridSamplerKernel.cpp.DEFAULT.cpp.obj 2024-08-20T21:40:29.4595003Z [6874/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedAdamKernel.cpp.DEFAULT.cpp.obj 2024-08-20T21:40:29.4653474Z [6875/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedSGDKernel.cpp.DEFAULT.cpp.obj 2024-08-20T21:40:29.4730617Z [6876/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\HistogramKernel.cpp.DEFAULT.cpp.obj 2024-08-20T21:40:29.4764904Z [6877/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxPoolKernel.cpp.DEFAULT.cpp.obj 2024-08-20T21:40:29.4857374Z [6878/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FlashAttentionKernel.cpp.DEFAULT.cpp.obj 2024-08-20T21:40:29.9162193Z [6879/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FunctionOfAMatrixUtilsKernel.cpp.DEFAULT.cpp.obj 2024-08-20T21:40:29.9409836Z [6880/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FillKernel.cpp.DEFAULT.cpp.obj 2024-08-20T21:40:30.0650566Z [6881/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CopyKernel.cpp.DEFAULT.cpp.obj 2024-08-20T21:40:30.7205636Z [6882/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\BlasKernel.cpp.DEFAULT.cpp.obj 2024-08-20T21:40:30.7224818Z [6883/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ChannelShuffleKernel.cpp.DEFAULT.cpp.obj 2024-08-20T21:40:30.7298795Z [6884/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DistanceOpsKernel.cpp.DEFAULT.cpp.obj 2024-08-20T21:40:30.7300627Z 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-20T21:40:30.7303723Z 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-20T21:40:30.7306489Z with 2024-08-20T21:40:30.7306963Z [ 2024-08-20T21:40:30.7307440Z scalar_t=float, 2024-08-20T21:40:30.7309218Z Op=at::vec::DEFAULT::Vectorized (const at::vec::DEFAULT::Vectorized &,const at::vec::DEFAULT::Vectorized &) 2024-08-20T21:40:30.7311069Z ] 2024-08-20T21:40:30.7314456Z 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-20T21:40:30.7318190Z with 2024-08-20T21:40:30.7318776Z [ 2024-08-20T21:40:30.7319287Z scalar_t=float, 2024-08-20T21:40:30.7321238Z ReduceOp=at::vec::DEFAULT::Vectorized (const at::vec::DEFAULT::Vectorized &,const at::vec::DEFAULT::Vectorized &), 2024-08-20T21:40:30.7324374Z Op=at::vec::DEFAULT::Vectorized (const at::vec::DEFAULT::Vectorized &,const at::vec::DEFAULT::Vectorized &) 2024-08-20T21:40:30.7326197Z ] 2024-08-20T21:40:30.7332172Z 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-20T21:40:30.7338051Z with 2024-08-20T21:40:30.7338489Z [ 2024-08-20T21:40:30.7338938Z scalar_t=scalar_t, 2024-08-20T21:40:30.7339977Z data_t=at::vec::DEFAULT::Vectorized, 2024-08-20T21:40:30.7342421Z MapOp=at::native::`anonymous-namespace'::Dist::run_parallel_pdist::::()::, 2024-08-20T21:40:30.7345342Z ReduceOp=at::vec::DEFAULT::Vectorized (const at::vec::DEFAULT::Vectorized &,const at::vec::DEFAULT::Vectorized &) 2024-08-20T21:40:30.7346942Z ] 2024-08-20T21:40:30.7350701Z 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-20T21:40:30.7355218Z with 2024-08-20T21:40:30.7355658Z [ 2024-08-20T21:40:30.7356115Z scalar_t=scalar_t 2024-08-20T21:40:30.7356644Z ] 2024-08-20T21:40:30.7359127Z 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-20T21:40:30.7361566Z with 2024-08-20T21:40:30.7361814Z [ 2024-08-20T21:40:30.7362064Z scalar_t=scalar_t 2024-08-20T21:40:30.7362362Z ] 2024-08-20T21:40:30.7363930Z 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-20T21:40:30.7365624Z with 2024-08-20T21:40:30.7365876Z [ 2024-08-20T21:40:30.7366108Z scalar_t=scalar_t 2024-08-20T21:40:30.7366458Z ] 2024-08-20T21:40:30.7368104Z 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-20T21:40:30.7369902Z with 2024-08-20T21:40:30.7370179Z [ 2024-08-20T21:40:30.7370517Z scalar_t=scalar_t 2024-08-20T21:40:30.7370976Z ] 2024-08-20T21:40:30.7372989Z 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-20T21:40:30.7430013Z [6885/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CrossKernel.cpp.DEFAULT.cpp.obj 2024-08-20T21:40:30.7535645Z [6886/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DepthwiseConvKernel.cpp.DEFAULT.cpp.obj 2024-08-20T21:40:30.7565097Z [6887/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ComplexKernel.cpp.DEFAULT.cpp.obj 2024-08-20T21:40:30.7647223Z [6888/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DistributionKernels.cpp.DEFAULT.cpp.obj 2024-08-20T21:40:30.7761361Z [6889/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CatKernel.cpp.DEFAULT.cpp.obj 2024-08-20T21:40:31.0681893Z [6890/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\mkl\SparseBlas.cpp.obj 2024-08-20T21:40:31.3403038Z [6891/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\core\common.cc.obj 2024-08-20T21:40:31.5225770Z [6892/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\vulkan\Context.cpp.obj 2024-08-20T21:40:31.6040353Z [6893/7973] Building C object caffe2\CMakeFiles\torch_cpu.dir\__\third_party\miniz-2.1.0\miniz.c.obj 2024-08-20T21:40:31.7975709Z [6894/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\Activation.cpp.DEFAULT.cpp.obj 2024-08-20T21:40:31.8168908Z [6895/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AdaptiveMaxPoolKernel.cpp.DEFAULT.cpp.obj 2024-08-20T21:40:31.8243008Z [6896/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AdaptiveAvgPoolKernel.cpp.DEFAULT.cpp.obj 2024-08-20T21:40:31.8270255Z [6897/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AvgPoolKernel.cpp.DEFAULT.cpp.obj 2024-08-20T21:40:31.8371755Z [6898/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AmpGradScalerKernels.cpp.DEFAULT.cpp.obj 2024-08-20T21:40:31.8394723Z [6899/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\BinaryOpsKernel.cpp.DEFAULT.cpp.obj 2024-08-20T21:40:31.8397869Z 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-20T21:40:31.8408933Z 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-20T21:40:31.8414435Z 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-20T21:40:31.9222185Z [6900/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\serialize\inline_container.cc.obj 2024-08-20T21:40:31.9305322Z [6901/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\serialize\read_adapter_interface.cc.obj 2024-08-20T21:40:32.0355744Z [6902/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\utils\threadpool\thread_pool_guard.cpp.obj 2024-08-20T21:40:32.0689248Z [6903/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\serialize\crc.cc.obj 2024-08-20T21:40:32.1124800Z [6904/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\utils\string_utils.cc.obj 2024-08-20T21:40:32.1320257Z [6905/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\serialize\file_adapter.cc.obj 2024-08-20T21:40:32.1449243Z [6906/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\serialize\istream_adapter.cc.obj 2024-08-20T21:40:32.1580914Z [6907/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\metal\Context.cpp.obj 2024-08-20T21:40:32.3501691Z [6908/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\utils\proto_wrap.cc.obj 2024-08-20T21:40:32.3656067Z [6909/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\utils\threadpool\ThreadPool.cc.obj 2024-08-20T21:40:32.4146244Z [6910/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\utils\threadpool\pthreadpool-cpp.cc.obj 2024-08-20T21:40:32.9662660Z [6911/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\ViewFuncs.cpp.obj 2024-08-20T21:40:33.7151777Z [6912/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\TraceType_4.cpp.obj 2024-08-20T21:40:34.2244461Z [6913/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\TraceType_1.cpp.obj 2024-08-20T21:40:35.1522150Z [6914/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\TraceType_0.cpp.obj 2024-08-20T21:40:35.2661013Z [6915/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\TraceType_3.cpp.obj 2024-08-20T21:40:35.3082993Z [6916/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\Functions.cpp.obj 2024-08-20T21:40:35.5353352Z [6917/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\VariableType_0.cpp.obj 2024-08-20T21:40:35.5726255Z [6918/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\VariableType_1.cpp.obj 2024-08-20T21:40:35.6403465Z [6919/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\VariableType_3.cpp.obj 2024-08-20T21:40:35.8460837Z [6920/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\VariableType_4.cpp.obj 2024-08-20T21:40:35.9172485Z [6921/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\VariableType_2.cpp.obj 2024-08-20T21:40:36.2866264Z [6922/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\TraceType_2.cpp.obj 2024-08-20T21:40:36.3338676Z [6923/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\ADInplaceOrViewType_1.cpp.obj 2024-08-20T21:40:36.4651316Z [6924/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_torch\generated\c_shim_cpu.cpp.obj 2024-08-20T21:40:36.5210713Z [6925/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\generated\RegisterAutogradLazy.cpp.obj 2024-08-20T21:40:37.2235100Z [6926/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\ADInplaceOrViewType_0.cpp.obj 2024-08-20T21:40:37.2420157Z [6927/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\autograd_meta.cpp.obj 2024-08-20T21:40:37.2449046Z [6928/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\anomaly_mode.cpp.obj 2024-08-20T21:40:37.2517760Z [6929/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\autograd.cpp.obj 2024-08-20T21:40:37.2609230Z [6930/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\autograd_not_implemented_fallback.cpp.obj 2024-08-20T21:40:37.3511471Z [6931/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\cpp_hook.cpp.obj 2024-08-20T21:40:37.4087182Z [6932/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\generated\RegisterLazy.cpp.obj 2024-08-20T21:40:37.9921202Z [6933/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\forward_grad.cpp.obj 2024-08-20T21:40:38.1943845Z [6934/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\engine.cpp.obj 2024-08-20T21:40:38.6659833Z [6935/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\generated\LazyNativeFunctions.cpp.obj 2024-08-20T21:40:38.8990146Z [6936/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\input_metadata.cpp.obj 2024-08-20T21:40:39.0538560Z [6937/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\functions\utils.cpp.obj 2024-08-20T21:40:39.6807173Z [6938/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\jit_decomp_interface.cpp.obj 2024-08-20T21:40:39.9170177Z [6939/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\saved_variable.cpp.obj 2024-08-20T21:40:40.2331302Z [6940/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\custom_function.cpp.obj 2024-08-20T21:40:40.2847743Z [6941/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\functions\accumulate_grad.cpp.obj 2024-08-20T21:40:40.3282826Z [6942/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\function.cpp.obj 2024-08-20T21:40:40.3891455Z [6943/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\input_buffer.cpp.obj 2024-08-20T21:40:40.6201839Z [6944/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\functions\tensor.cpp.obj 2024-08-20T21:40:40.7218843Z [6945/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\profiler_legacy.cpp.obj 2024-08-20T21:40:40.8415057Z [6946/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\profiler_kineto.cpp.obj 2024-08-20T21:40:41.1371822Z [6947/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_runner\model_container_runner_cpu.cpp.obj 2024-08-20T21:40:41.1555507Z [6948/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\record_function_ops.cpp.obj 2024-08-20T21:40:41.5052236Z [6949/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\variable_info.cpp.obj 2024-08-20T21:40:41.6023370Z [6950/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_torch\mkldnn_tensor.cpp.obj 2024-08-20T21:40:41.7534507Z [6951/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\functions\basic_ops.cpp.obj 2024-08-20T21:40:42.5906151Z [6952/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_torch\tensor_converter.cpp.obj 2024-08-20T21:40:42.6590017Z [6953/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_runner\model_container_runner.cpp.obj 2024-08-20T21:40:42.7124336Z [6954/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_torch\shim_common.cpp.obj 2024-08-20T21:40:42.8597246Z [6955/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\backends\backend_debug_info.cpp.obj 2024-08-20T21:40:43.2363106Z [6956/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_torch\oss_proxy_executor.cpp.obj 2024-08-20T21:40:43.3161895Z [6957/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\variable.cpp.obj 2024-08-20T21:40:43.5010094Z [6958/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\backends\backend_debug_handler.cpp.obj 2024-08-20T21:40:43.6294877Z [6959/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\backends\backend_detail.cpp.obj 2024-08-20T21:40:43.7073867Z [6960/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\api\module.cpp.obj 2024-08-20T21:40:43.7775626Z [6961/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\api\object.cpp.obj 2024-08-20T21:40:43.8984612Z [6962/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\inductor_ops.cpp.obj 2024-08-20T21:40:44.1495621Z [6963/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\api\function_impl.cpp.obj 2024-08-20T21:40:44.2647135Z [6964/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\backends\backend_resolver.cpp.obj 2024-08-20T21:40:44.5524819Z [6965/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\backends\backend_interface.cpp.obj 2024-08-20T21:40:44.7342528Z [6966/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\canonicalize_modified_loop.cpp.obj 2024-08-20T21:40:45.5629596Z [6967/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\builtin_functions.cpp.obj 2024-08-20T21:40:45.6579914Z [6968/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\exit_transforms.cpp.obj 2024-08-20T21:40:45.7955624Z [6969/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\edit_distance.cpp.obj 2024-08-20T21:40:46.4548020Z [6970/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\executor.cpp.obj 2024-08-20T21:40:46.6131961Z [6971/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\inline_loop_condition.cpp.obj 2024-08-20T21:40:46.7392318Z [6972/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\convert_to_ssa.cpp.obj 2024-08-20T21:40:46.8753432Z [6973/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\codegen.cpp.obj 2024-08-20T21:40:46.9333430Z [6974/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\compiler.cpp.obj 2024-08-20T21:40:47.0492258Z [6975/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\fallback.cpp.obj 2024-08-20T21:40:47.1519641Z [6976/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\name_mangler.cpp.obj 2024-08-20T21:40:47.3414764Z [6977/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\ir_emitter.cpp.obj 2024-08-20T21:40:47.3882056Z [6978/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\parser.cpp.obj 2024-08-20T21:40:47.4361438Z [6979/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\kernel_cache.cpp.obj 2024-08-20T21:40:47.4650476Z [6980/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\interface.cpp.obj 2024-08-20T21:40:47.5432048Z [6981/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\schema_matching.cpp.obj 2024-08-20T21:40:47.8115219Z [6982/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\sugared_value.cpp.obj 2024-08-20T21:40:47.8371006Z [6983/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\script_type_parser.cpp.obj 2024-08-20T21:40:48.1253191Z [6984/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\tracer.cpp.obj 2024-08-20T21:40:48.3612620Z [6985/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\alias_analysis.cpp.obj 2024-08-20T21:40:48.3967307Z [6986/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\graph_utils.cpp.obj 2024-08-20T21:40:48.4419254Z [6987/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\attributes.cpp.obj 2024-08-20T21:40:48.5272235Z [6988/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\versioned_symbols.cpp.obj 2024-08-20T21:40:48.8446856Z [6989/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\subgraph_matcher.cpp.obj 2024-08-20T21:40:48.9004394Z [6990/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\irparser.cpp.obj 2024-08-20T21:40:49.0725305Z [6991/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\ir.cpp.obj 2024-08-20T21:40:49.2405213Z [6992/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\scope.cpp.obj 2024-08-20T21:40:49.3259467Z [6993/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\type_hashing.cpp.obj 2024-08-20T21:40:49.3544509Z [6994/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\node_hashing.cpp.obj 2024-08-20T21:40:49.4330399Z [6995/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\jit_log.cpp.obj 2024-08-20T21:40:49.7811963Z [6996/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\compatibility\runtime_compatibility.cpp.obj 2024-08-20T21:40:49.9346997Z [6997/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\jit_opt_limit.cpp.obj 2024-08-20T21:40:50.1413148Z [6998/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\function.cpp.obj 2024-08-20T21:40:50.2710417Z [6999/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\compatibility\model_compatibility.cpp.obj 2024-08-20T21:40:50.4190844Z [7000/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\import.cpp.obj 2024-08-20T21:40:50.7588888Z [7001/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\nnc\backend.cpp.obj 2024-08-20T21:40:50.7770781Z [7002/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\constants.cpp.obj 2024-08-20T21:40:51.1209543Z [7003/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\module.cpp.obj 2024-08-20T21:40:51.1277355Z [7004/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\nnc\registry.cpp.obj 2024-08-20T21:40:51.1825437Z [7005/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\interpreter.cpp.obj 2024-08-20T21:40:51.3080804Z [7006/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\prim_ops_registery.cpp.obj 2024-08-20T21:40:51.3264888Z [7007/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\observer.cpp.obj 2024-08-20T21:40:51.6840296Z [7008/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\parse_operators.cpp.obj 2024-08-20T21:40:51.9543092Z [7009/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\parse_bytecode.cpp.obj 2024-08-20T21:40:52.0775452Z [7010/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\type_parser.cpp.obj 2024-08-20T21:40:52.1682714Z [7011/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\flatbuffer_loader.cpp.obj 2024-08-20T21:40:52.2146345Z [7012/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\nnc\context.cpp.obj 2024-08-20T21:40:52.5198397Z [7013/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\upgrader_mobile.cpp.obj 2024-08-20T21:40:52.8272424Z [7014/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\operator_upgraders\utils.cpp.obj 2024-08-20T21:40:52.8680414Z [7015/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\quantization.cpp.obj 2024-08-20T21:40:53.0285754Z [7016/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\operator_upgraders\upgraders_entry.cpp.obj 2024-08-20T21:40:53.0671837Z [7017/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\operator_upgraders\upgraders.cpp.obj 2024-08-20T21:40:53.0922023Z [7018/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\operator_upgraders\version_map.cpp.obj 2024-08-20T21:40:53.1351632Z [7019/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\nnc\aot_compiler.cpp.obj 2024-08-20T21:40:53.1699334Z [7020/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\add_if_then_else.cpp.obj 2024-08-20T21:40:53.1815729Z [7021/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\register_ops_common_utils.cpp.obj 2024-08-20T21:40:53.2091542Z [7022/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\promoted_prim_ops.cpp.obj 2024-08-20T21:40:53.9843709Z [7023/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\canonicalize_graph_fuser_ops.cpp.obj 2024-08-20T21:40:53.9986790Z [7024/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\canonicalize.cpp.obj 2024-08-20T21:40:54.0838559Z [7025/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\concat_opt.cpp.obj 2024-08-20T21:40:54.0999886Z [7026/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\annotate_warns.cpp.obj 2024-08-20T21:40:54.1596633Z [7027/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\common_subexpression_elimination.cpp.obj 2024-08-20T21:40:54.9416889Z [7028/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\check_strict_fusion.cpp.obj 2024-08-20T21:40:55.0214055Z [7029/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\create_autodiff_subgraphs.cpp.obj 2024-08-20T21:40:55.1011554Z [7030/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\constant_propagation.cpp.obj 2024-08-20T21:40:55.1706141Z [7031/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\dbr_quantization\remove_redundant_aliases.cpp.obj 2024-08-20T21:40:55.8483961Z [7032/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\create_functional_graphs.cpp.obj 2024-08-20T21:40:55.8986239Z [7033/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\constant_pooling.cpp.obj 2024-08-20T21:40:56.0806948Z [7034/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\bailout_graph.cpp.obj 2024-08-20T21:40:56.0974069Z [7035/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\eliminate_no_ops.cpp.obj 2024-08-20T21:40:56.1006813Z [7036/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\decompose_ops.cpp.obj 2024-08-20T21:40:56.1803444Z [7037/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\batch_mm.cpp.obj 2024-08-20T21:40:56.4963382Z [7038/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\clear_profiling.cpp.obj 2024-08-20T21:40:56.7371533Z [7039/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\device_type_analysis.cpp.obj 2024-08-20T21:40:56.8276510Z [7040/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\dead_code_elimination.cpp.obj 2024-08-20T21:40:56.9932566Z [7041/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\dtype_analysis.cpp.obj 2024-08-20T21:40:57.0871313Z [7042/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\fold_conv_bn.cpp.obj 2024-08-20T21:40:57.0990662Z [7043/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\fold_linear_bn.cpp.obj 2024-08-20T21:40:57.2156219Z [7044/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\clear_undefinedness.cpp.obj 2024-08-20T21:40:57.4202720Z [7045/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\fixup_trace_scope_blocks.cpp.obj 2024-08-20T21:40:57.6996895Z [7046/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\erase_number_types.cpp.obj 2024-08-20T21:40:57.9407616Z [7047/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\memory_planner.cpp.obj 2024-08-20T21:40:58.0602672Z [7048/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\impl.cpp.obj 2024-08-20T21:40:58.5503818Z [7049/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_concat_linear.cpp.obj 2024-08-20T21:40:58.6021376Z [7050/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_linear_folding.cpp.obj 2024-08-20T21:40:59.0053977Z [7051/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_graph_optimizations.cpp.obj 2024-08-20T21:40:59.0144439Z [7052/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_conv_add_relu_fusion.cpp.obj 2024-08-20T21:40:59.3816959Z [7053/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\freeze_module.cpp.obj 2024-08-20T21:40:59.4915095Z [7054/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_linear_transpose.cpp.obj 2024-08-20T21:40:59.5623783Z [7055/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_conv_folding.cpp.obj 2024-08-20T21:40:59.9494129Z [7056/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\fuse_linear.cpp.obj 2024-08-20T21:41:00.5085221Z [7057/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\fuse_relu.cpp.obj 2024-08-20T21:41:00.5280323Z [7058/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\inline_autodiff_subgraphs.cpp.obj 2024-08-20T21:41:01.0570205Z [7059/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\native_ops.cpp.obj 2024-08-20T21:41:01.1403441Z [7060/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\generated_ops.cpp.obj 2024-08-20T21:41:01.1651265Z [7061/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\ops.cpp.obj 2024-08-20T21:41:01.2798206Z [7062/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\graph_rewrite_helper.cpp.obj 2024-08-20T21:41:01.3143274Z [7063/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\inline_fork_wait.cpp.obj 2024-08-20T21:41:01.9804067Z [7064/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\hoist_conv_packed_params.cpp.obj 2024-08-20T21:41:02.0904688Z [7065/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\lift_closures.cpp.obj 2024-08-20T21:41:02.1944881Z [7066/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\inplace_check.cpp.obj 2024-08-20T21:41:02.2660294Z [7067/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\inliner.cpp.obj 2024-08-20T21:41:02.4878918Z [7068/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\graph_fuser.cpp.obj 2024-08-20T21:41:02.9671276Z [7069/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\integer_value_refinement.cpp.obj 2024-08-20T21:41:02.9797073Z [7070/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\inline_forked_closures.cpp.obj 2024-08-20T21:41:03.0673475Z [7071/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_ops_to_mkldnn.cpp.obj 2024-08-20T21:41:03.0853446Z [7072/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\lower_tuples.cpp.obj 2024-08-20T21:41:03.4293817Z [7073/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\lower_grad_of.cpp.obj 2024-08-20T21:41:03.6476674Z [7074/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\guard_elimination.cpp.obj 2024-08-20T21:41:03.8748028Z [7075/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\loop_unrolling.cpp.obj 2024-08-20T21:41:04.0714430Z [7076/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\peephole.cpp.obj 2024-08-20T21:41:04.2818230Z [7077/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\insert_guards.cpp.obj 2024-08-20T21:41:04.4030004Z [7078/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\normalize_ops.cpp.obj 2024-08-20T21:41:04.5753721Z [7079/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\pass_manager.cpp.obj 2024-08-20T21:41:04.8257117Z [7080/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\passes.cpp.obj 2024-08-20T21:41:04.9715930Z [7081/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\peephole_alias_sensitive.cpp.obj 2024-08-20T21:41:05.1953708Z [7082/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\peephole_dict_idioms.cpp.obj 2024-08-20T21:41:05.3330951Z [7083/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\peephole_non_tensor.cpp.obj 2024-08-20T21:41:05.5122006Z [7084/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\peephole_list_idioms.cpp.obj 2024-08-20T21:41:05.6132259Z [7085/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\mkldnn_rewrite.cpp.obj 2024-08-20T21:41:05.8336581Z [7086/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\quantization_type.cpp.obj 2024-08-20T21:41:05.9713181Z [7087/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\dedup_module_uses.cpp.obj 2024-08-20T21:41:06.1169917Z [7088/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\liveness.cpp.obj 2024-08-20T21:41:06.5142568Z [7089/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\prepack_folding.cpp.obj 2024-08-20T21:41:06.5176277Z [7090/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\fusion_passes.cpp.obj 2024-08-20T21:41:06.5212687Z [7091/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\helper.cpp.obj 2024-08-20T21:41:06.6184536Z [7092/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\metal_rewrite.cpp.obj 2024-08-20T21:41:06.7331952Z [7093/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\insert_observers.cpp.obj 2024-08-20T21:41:06.8392533Z [7094/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\insert_quant_dequant.cpp.obj 2024-08-20T21:41:07.4131692Z [7095/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\remove_exceptions.cpp.obj 2024-08-20T21:41:07.4287083Z [7096/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\remove_dropout.cpp.obj 2024-08-20T21:41:07.4501505Z [7097/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\refine_tuple_types.cpp.obj 2024-08-20T21:41:07.4926634Z [7098/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\remove_expands.cpp.obj 2024-08-20T21:41:07.6726054Z [7099/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\requires_grad_analysis.cpp.obj 2024-08-20T21:41:07.7706795Z [7100/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\restore_mutation.cpp.obj 2024-08-20T21:41:07.8816214Z [7101/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\finalize.cpp.obj 2024-08-20T21:41:08.3111511Z [7102/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\replacement_of_old_operators.cpp.obj 2024-08-20T21:41:08.3398491Z [7103/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\remove_redundant_profiles.cpp.obj 2024-08-20T21:41:08.3817974Z [7104/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\remove_mutation.cpp.obj 2024-08-20T21:41:08.4536333Z [7105/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\subgraph_rewrite.cpp.obj 2024-08-20T21:41:08.6065721Z [7106/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\symbolic_shape_analysis.cpp.obj 2024-08-20T21:41:08.7833458Z [7107/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\symbolic_shape_cache.cpp.obj 2024-08-20T21:41:09.2685702Z [7108/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\utils\op_registry.cpp.obj 2024-08-20T21:41:09.2792592Z [7109/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\shape_analysis.cpp.obj 2024-08-20T21:41:09.5257551Z [7110/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\update_differentiable_graph_requires_grad.cpp.obj 2024-08-20T21:41:09.7808425Z [7111/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\register_packed_params.cpp.obj 2024-08-20T21:41:09.8075910Z [7112/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\utils\memory_dag.cpp.obj 2024-08-20T21:41:10.3226056Z [7113/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\utils\optimization_utils.cpp.obj 2024-08-20T21:41:10.4246278Z [7114/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\python\update_graph_executor_opt.cpp.obj 2024-08-20T21:41:10.4412143Z [7115/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\value_refinement_utils.cpp.obj 2024-08-20T21:41:10.5073611Z [7116/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\python\utf8_decoding_ignore.cpp.obj 2024-08-20T21:41:10.7013458Z [7117/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\variadic_ops.cpp.obj 2024-08-20T21:41:10.7322605Z [7118/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\utils\subgraph_utils.cpp.obj 2024-08-20T21:41:11.1021549Z [7119/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\specialize_autogradzero.cpp.obj 2024-08-20T21:41:11.3896569Z [7120/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\autodiff.cpp.obj 2024-08-20T21:41:11.4449161Z [7121/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\argument_spec.cpp.obj 2024-08-20T21:41:11.5916673Z [7122/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\symbolic_shape_runtime_fusion.cpp.obj 2024-08-20T21:41:11.6218865Z [7123/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\tensorexpr_fuser.cpp.obj 2024-08-20T21:41:11.6221790Z C:\actions-runner\_work\pytorch\pytorch\torch\csrc\jit\passes\tensorexpr_fuser.cpp(476): warning C4805: '&=': unsafe mix of type 'bool' and type 'unsigned __int64' in operation 2024-08-20T21:41:11.6225495Z C:\actions-runner\_work\pytorch\pytorch\torch\csrc\jit\passes\tensorexpr_fuser.cpp(476): warning C4805: '&': unsafe mix of type 'bool' and type 'unsigned __int64' in operation 2024-08-20T21:41:11.7005673Z [7124/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\decomposition_registry.cpp.obj 2024-08-20T21:41:11.7512676Z [7125/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\instruction.cpp.obj 2024-08-20T21:41:11.8855930Z [7126/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\jit_exception.cpp.obj 2024-08-20T21:41:12.0100539Z [7127/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\decomposition_registry_util.cpp.obj 2024-08-20T21:41:12.5164071Z [7128/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\vulkan_rewrite.cpp.obj 2024-08-20T21:41:12.7390754Z [7129/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\logging.cpp.obj 2024-08-20T21:41:12.9247811Z [7130/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\interpreter\preprocess_graph.cpp.obj 2024-08-20T21:41:12.9464838Z [7131/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\print_handler.cpp.obj 2024-08-20T21:41:13.9286433Z [7132/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\xnnpack_rewrite.cpp.obj 2024-08-20T21:41:14.6121395Z [7133/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\graph_executor.cpp.obj 2024-08-20T21:41:14.8414255Z [7134/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\interpreter\frame.cpp.obj 2024-08-20T21:41:14.9130913Z [7135/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\interpreter.cpp.obj 2024-08-20T21:41:14.9270721Z [7136/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\jit_trace.cpp.obj 2024-08-20T21:41:14.9984689Z [7137/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\operator.cpp.obj 2024-08-20T21:41:15.2911647Z [7138/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\slice_indices_adjust.cpp.obj 2024-08-20T21:41:15.5231889Z [7139/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\script_profile.cpp.obj 2024-08-20T21:41:15.8164622Z [7140/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\serialized_shape_function_registry.cpp.obj 2024-08-20T21:41:15.8754797Z [7141/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\fusion.cpp.obj 2024-08-20T21:41:16.1020568Z [7142/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\profiling_graph_executor_impl.cpp.obj 2024-08-20T21:41:16.1800752Z [7143/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\unwind\unwind.cpp.obj 2024-08-20T21:41:16.2474963Z [7144/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\register_ops_utils.cpp.obj 2024-08-20T21:41:16.3439466Z [7145/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\standalone\nvtx_observer.cpp.obj 2024-08-20T21:41:16.3701700Z [7146/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\standalone\execution_trace_observer.cpp.obj 2024-08-20T21:41:16.4986214Z [7147/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\stubs\base.cpp.obj 2024-08-20T21:41:16.6020527Z [7148/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\standalone\privateuse1_observer.cpp.obj 2024-08-20T21:41:17.0193038Z [7149/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\standalone\itt_observer.cpp.obj 2024-08-20T21:41:17.0752363Z [7150/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\profiling_record.cpp.obj 2024-08-20T21:41:17.3173669Z [7151/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\symbolic_shape_registry_util.cpp.obj 2024-08-20T21:41:17.4771507Z [7152/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\symbolic_script.cpp.obj 2024-08-20T21:41:17.5956753Z [7153/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\symbolic_shape_registry.cpp.obj 2024-08-20T21:41:18.0163471Z [7154/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\callstack_debug_info_serialization.cpp.obj 2024-08-20T21:41:18.0248035Z [7155/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\import_read.cpp.obj 2024-08-20T21:41:18.1263341Z [7156/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\import_export_helpers.cpp.obj 2024-08-20T21:41:18.1967671Z [7157/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\simple_graph_executor_impl.cpp.obj 2024-08-20T21:41:18.2329445Z [7158/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\vararg_functions.cpp.obj 2024-08-20T21:41:18.5490193Z [7159/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\import_source.cpp.obj 2024-08-20T21:41:18.9663184Z [7160/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\pickle.cpp.obj 2024-08-20T21:41:19.0149152Z [7161/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\type_name_uniquer.cpp.obj 2024-08-20T21:41:19.0370156Z [7162/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\source_range_serialization.cpp.obj 2024-08-20T21:41:19.1781076Z [7163/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\python_print.cpp.obj 2024-08-20T21:41:19.7483645Z [7164/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\te_wrapper.cpp.obj 2024-08-20T21:41:21.0430095Z [7165/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\import.cpp.obj 2024-08-20T21:41:21.2655175Z [7166/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\pickler.cpp.obj 2024-08-20T21:41:21.7373875Z [7167/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\unpickler.cpp.obj 2024-08-20T21:41:21.9950723Z [7168/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\cpp_codegen.cpp.obj 2024-08-20T21:41:22.1207258Z [7169/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\bounds_overlap.cpp.obj 2024-08-20T21:41:22.1434950Z [7170/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\codegen.cpp.obj 2024-08-20T21:41:22.2561457Z [7171/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\block_codegen.cpp.obj 2024-08-20T21:41:22.3184198Z [7172/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\intrinsic_symbols.cpp.obj 2024-08-20T21:41:22.5160706Z [7173/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\external_functions_registry.cpp.obj 2024-08-20T21:41:22.7237169Z [7174/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\bounds_inference.cpp.obj 2024-08-20T21:41:22.9685610Z [7175/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir.cpp.obj 2024-08-20T21:41:24.1528892Z [7176/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\eval.cpp.obj 2024-08-20T21:41:24.3239141Z [7177/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\expr.cpp.obj 2024-08-20T21:41:24.7896582Z [7178/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\external_functions_core.cpp.obj 2024-08-20T21:41:25.1346608Z [7179/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\external_functions_codegen.cpp.obj 2024-08-20T21:41:25.4722168Z [7180/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\external_functions.cpp.obj 2024-08-20T21:41:25.7023864Z [7181/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\graph_opt.cpp.obj 2024-08-20T21:41:25.7766702Z [7182/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\hash_provider.cpp.obj 2024-08-20T21:41:25.8664585Z [7183/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\llvm_jit.cpp.obj 2024-08-20T21:41:25.9742327Z [7184/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\llvm_codegen.cpp.obj 2024-08-20T21:41:26.2128341Z [7185/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir_simplifier.cpp.obj 2024-08-20T21:41:26.2131951Z 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-20T21:41:26.2134311Z with 2024-08-20T21:41:26.2134702Z [ 2024-08-20T21:41:26.2135104Z T=int 2024-08-20T21:41:26.2135601Z ] 2024-08-20T21:41:26.2138394Z 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-20T21:41:26.2141461Z with 2024-08-20T21:41:26.2141910Z [ 2024-08-20T21:41:26.2142334Z T=int 2024-08-20T21:41:26.2142812Z ] 2024-08-20T21:41:27.3342276Z [7186/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir_verifier.cpp.obj 2024-08-20T21:41:27.4077740Z [7187/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir_cloner.cpp.obj 2024-08-20T21:41:27.8344626Z [7188/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir_visitor.cpp.obj 2024-08-20T21:41:28.1976712Z [7189/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir_mutator.cpp.obj 2024-08-20T21:41:28.4986099Z [7190/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir_printer.cpp.obj 2024-08-20T21:41:29.0168855Z [7191/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\loopnest_randomization.cpp.obj 2024-08-20T21:41:29.2853013Z [7192/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\loopnest.cpp.obj 2024-08-20T21:41:29.3451794Z [7193/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\kernel.cpp.obj 2024-08-20T21:41:30.4062292Z [7194/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\mem_dependency_checker.cpp.obj 2024-08-20T21:41:30.4066104Z 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-20T21:41:30.4068373Z with 2024-08-20T21:41:30.4068849Z [ 2024-08-20T21:41:30.4069239Z T=int 2024-08-20T21:41:30.4069689Z ] 2024-08-20T21:41:30.4072373Z 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-20T21:41:30.4075076Z with 2024-08-20T21:41:30.4075535Z [ 2024-08-20T21:41:30.4075985Z T=int 2024-08-20T21:41:30.4076455Z ] 2024-08-20T21:41:30.6991704Z [7195/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\lowerings.cpp.obj 2024-08-20T21:41:30.9748032Z [7196/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\matmul.cpp.obj 2024-08-20T21:41:31.2963655Z [7197/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\conv2d.cpp.obj 2024-08-20T21:41:31.6106552Z [7198/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\misc.cpp.obj 2024-08-20T21:41:31.8791495Z [7199/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\unique_name_manager.cpp.obj 2024-08-20T21:41:31.9945535Z [7200/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\types.cpp.obj 2024-08-20T21:41:32.1259306Z [7201/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\tensor.cpp.obj 2024-08-20T21:41:32.4220066Z [7202/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\norm.cpp.obj 2024-08-20T21:41:32.4912723Z [7203/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\softmax.cpp.obj 2024-08-20T21:41:32.5404511Z [7204/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\pointwise.cpp.obj 2024-08-20T21:41:32.8005812Z [7205/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\reduction.cpp.obj 2024-08-20T21:41:33.0282016Z [7206/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\backend\backend_device.cpp.obj 2024-08-20T21:41:33.3657409Z [7207/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\backend\backend_interface.cpp.obj 2024-08-20T21:41:33.3823846Z [7208/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\testing\file_check.cpp.obj 2024-08-20T21:41:33.4495915Z [7209/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\testing\hooks_for_testing.cpp.obj 2024-08-20T21:41:33.5966989Z [7210/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\reduction.cpp.obj 2024-08-20T21:41:33.7067462Z [7211/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\backend\lowering_context.cpp.obj 2024-08-20T21:41:33.8446886Z [7212/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\config.cpp.obj 2024-08-20T21:41:33.9793813Z [7213/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\quantization.cpp.obj 2024-08-20T21:41:34.0362892Z [7214/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\helpers.cpp.obj 2024-08-20T21:41:34.2707060Z [7215/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\ir_dump_util.cpp.obj 2024-08-20T21:41:34.3320233Z [7216/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\debug_util.cpp.obj 2024-08-20T21:41:34.3722681Z [7217/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\ir.cpp.obj 2024-08-20T21:41:34.4658916Z [7218/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\hash.cpp.obj 2024-08-20T21:41:34.5701017Z [7219/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\multi_wait.cpp.obj 2024-08-20T21:41:34.7712162Z [7220/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\ir_metadata.cpp.obj 2024-08-20T21:41:34.9922310Z [7221/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\ir_util.cpp.obj 2024-08-20T21:41:35.0248124Z [7222/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\lazy_graph_executor.cpp.obj 2024-08-20T21:41:35.0689785Z [7223/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\registerizer.cpp.obj 2024-08-20T21:41:35.0693449Z 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-20T21:41:35.0696090Z with 2024-08-20T21:41:35.0696613Z [ 2024-08-20T21:41:35.0697068Z T=int 2024-08-20T21:41:35.0697554Z ] 2024-08-20T21:41:35.0700297Z 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-20T21:41:35.0703128Z with 2024-08-20T21:41:35.0703592Z [ 2024-08-20T21:41:35.0704035Z T=int 2024-08-20T21:41:35.0704496Z ] 2024-08-20T21:41:35.0759271Z [7224/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\permutation_util.cpp.obj 2024-08-20T21:41:35.2058643Z [7225/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\metrics.cpp.obj 2024-08-20T21:41:35.2883203Z [7226/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\ops\arithmetic_ir_ops.cpp.obj 2024-08-20T21:41:35.5036647Z [7227/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\monitor\counters.cpp.obj 2024-08-20T21:41:35.5536228Z [7228/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\tensor.cpp.obj 2024-08-20T21:41:35.5601517Z [7229/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\monitor\events.cpp.obj 2024-08-20T21:41:35.8931991Z [7230/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\thread_pool.cpp.obj 2024-08-20T21:41:35.9126085Z [7231/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\ops\utils.cpp.obj 2024-08-20T21:41:35.9158506Z [7232/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\shape.cpp.obj 2024-08-20T21:41:36.0113181Z [7233/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\trie.cpp.obj 2024-08-20T21:41:36.1146725Z [7234/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\tensor_impl.cpp.obj 2024-08-20T21:41:36.4376760Z [7235/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\tensor_util.cpp.obj 2024-08-20T21:41:36.4806111Z [7236/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\kineto_client_interface.cpp.obj 2024-08-20T21:41:36.7322795Z [7237/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\data_flow.cpp.obj 2024-08-20T21:41:36.8040698Z [7238/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\combined_traceback.cpp.obj 2024-08-20T21:41:36.8453678Z [7239/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\kineto_shim.cpp.obj 2024-08-20T21:41:36.8849459Z [7240/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\collection.cpp.obj 2024-08-20T21:41:37.0214721Z [7241/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\perf.cpp.obj 2024-08-20T21:41:37.0355627Z [7242/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\orchestration\observer.cpp.obj 2024-08-20T21:41:37.0975620Z [7243/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\unwind\unwind_fb.cpp.obj 2024-08-20T21:41:37.2540732Z [7244/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\orchestration\vulkan.cpp.obj 2024-08-20T21:41:37.3193934Z [7245/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\orchestration\python_tracer.cpp.obj 2024-08-20T21:41:37.4230184Z [7246/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\utils\cpp_stacktraces.cpp.obj 2024-08-20T21:41:37.7295639Z [7247/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\utils\variadic.cpp.obj 2024-08-20T21:41:37.8043125Z [7248/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\utils\schema_info.cpp.obj 2024-08-20T21:41:37.9652628Z [7249/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\shape_inference.cpp.obj 2024-08-20T21:41:38.0034877Z [7250/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\util.cpp.obj 2024-08-20T21:41:38.4345985Z [7251/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\remove_inplace_ops.cpp.obj 2024-08-20T21:41:38.6591228Z [7252/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\utils\check_alias_annotation.cpp.obj 2024-08-20T21:41:38.8072584Z [7253/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\lower_graph.cpp.obj 2024-08-20T21:41:38.9322944Z [7254/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\register_c10_ops.cpp.obj 2024-08-20T21:41:38.9789526Z [7255/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\debug_info.cpp.obj 2024-08-20T21:41:39.7990244Z [7256/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\utils\tensor_flatten.cpp.obj 2024-08-20T21:41:39.9014308Z [7257/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\dynamic_ir.cpp.obj 2024-08-20T21:41:39.9271690Z [7258/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ops\generic.cpp.obj 2024-08-20T21:41:40.0713110Z [7259/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\config.cpp.obj 2024-08-20T21:41:40.4773671Z [7260/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\cuda\interface.cpp.obj 2024-08-20T21:41:40.5858438Z [7261/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\autocast.cpp.obj 2024-08-20T21:41:40.8799453Z [7262/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ops\device_data.cpp.obj 2024-08-20T21:41:40.9227740Z [7263/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\tensor_aten_ops.cpp.obj 2024-08-20T21:41:41.4518568Z [7264/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_lowering_context.cpp.obj 2024-08-20T21:41:41.6655127Z [7265/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\register_prim_ops_fulljit.cpp.obj 2024-08-20T21:41:41.9006226Z [7266/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\register_special_ops.cpp.obj 2024-08-20T21:41:42.0174615Z [7267/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_autograd_functions.cpp.obj 2024-08-20T21:41:42.1971094Z [7268/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\register_prim_ops.cpp.obj 2024-08-20T21:41:42.4031978Z [7269/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\train\export_data.cpp.obj 2024-08-20T21:41:42.8796428Z [7270/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_node.cpp.obj 2024-08-20T21:41:42.9047368Z [7271/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_eager_fallback.cpp.obj 2024-08-20T21:41:43.1588642Z [7272/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\utils\out_types.cpp.obj 2024-08-20T21:41:43.2004837Z [7273/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_backend_impl.cpp.obj 2024-08-20T21:41:43.3563689Z [7274/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_native_functions.cpp.obj 2024-08-20T21:41:43.9445497Z [7275/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\import_data.cpp.obj 2024-08-20T21:41:44.2440504Z [7276/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\TraceTypeManual.cpp.obj 2024-08-20T21:41:44.7542046Z [7277/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_node_lowering.cpp.obj 2024-08-20T21:41:44.7912926Z [7278/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\compatibility\backport.cpp.obj 2024-08-20T21:41:45.0466481Z [7279/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\stubs\itt.cpp.obj 2024-08-20T21:41:45.2113235Z [7280/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\train\optim\sgd.cpp.obj 2024-08-20T21:41:45.3550561Z [7281/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\itt_wrapper.cpp.obj 2024-08-20T21:41:45.7908559Z [7282/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\jit.cpp.obj 2024-08-20T21:41:45.8881492Z [7283/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\train\random.cpp.obj 2024-08-20T21:41:46.0041421Z [7284/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\train\sequential.cpp.obj 2024-08-20T21:41:46.3006077Z [7285/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\FunctionsManual.cpp.obj 2024-08-20T21:41:46.6190651Z [7286/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\flatbuffer_serializer.cpp.obj 2024-08-20T21:41:46.8706414Z [7287/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\compatibility\backport_manager.cpp.obj 2024-08-20T21:41:46.8863848Z [7288/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\onnx.cpp.obj 2024-08-20T21:41:46.9460688Z [7289/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\export_bytecode.cpp.obj 2024-08-20T21:41:47.2044429Z [7290/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Backoff.cpp.obj 2024-08-20T21:41:47.2518036Z [7291/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\api\module_save.cpp.obj 2024-08-20T21:41:47.5112328Z [7292/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\VariableTypeManual.cpp.obj 2024-08-20T21:41:47.6136040Z [7293/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\utils\byte_order.cpp.obj 2024-08-20T21:41:48.3384158Z [7294/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\export_module.cpp.obj 2024-08-20T21:41:48.4174901Z [7295/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\control_collectives\StoreCollectives.cpp.obj 2024-08-20T21:41:48.7451230Z [7296/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\FileStore.cpp.obj 2024-08-20T21:41:48.9604385Z [7297/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\GlooDeviceFactory.cpp.obj 2024-08-20T21:41:48.9999760Z [7298/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\export.cpp.obj 2024-08-20T21:41:49.5947989Z [7299/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\ParamCommsUtils.cpp.obj 2024-08-20T21:41:49.9274880Z [7300/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\DMAConnectivity.cpp.obj 2024-08-20T21:41:49.9943759Z [7301/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\PrefixStore.cpp.obj 2024-08-20T21:41:50.2269188Z [7302/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\cpu\fused_kernel.cpp.obj 2024-08-20T21:41:50.2876714Z [7303/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\ProcessGroupMPI.cpp.obj 2024-08-20T21:41:50.3749020Z [7304/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Backend.cpp.obj 2024-08-20T21:41:50.5744809Z [7305/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Functional.cpp.obj 2024-08-20T21:41:51.1485135Z [7306/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Store.cpp.obj 2024-08-20T21:41:51.5871941Z [7307/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\debug.cpp.obj 2024-08-20T21:41:51.8843266Z [7308/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\GroupRegistry.cpp.obj 2024-08-20T21:41:52.3683871Z [7309/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Ops.cpp.obj 2024-08-20T21:41:52.9495763Z [7310/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\TCPStoreLibUvBackend.cpp.obj 2024-08-20T21:41:52.9997932Z [7311/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\ProcessGroupGloo.cpp.obj 2024-08-20T21:41:53.4142554Z [7312/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\ProcessGroup.cpp.obj 2024-08-20T21:41:53.5628805Z [7313/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\SymmetricMemory.cpp.obj 2024-08-20T21:41:53.5860533Z [7314/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\ProcessGroupWrapper.cpp.obj 2024-08-20T21:41:53.9674891Z [7315/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\TCPStore.cpp.obj 2024-08-20T21:41:54.0244716Z [7316/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\logging.cpp.obj 2024-08-20T21:41:54.7917475Z [7317/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\sequence_num.cpp.obj 2024-08-20T21:41:55.0048995Z [7318/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\TCPStoreBackend.cpp.obj 2024-08-20T21:41:55.3152642Z [7319/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\control_plane\Handlers.cpp.obj 2024-08-20T21:41:55.6939331Z [7320/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\socket.cpp.obj 2024-08-20T21:41:55.7843524Z [7321/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\comm.cpp.obj 2024-08-20T21:41:56.0650900Z [7322/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\control_plane\WorkerServer.cpp.obj 2024-08-20T21:41:56.2203666Z [7323/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Utils.cpp.obj 2024-08-20T21:41:56.2298635Z [7324/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\cuda.cpp.obj 2024-08-20T21:41:56.5942915Z [7325/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\logger.cpp.obj 2024-08-20T21:41:56.5944490Z 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-20T21:41:56.7894838Z [7326/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\reducer.cpp.obj 2024-08-20T21:41:57.0548288Z [7327/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\quantization\quantization.cpp.obj 2024-08-20T21:41:57.3606585Z [7328/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\default_comm_hooks.cpp.obj 2024-08-20T21:41:58.1367914Z [7329/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\imethod.cpp.obj 2024-08-20T21:41:58.6554060Z [7330/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\mps.cpp.obj 2024-08-20T21:41:58.7759974Z [7331/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Work.cpp.obj 2024-08-20T21:41:59.0625996Z [7332/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\enum.cpp.obj 2024-08-20T21:41:59.3847616Z [7333/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\data\samplers\random.cpp.obj 2024-08-20T21:41:59.4527765Z [7334/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\data\samplers\stream.cpp.obj 2024-08-20T21:41:59.4799696Z [7335/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\data\samplers\distributed.cpp.obj 2024-08-20T21:41:59.7231143Z [7336/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\data\datasets\mnist.cpp.obj 2024-08-20T21:42:00.0357023Z [7337/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\data\samplers\sequential.cpp.obj 2024-08-20T21:42:00.2106970Z [7338/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\init.cpp.obj 2024-08-20T21:42:00.9625661Z [7339/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DepthwiseConvKernel.cpp.AVX2.cpp.obj 2024-08-20T21:42:00.9628833Z C:\actions-runner\_work\pytorch\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-20T21:42:00.9825056Z [7340/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CrossKernel.cpp.AVX2.cpp.obj 2024-08-20T21:42:01.7373204Z C:\actions-runner\_work\pytorch\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-20T21:42:01.7376893Z [7341/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DistanceOpsKernel.cpp.AVX2.cpp.obj 2024-08-20T21:42:01.7379972Z C:\actions-runner\_work\pytorch\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-20T21:42:01.7383087Z 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-20T21:42:01.7387482Z 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-20T21:42:01.7390849Z 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-20T21:42:01.7394375Z 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-20T21:42:01.7398334Z 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-20T21:42:01.7400330Z with 2024-08-20T21:42:01.7400819Z [ 2024-08-20T21:42:01.7401256Z scalar_t=float, 2024-08-20T21:42:01.7402707Z Op=at::vec::AVX2::Vectorized (const at::vec::AVX2::Vectorized &,const at::vec::AVX2::Vectorized &) 2024-08-20T21:42:01.7404211Z ] 2024-08-20T21:42:01.7406986Z 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-20T21:42:01.7409636Z with 2024-08-20T21:42:01.7410093Z [ 2024-08-20T21:42:01.7410551Z scalar_t=float, 2024-08-20T21:42:01.7412070Z ReduceOp=at::vec::AVX2::Vectorized (const at::vec::AVX2::Vectorized &,const at::vec::AVX2::Vectorized &), 2024-08-20T21:42:01.7414628Z Op=at::vec::AVX2::Vectorized (const at::vec::AVX2::Vectorized &,const at::vec::AVX2::Vectorized &) 2024-08-20T21:42:01.7415845Z ] 2024-08-20T21:42:01.7419149Z 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-20T21:42:01.7422455Z with 2024-08-20T21:42:01.7422705Z [ 2024-08-20T21:42:01.7422947Z scalar_t=scalar_t, 2024-08-20T21:42:01.7423380Z data_t=at::vec::AVX2::Vectorized, 2024-08-20T21:42:01.7424652Z MapOp=at::native::`anonymous-namespace'::Dist::run_parallel_pdist::::()::, 2024-08-20T21:42:01.7427123Z ReduceOp=at::vec::AVX2::Vectorized (const at::vec::AVX2::Vectorized &,const at::vec::AVX2::Vectorized &) 2024-08-20T21:42:01.7428285Z ] 2024-08-20T21:42:01.7430825Z 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-20T21:42:01.7433564Z with 2024-08-20T21:42:01.7433795Z [ 2024-08-20T21:42:01.7434052Z scalar_t=scalar_t 2024-08-20T21:42:01.7434365Z ] 2024-08-20T21:42:01.7436793Z 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-20T21:42:01.7439561Z with 2024-08-20T21:42:01.7439983Z [ 2024-08-20T21:42:01.7440231Z scalar_t=scalar_t 2024-08-20T21:42:01.7440530Z ] 2024-08-20T21:42:01.7442112Z 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-20T21:42:01.7444378Z with 2024-08-20T21:42:01.7444863Z [ 2024-08-20T21:42:01.7445128Z scalar_t=scalar_t 2024-08-20T21:42:01.7445437Z ] 2024-08-20T21:42:01.7447149Z 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-20T21:42:01.7449359Z with 2024-08-20T21:42:01.7449729Z [ 2024-08-20T21:42:01.7449968Z scalar_t=scalar_t 2024-08-20T21:42:01.7450276Z ] 2024-08-20T21:42:01.7451579Z 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-20T21:42:01.8739136Z [7342/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ComplexKernel.cpp.AVX2.cpp.obj 2024-08-20T21:42:01.8740973Z C:\actions-runner\_work\pytorch\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-20T21:42:01.8742815Z 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-20T21:42:01.8744746Z 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-20T21:42:01.8746787Z 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-20T21:42:01.9226635Z [7343/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\serialize.cpp.obj 2024-08-20T21:42:02.2094140Z [7344/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\module.cpp.obj 2024-08-20T21:42:02.3841598Z [7345/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CopyKernel.cpp.AVX2.cpp.obj 2024-08-20T21:42:02.3844831Z C:\actions-runner\_work\pytorch\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-20T21:42:02.3848398Z 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-20T21:42:02.3851843Z 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-20T21:42:02.3854142Z 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-20T21:42:02.5420833Z [7346/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\_functions.cpp.obj 2024-08-20T21:42:02.6805189Z [7347/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\activation.cpp.obj 2024-08-20T21:42:02.7225250Z [7348/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\adaptive.cpp.obj 2024-08-20T21:42:02.9373108Z [7349/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\batchnorm.cpp.obj 2024-08-20T21:42:05.1036302Z [7350/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\normalization.cpp.obj 2024-08-20T21:42:05.3410470Z [7351/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\conv.cpp.obj 2024-08-20T21:42:05.5640900Z [7352/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\distance.cpp.obj 2024-08-20T21:42:05.6678771Z [7353/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\instancenorm.cpp.obj 2024-08-20T21:42:05.7182517Z [7354/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\dropout.cpp.obj 2024-08-20T21:42:06.0094021Z [7355/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\linear.cpp.obj 2024-08-20T21:42:06.0668971Z [7356/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\padding.cpp.obj 2024-08-20T21:42:06.4750957Z [7357/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\loss.cpp.obj 2024-08-20T21:42:08.3330565Z [7358/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\embedding.cpp.obj 2024-08-20T21:42:08.5178635Z [7359/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\pixelshuffle.cpp.obj 2024-08-20T21:42:08.7474539Z [7360/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\fold.cpp.obj 2024-08-20T21:42:08.9146623Z [7361/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\pooling.cpp.obj 2024-08-20T21:42:09.0026825Z [7362/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\transformer.cpp.obj 2024-08-20T21:42:09.2387981Z [7363/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\rnn.cpp.obj 2024-08-20T21:42:09.3054844Z [7364/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\upsampling.cpp.obj 2024-08-20T21:42:09.7180901Z [7365/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\container\functional.cpp.obj 2024-08-20T21:42:11.4310262Z [7366/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\embedding.cpp.obj 2024-08-20T21:42:11.5950156Z [7367/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\activation.cpp.obj 2024-08-20T21:42:11.8046041Z [7368/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\adaptive.cpp.obj 2024-08-20T21:42:12.0128416Z [7369/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\batchnorm.cpp.obj 2024-08-20T21:42:12.1600878Z [7370/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\instancenorm.cpp.obj 2024-08-20T21:42:12.2688274Z [7371/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\dropout.cpp.obj 2024-08-20T21:42:12.4158739Z [7372/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\linear.cpp.obj 2024-08-20T21:42:12.8875834Z [7373/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\normalization.cpp.obj 2024-08-20T21:42:14.5834573Z [7374/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\conv.cpp.obj 2024-08-20T21:42:14.6815191Z [7375/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\padding.cpp.obj 2024-08-20T21:42:14.9154457Z [7376/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\vision.cpp.obj 2024-08-20T21:42:15.0693589Z [7377/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\rnn.cpp.obj 2024-08-20T21:42:15.3697543Z [7378/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\transformer.cpp.obj 2024-08-20T21:42:15.5175534Z [7379/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\pooling.cpp.obj 2024-08-20T21:42:15.5902534Z [7380/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\adagrad.cpp.obj 2024-08-20T21:42:16.2850822Z [7381/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\adam.cpp.obj 2024-08-20T21:42:16.4037782Z [7382/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\schedulers\lr_scheduler.cpp.obj 2024-08-20T21:42:17.0226137Z [7383/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\schedulers\reduce_on_plateau_scheduler.cpp.obj 2024-08-20T21:42:17.2448800Z [7384/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\schedulers\step_lr.cpp.obj 2024-08-20T21:42:17.7370877Z [7385/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\optimizer.cpp.obj 2024-08-20T21:42:17.8101942Z [7386/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\UfuncCPUKernel_add.cpp.AVX2.cpp.obj 2024-08-20T21:42:17.8103666Z C:\actions-runner\_work\pytorch\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-20T21:42:17.8105608Z 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-20T21:42:17.8107678Z 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-20T21:42:17.8109889Z 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-20T21:42:17.9808475Z [7387/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\rmsprop.cpp.obj 2024-08-20T21:42:18.0758480Z [7388/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\lbfgs.cpp.obj 2024-08-20T21:42:18.2454011Z [7389/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\adamw.cpp.obj 2024-08-20T21:42:18.5209371Z [7390/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\serialize.cpp.obj 2024-08-20T21:42:18.5308925Z [7391/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\scaled_modified_bessel_k1.cpp.AVX2.cpp.obj 2024-08-20T21:42:18.5310698Z C:\actions-runner\_work\pytorch\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-20T21:42:18.5312847Z 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-20T21:42:18.5316196Z 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-20T21:42:18.5318540Z 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-20T21:42:18.5406430Z [7392/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\xpu.cpp.obj 2024-08-20T21:42:18.8066104Z [7393/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\spherical_bessel_j0.cpp.AVX2.cpp.obj 2024-08-20T21:42:18.8067852Z C:\actions-runner\_work\pytorch\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-20T21:42:18.8070104Z 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-20T21:42:18.8072338Z 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-20T21:42:18.8074430Z 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-20T21:42:18.8243604Z [7394/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\kernels\QuantizedOpKernels.cpp.AVX2.cpp.obj 2024-08-20T21:42:18.8245560Z C:\actions-runner\_work\pytorch\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-20T21:42:18.8247486Z 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-20T21:42:18.8249618Z 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-20T21:42:18.8251802Z 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-20T21:42:18.8661630Z [7395/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\sgd.cpp.obj 2024-08-20T21:42:19.0341366Z [7396/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\scaled_modified_bessel_k0.cpp.AVX2.cpp.obj 2024-08-20T21:42:19.0344659Z C:\actions-runner\_work\pytorch\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-20T21:42:19.0348379Z 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-20T21:42:19.0351985Z 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-20T21:42:19.0355725Z 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-20T21:42:19.3716550Z [7397/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\int8mm_kernel.cpp.AVX2.cpp.obj 2024-08-20T21:42:19.3719351Z C:\actions-runner\_work\pytorch\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-20T21:42:19.3722527Z 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-20T21:42:19.3725798Z 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-20T21:42:19.3728630Z 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-20T21:42:19.3889117Z [7398/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\WeightNormKernel.cpp.AVX2.cpp.obj 2024-08-20T21:42:19.3890927Z C:\actions-runner\_work\pytorch\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-20T21:42:19.3893421Z 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-20T21:42:19.3895513Z 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-20T21:42:19.3897527Z 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-20T21:42:19.4668760Z [7399/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\layer_norm_kernel.cpp.AVX2.cpp.obj 2024-08-20T21:42:19.4671498Z C:\actions-runner\_work\pytorch\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-20T21:42:19.4674779Z 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-20T21:42:19.4678527Z 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-20T21:42:19.4681722Z 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-20T21:42:19.6222370Z [7400/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\int4mm_kernel.cpp.AVX2.cpp.obj 2024-08-20T21:42:19.6224332Z C:\actions-runner\_work\pytorch\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-20T21:42:19.6226281Z 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-20T21:42:19.6228339Z 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-20T21:42:19.6230399Z 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-20T21:42:19.7047067Z [7401/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\group_norm_kernel.cpp.AVX2.cpp.obj 2024-08-20T21:42:19.7048829Z C:\actions-runner\_work\pytorch\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-20T21:42:19.7050902Z 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-20T21:42:19.7053114Z 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-20T21:42:19.7056081Z 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-20T21:42:19.8982875Z [7402/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\airy_ai.cpp.AVX2.cpp.obj 2024-08-20T21:42:19.8985926Z C:\actions-runner\_work\pytorch\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-20T21:42:19.8989428Z 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-20T21:42:19.8993259Z 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-20T21:42:19.8997250Z 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-20T21:42:19.9559277Z [7403/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\batch_norm_kernel.cpp.AVX2.cpp.obj 2024-08-20T21:42:19.9562582Z C:\actions-runner\_work\pytorch\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-20T21:42:19.9565048Z 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-20T21:42:19.9568156Z 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-20T21:42:19.9584615Z 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-20T21:42:20.2023708Z [7404/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SumKernel.cpp.AVX2.cpp.obj 2024-08-20T21:42:20.2027753Z C:\actions-runner\_work\pytorch\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-20T21:42:20.2030773Z 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-20T21:42:20.2033726Z 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-20T21:42:20.2036696Z 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-20T21:42:20.2283843Z [7405/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\serialize\input-archive.cpp.obj 2024-08-20T21:42:20.2903799Z [7406/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\Unfold2d.cpp.AVX2.cpp.obj 2024-08-20T21:42:20.2905488Z C:\actions-runner\_work\pytorch\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-20T21:42:20.2907407Z 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-20T21:42:20.2909440Z 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-20T21:42:20.2911646Z 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-20T21:42:20.2992676Z [7407/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UpSampleMoreKernel.cpp.AVX2.cpp.obj 2024-08-20T21:42:20.2995424Z C:\actions-runner\_work\pytorch\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-20T21:42:20.2998460Z 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-20T21:42:20.3001710Z 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-20T21:42:20.3005352Z 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-20T21:42:20.3555866Z [7408/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UpSampleKernel.cpp.AVX2.cpp.obj 2024-08-20T21:42:20.3557762Z C:\actions-runner\_work\pytorch\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-20T21:42:20.3560025Z 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-20T21:42:20.3562843Z 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-20T21:42:20.3566971Z 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-20T21:42:20.7443612Z [7409/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\StackKernel.cpp.AVX2.cpp.obj 2024-08-20T21:42:20.7446720Z C:\actions-runner\_work\pytorch\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-20T21:42:20.7450297Z 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-20T21:42:20.7453874Z 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-20T21:42:20.7455808Z 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-20T21:42:20.8347407Z [7410/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\TensorCompareKernel.cpp.AVX2.cpp.obj 2024-08-20T21:42:20.8350626Z C:\actions-runner\_work\pytorch\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-20T21:42:20.8354165Z 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-20T21:42:20.8357798Z 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-20T21:42:20.8361883Z 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-20T21:42:20.9557481Z [7411/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\serialize\output-archive.cpp.obj 2024-08-20T21:42:20.9774814Z [7412/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SortingKernel.cpp.AVX2.cpp.obj 2024-08-20T21:42:20.9777802Z C:\actions-runner\_work\pytorch\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-20T21:42:20.9781304Z 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-20T21:42:20.9785193Z 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-20T21:42:20.9789019Z 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-20T21:42:21.1174305Z [7413/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UnfoldBackwardKernel.cpp.AVX2.cpp.obj 2024-08-20T21:42:21.1176262Z C:\actions-runner\_work\pytorch\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-20T21:42:21.1178358Z 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-20T21:42:21.1180964Z 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-20T21:42:21.1184728Z 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-20T21:42:21.2001600Z [7414/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UnaryOpsKernel.cpp.AVX2.cpp.obj 2024-08-20T21:42:21.2003411Z C:\actions-runner\_work\pytorch\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-20T21:42:21.2005296Z 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-20T21:42:21.2007280Z 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-20T21:42:21.2009454Z 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-20T21:42:21.2165465Z [7415/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ScatterGatherKernel.cpp.AVX2.cpp.obj 2024-08-20T21:42:21.2167182Z C:\actions-runner\_work\pytorch\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-20T21:42:21.2169223Z 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-20T21:42:21.2171207Z 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-20T21:42:21.2173382Z 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-20T21:42:21.2749492Z [7416/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SpmmReduceKernel.cpp.AVX2.cpp.obj 2024-08-20T21:42:21.2752695Z C:\actions-runner\_work\pytorch\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-20T21:42:21.2756114Z 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-20T21:42:21.2759836Z 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-20T21:42:21.2762702Z 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-20T21:42:21.3820968Z [7417/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SparseFactories.cpp.AVX2.cpp.obj 2024-08-20T21:42:21.3823304Z C:\actions-runner\_work\pytorch\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-20T21:42:21.3827709Z 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-20T21:42:21.3831054Z 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-20T21:42:21.3834738Z 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-20T21:42:21.5701759Z [7418/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SoftMaxKernel.cpp.AVX2.cpp.obj 2024-08-20T21:42:21.5704798Z C:\actions-runner\_work\pytorch\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-20T21:42:21.5708507Z 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-20T21:42:21.5711703Z 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-20T21:42:21.5714860Z 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-20T21:42:21.7342211Z [7419/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\RenormKernel.cpp.AVX2.cpp.obj 2024-08-20T21:42:21.7343947Z C:\actions-runner\_work\pytorch\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-20T21:42:21.7346147Z 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-20T21:42:21.7348245Z 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-20T21:42:21.7350358Z 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-20T21:42:21.7645260Z [7420/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\RangeFactoriesKernel.cpp.AVX2.cpp.obj 2024-08-20T21:42:21.7648563Z C:\actions-runner\_work\pytorch\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-20T21:42:21.7652507Z 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-20T21:42:21.7656573Z 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-20T21:42:21.7660499Z 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-20T21:42:21.7985583Z [7421/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PixelShuffleKernel.cpp.AVX2.cpp.obj 2024-08-20T21:42:21.7988845Z C:\actions-runner\_work\pytorch\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-20T21:42:21.7992494Z 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-20T21:42:21.7996374Z 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-20T21:42:21.8000146Z 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-20T21:42:21.8495829Z [7422/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SampledAddmmKernel.cpp.AVX2.cpp.obj 2024-08-20T21:42:21.8499048Z C:\actions-runner\_work\pytorch\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-20T21:42:21.8502409Z 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-20T21:42:21.8506207Z 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-20T21:42:21.8509815Z 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-20T21:42:21.9812818Z [7423/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PowKernel.cpp.AVX2.cpp.obj 2024-08-20T21:42:21.9814511Z C:\actions-runner\_work\pytorch\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-20T21:42:21.9816572Z 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-20T21:42:21.9818669Z 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-20T21:42:21.9820691Z 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-20T21:42:22.0274366Z [7424/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReduceAllOpsKernel.cpp.AVX2.cpp.obj 2024-08-20T21:42:22.0277333Z C:\actions-runner\_work\pytorch\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-20T21:42:22.0280767Z 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-20T21:42:22.0284314Z 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-20T21:42:22.0288319Z 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-20T21:42:22.0306314Z [7425/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReduceOpsKernel.cpp.AVX2.cpp.obj 2024-08-20T21:42:22.0308879Z C:\actions-runner\_work\pytorch\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-20T21:42:22.0311226Z 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-20T21:42:22.0315292Z 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-20T21:42:22.0317696Z 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-20T21:42:22.0944886Z [7426/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PointwiseOpsKernel.cpp.AVX2.cpp.obj 2024-08-20T21:42:22.0946947Z C:\actions-runner\_work\pytorch\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-20T21:42:22.0948870Z 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-20T21:42:22.0951413Z 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-20T21:42:22.0953707Z 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-20T21:42:22.5340889Z [7427/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\NativeMultiheadAttnKernel.cpp.AVX2.cpp.obj 2024-08-20T21:42:22.5343755Z C:\actions-runner\_work\pytorch\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-20T21:42:22.5346605Z 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-20T21:42:22.5348695Z 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-20T21:42:22.5350809Z 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-20T21:42:22.5771844Z [7428/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\LerpKernel.cpp.AVX2.cpp.obj 2024-08-20T21:42:22.5773588Z C:\actions-runner\_work\pytorch\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-20T21:42:22.5775695Z 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-20T21:42:22.5777932Z 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-20T21:42:22.5779879Z 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-20T21:42:22.6032079Z [7429/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PaddingKernel.cpp.AVX2.cpp.obj 2024-08-20T21:42:22.6034991Z C:\actions-runner\_work\pytorch\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-20T21:42:22.6038404Z 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-20T21:42:22.6041987Z 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-20T21:42:22.6045637Z 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-20T21:42:22.6840496Z [7430/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MultinomialKernel.cpp.AVX2.cpp.obj 2024-08-20T21:42:22.6844218Z C:\actions-runner\_work\pytorch\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-20T21:42:22.6847663Z 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-20T21:42:22.6851847Z 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-20T21:42:22.6855293Z 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-20T21:42:22.7056023Z [7431/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxUnpoolKernel.cpp.AVX2.cpp.obj 2024-08-20T21:42:22.7058932Z C:\actions-runner\_work\pytorch\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-20T21:42:22.7062380Z 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-20T21:42:22.7066075Z 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-20T21:42:22.7069711Z 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-20T21:42:22.7661233Z [7432/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\LinearAlgebraKernel.cpp.AVX2.cpp.obj 2024-08-20T21:42:22.7663139Z C:\actions-runner\_work\pytorch\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-20T21:42:22.7665227Z 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-20T21:42:22.7667333Z 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-20T21:42:22.7669374Z 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-20T21:42:22.8237820Z [7433/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxPooling.cpp.AVX2.cpp.obj 2024-08-20T21:42:22.8240795Z C:\actions-runner\_work\pytorch\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-20T21:42:22.8244366Z 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-20T21:42:22.8248166Z 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-20T21:42:22.8252066Z 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-20T21:42:23.0364313Z [7434/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxPoolKernel.cpp.AVX2.cpp.obj 2024-08-20T21:42:23.0366023Z C:\actions-runner\_work\pytorch\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-20T21:42:23.0368398Z 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-20T21:42:23.0370479Z 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-20T21:42:23.0372703Z 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-20T21:42:23.1237088Z [7435/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\GridSamplerKernel.cpp.AVX2.cpp.obj 2024-08-20T21:42:23.1240692Z C:\actions-runner\_work\pytorch\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-20T21:42:23.1243687Z 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-20T21:42:23.1246076Z 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-20T21:42:23.1248073Z 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-20T21:42:23.2809732Z [7436/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\IndexKernel.cpp.AVX2.cpp.obj 2024-08-20T21:42:23.2812922Z C:\actions-runner\_work\pytorch\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-20T21:42:23.2816998Z 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-20T21:42:23.2820842Z 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-20T21:42:23.2824983Z 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-20T21:42:23.3407271Z [7437/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedAdamKernel.cpp.AVX2.cpp.obj 2024-08-20T21:42:23.3410685Z C:\actions-runner\_work\pytorch\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-20T21:42:23.3414326Z 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-20T21:42:23.3417991Z 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-20T21:42:23.3421582Z 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-20T21:42:23.3978719Z [7438/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedSGDKernel.cpp.AVX2.cpp.obj 2024-08-20T21:42:23.3981002Z C:\actions-runner\_work\pytorch\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-20T21:42:23.3982968Z 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-20T21:42:23.3985122Z 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-20T21:42:23.3987162Z 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-20T21:42:23.5096917Z [7439/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FunctionOfAMatrixUtilsKernel.cpp.AVX2.cpp.obj 2024-08-20T21:42:23.5100243Z C:\actions-runner\_work\pytorch\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-20T21:42:23.5556218Z [7440/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\HistogramKernel.cpp.AVX2.cpp.obj 2024-08-20T21:42:23.5559371Z C:\actions-runner\_work\pytorch\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-20T21:42:23.5973015Z [7441/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedAdagradKernel.cpp.AVX2.cpp.obj 2024-08-20T21:42:23.5974979Z C:\actions-runner\_work\pytorch\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-20T21:42:23.5977041Z 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-20T21:42:23.5979350Z 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-20T21:42:23.5981670Z 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-20T21:42:23.8778541Z [7442/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FillKernel.cpp.AVX2.cpp.obj 2024-08-20T21:42:23.8781502Z C:\actions-runner\_work\pytorch\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-20T21:42:23.8784696Z 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-20T21:42:23.8787958Z 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-20T21:42:23.8790697Z 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-20T21:42:24.0294657Z [7443/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DistributionKernels.cpp.AVX2.cpp.obj 2024-08-20T21:42:24.0298144Z C:\actions-runner\_work\pytorch\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-20T21:42:24.0301717Z 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-20T21:42:24.0305517Z 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-20T21:42:24.0309366Z 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-20T21:42:24.0581348Z [7444/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FlashAttentionKernel.cpp.AVX2.cpp.obj 2024-08-20T21:42:24.0584792Z C:\actions-runner\_work\pytorch\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-20T21:42:24.0587464Z 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-20T21:42:24.0590530Z 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-20T21:42:24.0594493Z 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-20T21:42:24.2069465Z [7445/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\BinaryOpsKernel.cpp.AVX2.cpp.obj 2024-08-20T21:42:24.2072492Z C:\actions-runner\_work\pytorch\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-20T21:42:24.2075814Z 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-20T21:42:24.2078140Z 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-20T21:42:24.2081126Z 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-20T21:42:24.2085233Z 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-20T21:42:24.3261546Z [7446/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AvgPoolKernel.cpp.AVX2.cpp.obj 2024-08-20T21:42:24.3264292Z C:\actions-runner\_work\pytorch\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-20T21:42:24.3266980Z 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-20T21:42:24.3269904Z 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-20T21:42:24.3273870Z 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-20T21:42:24.4483896Z [7447/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AmpGradScalerKernels.cpp.AVX2.cpp.obj 2024-08-20T21:42:24.4486907Z C:\actions-runner\_work\pytorch\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-20T21:42:24.4490852Z 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-20T21:42:24.4494907Z 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-20T21:42:24.4498205Z 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-20T21:42:24.5303731Z [7448/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\BlasKernel.cpp.AVX2.cpp.obj 2024-08-20T21:42:24.5306613Z C:\actions-runner\_work\pytorch\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-20T21:42:24.5658992Z [7449/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ChannelShuffleKernel.cpp.AVX2.cpp.obj 2024-08-20T21:42:24.5662113Z C:\actions-runner\_work\pytorch\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-20T21:42:24.5665786Z 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-20T21:42:24.5669672Z 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-20T21:42:24.5673190Z 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-20T21:42:24.7339759Z [7450/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CatKernel.cpp.AVX2.cpp.obj 2024-08-20T21:42:24.7341608Z C:\actions-runner\_work\pytorch\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-20T21:42:24.7343669Z 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-20T21:42:24.7345591Z 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-20T21:42:24.7347686Z 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-20T21:42:25.0338126Z [7451/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\Activation.cpp.AVX2.cpp.obj 2024-08-20T21:42:25.0339910Z C:\actions-runner\_work\pytorch\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-20T21:42:25.0341969Z 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-20T21:42:25.0344138Z 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-20T21:42:25.0346110Z 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-20T21:42:25.0647305Z [7452/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\UfuncCPUKernel_add.cpp.AVX512.cpp.obj 2024-08-20T21:42:25.1788940Z [7453/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\kernels\QuantizedOpKernels.cpp.AVX512.cpp.obj 2024-08-20T21:42:25.2047526Z [7454/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AdaptiveMaxPoolKernel.cpp.AVX2.cpp.obj 2024-08-20T21:42:25.2050799Z C:\actions-runner\_work\pytorch\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-20T21:42:25.2054604Z 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-20T21:42:25.2058287Z 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-20T21:42:25.2061987Z 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-20T21:42:25.2725752Z [7455/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\scaled_modified_bessel_k0.cpp.AVX512.cpp.obj 2024-08-20T21:42:25.3541892Z [7456/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AdaptiveAvgPoolKernel.cpp.AVX2.cpp.obj 2024-08-20T21:42:25.3543652Z C:\actions-runner\_work\pytorch\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-20T21:42:25.3545898Z 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-20T21:42:25.3549654Z 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-20T21:42:25.3553331Z 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-20T21:42:25.7085884Z [7457/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\scaled_modified_bessel_k1.cpp.AVX512.cpp.obj 2024-08-20T21:42:25.7552583Z [7458/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\spherical_bessel_j0.cpp.AVX512.cpp.obj 2024-08-20T21:42:25.8563882Z [7459/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\int8mm_kernel.cpp.AVX512.cpp.obj 2024-08-20T21:42:25.9019383Z [7460/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\int4mm_kernel.cpp.AVX512.cpp.obj 2024-08-20T21:42:26.0490576Z [7461/7973] Building CXX object caffe2\CMakeFiles\tensor_iterator_test.dir\__\aten\src\ATen\test\tensor_iterator_test.cpp.obj 2024-08-20T21:42:26.1796174Z [7462/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\layer_norm_kernel.cpp.AVX512.cpp.obj 2024-08-20T21:42:26.2744043Z [7463/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\WeightNormKernel.cpp.AVX512.cpp.obj 2024-08-20T21:42:26.2840509Z [7464/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\batch_norm_kernel.cpp.AVX512.cpp.obj 2024-08-20T21:42:26.3510148Z [7465/7973] Building CXX object caffe2\CMakeFiles\test_parallel.dir\__\aten\src\ATen\test\test_parallel.cpp.obj 2024-08-20T21:42:26.4637571Z [7466/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\airy_ai.cpp.AVX512.cpp.obj 2024-08-20T21:42:26.6268130Z [7467/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\group_norm_kernel.cpp.AVX512.cpp.obj 2024-08-20T21:42:26.6951529Z [7468/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UpSampleMoreKernel.cpp.AVX512.cpp.obj 2024-08-20T21:42:26.7230346Z [7469/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\Unfold2d.cpp.AVX512.cpp.obj 2024-08-20T21:42:26.9916003Z [7470/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UpSampleKernel.cpp.AVX512.cpp.obj 2024-08-20T21:42:27.0141084Z [7471/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SumKernel.cpp.AVX512.cpp.obj 2024-08-20T21:42:27.1840328Z [7472/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UnfoldBackwardKernel.cpp.AVX512.cpp.obj 2024-08-20T21:42:27.2267202Z [7473/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SparseFactories.cpp.AVX512.cpp.obj 2024-08-20T21:42:27.2363616Z [7474/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UnaryOpsKernel.cpp.AVX512.cpp.obj 2024-08-20T21:42:27.2604459Z [7475/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\TensorCompareKernel.cpp.AVX512.cpp.obj 2024-08-20T21:42:27.2927786Z [7476/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SortingKernel.cpp.AVX512.cpp.obj 2024-08-20T21:42:27.4427267Z [7477/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SoftMaxKernel.cpp.AVX512.cpp.obj 2024-08-20T21:42:27.8008043Z [7478/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\StackKernel.cpp.AVX512.cpp.obj 2024-08-20T21:42:27.8481388Z [7479/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\RenormKernel.cpp.AVX512.cpp.obj 2024-08-20T21:42:27.8565766Z [7480/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\RangeFactoriesKernel.cpp.AVX512.cpp.obj 2024-08-20T21:42:27.9637501Z [7481/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SpmmReduceKernel.cpp.AVX512.cpp.obj 2024-08-20T21:42:28.0642712Z [7482/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReduceAllOpsKernel.cpp.AVX512.cpp.obj 2024-08-20T21:42:28.1666649Z [7483/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SampledAddmmKernel.cpp.AVX512.cpp.obj 2024-08-20T21:42:28.1840287Z [7484/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReduceOpsKernel.cpp.AVX512.cpp.obj 2024-08-20T21:42:28.4014214Z [7485/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ScatterGatherKernel.cpp.AVX512.cpp.obj 2024-08-20T21:42:28.4034381Z [7486/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PixelShuffleKernel.cpp.AVX512.cpp.obj 2024-08-20T21:42:28.4987444Z [7487/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PowKernel.cpp.AVX512.cpp.obj 2024-08-20T21:42:28.6390809Z [7488/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\NativeMultiheadAttnKernel.cpp.AVX512.cpp.obj 2024-08-20T21:42:28.6489592Z [7489/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PointwiseOpsKernel.cpp.AVX512.cpp.obj 2024-08-20T21:42:28.6653996Z [7490/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PaddingKernel.cpp.AVX512.cpp.obj 2024-08-20T21:42:28.7142760Z [7491/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\LerpKernel.cpp.AVX512.cpp.obj 2024-08-20T21:42:29.1113375Z [7492/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxPoolKernel.cpp.AVX512.cpp.obj 2024-08-20T21:42:29.2195496Z [7493/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxPooling.cpp.AVX512.cpp.obj 2024-08-20T21:42:29.3026418Z [7494/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MultinomialKernel.cpp.AVX512.cpp.obj 2024-08-20T21:42:29.3170994Z [7495/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxUnpoolKernel.cpp.AVX512.cpp.obj 2024-08-20T21:42:29.4344795Z [7496/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\LinearAlgebraKernel.cpp.AVX512.cpp.obj 2024-08-20T21:42:29.4550247Z [7497/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedSGDKernel.cpp.AVX512.cpp.obj 2024-08-20T21:42:29.5158856Z [7498/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\HistogramKernel.cpp.AVX512.cpp.obj 2024-08-20T21:42:29.5239182Z [7499/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedAdamKernel.cpp.AVX512.cpp.obj 2024-08-20T21:42:29.6583589Z [7500/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\GridSamplerKernel.cpp.AVX512.cpp.obj 2024-08-20T21:42:29.7952579Z [7501/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FunctionOfAMatrixUtilsKernel.cpp.AVX512.cpp.obj 2024-08-20T21:42:29.8175814Z [7502/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\IndexKernel.cpp.AVX512.cpp.obj 2024-08-20T21:42:30.0578856Z [7503/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FillKernel.cpp.AVX512.cpp.obj 2024-08-20T21:42:30.1096850Z [7504/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DistanceOpsKernel.cpp.AVX512.cpp.obj 2024-08-20T21:42:30.1100779Z 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-20T21:42:30.1105043Z 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-20T21:42:30.1107674Z with 2024-08-20T21:42:30.1108154Z [ 2024-08-20T21:42:30.1108617Z scalar_t=float, 2024-08-20T21:42:30.1110083Z Op=at::vec::AVX512::Vectorized (const at::vec::AVX512::Vectorized &,const at::vec::AVX512::Vectorized &) 2024-08-20T21:42:30.1111606Z ] 2024-08-20T21:42:30.1114466Z 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-20T21:42:30.1116371Z with 2024-08-20T21:42:30.1116615Z [ 2024-08-20T21:42:30.1116851Z scalar_t=float, 2024-08-20T21:42:30.1117750Z ReduceOp=at::vec::AVX512::Vectorized (const at::vec::AVX512::Vectorized &,const at::vec::AVX512::Vectorized &), 2024-08-20T21:42:30.1119121Z Op=at::vec::AVX512::Vectorized (const at::vec::AVX512::Vectorized &,const at::vec::AVX512::Vectorized &) 2024-08-20T21:42:30.1119978Z ] 2024-08-20T21:42:30.1125163Z 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-20T21:42:30.1130476Z with 2024-08-20T21:42:30.1130912Z [ 2024-08-20T21:42:30.1131472Z scalar_t=scalar_t, 2024-08-20T21:42:30.1132216Z data_t=at::vec::AVX512::Vectorized, 2024-08-20T21:42:30.1134324Z MapOp=at::native::`anonymous-namespace'::Dist::run_parallel_pdist::::()::, 2024-08-20T21:42:30.1137462Z ReduceOp=at::vec::AVX512::Vectorized (const at::vec::AVX512::Vectorized &,const at::vec::AVX512::Vectorized &) 2024-08-20T21:42:30.1139036Z ] 2024-08-20T21:42:30.1143161Z 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-20T21:42:30.1147512Z with 2024-08-20T21:42:30.1147918Z [ 2024-08-20T21:42:30.1148649Z scalar_t=scalar_t 2024-08-20T21:42:30.1149324Z ] 2024-08-20T21:42:30.1153645Z 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-20T21:42:30.1156880Z with 2024-08-20T21:42:30.1157143Z [ 2024-08-20T21:42:30.1157384Z scalar_t=scalar_t 2024-08-20T21:42:30.1157694Z ] 2024-08-20T21:42:30.1159554Z 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-20T21:42:30.1161827Z with 2024-08-20T21:42:30.1162075Z [ 2024-08-20T21:42:30.1162328Z scalar_t=scalar_t 2024-08-20T21:42:30.1162662Z ] 2024-08-20T21:42:30.1165726Z 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-20T21:42:30.1167954Z with 2024-08-20T21:42:30.1168229Z [ 2024-08-20T21:42:30.1168576Z scalar_t=scalar_t 2024-08-20T21:42:30.1168900Z ] 2024-08-20T21:42:30.1170274Z 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-20T21:42:30.3114237Z [7505/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedAdagradKernel.cpp.AVX512.cpp.obj 2024-08-20T21:42:30.3463700Z [7506/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ChannelShuffleKernel.cpp.AVX512.cpp.obj 2024-08-20T21:42:30.3646558Z [7507/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FlashAttentionKernel.cpp.AVX512.cpp.obj 2024-08-20T21:42:30.4104058Z [7508/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CrossKernel.cpp.AVX512.cpp.obj 2024-08-20T21:42:30.7028183Z [7509/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ComplexKernel.cpp.AVX512.cpp.obj 2024-08-20T21:42:30.7382947Z [7510/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DistributionKernels.cpp.AVX512.cpp.obj 2024-08-20T21:42:30.7620722Z [7511/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CopyKernel.cpp.AVX512.cpp.obj 2024-08-20T21:42:30.8327453Z [7512/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\BlasKernel.cpp.AVX512.cpp.obj 2024-08-20T21:42:30.8941482Z [7513/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DepthwiseConvKernel.cpp.AVX512.cpp.obj 2024-08-20T21:42:31.0164839Z [7514/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\BinaryOpsKernel.cpp.AVX512.cpp.obj 2024-08-20T21:42:31.0168115Z 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-20T21:42:31.1533306Z [7515/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AvgPoolKernel.cpp.AVX512.cpp.obj 2024-08-20T21:42:31.2165395Z [7516/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CatKernel.cpp.AVX512.cpp.obj 2024-08-20T21:42:31.4253450Z [7517/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\Activation.cpp.AVX512.cpp.obj 2024-08-20T21:42:31.5404194Z [7518/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AdaptiveMaxPoolKernel.cpp.AVX512.cpp.obj 2024-08-20T21:42:31.5872158Z [7519/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AmpGradScalerKernels.cpp.AVX512.cpp.obj 2024-08-20T21:42:31.6658516Z [7520/7973] Building CXX object caffe2\CMakeFiles\type_ptr_test.dir\__\aten\src\ATen\test\type_ptr_test.cpp.obj 2024-08-20T21:42:31.9415207Z [7521/7973] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AdaptiveAvgPoolKernel.cpp.AVX512.cpp.obj 2024-08-20T21:42:33.2946649Z [7522/7973] Building CXX object caffe2\CMakeFiles\thread_init_test.dir\__\aten\src\ATen\test\thread_init_test.cpp.obj 2024-08-20T21:42:33.6848929Z [7523/7973] Building CXX object caffe2\CMakeFiles\IListRef_test.dir\__\aten\src\ATen\core\IListRef_test.cpp.obj 2024-08-20T21:42:33.7419081Z [7524/7973] Building CXX object caffe2\CMakeFiles\undefined_tensor_test.dir\__\aten\src\ATen\test\undefined_tensor_test.cpp.obj 2024-08-20T21:42:33.9565919Z [7525/7973] Building CXX object caffe2\CMakeFiles\verify_api_visibility.dir\__\aten\src\ATen\test\verify_api_visibility.cpp.obj 2024-08-20T21:42:34.0772801Z [7526/7973] Building CXX object caffe2\CMakeFiles\type_test.dir\__\aten\src\ATen\test\type_test.cpp.obj 2024-08-20T21:42:34.1759383Z [7527/7973] Building CXX object caffe2\CMakeFiles\weakref_test.dir\__\aten\src\ATen\test\weakref_test.cpp.obj 2024-08-20T21:42:34.1999013Z [7528/7973] Building CXX object caffe2\CMakeFiles\legacy_vmap_test.dir\__\aten\src\ATen\test\legacy_vmap_test.cpp.obj 2024-08-20T21:42:34.2709196Z [7529/7973] Building CXX object caffe2\CMakeFiles\wrapdim_test.dir\__\aten\src\ATen\test\wrapdim_test.cpp.obj 2024-08-20T21:42:34.4840849Z [7530/7973] Building CXX object caffe2\CMakeFiles\List_test.dir\__\aten\src\ATen\core\List_test.cpp.obj 2024-08-20T21:42:34.7945546Z [7531/7973] Building CXX object caffe2\CMakeFiles\kernel_function_test.dir\__\aten\src\ATen\core\boxing\impl\kernel_function_test.cpp.obj 2024-08-20T21:42:34.9248070Z [7532/7973] Building CXX object caffe2\CMakeFiles\kernel_function_legacy_test.dir\__\aten\src\ATen\core\boxing\impl\kernel_function_legacy_test.cpp.obj 2024-08-20T21:42:35.0184204Z [7533/7973] Building CXX object caffe2\CMakeFiles\kernel_lambda_test.dir\__\aten\src\ATen\core\boxing\impl\kernel_lambda_test.cpp.obj 2024-08-20T21:42:35.1082708Z [7534/7973] Building CXX object caffe2\CMakeFiles\kernel_lambda_legacy_test.dir\__\aten\src\ATen\core\boxing\impl\kernel_lambda_legacy_test.cpp.obj 2024-08-20T21:42:35.1295277Z [7535/7973] 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-20T21:42:35.1374667Z [7536/7973] Building CXX object caffe2\CMakeFiles\op_allowlist_test.dir\__\aten\src\ATen\core\op_registration\op_allowlist_test.cpp.obj 2024-08-20T21:42:35.2735529Z [7537/7973] Building CXX object caffe2\CMakeFiles\CppSignature_test.dir\__\aten\src\ATen\core\dispatch\CppSignature_test.cpp.obj 2024-08-20T21:42:35.3082663Z [7538/7973] Building CXX object caffe2\CMakeFiles\kernel_stackbased_test.dir\__\aten\src\ATen\core\boxing\impl\kernel_stackbased_test.cpp.obj 2024-08-20T21:42:35.5025020Z [7539/7973] Building CXX object caffe2\CMakeFiles\inline_container_test.dir\serialize\inline_container_test.cc.obj 2024-08-20T21:42:36.0263452Z [7540/7973] Building CXX object caffe2\CMakeFiles\xla_tensor_test.dir\__\aten\src\ATen\test\xla_tensor_test.cpp.obj 2024-08-20T21:42:36.0422037Z [7541/7973] Building CXX object caffe2\CMakeFiles\op_registration_test.dir\__\aten\src\ATen\core\op_registration\op_registration_test.cpp.obj 2024-08-20T21:42:36.4467395Z [7542/7973] Building CXX object caffe2\CMakeFiles\KernelFunction_test.dir\__\aten\src\ATen\core\boxing\KernelFunction_test.cpp.obj 2024-08-20T21:42:36.5089718Z [7543/7973] Building CXX object caffe2\CMakeFiles\torch.dir\__\empty.cpp.obj 2024-08-20T21:42:37.7091671Z [7544/7973] Building CXX object caffe2\CMakeFiles\reportMemoryUsage_test.dir\__\aten\src\ATen\test\reportMemoryUsage_test.cpp.obj 2024-08-20T21:42:37.7399735Z [7545/7973] Building CXX object caffe2\CMakeFiles\StorageUtils_test.dir\__\aten\src\ATen\test\StorageUtils_test.cpp.obj 2024-08-20T21:42:37.7934932Z [7546/7973] Building CXX object caffe2\CMakeFiles\backend_fallback_test.dir\__\aten\src\ATen\core\dispatch\backend_fallback_test.cpp.obj 2024-08-20T21:42:37.9102790Z [7547/7973] Building CXX object caffe2\CMakeFiles\scalar_tensor_test.dir\__\aten\src\ATen\test\scalar_tensor_test.cpp.obj 2024-08-20T21:42:37.9483809Z [7548/7973] Building CXX object caffe2\CMakeFiles\reduce_ops_test.dir\__\aten\src\ATen\test\reduce_ops_test.cpp.obj 2024-08-20T21:42:38.0510636Z [7549/7973] Building CXX object caffe2\CMakeFiles\scalar_test.dir\__\aten\src\ATen\test\scalar_test.cpp.obj 2024-08-20T21:42:38.2277329Z [7550/7973] Building CXX object caffe2\CMakeFiles\vec_test_all_types_DEFAULT.dir\__\aten\src\ATen\test\vec_test_all_types.cpp.obj 2024-08-20T21:42:38.2386168Z [7551/7973] Building CXX object caffe2\CMakeFiles\vec_test_all_types_AVX512.dir\__\aten\src\ATen\test\vec_test_all_types.cpp.obj 2024-08-20T21:42:38.2808013Z [7552/7973] Building CXX object caffe2\CMakeFiles\vec_test_all_types_AVX2.dir\__\aten\src\ATen\test\vec_test_all_types.cpp.obj 2024-08-20T21:42:38.2809692Z C:\actions-runner\_work\pytorch\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-20T21:42:38.2811849Z 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-20T21:42:38.2813900Z 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-20T21:42:38.2816423Z 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-20T21:42:38.2885696Z [7553/7973] Building CXX object caffe2\CMakeFiles\Dimname_test.dir\__\aten\src\ATen\test\Dimname_test.cpp.obj 2024-08-20T21:42:38.6065844Z [7554/7973] Building CXX object caffe2\CMakeFiles\stride_properties_test.dir\__\aten\src\ATen\test\stride_properties_test.cpp.obj 2024-08-20T21:42:40.5203289Z [7555/7973] Building CXX object caffe2\CMakeFiles\Dict_test.dir\__\aten\src\ATen\test\Dict_test.cpp.obj 2024-08-20T21:42:40.6364849Z [7556/7973] Building CXX object caffe2\CMakeFiles\MaybeOwned_test.dir\__\aten\src\ATen\test\MaybeOwned_test.cpp.obj 2024-08-20T21:42:40.8043520Z [7557/7973] Building CXX object caffe2\CMakeFiles\apply_utils_test.dir\__\aten\src\ATen\test\apply_utils_test.cpp.obj 2024-08-20T21:42:40.8526350Z [7558/7973] Building CXX object caffe2\CMakeFiles\NamedTensor_test.dir\__\aten\src\ATen\test\NamedTensor_test.cpp.obj 2024-08-20T21:42:40.8987341Z [7559/7973] Building CXX object caffe2\CMakeFiles\basic.dir\__\aten\src\ATen\test\basic.cpp.obj 2024-08-20T21:42:40.9182564Z [7560/7973] Building CXX object caffe2\CMakeFiles\atest.dir\__\aten\src\ATen\test\atest.cpp.obj 2024-08-20T21:42:41.2059667Z [7561/7973] Building CXX object caffe2\CMakeFiles\broadcast_test.dir\__\aten\src\ATen\test\broadcast_test.cpp.obj 2024-08-20T21:42:43.1401950Z [7562/7973] Building CXX object caffe2\CMakeFiles\cpu_allocator_test.dir\__\aten\src\ATen\test\cpu_allocator_test.cpp.obj 2024-08-20T21:42:43.2587364Z [7563/7973] Building CXX object caffe2\CMakeFiles\cpu_generator_test.dir\__\aten\src\ATen\test\cpu_generator_test.cpp.obj 2024-08-20T21:42:43.4177159Z [7564/7973] Building CXX object caffe2\CMakeFiles\cpu_profiling_allocator_test.dir\__\aten\src\ATen\test\cpu_profiling_allocator_test.cpp.obj 2024-08-20T21:42:43.4594046Z [7565/7973] Building CXX object caffe2\CMakeFiles\dlconvertor_test.dir\__\aten\src\ATen\test\dlconvertor_test.cpp.obj 2024-08-20T21:42:43.4954224Z [7566/7973] Building CXX object caffe2\CMakeFiles\dispatch_key_set_test.dir\__\aten\src\ATen\test\dispatch_key_set_test.cpp.obj 2024-08-20T21:42:43.7736465Z [7567/7973] Building CXX object caffe2\CMakeFiles\half_test.dir\__\aten\src\ATen\test\half_test.cpp.obj 2024-08-20T21:42:43.8339890Z [7568/7973] Building CXX object caffe2\CMakeFiles\cpu_rng_test.dir\__\aten\src\ATen\test\cpu_rng_test.cpp.obj 2024-08-20T21:42:45.8049717Z [7569/7973] Building CXX object caffe2\CMakeFiles\extension_backend_test.dir\__\aten\src\ATen\test\extension_backend_test.cpp.obj 2024-08-20T21:42:46.0380858Z [7570/7973] Building CXX object caffe2\CMakeFiles\lazy_tensor_test.dir\__\aten\src\ATen\test\lazy_tensor_test.cpp.obj 2024-08-20T21:42:46.0559789Z [7571/7973] Building CXX object caffe2\CMakeFiles\memory_format_test.dir\__\aten\src\ATen\test\memory_format_test.cpp.obj 2024-08-20T21:42:46.1552988Z [7572/7973] Building CXX object caffe2\CMakeFiles\ivalue_test.dir\__\aten\src\ATen\test\ivalue_test.cpp.obj 2024-08-20T21:42:46.2019914Z [7573/7973] Building CXX object caffe2\CMakeFiles\math_kernel_test.dir\__\aten\src\ATen\test\math_kernel_test.cpp.obj 2024-08-20T21:42:46.3419924Z [7574/7973] Building CXX object caffe2\CMakeFiles\memory_overlapping_test.dir\__\aten\src\ATen\test\memory_overlapping_test.cpp.obj 2024-08-20T21:42:46.3868914Z [7575/7973] Building CXX object caffe2\CMakeFiles\operator_name_test.dir\__\aten\src\ATen\test\operator_name_test.cpp.obj 2024-08-20T21:42:46.7064598Z [7576/7973] Building CXX object caffe2\CMakeFiles\mobile_memory_cleanup.dir\__\aten\src\ATen\test\mobile_memory_cleanup.cpp.obj 2024-08-20T21:42:47.0257325Z [7577/7973] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\__\common\main.cpp.obj 2024-08-20T21:42:47.0842091Z [7578/7973] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_approx.cpp.obj 2024-08-20T21:42:48.4290268Z [7579/7973] Building CXX object caffe2\CMakeFiles\native_test.dir\__\aten\src\ATen\test\native_test.cpp.obj 2024-08-20T21:42:48.7315218Z [7580/7973] Building CXX object caffe2\CMakeFiles\pow_test.dir\__\aten\src\ATen\test\pow_test.cpp.obj 2024-08-20T21:42:48.7593266Z [7581/7973] Building CXX object caffe2\CMakeFiles\operators_test.dir\__\aten\src\ATen\test\operators_test.cpp.obj 2024-08-20T21:42:48.8069609Z [7582/7973] Building CXX object caffe2\CMakeFiles\packedtensoraccessor_test.dir\__\aten\src\ATen\test\packedtensoraccessor_test.cpp.obj 2024-08-20T21:42:48.8469490Z [7583/7973] Building CXX object test_inductor\CMakeFiles\aoti_custom_ops.dir\custom_ops.cpp.obj 2024-08-20T21:42:48.8986604Z [7584/7973] Building CXX object caffe2\CMakeFiles\quantized_test.dir\__\aten\src\ATen\test\quantized_test.cpp.obj 2024-08-20T21:42:49.5844410Z [7585/7973] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\padded_buffer.cpp.obj 2024-08-20T21:42:49.6255285Z [7586/7973] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_ir_printer.cpp.obj 2024-08-20T21:42:51.0198759Z [7587/7973] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_aten.cpp.obj 2024-08-20T21:42:51.2826664Z [7588/7973] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_boundsinference.cpp.obj 2024-08-20T21:42:51.6784100Z [7589/7973] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_conv.cpp.obj 2024-08-20T21:42:51.7280353Z [7590/7973] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_graph_opt.cpp.obj 2024-08-20T21:42:51.7656293Z [7591/7973] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_dynamic_shapes.cpp.obj 2024-08-20T21:42:52.2636727Z [7592/7973] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_cpp_codegen.cpp.obj 2024-08-20T21:42:52.3260256Z [7593/7973] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_external_calls.cpp.obj 2024-08-20T21:42:52.5184077Z [7594/7973] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_ir_verifier.cpp.obj 2024-08-20T21:42:53.6504147Z [7595/7973] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_expr.cpp.obj 2024-08-20T21:42:54.1586593Z [7596/7973] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_ops.cpp.obj 2024-08-20T21:42:54.4095312Z [7597/7973] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_loopnest.cpp.obj 2024-08-20T21:42:54.6691135Z [7598/7973] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_kernel.cpp.obj 2024-08-20T21:42:55.0213817Z [7599/7973] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_memdependency.cpp.obj 2024-08-20T21:42:55.1180602Z [7600/7973] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_memplanning.cpp.obj 2024-08-20T21:42:55.1593530Z [7601/7973] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_quantization.cpp.obj 2024-08-20T21:42:56.2715135Z [7602/7973] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_registerizer.cpp.obj 2024-08-20T21:42:56.7771323Z [7603/7973] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_reductions.cpp.obj 2024-08-20T21:42:56.8270744Z [7604/7973] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_type_specializations.cpp.obj 2024-08-20T21:42:57.0323972Z [7605/7973] Building CXX object test_cpp_c10d\CMakeFiles\BackoffTest.dir\BackoffTest.cpp.obj 2024-08-20T21:42:57.0763854Z [7606/7973] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_te_fuser_pass.cpp.obj 2024-08-20T21:42:57.3658551Z [7607/7973] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_simplify.cpp.obj 2024-08-20T21:42:57.3949251Z [7608/7973] Building CXX object test_api\CMakeFiles\test_api.dir\__\common\main.cpp.obj 2024-08-20T21:42:57.6163626Z [7609/7973] Building CXX object test_cpp_c10d\CMakeFiles\FileStoreTest.dir\FileStoreTest.cpp.obj 2024-08-20T21:42:57.6744690Z [7610/7973] Building CXX object test_cpp_c10d\CMakeFiles\TCPStoreTest.dir\TCPStoreTest.cpp.obj 2024-08-20T21:42:57.6746875Z 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-20T21:42:57.6750174Z 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-20T21:42:57.6752476Z with 2024-08-20T21:42:57.6752722Z [ 2024-08-20T21:42:57.6753023Z TTarget=c10d::TCPStore 2024-08-20T21:42:57.6753455Z ] 2024-08-20T21:42:57.7085665Z [7611/7973] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_type.cpp.obj 2024-08-20T21:42:57.9037005Z [7612/7973] Building CXX object test_tensorexpr\CMakeFiles\tutorial_tensorexpr.dir\tutorial.cpp.obj 2024-08-20T21:42:59.8738906Z [7613/7973] Building CXX object test_cpp_c10d\CMakeFiles\ProcessGroupGlooTest.dir\ProcessGroupGlooTest.cpp.obj 2024-08-20T21:43:00.2166318Z [7614/7973] Building CXX object test_api\CMakeFiles\test_api.dir\any.cpp.obj 2024-08-20T21:43:00.3119600Z [7615/7973] Building CXX object test_api\CMakeFiles\test_api.dir\autograd.cpp.obj 2024-08-20T21:43:00.4862987Z [7616/7973] Building CXX object test_api\CMakeFiles\test_api.dir\enum.cpp.obj 2024-08-20T21:43:00.5219399Z [7617/7973] Building CXX object test_api\CMakeFiles\test_api.dir\dataloader.cpp.obj 2024-08-20T21:43:00.5976897Z [7618/7973] Building CXX object test_api\CMakeFiles\test_api.dir\integration.cpp.obj 2024-08-20T21:43:00.7842398Z [7619/7973] Building CXX object test_api\CMakeFiles\test_api.dir\functional.cpp.obj 2024-08-20T21:43:02.7813077Z [7620/7973] Building CXX object test_api\CMakeFiles\test_api.dir\expanding-array.cpp.obj 2024-08-20T21:43:03.0578100Z [7621/7973] Building CXX object test_api\CMakeFiles\test_api.dir\init.cpp.obj 2024-08-20T21:43:03.0668681Z [7622/7973] Building CXX object test_api\CMakeFiles\test_api.dir\memory.cpp.obj 2024-08-20T21:43:03.1068263Z [7623/7973] Building CXX object test_api\CMakeFiles\test_api.dir\fft.cpp.obj 2024-08-20T21:43:03.2586967Z [7624/7973] Building CXX object test_api\CMakeFiles\test_api.dir\jit.cpp.obj 2024-08-20T21:43:03.2941277Z [7625/7973] Building CXX object test_api\CMakeFiles\test_api.dir\misc.cpp.obj 2024-08-20T21:43:03.4431120Z [7626/7973] Building CXX object test_api\CMakeFiles\test_api.dir\ivalue.cpp.obj 2024-08-20T21:43:03.6517447Z [7627/7973] Building CXX object test_api\CMakeFiles\test_api.dir\meta_tensor.cpp.obj 2024-08-20T21:43:05.8369085Z [7628/7973] Building CXX object test_api\CMakeFiles\test_api.dir\nested.cpp.obj 2024-08-20T21:43:05.9188975Z [7629/7973] Building CXX object test_api\CMakeFiles\test_api.dir\parameterdict.cpp.obj 2024-08-20T21:43:06.0587010Z [7630/7973] Building CXX object test_api\CMakeFiles\test_api.dir\modules.cpp.obj 2024-08-20T21:43:06.0863866Z [7631/7973] Building CXX object test_api\CMakeFiles\test_api.dir\moduledict.cpp.obj 2024-08-20T21:43:06.1454623Z [7632/7973] Building CXX object test_api\CMakeFiles\test_api.dir\module.cpp.obj 2024-08-20T21:43:06.2893808Z [7633/7973] Building CXX object test_api\CMakeFiles\test_api.dir\modulelist.cpp.obj 2024-08-20T21:43:06.5001914Z [7634/7973] Building CXX object test_api\CMakeFiles\test_api.dir\rnn.cpp.obj 2024-08-20T21:43:08.6671158Z [7635/7973] Building CXX object test_api\CMakeFiles\test_api.dir\parameterlist.cpp.obj 2024-08-20T21:43:08.8111768Z [7636/7973] Building CXX object test_api\CMakeFiles\test_api.dir\namespace.cpp.obj 2024-08-20T21:43:08.8843750Z [7637/7973] Building CXX object test_api\CMakeFiles\test_api.dir\ordered_dict.cpp.obj 2024-08-20T21:43:08.9466176Z [7638/7973] Building CXX object test_api\CMakeFiles\test_api.dir\optim.cpp.obj 2024-08-20T21:43:08.9993489Z [7639/7973] Building CXX object test_api\CMakeFiles\test_api.dir\nn_utils.cpp.obj 2024-08-20T21:43:09.1019060Z [7640/7973] Building CXX object test_api\CMakeFiles\test_api.dir\static.cpp.obj 2024-08-20T21:43:09.1497215Z [7641/7973] Building CXX object test_api\CMakeFiles\test_api.dir\support.cpp.obj 2024-08-20T21:43:11.5423381Z [7642/7973] Building CXX object test_api\CMakeFiles\test_api.dir\tensor_cuda.cpp.obj 2024-08-20T21:43:11.5967233Z [7643/7973] Building CXX object test_api\CMakeFiles\test_api.dir\serialize.cpp.obj 2024-08-20T21:43:11.6409283Z [7644/7973] Building CXX object test_api\CMakeFiles\test_api.dir\sequential.cpp.obj 2024-08-20T21:43:11.7156486Z [7645/7973] Building CXX object test_api\CMakeFiles\test_api.dir\special.cpp.obj 2024-08-20T21:43:11.7938515Z [7646/7973] Building CXX object test_api\CMakeFiles\test_api.dir\transformer.cpp.obj 2024-08-20T21:43:11.9797231Z [7647/7973] Building CXX object test_api\CMakeFiles\test_api.dir\tensor.cpp.obj 2024-08-20T21:43:12.0199586Z [7648/7973] Building CXX object test_api\CMakeFiles\test_api.dir\torch_include.cpp.obj 2024-08-20T21:43:14.3800479Z [7649/7973] Building CXX object test_api\CMakeFiles\test_api.dir\tensor_indexing.cpp.obj 2024-08-20T21:43:14.4497338Z [7650/7973] Building CXX object test_api\CMakeFiles\test_api.dir\tensor_options.cpp.obj 2024-08-20T21:43:14.5287390Z [7651/7973] Building CXX object test_api\CMakeFiles\test_api.dir\tensor_options_cuda.cpp.obj 2024-08-20T21:43:14.5612056Z [7652/7973] Building CXX object test_api\CMakeFiles\test_api.dir\grad_mode.cpp.obj 2024-08-20T21:43:14.6141111Z [7653/7973] Building CXX object test_api\CMakeFiles\test_api.dir\operations.cpp.obj 2024-08-20T21:43:14.7335516Z [7654/7973] Building CXX object test_api\CMakeFiles\test_api.dir\inference_mode.cpp.obj 2024-08-20T21:43:14.7410985Z [7655/7973] Building CXX object caffe2\torch\lib\libshm_windows\CMakeFiles\shm.dir\core.cpp.obj 2024-08-20T21:43:14.8277020Z [7656/7973] Building CXX object test_api\CMakeFiles\test_api.dir\nested_int.cpp.obj 2024-08-20T21:43:14.8798189Z [7657/7973] Building CXX object test_edge_op_registration\CMakeFiles\test_edge_op_registration.dir\test_main.cpp.obj 2024-08-20T21:43:15.3634395Z [7658/7973] Building CXX object test_edge_op_registration\CMakeFiles\unbox_lib.dir\__\out\RegisterCPUCustomOps.cpp.obj 2024-08-20T21:43:15.4318033Z [7659/7973] Building CXX object test_edge_op_registration\CMakeFiles\unbox_lib.dir\custom_ops.cpp.obj 2024-08-20T21:43:16.1970191Z [7660/7973] Building CXX object test_jit\CMakeFiles\jitbackend_test.dir\test_backend_lib.cpp.obj 2024-08-20T21:43:16.2460726Z [7661/7973] Building CXX object test_jit\CMakeFiles\backend_with_compiler.dir\test_backend_compiler_preprocess.cpp.obj 2024-08-20T21:43:17.0275562Z [7662/7973] Building CXX object test_edge_op_registration\CMakeFiles\unbox_lib.dir\__\out\RegisterCodegenUnboxedKernelsEverything.cpp.obj 2024-08-20T21:43:17.0456387Z [7663/7973] Building CXX object test_jit\CMakeFiles\backend_with_compiler.dir\__\__\__\torch\csrc\jit\mobile\profiler_edge.cpp.obj 2024-08-20T21:43:17.0914678Z [7664/7973] Building CXX object test_jit\CMakeFiles\backend_with_compiler.dir\test_backend_compiler_lib.cpp.obj 2024-08-20T21:43:17.1149544Z [7665/7973] Building CXX object test_api\CMakeFiles\parallel_benchmark.dir\parallel_benchmark.cpp.obj 2024-08-20T21:43:17.1911779Z [7666/7973] Building CXX object test_edge_op_registration\CMakeFiles\unbox_lib.dir\operator_registry.cpp.obj 2024-08-20T21:43:17.3320996Z [7667/7973] Building CXX object test_edge_op_registration\CMakeFiles\test_edge_op_registration.dir\test_operator_registration.cpp.obj 2024-08-20T21:43:17.4730642Z [7668/7973] Building CXX object test_jit\CMakeFiles\torchbind_test.dir\test_custom_class_registrations.cpp.obj 2024-08-20T21:43:17.5119865Z [7669/7973] Building CXX object test_jit\CMakeFiles\test_jit.dir\__\common\main.cpp.obj 2024-08-20T21:43:17.9886570Z [7670/7973] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_add_if_then_else.cpp.obj 2024-08-20T21:43:18.4141609Z [7671/7973] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_op_replacement.cpp.obj 2024-08-20T21:43:18.4254284Z [7672/7973] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_class_parser.cpp.obj 2024-08-20T21:43:18.8650328Z [7673/7973] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_upgrader_utils.cpp.obj 2024-08-20T21:43:19.0099523Z [7674/7973] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_alias_analysis.cpp.obj 2024-08-20T21:43:19.3734869Z [7675/7973] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_load_upgraders.cpp.obj 2024-08-20T21:43:19.7364029Z [7676/7973] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_create_autodiff_subgraphs.cpp.obj 2024-08-20T21:43:19.8422816Z [7677/7973] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_argument_spec.cpp.obj 2024-08-20T21:43:19.8789498Z [7678/7973] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_code_template.cpp.obj 2024-08-20T21:43:20.0620341Z [7679/7973] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_autodiff.cpp.obj 2024-08-20T21:43:20.3801624Z [7680/7973] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_class_import.cpp.obj 2024-08-20T21:43:20.7267003Z [7681/7973] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_constant_pooling.cpp.obj 2024-08-20T21:43:20.9070490Z [7682/7973] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_cleanup_passes.cpp.obj 2024-08-20T21:43:21.2258923Z [7683/7973] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_dce.cpp.obj 2024-08-20T21:43:21.4415151Z [7684/7973] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_backend.cpp.obj 2024-08-20T21:43:21.5436408Z [7685/7973] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_concat_opt.cpp.obj 2024-08-20T21:43:22.3879437Z [7686/7973] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_class_type.cpp.obj 2024-08-20T21:43:23.1216487Z [7687/7973] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_graph_executor.cpp.obj 2024-08-20T21:43:23.2621909Z [7688/7973] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_inliner.cpp.obj 2024-08-20T21:43:23.6869123Z [7689/7973] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_fuser.cpp.obj 2024-08-20T21:43:23.7818804Z [7690/7973] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_custom_operators.cpp.obj 2024-08-20T21:43:24.0430704Z [7691/7973] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_custom_class_registrations.cpp.obj 2024-08-20T21:43:24.2895549Z [7692/7973] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_custom_class.cpp.obj 2024-08-20T21:43:24.5592192Z [7693/7973] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_graph_iterator.cpp.obj 2024-08-20T21:43:24.9641065Z [7694/7973] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_ir.cpp.obj 2024-08-20T21:43:25.4212010Z [7695/7973] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_irparser.cpp.obj 2024-08-20T21:43:26.2260958Z [7696/7973] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_interface.cpp.obj 2024-08-20T21:43:26.2872231Z [7697/7973] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_jit_type.cpp.obj 2024-08-20T21:43:26.3005391Z [7698/7973] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_interpreter.cpp.obj 2024-08-20T21:43:26.7359341Z [7699/7973] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_cs_debug_info_serialization.cpp.obj 2024-08-20T21:43:26.7430849Z [7700/7973] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_qualified_name.cpp.obj 2024-08-20T21:43:26.7860333Z [7701/7973] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_lite_interpreter_direct.cpp.obj 2024-08-20T21:43:27.0674301Z [7702/7973] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_mobile_type_parser.cpp.obj 2024-08-20T21:43:27.1418465Z [7703/7973] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_peephole_optimize.cpp.obj 2024-08-20T21:43:27.2348686Z [7704/7973] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_lite_trainer.cpp.obj 2024-08-20T21:43:27.6489932Z [7705/7973] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_memory_dag.cpp.obj 2024-08-20T21:43:27.9819378Z [7706/7973] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_lite_interpreter.cpp.obj 2024-08-20T21:43:28.0082865Z [7707/7973] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_subgraph_rewriter.cpp.obj 2024-08-20T21:43:28.0249979Z [7708/7973] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_schema_matching.cpp.obj 2024-08-20T21:43:28.4982095Z [7709/7973] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_subgraph_matcher.cpp.obj 2024-08-20T21:43:28.8933490Z [7710/7973] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_union.cpp.obj 2024-08-20T21:43:29.0713565Z [7711/7973] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_stack_opt.cpp.obj 2024-08-20T21:43:29.7330023Z [7712/7973] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_schema_info.cpp.obj 2024-08-20T21:43:29.7753662Z [7713/7973] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_module_api.cpp.obj 2024-08-20T21:43:29.7927295Z [7714/7973] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_subgraph_utils.cpp.obj 2024-08-20T21:43:29.9218585Z [7715/7973] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_misc.cpp.obj 2024-08-20T21:43:30.0174456Z [7716/7973] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_script_profile.cpp.obj 2024-08-20T21:43:30.1413605Z [7717/7973] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_file_format.cpp.obj 2024-08-20T21:43:30.4543040Z [7718/7973] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\__\common\main.cpp.obj 2024-08-20T21:43:30.7631599Z [7719/7973] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_jit_logging_levels.cpp.obj 2024-08-20T21:43:30.9303723Z [7720/7973] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_save_load.cpp.obj 2024-08-20T21:43:30.9464800Z [7721/7973] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_cache.cpp.obj 2024-08-20T21:43:31.2726303Z [7722/7973] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_permutation_util.cpp.obj 2024-08-20T21:43:31.3178768Z [7723/7973] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_utils.cpp.obj 2024-08-20T21:43:31.6354788Z [7724/7973] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_shape.cpp.obj 2024-08-20T21:43:31.8457744Z [7725/7973] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_ir.cpp.obj 2024-08-20T21:43:32.0065944Z [7726/7973] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_misc.cpp.obj 2024-08-20T21:43:32.1244632Z [7727/7973] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_ir_util.cpp.obj 2024-08-20T21:43:32.4726043Z [7728/7973] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_shape_analysis.cpp.obj 2024-08-20T21:43:32.4746719Z [7729/7973] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_util.cpp.obj 2024-08-20T21:43:32.8865104Z [7730/7973] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_trie_cache.cpp.obj 2024-08-20T21:43:32.9282513Z [7731/7973] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_flatbuffer.cpp.obj 2024-08-20T21:43:33.3467291Z [7732/7973] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_backend_device.cpp.obj 2024-08-20T21:43:33.3886640Z [7733/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\scalar_type_analysis.cpp.obj 2024-08-20T21:43:33.7457298Z [7734/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\remove_inplace_ops_for_onnx.cpp.obj 2024-08-20T21:43:33.7763596Z [7735/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\prepare_division_for_onnx.cpp.obj 2024-08-20T21:43:34.0024742Z [7736/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\onnx_log.cpp.obj 2024-08-20T21:43:34.2871114Z [7737/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\naming.cpp.obj 2024-08-20T21:43:34.5339420Z [7738/7973] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_lazy_ops_util.cpp.obj 2024-08-20T21:43:34.6338536Z [7739/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\pattern_conversion\common.cpp.obj 2024-08-20T21:43:34.8020018Z [7740/7973] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_lazy_ops.cpp.obj 2024-08-20T21:43:34.8767188Z [7741/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\function_extraction.cpp.obj 2024-08-20T21:43:35.3285969Z [7742/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\unpack_quantized_weights.cpp.obj 2024-08-20T21:43:35.4496769Z [7743/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\pattern_conversion\autograd_function_process.cpp.obj 2024-08-20T21:43:35.7593465Z [7744/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\pattern_conversion\pattern_encapsulation.cpp.obj 2024-08-20T21:43:35.8484919Z [7745/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\pattern_conversion\pattern_conversion.cpp.obj 2024-08-20T21:43:36.0816522Z [7746/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\shape_type_inference.cpp.obj 2024-08-20T21:43:37.7484623Z [7747/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\pybind_utils.cpp.obj 2024-08-20T21:43:37.9818348Z [7748/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_custom_class.cpp.obj 2024-08-20T21:43:38.5987280Z [7749/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_dict.cpp.obj 2024-08-20T21:43:38.8059659Z [7750/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_arg_flatten.cpp.obj 2024-08-20T21:43:38.9303704Z [7751/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\frontend\tree_views.cpp.obj 2024-08-20T21:43:39.0809607Z [7752/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_tracer.cpp.obj 2024-08-20T21:43:39.2227099Z [7753/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_ir.cpp.obj 2024-08-20T21:43:39.4997524Z [7754/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_interpreter.cpp.obj 2024-08-20T21:43:40.1553062Z [7755/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_tree_views.cpp.obj 2024-08-20T21:43:41.0257484Z [7756/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\profiler\python\combined_traceback.cpp.obj 2024-08-20T21:43:41.2285226Z [7757/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\script_init.cpp.obj 2024-08-20T21:43:41.2938678Z [7758/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_list.cpp.obj 2024-08-20T21:43:42.0197645Z [7759/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\monitor\python_init.cpp.obj 2024-08-20T21:43:42.1160581Z [7760/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_sugared_value.cpp.obj 2024-08-20T21:43:42.2798854Z [7761/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\tensorexpr\tensorexpr_init.cpp.obj 2024-08-20T21:43:42.3346264Z [7762/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\frontend\concrete_module_type.cpp.obj 2024-08-20T21:43:42.3350394Z 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-20T21:43:42.3356048Z 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-20T21:43:42.3359585Z with 2024-08-20T21:43:42.3360033Z [ 2024-08-20T21:43:42.3360564Z _Ty1=const pybind11::object &, 2024-08-20T21:43:42.3361385Z _Ty2=const pybind11::object & 2024-08-20T21:43:42.3362122Z ] 2024-08-20T21:43:42.3365254Z 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-20T21:43:42.3368682Z with 2024-08-20T21:43:42.3369123Z [ 2024-08-20T21:43:42.3369615Z _InIt1=const pybind11::object *, 2024-08-20T21:43:42.3370473Z _InIt2=const pybind11::object *, 2024-08-20T21:43:42.3371262Z _Pr=std::equal_to 2024-08-20T21:43:42.3371902Z ] 2024-08-20T21:43:42.3374985Z 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-20T21:43:42.3378514Z with 2024-08-20T21:43:42.3379007Z [ 2024-08-20T21:43:42.3379613Z _InIt1=const pybind11::object *, 2024-08-20T21:43:42.3380459Z _InIt2=const pybind11::object * 2024-08-20T21:43:42.3381204Z ] 2024-08-20T21:43:42.3385171Z 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-20T21:43:42.8185051Z [7763/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\runtime\static\init.cpp.obj 2024-08-20T21:43:42.8522514Z [7764/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\multiprocessing\init.cpp.obj 2024-08-20T21:43:43.1179455Z [7765/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\device_lazy_init.cpp.obj 2024-08-20T21:43:44.5719108Z [7766/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\profiler\python\init.cpp.obj 2024-08-20T21:43:44.7501572Z [7767/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\onnx\init.cpp.obj 2024-08-20T21:43:45.3878829Z [7768/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\throughput_benchmark.cpp.obj 2024-08-20T21:43:45.4368521Z [7769/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\python_symnode.cpp.obj 2024-08-20T21:43:45.6768552Z [7770/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\init.cpp.obj 2024-08-20T21:43:45.6853506Z [7771/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\object_ptr.cpp.obj 2024-08-20T21:43:46.0223354Z [7772/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\tensor\python_tensor.cpp.obj 2024-08-20T21:43:46.0633755Z [7773/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\serialization.cpp.obj 2024-08-20T21:43:46.3124108Z [7774/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\pyobject_preservation.cpp.obj 2024-08-20T21:43:46.3839765Z [7775/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils.cpp.obj 2024-08-20T21:43:46.5159308Z [7776/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\invalid_arguments.cpp.obj 2024-08-20T21:43:46.9648310Z [7777/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\pybind.cpp.obj 2024-08-20T21:43:47.2237096Z [7778/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\structseq.cpp.obj 2024-08-20T21:43:47.3872396Z [7779/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_dtypes.cpp.obj 2024-08-20T21:43:47.7804094Z [7780/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_qschemes.cpp.obj 2024-08-20T21:43:47.9639465Z [7781/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\python_arg_parser.cpp.obj 2024-08-20T21:43:48.6075124Z [7782/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_layouts.cpp.obj 2024-08-20T21:43:48.8773084Z [7783/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\python_dispatch.cpp.obj 2024-08-20T21:43:49.0567904Z [7784/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\nested.cpp.obj 2024-08-20T21:43:49.4209545Z [7785/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_apply.cpp.obj 2024-08-20T21:43:49.4474683Z [7786/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_memoryformats.cpp.obj 2024-08-20T21:43:49.7109693Z [7787/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\instruction_counter\Module.cpp.obj 2024-08-20T21:43:49.8672843Z [7788/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\verbose.cpp.obj 2024-08-20T21:43:50.3333762Z [7789/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_types.cpp.obj 2024-08-20T21:43:50.3542720Z [7790/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\disable_torch_function.cpp.obj 2024-08-20T21:43:50.4923550Z [7791/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_list.cpp.obj 2024-08-20T21:43:50.5521217Z [7792/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\cpu\Module.cpp.obj 2024-08-20T21:43:50.7558967Z [7793/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_new.cpp.obj 2024-08-20T21:43:51.1294143Z [7794/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_numpy.cpp.obj 2024-08-20T21:43:51.4176415Z [7795/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\itt.cpp.obj 2024-08-20T21:43:51.4820776Z [7796/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\lazy\python\python_util.cpp.obj 2024-08-20T21:43:53.2157948Z [7797/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\lazy\python\init.cpp.obj 2024-08-20T21:43:53.4396684Z [7798/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\__\test\cpp\jit\torch_python_test.cpp.obj 2024-08-20T21:43:53.4461673Z [7799/7973] Building C object functorch\CMakeFiles\functorch.dir\csrc\dim\dim_opcode.c.obj 2024-08-20T21:43:53.4463300Z C:\actions-runner\_work\pytorch\pytorch\torch/csrc/utils/python_compat.h(38): warning C4273: '_PyWeakref_ClearRef': inconsistent dll linkage 2024-08-20T21:43:53.4465220Z C:\Jenkins\Miniconda3\include\weakrefobject.h(67): note: see previous definition of '_PyWeakref_ClearRef' 2024-08-20T21:43:53.7851821Z [7800/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\distributed\c10d\python_comm_hook.cpp.obj 2024-08-20T21:43:54.0884450Z [7801/7973] Building CXX object caffe2\torch\CMakeFiles\nnapi_backend.dir\csrc\jit\backends\nnapi\nnapi_backend_lib.cpp.obj 2024-08-20T21:43:54.3365535Z [7802/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\function_substitution.cpp.obj 2024-08-20T21:43:54.4125899Z [7803/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\distributed\c10d\init.cpp.obj 2024-08-20T21:43:54.4597560Z [7804/7973] Building CXX object functorch\CMakeFiles\functorch.dir\csrc\dim\dim.cpp.obj 2024-08-20T21:43:54.6318166Z [7805/7973] Building CXX object caffe2\torch\CMakeFiles\nnapi_backend.dir\csrc\jit\backends\nnapi\nnapi_backend_preprocess.cpp.obj 2024-08-20T21:43:54.8491767Z [7806/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\helper.cpp.obj 2024-08-20T21:43:55.3089947Z [7807/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\preprocess_for_onnx.cpp.obj 2024-08-20T21:43:55.3253399Z [7808/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\peephole.cpp.obj 2024-08-20T21:43:55.3795330Z [7809/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\list_model_parameters.cpp.obj 2024-08-20T21:43:56.8061119Z [7810/7973] Building CXX object functorch\CMakeFiles\functorch.dir\csrc\init_dim_only.cpp.obj 2024-08-20T21:43:57.3685141Z [7811/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\fixup_onnx_controlflow.cpp.obj 2024-08-20T21:43:57.7843296Z [7812/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_functions_0.cpp.obj 2024-08-20T21:43:57.9821966Z [7813/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_functions_2.cpp.obj 2024-08-20T21:43:58.0414199Z [7814/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_torch_functions_0.cpp.obj 2024-08-20T21:43:58.4219400Z [7815/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_functions_3.cpp.obj 2024-08-20T21:43:58.4625939Z [7816/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_functions_1.cpp.obj 2024-08-20T21:43:58.5201780Z [7817/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_functions_4.cpp.obj 2024-08-20T21:43:58.5632614Z [7818/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_variable_methods.cpp.obj 2024-08-20T21:43:58.9631104Z [7819/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_nn_functions.cpp.obj 2024-08-20T21:43:58.9844237Z [7820/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_nested_functions.cpp.obj 2024-08-20T21:43:59.0546000Z [7821/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_linalg_functions.cpp.obj 2024-08-20T21:43:59.3665671Z [7822/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\DataLoader.cpp.obj 2024-08-20T21:43:59.4712635Z [7823/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_fft_functions.cpp.obj 2024-08-20T21:43:59.6572404Z [7824/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_special_functions.cpp.obj 2024-08-20T21:43:59.7123773Z [7825/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_torch_functions_2.cpp.obj 2024-08-20T21:43:59.7577326Z [7826/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_torch_functions_1.cpp.obj 2024-08-20T21:43:59.7929734Z [7827/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_enum_tag.cpp.obj 2024-08-20T21:43:59.8943021Z [7828/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Device.cpp.obj 2024-08-20T21:44:00.1885556Z [7829/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_return_types.cpp.obj 2024-08-20T21:44:00.3978028Z [7830/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_sparse_functions.cpp.obj 2024-08-20T21:44:00.6045571Z [7831/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Layout.cpp.obj 2024-08-20T21:44:00.7719729Z [7832/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Dtype.cpp.obj 2024-08-20T21:44:01.0960382Z [7833/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\MemoryFormat.cpp.obj 2024-08-20T21:44:01.2373037Z [7834/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\QScheme.cpp.obj 2024-08-20T21:44:01.4652965Z [7835/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\python_dimname.cpp.obj 2024-08-20T21:44:02.4354770Z [7836/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Size.cpp.obj 2024-08-20T21:44:02.7004890Z [7837/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Generator.cpp.obj 2024-08-20T21:44:02.9509984Z [7838/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\DynamicTypes.cpp.obj 2024-08-20T21:44:03.1927176Z [7839/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Exceptions.cpp.obj 2024-08-20T21:44:04.2098907Z [7840/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Storage.cpp.obj 2024-08-20T21:44:04.3368737Z [7841/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\PyInterpreter.cpp.obj 2024-08-20T21:44:04.5878183Z [7842/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Module.cpp.obj 2024-08-20T21:44:04.5880368Z C:\actions-runner\_work\pytorch\pytorch\torch\csrc\Module.cpp(594): warning C4003: not enough arguments for function-like macro invocation 'END_HANDLE_TH_ERRORS_RET' 2024-08-20T21:44:04.5882548Z C:\actions-runner\_work\pytorch\pytorch\torch\csrc\Module.cpp(1766): warning C4003: not enough arguments for function-like macro invocation 'CATCH_TH_ERRORS' 2024-08-20T21:44:04.5884475Z C:\actions-runner\_work\pytorch\pytorch\torch\csrc\Module.cpp(1766): warning C4003: not enough arguments for function-like macro invocation 'CATCH_CORE_ERRORS' 2024-08-20T21:44:05.9516153Z [7843/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\StorageMethods.cpp.obj 2024-08-20T21:44:06.1349741Z [7844/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\StorageSharing.cpp.obj 2024-08-20T21:44:06.2011979Z [7845/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Event.cpp.obj 2024-08-20T21:44:06.6070733Z [7846/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Stream.cpp.obj 2024-08-20T21:44:06.9023142Z [7847/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_anomaly_mode.cpp.obj 2024-08-20T21:44:07.3801407Z [7848/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\TypeInfo.cpp.obj 2024-08-20T21:44:07.5915191Z [7849/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\api\src\python\init.cpp.obj 2024-08-20T21:44:07.6085592Z [7850/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\profiler_python.cpp.obj 2024-08-20T21:44:07.6655028Z [7851/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_saved_variable_hooks.cpp.obj 2024-08-20T21:44:08.6002660Z [7852/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_cpp_function.cpp.obj 2024-08-20T21:44:09.3135559Z [7853/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\init.cpp.obj 2024-08-20T21:44:09.3761546Z [7854/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\functions\init.cpp.obj 2024-08-20T21:44:09.9146916Z [7855/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_hook.cpp.obj 2024-08-20T21:44:10.7157142Z [7856/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_engine.cpp.obj 2024-08-20T21:44:10.7640618Z [7857/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_legacy_variable.cpp.obj 2024-08-20T21:44:10.8143999Z [7858/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_nested_functions_manual.cpp.obj 2024-08-20T21:44:11.5919419Z [7859/7973] Building C object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\eval_frame.c.obj 2024-08-20T21:44:11.5920914Z C:\actions-runner\_work\pytorch\pytorch\torch/csrc/utils/python_compat.h(38): warning C4273: '_PyWeakref_ClearRef': inconsistent dll linkage 2024-08-20T21:44:11.5922487Z C:\Jenkins\Miniconda3\include\weakrefobject.h(67): note: see previous definition of '_PyWeakref_ClearRef' 2024-08-20T21:44:11.6316606Z [7860/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\cache_entry.cpp.obj 2024-08-20T21:44:11.8296600Z [7861/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_function.cpp.obj 2024-08-20T21:44:11.9447103Z [7862/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_variable_indexing.cpp.obj 2024-08-20T21:44:11.9797619Z [7863/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\framelocals_mapping.cpp.obj 2024-08-20T21:44:12.3264907Z [7864/7973] Building C object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\cpython_defs.c.obj 2024-08-20T21:44:12.3266309Z C:\actions-runner\_work\pytorch\pytorch\torch/csrc/utils/python_compat.h(38): warning C4273: '_PyWeakref_ClearRef': inconsistent dll linkage 2024-08-20T21:44:12.3267660Z C:\Jenkins\Miniconda3\include\weakrefobject.h(67): note: see previous definition of '_PyWeakref_ClearRef' 2024-08-20T21:44:12.3735144Z [7865/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\extra_state.cpp.obj 2024-08-20T21:44:12.5776470Z [7866/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_torch_functions_manual.cpp.obj 2024-08-20T21:44:12.6565729Z [7867/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_variable.cpp.obj 2024-08-20T21:44:12.6964114Z [7868/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\cpp_shim.cpp.obj 2024-08-20T21:44:12.8623772Z [7869/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\fx\node.cpp.obj 2024-08-20T21:44:13.4553872Z [7870/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\init.cpp.obj 2024-08-20T21:44:13.7470653Z [7871/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\inductor\aoti_runner\pybind.cpp.obj 2024-08-20T21:44:13.9150163Z [7872/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\python_compiled_autograd.cpp.obj 2024-08-20T21:44:14.7684245Z [7873/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\inductor\resize_storage_bytes.cpp.obj 2024-08-20T21:44:15.0017195Z [7874/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\mps\Module.cpp.obj 2024-08-20T21:44:15.4068670Z [7875/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\mtia\Module.cpp.obj 2024-08-20T21:44:15.6937020Z [7876/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\guards.cpp.obj 2024-08-20T21:44:16.0008380Z [7877/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\functorch\init.cpp.obj 2024-08-20T21:44:16.2628219Z [7878/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\deduplicate_initializers.cpp.obj 2024-08-20T21:44:16.4213922Z [7879/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\inductor\aoti_eager\kernel_meta_info.cpp.obj 2024-08-20T21:44:17.0837571Z [7880/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\backends\backend_init.cpp.obj 2024-08-20T21:44:17.2194479Z [7881/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\cast_all_constant_to_floating.cpp.obj 2024-08-20T21:44:17.5768455Z [7882/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\constant_map.cpp.obj 2024-08-20T21:44:17.7572008Z [7883/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\inductor\aoti_eager\kernel_holder.cpp.obj 2024-08-20T21:44:17.9437459Z [7884/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\eliminate_unused_items.cpp.obj 2024-08-20T21:44:18.4021793Z [7885/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx.cpp.obj 2024-08-20T21:44:18.8707829Z [7886/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\init.cpp.obj 2024-08-20T21:44:18.8779173Z [7887/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\constant_fold.cpp.obj 2024-08-20T21:44:19.0200444Z [7888/7973] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\eval_peephole.cpp.obj 2024-08-20T21:50:00.9550034Z [7889/7973] Linking CXX shared library bin\torch_cpu.dll 2024-08-20T21:50:01.3674792Z [7890/7973] Linking CXX shared library bin\torch.dll 2024-08-20T21:50:01.4327313Z [7891/7973] Linking CXX static library lib\unbox_lib.lib 2024-08-20T21:50:01.6908707Z [7892/7973] Linking CXX executable bin\thread_init_test.exe 2024-08-20T21:50:01.8706983Z [7893/7973] Linking CXX executable bin\type_ptr_test.exe 2024-08-20T21:50:01.8987085Z [7894/7973] Linking CXX executable bin\TCPStoreTest.exe 2024-08-20T21:50:01.9033663Z [7895/7973] Linking CXX executable bin\test_parallel.exe 2024-08-20T21:50:01.9053886Z [7896/7973] Linking CXX executable bin\FileStoreTest.exe 2024-08-20T21:50:01.9085996Z [7897/7973] Linking CXX executable bin\ProcessGroupGlooTest.exe 2024-08-20T21:50:01.9097321Z [7898/7973] Linking CXX executable bin\BackoffTest.exe 2024-08-20T21:50:01.9108624Z [7899/7973] Linking CXX executable bin\tensor_iterator_test.exe 2024-08-20T21:50:02.1347445Z [7900/7973] Linking CXX executable bin\type_test.exe 2024-08-20T21:50:02.1667503Z [7901/7973] Linking CXX executable bin\undefined_tensor_test.exe 2024-08-20T21:50:02.3253976Z [7902/7973] Linking CXX executable bin\verify_api_visibility.exe 2024-08-20T21:50:02.4005961Z [7903/7973] Linking CXX executable bin\xla_tensor_test.exe 2024-08-20T21:50:02.4612902Z [7904/7973] Linking CXX executable bin\weakref_test.exe 2024-08-20T21:50:02.4845234Z [7905/7973] Linking CXX executable bin\wrapdim_test.exe 2024-08-20T21:50:02.5121643Z [7906/7973] Linking CXX executable bin\legacy_vmap_test.exe 2024-08-20T21:50:02.8172852Z [7907/7973] Linking CXX executable bin\IListRef_test.exe 2024-08-20T21:50:02.8433473Z [7908/7973] Linking CXX executable bin\List_test.exe 2024-08-20T21:50:02.8898227Z [7909/7973] Linking CXX executable bin\KernelFunction_test.exe 2024-08-20T21:50:03.0772798Z [7910/7973] Linking CXX executable bin\CppSignature_test.exe 2024-08-20T21:50:03.3344014Z [7911/7973] Linking CXX executable bin\backend_fallback_test.exe 2024-08-20T21:50:03.3435160Z [7912/7973] Linking CXX executable bin\kernel_stackbased_test.exe 2024-08-20T21:50:03.6042122Z [7913/7973] Linking CXX executable bin\op_allowlist_test.exe 2024-08-20T21:50:03.7060086Z [7914/7973] Linking CXX executable bin\kernel_function_test.exe 2024-08-20T21:50:03.7096279Z [7915/7973] Linking CXX executable bin\kernel_lambda_test.exe 2024-08-20T21:50:03.7172191Z [7916/7973] Linking CXX executable bin\make_boxed_from_unboxed_functor_test.exe 2024-08-20T21:50:03.8926533Z [7917/7973] Linking CXX executable bin\inline_container_test.exe 2024-08-20T21:50:04.1227077Z [7918/7973] Linking CXX executable bin\reduce_ops_test.exe 2024-08-20T21:50:04.1594006Z [7919/7973] Linking CXX executable bin\reportMemoryUsage_test.exe 2024-08-20T21:50:04.2059511Z [7920/7973] Linking CXX executable bin\scalar_tensor_test.exe 2024-08-20T21:50:04.2261431Z [7921/7973] Linking CXX executable bin\kernel_function_legacy_test.exe 2024-08-20T21:50:04.2989390Z [7922/7973] Linking CXX executable bin\quantized_test.exe 2024-08-20T21:50:04.5538483Z [7923/7973] Linking CXX executable bin\StorageUtils_test.exe 2024-08-20T21:50:04.8193945Z [7924/7973] Linking CXX executable bin\scalar_test.exe 2024-08-20T21:50:04.8515383Z [7925/7973] Linking CXX executable bin\kernel_lambda_legacy_test.exe 2024-08-20T21:50:05.0284064Z [7926/7973] Linking CXX executable bin\stride_properties_test.exe 2024-08-20T21:50:05.1427537Z [7927/7973] Linking CXX executable bin\Dimname_test.exe 2024-08-20T21:50:05.1630053Z [7928/7973] Linking CXX executable bin\Dict_test.exe 2024-08-20T21:50:05.5135208Z [7929/7973] Linking CXX executable bin\NamedTensor_test.exe 2024-08-20T21:50:05.5764789Z [7930/7973] Linking CXX executable bin\apply_utils_test.exe 2024-08-20T21:50:05.6085195Z [7931/7973] Linking CXX executable bin\atest.exe 2024-08-20T21:50:05.6220743Z [7932/7973] Linking CXX executable bin\MaybeOwned_test.exe 2024-08-20T21:50:06.0372504Z [7933/7973] Linking CXX executable bin\broadcast_test.exe 2024-08-20T21:50:06.0525377Z [7934/7973] Linking CXX executable bin\basic.exe 2024-08-20T21:50:06.0564113Z [7935/7973] Linking CXX executable bin\cpu_profiling_allocator_test.exe 2024-08-20T21:50:06.0669356Z [7936/7973] Linking CXX executable bin\cpu_allocator_test.exe 2024-08-20T21:50:06.4196592Z [7937/7973] Linking CXX executable bin\cpu_generator_test.exe 2024-08-20T21:50:06.4506842Z [7938/7973] Linking CXX executable bin\dispatch_key_set_test.exe 2024-08-20T21:50:06.6575783Z [7939/7973] Linking CXX executable bin\dlconvertor_test.exe 2024-08-20T21:50:06.9794430Z [7940/7973] Linking CXX executable bin\half_test.exe 2024-08-20T21:50:06.9840799Z [7941/7973] Linking CXX executable bin\extension_backend_test.exe 2024-08-20T21:50:07.1385061Z [7942/7973] Linking CXX executable bin\cpu_rng_test.exe 2024-08-20T21:50:07.4098845Z [7943/7973] Linking CXX executable bin\math_kernel_test.exe 2024-08-20T21:50:07.4207678Z [7944/7973] Linking CXX executable bin\lazy_tensor_test.exe 2024-08-20T21:50:07.4565167Z [7945/7973] Linking CXX executable bin\ivalue_test.exe 2024-08-20T21:50:07.6391256Z [7946/7973] Linking CXX executable bin\memory_format_test.exe 2024-08-20T21:50:07.9218866Z [7947/7973] Linking CXX executable bin\operator_name_test.exe 2024-08-20T21:50:07.9337078Z [7948/7973] Linking CXX executable bin\memory_overlapping_test.exe 2024-08-20T21:50:07.9348786Z [7949/7973] Linking CXX executable bin\mobile_memory_cleanup.exe 2024-08-20T21:50:07.9581915Z [7950/7973] Linking CXX executable bin\native_test.exe 2024-08-20T21:50:08.1222105Z [7951/7973] Linking CXX executable bin\vec_test_all_types_AVX2.exe 2024-08-20T21:50:08.1761566Z [7952/7973] Linking CXX executable bin\vec_test_all_types_DEFAULT.exe 2024-08-20T21:50:08.2511229Z [7953/7973] Linking CXX executable bin\packedtensoraccessor_test.exe 2024-08-20T21:50:08.6168481Z [7954/7973] Linking CXX executable bin\vec_test_all_types_AVX512.exe 2024-08-20T21:50:08.6239980Z [7955/7973] Linking CXX executable bin\pow_test.exe 2024-08-20T21:50:08.6457850Z [7956/7973] Linking CXX executable bin\operators_test.exe 2024-08-20T21:50:08.6544322Z [7957/7973] Linking CXX executable bin\tutorial_tensorexpr.exe 2024-08-20T21:50:08.6978658Z [7958/7973] Linking CXX shared library bin\aoti_custom_ops.dll 2024-08-20T21:50:08.8435139Z [7959/7973] Linking CXX shared library bin\shm.dll 2024-08-20T21:50:09.0116910Z [7960/7973] Linking CXX executable bin\parallel_benchmark.exe 2024-08-20T21:50:09.1883679Z [7961/7973] Linking CXX executable bin\test_edge_op_registration.exe 2024-08-20T21:50:09.2373380Z [7962/7973] Linking CXX shared library bin\jitbackend_test.dll 2024-08-20T21:50:09.8673652Z [7963/7973] Linking CXX shared library bin\backend_with_compiler.dll 2024-08-20T21:50:10.1780538Z [7964/7973] Linking CXX executable bin\op_registration_test.exe 2024-08-20T21:50:10.5745988Z [7965/7973] Linking CXX shared library bin\torchbind_test.dll 2024-08-20T21:50:12.4806778Z [7966/7973] Linking CXX executable bin\test_lazy.exe 2024-08-20T21:50:14.7053784Z [7967/7973] Linking CXX executable bin\test_tensorexpr.exe 2024-08-20T21:50:17.4964824Z [7968/7973] Linking CXX executable bin\test_jit.exe 2024-08-20T21:50:18.2954334Z [7969/7973] Linking CXX executable bin\test_api.exe 2024-08-20T21:50:26.1089902Z [7970/7973] Linking CXX shared library bin\torch_python.dll 2024-08-20T21:50:26.4289404Z [7971/7973] Linking CXX shared module functorch\functorch.pyd 2024-08-20T21:50:26.5584866Z [7972/7973] Linking CXX shared library bin\nnapi_backend.dll 2024-08-20T21:50:26.5590335Z [7972/7973] Install the project... 2024-08-20T21:50:26.6108568Z -- Install configuration: "Release" 2024-08-20T21:51:17.1563469Z -- Building version 2.5.0a0+git40ec5f6 2024-08-20T21:51:17.1566858Z 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+git40ec5f6 -DTORCH_CUDA_ARCH_LIST=8.6 -DUSE_CUDA=0 -DUSE_NUMPY=True C:\actions-runner\_work\pytorch\pytorch 2024-08-20T21:51:17.1570381Z cmake --build . --target install --config Release -- -j 8 2024-08-20T21:51:17.1570873Z running bdist_wheel 2024-08-20T21:51:18.1971065Z running build 2024-08-20T21:51:18.1971404Z running build_py 2024-08-20T21:51:18.2079970Z creating build\lib.win-amd64-cpython-39 2024-08-20T21:51:18.2081842Z creating build\lib.win-amd64-cpython-39\functorch 2024-08-20T21:51:18.2084287Z copying functorch\__init__.py -> build\lib.win-amd64-cpython-39\functorch 2024-08-20T21:51:18.2116824Z creating build\lib.win-amd64-cpython-39\torch 2024-08-20T21:51:18.2119500Z copying torch\functional.py -> build\lib.win-amd64-cpython-39\torch 2024-08-20T21:51:18.2152366Z copying torch\hub.py -> build\lib.win-amd64-cpython-39\torch 2024-08-20T21:51:18.2170019Z copying torch\library.py -> build\lib.win-amd64-cpython-39\torch 2024-08-20T21:51:18.2191300Z copying torch\overrides.py -> build\lib.win-amd64-cpython-39\torch 2024-08-20T21:51:18.2232280Z copying torch\quasirandom.py -> build\lib.win-amd64-cpython-39\torch 2024-08-20T21:51:18.2252010Z copying torch\random.py -> build\lib.win-amd64-cpython-39\torch 2024-08-20T21:51:18.2261220Z copying torch\return_types.py -> build\lib.win-amd64-cpython-39\torch 2024-08-20T21:51:18.2274172Z copying torch\serialization.py -> build\lib.win-amd64-cpython-39\torch 2024-08-20T21:51:18.2300630Z copying torch\storage.py -> build\lib.win-amd64-cpython-39\torch 2024-08-20T21:51:18.2325689Z copying torch\torch_version.py -> build\lib.win-amd64-cpython-39\torch 2024-08-20T21:51:18.2336311Z copying torch\types.py -> build\lib.win-amd64-cpython-39\torch 2024-08-20T21:51:18.2344681Z copying torch\version.py -> build\lib.win-amd64-cpython-39\torch 2024-08-20T21:51:18.2350096Z copying torch\_appdirs.py -> build\lib.win-amd64-cpython-39\torch 2024-08-20T21:51:18.2363959Z copying torch\_classes.py -> build\lib.win-amd64-cpython-39\torch 2024-08-20T21:51:18.2374852Z copying torch\_compile.py -> build\lib.win-amd64-cpython-39\torch 2024-08-20T21:51:18.2385537Z copying torch\_custom_ops.py -> build\lib.win-amd64-cpython-39\torch 2024-08-20T21:51:18.2396918Z copying torch\_deploy.py -> build\lib.win-amd64-cpython-39\torch 2024-08-20T21:51:18.2405574Z copying torch\_guards.py -> build\lib.win-amd64-cpython-39\torch 2024-08-20T21:51:18.2421196Z copying torch\_jit_internal.py -> build\lib.win-amd64-cpython-39\torch 2024-08-20T21:51:18.2451178Z copying torch\_linalg_utils.py -> build\lib.win-amd64-cpython-39\torch 2024-08-20T21:51:18.2462190Z copying torch\_lobpcg.py -> build\lib.win-amd64-cpython-39\torch 2024-08-20T21:51:18.2481576Z copying torch\_lowrank.py -> build\lib.win-amd64-cpython-39\torch 2024-08-20T21:51:18.2491716Z copying torch\_meta_registrations.py -> build\lib.win-amd64-cpython-39\torch 2024-08-20T21:51:18.2559341Z copying torch\_namedtensor_internals.py -> build\lib.win-amd64-cpython-39\torch 2024-08-20T21:51:18.2569706Z copying torch\_ops.py -> build\lib.win-amd64-cpython-39\torch 2024-08-20T21:51:18.2594638Z copying torch\_python_dispatcher.py -> build\lib.win-amd64-cpython-39\torch 2024-08-20T21:51:18.2619023Z copying torch\_size_docs.py -> build\lib.win-amd64-cpython-39\torch 2024-08-20T21:51:18.2629722Z copying torch\_sources.py -> build\lib.win-amd64-cpython-39\torch 2024-08-20T21:51:18.2640187Z copying torch\_storage_docs.py -> build\lib.win-amd64-cpython-39\torch 2024-08-20T21:51:18.2650589Z copying torch\_streambase.py -> build\lib.win-amd64-cpython-39\torch 2024-08-20T21:51:18.2658620Z copying torch\_tensor.py -> build\lib.win-amd64-cpython-39\torch 2024-08-20T21:51:18.2685281Z copying torch\_tensor_docs.py -> build\lib.win-amd64-cpython-39\torch 2024-08-20T21:51:18.2739930Z copying torch\_tensor_str.py -> build\lib.win-amd64-cpython-39\torch 2024-08-20T21:51:18.2755723Z copying torch\_torch_docs.py -> build\lib.win-amd64-cpython-39\torch 2024-08-20T21:51:18.2889716Z copying torch\_utils.py -> build\lib.win-amd64-cpython-39\torch 2024-08-20T21:51:18.2909318Z copying torch\_utils_internal.py -> build\lib.win-amd64-cpython-39\torch 2024-08-20T21:51:18.2915153Z copying torch\_VF.py -> build\lib.win-amd64-cpython-39\torch 2024-08-20T21:51:18.2928190Z copying torch\_vmap_internals.py -> build\lib.win-amd64-cpython-39\torch 2024-08-20T21:51:18.2939348Z copying torch\_weights_only_unpickler.py -> build\lib.win-amd64-cpython-39\torch 2024-08-20T21:51:18.2967979Z copying torch\__config__.py -> build\lib.win-amd64-cpython-39\torch 2024-08-20T21:51:18.2973701Z copying torch\__future__.py -> build\lib.win-amd64-cpython-39\torch 2024-08-20T21:51:18.2983552Z copying torch\__init__.py -> build\lib.win-amd64-cpython-39\torch 2024-08-20T21:51:18.3014602Z creating build\lib.win-amd64-cpython-39\torchgen 2024-08-20T21:51:18.3018316Z copying torchgen\code_template.py -> build\lib.win-amd64-cpython-39\torchgen 2024-08-20T21:51:18.3028056Z copying torchgen\context.py -> build\lib.win-amd64-cpython-39\torchgen 2024-08-20T21:51:18.3037514Z copying torchgen\gen.py -> build\lib.win-amd64-cpython-39\torchgen 2024-08-20T21:51:18.3079164Z copying torchgen\gen_aoti_c_shim.py -> build\lib.win-amd64-cpython-39\torchgen 2024-08-20T21:51:18.3094944Z copying torchgen\gen_backend_stubs.py -> build\lib.win-amd64-cpython-39\torchgen 2024-08-20T21:51:18.3123174Z copying torchgen\gen_executorch.py -> build\lib.win-amd64-cpython-39\torchgen 2024-08-20T21:51:18.3141162Z copying torchgen\gen_functionalization_type.py -> build\lib.win-amd64-cpython-39\torchgen 2024-08-20T21:51:18.3159832Z copying torchgen\gen_lazy_tensor.py -> build\lib.win-amd64-cpython-39\torchgen 2024-08-20T21:51:18.3179778Z copying torchgen\gen_vmap_plumbing.py -> build\lib.win-amd64-cpython-39\torchgen 2024-08-20T21:51:18.3190695Z copying torchgen\local.py -> build\lib.win-amd64-cpython-39\torchgen 2024-08-20T21:51:18.3200863Z copying torchgen\model.py -> build\lib.win-amd64-cpython-39\torchgen 2024-08-20T21:51:18.3246701Z copying torchgen\native_function_generation.py -> build\lib.win-amd64-cpython-39\torchgen 2024-08-20T21:51:18.3263476Z copying torchgen\utils.py -> build\lib.win-amd64-cpython-39\torchgen 2024-08-20T21:51:18.3299004Z copying torchgen\yaml_utils.py -> build\lib.win-amd64-cpython-39\torchgen 2024-08-20T21:51:18.3309051Z copying torchgen\__init__.py -> build\lib.win-amd64-cpython-39\torchgen 2024-08-20T21:51:18.3315944Z creating build\lib.win-amd64-cpython-39\functorch\compile 2024-08-20T21:51:18.3318683Z copying functorch\compile\__init__.py -> build\lib.win-amd64-cpython-39\functorch\compile 2024-08-20T21:51:18.3330234Z creating build\lib.win-amd64-cpython-39\functorch\dim 2024-08-20T21:51:18.3333019Z copying functorch\dim\batch_tensor.py -> build\lib.win-amd64-cpython-39\functorch\dim 2024-08-20T21:51:18.3343077Z copying functorch\dim\delayed_mul_tensor.py -> build\lib.win-amd64-cpython-39\functorch\dim 2024-08-20T21:51:18.3353070Z copying functorch\dim\dim.py -> build\lib.win-amd64-cpython-39\functorch\dim 2024-08-20T21:51:18.3362433Z copying functorch\dim\magic_trace.py -> build\lib.win-amd64-cpython-39\functorch\dim 2024-08-20T21:51:18.3379191Z copying functorch\dim\op_properties.py -> build\lib.win-amd64-cpython-39\functorch\dim 2024-08-20T21:51:18.3399270Z copying functorch\dim\reference.py -> build\lib.win-amd64-cpython-39\functorch\dim 2024-08-20T21:51:18.3413860Z copying functorch\dim\tree_map.py -> build\lib.win-amd64-cpython-39\functorch\dim 2024-08-20T21:51:18.3419470Z copying functorch\dim\wrap_type.py -> build\lib.win-amd64-cpython-39\functorch\dim 2024-08-20T21:51:18.3429725Z copying functorch\dim\__init__.py -> build\lib.win-amd64-cpython-39\functorch\dim 2024-08-20T21:51:18.3440569Z creating build\lib.win-amd64-cpython-39\functorch\einops 2024-08-20T21:51:18.3443006Z copying functorch\einops\rearrange.py -> build\lib.win-amd64-cpython-39\functorch\einops 2024-08-20T21:51:18.3455877Z copying functorch\einops\_parsing.py -> build\lib.win-amd64-cpython-39\functorch\einops 2024-08-20T21:51:18.3465811Z copying functorch\einops\__init__.py -> build\lib.win-amd64-cpython-39\functorch\einops 2024-08-20T21:51:18.3472744Z creating build\lib.win-amd64-cpython-39\functorch\experimental 2024-08-20T21:51:18.3483006Z copying functorch\experimental\control_flow.py -> build\lib.win-amd64-cpython-39\functorch\experimental 2024-08-20T21:51:18.3488557Z copying functorch\experimental\ops.py -> build\lib.win-amd64-cpython-39\functorch\experimental 2024-08-20T21:51:18.3493951Z copying functorch\experimental\__init__.py -> build\lib.win-amd64-cpython-39\functorch\experimental 2024-08-20T21:51:18.3500247Z creating build\lib.win-amd64-cpython-39\functorch\_src 2024-08-20T21:51:18.3502712Z copying functorch\_src\__init__.py -> build\lib.win-amd64-cpython-39\functorch\_src 2024-08-20T21:51:18.3510053Z creating build\lib.win-amd64-cpython-39\functorch\_src\aot_autograd 2024-08-20T21:51:18.3512282Z copying functorch\_src\aot_autograd\__init__.py -> build\lib.win-amd64-cpython-39\functorch\_src\aot_autograd 2024-08-20T21:51:18.3518907Z creating build\lib.win-amd64-cpython-39\functorch\_src\eager_transforms 2024-08-20T21:51:18.3522397Z copying functorch\_src\eager_transforms\__init__.py -> build\lib.win-amd64-cpython-39\functorch\_src\eager_transforms 2024-08-20T21:51:18.3528314Z creating build\lib.win-amd64-cpython-39\functorch\_src\make_functional 2024-08-20T21:51:18.3538434Z copying functorch\_src\make_functional\__init__.py -> build\lib.win-amd64-cpython-39\functorch\_src\make_functional 2024-08-20T21:51:18.3544713Z creating build\lib.win-amd64-cpython-39\functorch\_src\vmap 2024-08-20T21:51:18.3547151Z copying functorch\_src\vmap\__init__.py -> build\lib.win-amd64-cpython-39\functorch\_src\vmap 2024-08-20T21:51:18.3554327Z creating build\lib.win-amd64-cpython-39\torch\amp 2024-08-20T21:51:18.3557143Z copying torch\amp\autocast_mode.py -> build\lib.win-amd64-cpython-39\torch\amp 2024-08-20T21:51:18.3574390Z copying torch\amp\grad_scaler.py -> build\lib.win-amd64-cpython-39\torch\amp 2024-08-20T21:51:18.3598926Z copying torch\amp\__init__.py -> build\lib.win-amd64-cpython-39\torch\amp 2024-08-20T21:51:18.3605622Z creating build\lib.win-amd64-cpython-39\torch\ao 2024-08-20T21:51:18.3608229Z copying torch\ao\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao 2024-08-20T21:51:18.3616938Z creating build\lib.win-amd64-cpython-39\torch\autograd 2024-08-20T21:51:18.3619808Z copying torch\autograd\anomaly_mode.py -> build\lib.win-amd64-cpython-39\torch\autograd 2024-08-20T21:51:18.3630870Z copying torch\autograd\forward_ad.py -> build\lib.win-amd64-cpython-39\torch\autograd 2024-08-20T21:51:18.3640639Z copying torch\autograd\function.py -> build\lib.win-amd64-cpython-39\torch\autograd 2024-08-20T21:51:18.3662001Z copying torch\autograd\functional.py -> build\lib.win-amd64-cpython-39\torch\autograd 2024-08-20T21:51:18.3690112Z copying torch\autograd\gradcheck.py -> build\lib.win-amd64-cpython-39\torch\autograd 2024-08-20T21:51:18.3725588Z copying torch\autograd\grad_mode.py -> build\lib.win-amd64-cpython-39\torch\autograd 2024-08-20T21:51:18.3738783Z copying torch\autograd\graph.py -> build\lib.win-amd64-cpython-39\torch\autograd 2024-08-20T21:51:18.3753566Z copying torch\autograd\profiler.py -> build\lib.win-amd64-cpython-39\torch\autograd 2024-08-20T21:51:18.3773577Z copying torch\autograd\profiler_legacy.py -> build\lib.win-amd64-cpython-39\torch\autograd 2024-08-20T21:51:18.3784707Z copying torch\autograd\profiler_util.py -> build\lib.win-amd64-cpython-39\torch\autograd 2024-08-20T21:51:18.3803205Z copying torch\autograd\variable.py -> build\lib.win-amd64-cpython-39\torch\autograd 2024-08-20T21:51:18.3808616Z copying torch\autograd\__init__.py -> build\lib.win-amd64-cpython-39\torch\autograd 2024-08-20T21:51:18.3826909Z creating build\lib.win-amd64-cpython-39\torch\backends 2024-08-20T21:51:18.3829724Z copying torch\backends\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends 2024-08-20T21:51:18.3845089Z creating build\lib.win-amd64-cpython-39\torch\compiler 2024-08-20T21:51:18.3847030Z copying torch\compiler\__init__.py -> build\lib.win-amd64-cpython-39\torch\compiler 2024-08-20T21:51:18.3858664Z creating build\lib.win-amd64-cpython-39\torch\contrib 2024-08-20T21:51:18.3861729Z copying torch\contrib\_tensorboard_vis.py -> build\lib.win-amd64-cpython-39\torch\contrib 2024-08-20T21:51:18.3870076Z copying torch\contrib\__init__.py -> build\lib.win-amd64-cpython-39\torch\contrib 2024-08-20T21:51:18.3875694Z creating build\lib.win-amd64-cpython-39\torch\cpu 2024-08-20T21:51:18.3878121Z copying torch\cpu\__init__.py -> build\lib.win-amd64-cpython-39\torch\cpu 2024-08-20T21:51:18.3890974Z creating build\lib.win-amd64-cpython-39\torch\cuda 2024-08-20T21:51:18.3893724Z copying torch\cuda\comm.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-08-20T21:51:18.3904338Z copying torch\cuda\error.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-08-20T21:51:18.3908657Z copying torch\cuda\gds.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-08-20T21:51:18.3918348Z copying torch\cuda\graphs.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-08-20T21:51:18.3933116Z copying torch\cuda\jiterator.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-08-20T21:51:18.3942208Z copying torch\cuda\memory.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-08-20T21:51:18.3965946Z copying torch\cuda\nccl.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-08-20T21:51:18.3975271Z copying torch\cuda\nvtx.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-08-20T21:51:18.3984620Z copying torch\cuda\profiler.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-08-20T21:51:18.3992957Z copying torch\cuda\random.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-08-20T21:51:18.4002487Z copying torch\cuda\sparse.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-08-20T21:51:18.4007618Z copying torch\cuda\streams.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-08-20T21:51:18.4017648Z copying torch\cuda\tunable.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-08-20T21:51:18.4028930Z copying torch\cuda\_gpu_trace.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-08-20T21:51:18.4038734Z copying torch\cuda\_memory_viz.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-08-20T21:51:18.4054299Z copying torch\cuda\_sanitizer.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-08-20T21:51:18.4068650Z copying torch\cuda\_utils.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-08-20T21:51:18.4077150Z copying torch\cuda\__init__.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-08-20T21:51:18.4105148Z creating build\lib.win-amd64-cpython-39\torch\distributed 2024-08-20T21:51:18.4108094Z copying torch\distributed\argparse_util.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-08-20T21:51:18.4117376Z copying torch\distributed\c10d_logger.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-08-20T21:51:18.4126659Z copying torch\distributed\collective_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-08-20T21:51:18.4142301Z copying torch\distributed\constants.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-08-20T21:51:18.4151529Z copying torch\distributed\device_mesh.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-08-20T21:51:18.4169915Z copying torch\distributed\distributed_c10d.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-08-20T21:51:18.4243732Z copying torch\distributed\launch.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-08-20T21:51:18.4253161Z copying torch\distributed\logging_handlers.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-08-20T21:51:18.4262329Z copying torch\distributed\remote_device.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-08-20T21:51:18.4276066Z copying torch\distributed\rendezvous.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-08-20T21:51:18.4288129Z copying torch\distributed\run.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-08-20T21:51:18.4307122Z copying torch\distributed\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-08-20T21:51:18.4323199Z copying torch\distributed\_checkpointable.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-08-20T21:51:18.4332184Z copying torch\distributed\_composable_state.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-08-20T21:51:18.4343418Z copying torch\distributed\_functional_collectives.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-08-20T21:51:18.4506982Z copying torch\distributed\_functional_collectives_impl.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-08-20T21:51:18.4516532Z copying torch\distributed\_state_dict_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-08-20T21:51:18.4863600Z copying torch\distributed\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-08-20T21:51:18.4882219Z creating build\lib.win-amd64-cpython-39\torch\distributions 2024-08-20T21:51:18.4885021Z copying torch\distributions\bernoulli.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-20T21:51:18.4896026Z copying torch\distributions\beta.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-20T21:51:18.4907863Z copying torch\distributions\binomial.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-20T21:51:18.4919106Z copying torch\distributions\categorical.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-20T21:51:18.4937785Z copying torch\distributions\cauchy.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-20T21:51:18.4948345Z copying torch\distributions\chi2.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-20T21:51:18.4958408Z copying torch\distributions\constraints.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-20T21:51:18.4975835Z copying torch\distributions\constraint_registry.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-20T21:51:18.4987151Z copying torch\distributions\continuous_bernoulli.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-20T21:51:18.5003334Z copying torch\distributions\dirichlet.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-20T21:51:18.5014025Z copying torch\distributions\distribution.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-20T21:51:18.5024849Z copying torch\distributions\exponential.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-20T21:51:18.5035193Z copying torch\distributions\exp_family.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-20T21:51:18.5054876Z copying torch\distributions\fishersnedecor.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-20T21:51:18.5071456Z copying torch\distributions\gamma.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-20T21:51:18.5088078Z copying torch\distributions\geometric.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-20T21:51:18.5098377Z copying torch\distributions\gumbel.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-20T21:51:18.6110213Z copying torch\distributions\half_cauchy.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-20T21:51:18.6120138Z copying torch\distributions\half_normal.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-20T21:51:18.6129817Z copying torch\distributions\independent.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-20T21:51:18.6139466Z copying torch\distributions\inverse_gamma.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-20T21:51:18.6148508Z copying torch\distributions\kl.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-20T21:51:18.6162643Z copying torch\distributions\kumaraswamy.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-20T21:51:18.6177388Z copying torch\distributions\laplace.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-20T21:51:18.6187211Z copying torch\distributions\lkj_cholesky.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-20T21:51:18.6196795Z copying torch\distributions\logistic_normal.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-20T21:51:18.6209763Z copying torch\distributions\log_normal.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-20T21:51:18.6219287Z copying torch\distributions\lowrank_multivariate_normal.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-20T21:51:18.6229491Z copying torch\distributions\mixture_same_family.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-20T21:51:18.6238958Z copying torch\distributions\multinomial.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-20T21:51:18.6248283Z copying torch\distributions\multivariate_normal.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-20T21:51:18.6258435Z copying torch\distributions\negative_binomial.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-20T21:51:18.6272871Z copying torch\distributions\normal.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-20T21:51:18.6281920Z copying torch\distributions\one_hot_categorical.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-20T21:51:18.6291689Z copying torch\distributions\pareto.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-20T21:51:18.6301137Z copying torch\distributions\poisson.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-20T21:51:18.6310454Z copying torch\distributions\relaxed_bernoulli.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-20T21:51:18.6320273Z copying torch\distributions\relaxed_categorical.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-20T21:51:18.6329810Z copying torch\distributions\studentT.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-20T21:51:18.6339994Z copying torch\distributions\transformed_distribution.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-20T21:51:18.6356222Z copying torch\distributions\transforms.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-20T21:51:18.6506406Z copying torch\distributions\uniform.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-20T21:51:18.6515920Z copying torch\distributions\utils.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-20T21:51:18.6526031Z copying torch\distributions\von_mises.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-20T21:51:18.6535722Z copying torch\distributions\weibull.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-20T21:51:18.6549796Z copying torch\distributions\wishart.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-20T21:51:18.6562877Z copying torch\distributions\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-08-20T21:51:18.6576126Z creating build\lib.win-amd64-cpython-39\torch\export 2024-08-20T21:51:18.6578950Z copying torch\export\custom_obj.py -> build\lib.win-amd64-cpython-39\torch\export 2024-08-20T21:51:18.6591434Z copying torch\export\dynamic_shapes.py -> build\lib.win-amd64-cpython-39\torch\export 2024-08-20T21:51:18.6613636Z copying torch\export\exported_program.py -> build\lib.win-amd64-cpython-39\torch\export 2024-08-20T21:51:18.6630883Z copying torch\export\graph_signature.py -> build\lib.win-amd64-cpython-39\torch\export 2024-08-20T21:51:18.6648644Z copying torch\export\unflatten.py -> build\lib.win-amd64-cpython-39\torch\export 2024-08-20T21:51:18.6669399Z copying torch\export\_remove_auto_functionalized_pass.py -> build\lib.win-amd64-cpython-39\torch\export 2024-08-20T21:51:18.6679194Z copying torch\export\_remove_effect_tokens_pass.py -> build\lib.win-amd64-cpython-39\torch\export 2024-08-20T21:51:18.6688904Z copying torch\export\_safeguard.py -> build\lib.win-amd64-cpython-39\torch\export 2024-08-20T21:51:18.6697750Z copying torch\export\_trace.py -> build\lib.win-amd64-cpython-39\torch\export 2024-08-20T21:51:18.6735149Z copying torch\export\_tree_utils.py -> build\lib.win-amd64-cpython-39\torch\export 2024-08-20T21:51:18.6747148Z copying torch\export\_unlift.py -> build\lib.win-amd64-cpython-39\torch\export 2024-08-20T21:51:18.6757737Z copying torch\export\__init__.py -> build\lib.win-amd64-cpython-39\torch\export 2024-08-20T21:51:18.6775360Z creating build\lib.win-amd64-cpython-39\torch\fft 2024-08-20T21:51:18.6777435Z copying torch\fft\__init__.py -> build\lib.win-amd64-cpython-39\torch\fft 2024-08-20T21:51:18.6803926Z creating build\lib.win-amd64-cpython-39\torch\func 2024-08-20T21:51:18.6806758Z copying torch\func\__init__.py -> build\lib.win-amd64-cpython-39\torch\func 2024-08-20T21:51:18.6814015Z creating build\lib.win-amd64-cpython-39\torch\futures 2024-08-20T21:51:18.6816527Z copying torch\futures\__init__.py -> build\lib.win-amd64-cpython-39\torch\futures 2024-08-20T21:51:18.6831803Z creating build\lib.win-amd64-cpython-39\torch\fx 2024-08-20T21:51:18.6834108Z copying torch\fx\annotate.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-08-20T21:51:18.6844030Z copying torch\fx\config.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-08-20T21:51:18.6849347Z copying torch\fx\graph.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-08-20T21:51:18.6873832Z copying torch\fx\graph_module.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-08-20T21:51:18.6890840Z copying torch\fx\immutable_collections.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-08-20T21:51:18.6905406Z copying torch\fx\interpreter.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-08-20T21:51:18.6922101Z copying torch\fx\node.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-08-20T21:51:18.6941387Z copying torch\fx\operator_schemas.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-08-20T21:51:18.6953659Z copying torch\fx\proxy.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-08-20T21:51:18.6969873Z copying torch\fx\subgraph_rewriter.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-08-20T21:51:18.6979499Z copying torch\fx\tensor_type.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-08-20T21:51:18.6989035Z copying torch\fx\traceback.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-08-20T21:51:18.6999239Z copying torch\fx\_compatibility.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-08-20T21:51:18.7009371Z copying torch\fx\_lazy_graph_module.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-08-20T21:51:18.7019464Z copying torch\fx\_pytree.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-08-20T21:51:18.7028248Z copying torch\fx\_symbolic_trace.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-08-20T21:51:18.7046518Z copying torch\fx\_utils.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-08-20T21:51:18.7055283Z copying torch\fx\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-08-20T21:51:18.7069314Z creating build\lib.win-amd64-cpython-39\torch\jit 2024-08-20T21:51:18.7072199Z copying torch\jit\annotations.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-08-20T21:51:18.7085513Z copying torch\jit\frontend.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-08-20T21:51:18.7105860Z copying torch\jit\generate_bytecode.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-08-20T21:51:18.7117663Z copying torch\jit\quantized.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-08-20T21:51:18.7136897Z copying torch\jit\supported_ops.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-08-20T21:51:18.7148861Z copying torch\jit\unsupported_tensor_ops.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-08-20T21:51:18.7158960Z copying torch\jit\_async.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-08-20T21:51:18.7170584Z copying torch\jit\_await.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-08-20T21:51:18.7182780Z copying torch\jit\_builtins.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-08-20T21:51:18.7194371Z copying torch\jit\_check.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-08-20T21:51:18.7205629Z copying torch\jit\_dataclass_impls.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-08-20T21:51:18.7215647Z copying torch\jit\_decompositions.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-08-20T21:51:18.7226025Z copying torch\jit\_decomposition_utils.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-08-20T21:51:18.7231447Z copying torch\jit\_freeze.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-08-20T21:51:18.7241545Z copying torch\jit\_fuser.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-08-20T21:51:18.7251125Z copying torch\jit\_ir_utils.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-08-20T21:51:18.7261395Z copying torch\jit\_logging.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-08-20T21:51:18.7266956Z copying torch\jit\_monkeytype_config.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-08-20T21:51:18.7276662Z copying torch\jit\_pickle.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-08-20T21:51:18.7285795Z copying torch\jit\_recursive.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-08-20T21:51:18.7304772Z copying torch\jit\_script.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-08-20T21:51:18.7329441Z copying torch\jit\_serialization.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-08-20T21:51:18.7339361Z copying torch\jit\_shape_functions.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-08-20T21:51:18.7363322Z copying torch\jit\_state.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-08-20T21:51:18.7373364Z copying torch\jit\_trace.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-08-20T21:51:18.7396504Z copying torch\jit\__init__.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-08-20T21:51:18.7407915Z creating build\lib.win-amd64-cpython-39\torch\linalg 2024-08-20T21:51:18.7410393Z copying torch\linalg\__init__.py -> build\lib.win-amd64-cpython-39\torch\linalg 2024-08-20T21:51:18.7449468Z creating build\lib.win-amd64-cpython-39\torch\masked 2024-08-20T21:51:18.7453129Z copying torch\masked\_docs.py -> build\lib.win-amd64-cpython-39\torch\masked 2024-08-20T21:51:18.7473804Z copying torch\masked\_ops.py -> build\lib.win-amd64-cpython-39\torch\masked 2024-08-20T21:51:18.7499536Z copying torch\masked\__init__.py -> build\lib.win-amd64-cpython-39\torch\masked 2024-08-20T21:51:18.7510863Z creating build\lib.win-amd64-cpython-39\torch\monitor 2024-08-20T21:51:18.7513337Z copying torch\monitor\__init__.py -> build\lib.win-amd64-cpython-39\torch\monitor 2024-08-20T21:51:18.7525522Z creating build\lib.win-amd64-cpython-39\torch\mps 2024-08-20T21:51:18.7533865Z copying torch\mps\event.py -> build\lib.win-amd64-cpython-39\torch\mps 2024-08-20T21:51:18.7544136Z copying torch\mps\profiler.py -> build\lib.win-amd64-cpython-39\torch\mps 2024-08-20T21:51:18.7555355Z copying torch\mps\__init__.py -> build\lib.win-amd64-cpython-39\torch\mps 2024-08-20T21:51:18.7566471Z creating build\lib.win-amd64-cpython-39\torch\mtia 2024-08-20T21:51:18.7570061Z copying torch\mtia\_utils.py -> build\lib.win-amd64-cpython-39\torch\mtia 2024-08-20T21:51:18.7579634Z copying torch\mtia\__init__.py -> build\lib.win-amd64-cpython-39\torch\mtia 2024-08-20T21:51:18.7591296Z creating build\lib.win-amd64-cpython-39\torch\multiprocessing 2024-08-20T21:51:18.7594560Z copying torch\multiprocessing\pool.py -> build\lib.win-amd64-cpython-39\torch\multiprocessing 2024-08-20T21:51:18.7605300Z copying torch\multiprocessing\queue.py -> build\lib.win-amd64-cpython-39\torch\multiprocessing 2024-08-20T21:51:18.7615619Z copying torch\multiprocessing\reductions.py -> build\lib.win-amd64-cpython-39\torch\multiprocessing 2024-08-20T21:51:18.7630177Z copying torch\multiprocessing\spawn.py -> build\lib.win-amd64-cpython-39\torch\multiprocessing 2024-08-20T21:51:18.7639718Z copying torch\multiprocessing\_atfork.py -> build\lib.win-amd64-cpython-39\torch\multiprocessing 2024-08-20T21:51:18.7654134Z copying torch\multiprocessing\__init__.py -> build\lib.win-amd64-cpython-39\torch\multiprocessing 2024-08-20T21:51:18.7665934Z creating build\lib.win-amd64-cpython-39\torch\nested 2024-08-20T21:51:18.7668405Z copying torch\nested\__init__.py -> build\lib.win-amd64-cpython-39\torch\nested 2024-08-20T21:51:18.7685367Z creating build\lib.win-amd64-cpython-39\torch\nn 2024-08-20T21:51:18.7688035Z copying torch\nn\common_types.py -> build\lib.win-amd64-cpython-39\torch\nn 2024-08-20T21:51:18.7697585Z copying torch\nn\cpp.py -> build\lib.win-amd64-cpython-39\torch\nn 2024-08-20T21:51:18.7706887Z copying torch\nn\functional.py -> build\lib.win-amd64-cpython-39\torch\nn 2024-08-20T21:51:18.7782126Z copying torch\nn\grad.py -> build\lib.win-amd64-cpython-39\torch\nn 2024-08-20T21:51:18.7792023Z copying torch\nn\init.py -> build\lib.win-amd64-cpython-39\torch\nn 2024-08-20T21:51:18.7819745Z copying torch\nn\parameter.py -> build\lib.win-amd64-cpython-39\torch\nn 2024-08-20T21:51:18.7829972Z copying torch\nn\_reduction.py -> build\lib.win-amd64-cpython-39\torch\nn 2024-08-20T21:51:18.7839491Z copying torch\nn\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn 2024-08-20T21:51:18.7855674Z creating build\lib.win-amd64-cpython-39\torch\onnx 2024-08-20T21:51:18.7858337Z copying torch\onnx\errors.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-08-20T21:51:18.7873708Z copying torch\onnx\operators.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-08-20T21:51:18.7883645Z copying torch\onnx\symbolic_caffe2.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-08-20T21:51:18.7898770Z copying torch\onnx\symbolic_helper.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-08-20T21:51:18.7941938Z copying torch\onnx\symbolic_opset10.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-08-20T21:51:18.7974832Z copying torch\onnx\symbolic_opset11.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-08-20T21:51:18.8000990Z copying torch\onnx\symbolic_opset12.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-08-20T21:51:18.8014049Z copying torch\onnx\symbolic_opset13.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-08-20T21:51:18.8068781Z copying torch\onnx\symbolic_opset14.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-08-20T21:51:18.8079338Z copying torch\onnx\symbolic_opset15.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-08-20T21:51:18.8088814Z copying torch\onnx\symbolic_opset16.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-08-20T21:51:18.8098875Z copying torch\onnx\symbolic_opset17.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-08-20T21:51:18.8109276Z copying torch\onnx\symbolic_opset18.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-08-20T21:51:18.8120274Z copying torch\onnx\symbolic_opset19.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-08-20T21:51:18.8126137Z copying torch\onnx\symbolic_opset20.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-08-20T21:51:18.8137370Z copying torch\onnx\symbolic_opset7.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-08-20T21:51:18.8146855Z copying torch\onnx\symbolic_opset8.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-08-20T21:51:18.8157414Z copying torch\onnx\symbolic_opset9.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-08-20T21:51:18.8237900Z copying torch\onnx\utils.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-08-20T21:51:18.8271273Z copying torch\onnx\verification.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-08-20T21:51:18.8320043Z copying torch\onnx\_constants.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-08-20T21:51:18.8330166Z copying torch\onnx\_deprecation.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-08-20T21:51:18.8338856Z copying torch\onnx\_experimental.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-08-20T21:51:18.8349913Z copying torch\onnx\_exporter_states.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-08-20T21:51:18.8355484Z copying torch\onnx\_flags.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-08-20T21:51:18.8364359Z copying torch\onnx\_globals.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-08-20T21:51:18.8374026Z copying torch\onnx\_onnx_supported_ops.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-08-20T21:51:18.8384456Z copying torch\onnx\_type_utils.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-08-20T21:51:18.8396735Z copying torch\onnx\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-08-20T21:51:18.8411836Z creating build\lib.win-amd64-cpython-39\torch\optim 2024-08-20T21:51:18.8414719Z copying torch\optim\adadelta.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-08-20T21:51:18.8430897Z copying torch\optim\adagrad.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-08-20T21:51:18.8446160Z copying torch\optim\adam.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-08-20T21:51:18.8476660Z copying torch\optim\adamax.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-08-20T21:51:18.8490116Z copying torch\optim\adamw.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-08-20T21:51:18.8506773Z copying torch\optim\asgd.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-08-20T21:51:18.8523862Z copying torch\optim\lbfgs.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-08-20T21:51:18.8549434Z copying torch\optim\lr_scheduler.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-08-20T21:51:18.8593609Z copying torch\optim\nadam.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-08-20T21:51:18.8612906Z copying torch\optim\optimizer.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-08-20T21:51:18.8637266Z copying torch\optim\radam.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-08-20T21:51:18.8653783Z copying torch\optim\rmsprop.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-08-20T21:51:18.8670083Z copying torch\optim\rprop.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-08-20T21:51:18.8685271Z copying torch\optim\sgd.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-08-20T21:51:18.8699739Z copying torch\optim\sparse_adam.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-08-20T21:51:18.8709771Z copying torch\optim\swa_utils.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-08-20T21:51:18.8725278Z copying torch\optim\_adafactor.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-08-20T21:51:18.8742214Z copying torch\optim\_functional.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-08-20T21:51:18.8752813Z copying torch\optim\__init__.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-08-20T21:51:18.8766656Z creating build\lib.win-amd64-cpython-39\torch\package 2024-08-20T21:51:18.8769346Z copying torch\package\file_structure_representation.py -> build\lib.win-amd64-cpython-39\torch\package 2024-08-20T21:51:18.8779306Z copying torch\package\find_file_dependencies.py -> build\lib.win-amd64-cpython-39\torch\package 2024-08-20T21:51:18.8788691Z copying torch\package\glob_group.py -> build\lib.win-amd64-cpython-39\torch\package 2024-08-20T21:51:18.8808200Z copying torch\package\importer.py -> build\lib.win-amd64-cpython-39\torch\package 2024-08-20T21:51:18.8818379Z copying torch\package\package_exporter.py -> build\lib.win-amd64-cpython-39\torch\package 2024-08-20T21:51:18.8845489Z copying torch\package\package_importer.py -> build\lib.win-amd64-cpython-39\torch\package 2024-08-20T21:51:18.8861330Z copying torch\package\_digraph.py -> build\lib.win-amd64-cpython-39\torch\package 2024-08-20T21:51:18.8871629Z copying torch\package\_directory_reader.py -> build\lib.win-amd64-cpython-39\torch\package 2024-08-20T21:51:18.8880109Z copying torch\package\_importlib.py -> build\lib.win-amd64-cpython-39\torch\package 2024-08-20T21:51:18.8888962Z copying torch\package\_mangling.py -> build\lib.win-amd64-cpython-39\torch\package 2024-08-20T21:51:18.8898306Z copying torch\package\_mock.py -> build\lib.win-amd64-cpython-39\torch\package 2024-08-20T21:51:18.8907965Z copying torch\package\_package_pickler.py -> build\lib.win-amd64-cpython-39\torch\package 2024-08-20T21:51:18.8918176Z copying torch\package\_package_unpickler.py -> build\lib.win-amd64-cpython-39\torch\package 2024-08-20T21:51:18.8927695Z copying torch\package\_stdlib.py -> build\lib.win-amd64-cpython-39\torch\package 2024-08-20T21:51:18.8937732Z copying torch\package\__init__.py -> build\lib.win-amd64-cpython-39\torch\package 2024-08-20T21:51:18.8945435Z creating build\lib.win-amd64-cpython-39\torch\profiler 2024-08-20T21:51:18.8948163Z copying torch\profiler\itt.py -> build\lib.win-amd64-cpython-39\torch\profiler 2024-08-20T21:51:18.8957431Z copying torch\profiler\profiler.py -> build\lib.win-amd64-cpython-39\torch\profiler 2024-08-20T21:51:18.8976524Z copying torch\profiler\python_tracer.py -> build\lib.win-amd64-cpython-39\torch\profiler 2024-08-20T21:51:18.8981952Z copying torch\profiler\_memory_profiler.py -> build\lib.win-amd64-cpython-39\torch\profiler 2024-08-20T21:51:18.9005578Z copying torch\profiler\_pattern_matcher.py -> build\lib.win-amd64-cpython-39\torch\profiler 2024-08-20T21:51:18.9035171Z copying torch\profiler\_utils.py -> build\lib.win-amd64-cpython-39\torch\profiler 2024-08-20T21:51:18.9046369Z copying torch\profiler\__init__.py -> build\lib.win-amd64-cpython-39\torch\profiler 2024-08-20T21:51:18.9058805Z creating build\lib.win-amd64-cpython-39\torch\quantization 2024-08-20T21:51:18.9061667Z copying torch\quantization\fake_quantize.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-08-20T21:51:18.9071502Z copying torch\quantization\fuser_method_mappings.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-08-20T21:51:18.9076992Z copying torch\quantization\fuse_modules.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-08-20T21:51:18.9091574Z copying torch\quantization\observer.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-08-20T21:51:18.9101673Z copying torch\quantization\qconfig.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-08-20T21:51:18.9110674Z copying torch\quantization\quantization_mappings.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-08-20T21:51:18.9120010Z copying torch\quantization\quantize.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-08-20T21:51:18.9129952Z copying torch\quantization\quantize_fx.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-08-20T21:51:18.9139470Z copying torch\quantization\quantize_jit.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-08-20T21:51:18.9148194Z copying torch\quantization\quant_type.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-08-20T21:51:18.9153551Z copying torch\quantization\stubs.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-08-20T21:51:18.9159071Z copying torch\quantization\utils.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-08-20T21:51:18.9168301Z copying torch\quantization\_numeric_suite.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-08-20T21:51:18.9178021Z copying torch\quantization\_numeric_suite_fx.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-08-20T21:51:18.9187102Z copying torch\quantization\_quantized_conversions.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-08-20T21:51:18.9198148Z copying torch\quantization\__init__.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-08-20T21:51:18.9209847Z creating build\lib.win-amd64-cpython-39\torch\signal 2024-08-20T21:51:18.9212471Z copying torch\signal\__init__.py -> build\lib.win-amd64-cpython-39\torch\signal 2024-08-20T21:51:18.9219948Z creating build\lib.win-amd64-cpython-39\torch\sparse 2024-08-20T21:51:18.9222639Z copying torch\sparse\semi_structured.py -> build\lib.win-amd64-cpython-39\torch\sparse 2024-08-20T21:51:18.9237839Z copying torch\sparse\_semi_structured_conversions.py -> build\lib.win-amd64-cpython-39\torch\sparse 2024-08-20T21:51:18.9248037Z copying torch\sparse\_semi_structured_ops.py -> build\lib.win-amd64-cpython-39\torch\sparse 2024-08-20T21:51:18.9263806Z copying torch\sparse\_triton_ops.py -> build\lib.win-amd64-cpython-39\torch\sparse 2024-08-20T21:51:18.9298813Z copying torch\sparse\_triton_ops_meta.py -> build\lib.win-amd64-cpython-39\torch\sparse 2024-08-20T21:51:18.9422652Z copying torch\sparse\__init__.py -> build\lib.win-amd64-cpython-39\torch\sparse 2024-08-20T21:51:18.9438741Z creating build\lib.win-amd64-cpython-39\torch\special 2024-08-20T21:51:18.9440864Z copying torch\special\__init__.py -> build\lib.win-amd64-cpython-39\torch\special 2024-08-20T21:51:18.9460845Z creating build\lib.win-amd64-cpython-39\torch\testing 2024-08-20T21:51:18.9463482Z copying torch\testing\_comparison.py -> build\lib.win-amd64-cpython-39\torch\testing 2024-08-20T21:51:18.9490394Z copying torch\testing\_creation.py -> build\lib.win-amd64-cpython-39\torch\testing 2024-08-20T21:51:18.9499974Z copying torch\testing\_utils.py -> build\lib.win-amd64-cpython-39\torch\testing 2024-08-20T21:51:18.9510582Z copying torch\testing\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing 2024-08-20T21:51:18.9522946Z creating build\lib.win-amd64-cpython-39\torch\utils 2024-08-20T21:51:18.9525703Z copying torch\utils\backend_registration.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-20T21:51:18.9541083Z copying torch\utils\bundled_inputs.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-20T21:51:18.9555888Z copying torch\utils\checkpoint.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-20T21:51:18.9586095Z copying torch\utils\collect_env.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-20T21:51:18.9610627Z copying torch\utils\cpp_backtrace.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-20T21:51:18.9616106Z copying torch\utils\cpp_extension.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-20T21:51:18.9673019Z copying torch\utils\deterministic.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-20T21:51:18.9685693Z copying torch\utils\dlpack.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-20T21:51:18.9702981Z copying torch\utils\file_baton.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-20T21:51:18.9716504Z copying torch\utils\flop_counter.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-20T21:51:18.9739110Z copying torch\utils\hooks.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-20T21:51:18.9749544Z copying torch\utils\mkldnn.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-20T21:51:18.9759731Z copying torch\utils\mobile_optimizer.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-20T21:51:18.9769859Z copying torch\utils\model_zoo.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-20T21:51:18.9775451Z copying torch\utils\module_tracker.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-20T21:51:18.9785511Z copying torch\utils\show_pickle.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-20T21:51:18.9795966Z copying torch\utils\throughput_benchmark.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-20T21:51:18.9806309Z copying torch\utils\weak.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-20T21:51:18.9817682Z copying torch\utils\_backport_slots.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-20T21:51:18.9840411Z copying torch\utils\_config_module.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-20T21:51:18.9855393Z copying torch\utils\_content_store.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-20T21:51:18.9870962Z copying torch\utils\_contextlib.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-20T21:51:18.9881652Z copying torch\utils\_cpp_extension_versioner.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-20T21:51:18.9892138Z copying torch\utils\_cxx_pytree.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-20T21:51:18.9911507Z copying torch\utils\_device.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-20T21:51:18.9921714Z copying torch\utils\_exposed_in.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-20T21:51:18.9931405Z copying torch\utils\_foreach_utils.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-20T21:51:18.9940926Z copying torch\utils\_freeze.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-20T21:51:18.9954138Z copying torch\utils\_get_clean_triton.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-20T21:51:18.9965381Z copying torch\utils\_import_utils.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-20T21:51:18.9989031Z copying torch\utils\_mode_utils.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-20T21:51:18.9990495Z copying torch\utils\_ordered_set.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-20T21:51:19.0001942Z copying torch\utils\_python_dispatch.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-20T21:51:19.0019421Z copying torch\utils\_pytree.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-20T21:51:19.0046608Z copying torch\utils\_stats.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-20T21:51:19.0056815Z copying torch\utils\_thunk.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-20T21:51:19.0062527Z copying torch\utils\_traceback.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-20T21:51:19.0073867Z copying torch\utils\_triton.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-20T21:51:19.0082314Z copying torch\utils\_typing_utils.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-20T21:51:19.0087603Z copying torch\utils\_zip.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-20T21:51:19.0098080Z copying torch\utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-20T21:51:19.0110797Z creating build\lib.win-amd64-cpython-39\torch\xpu 2024-08-20T21:51:19.0113318Z copying torch\xpu\random.py -> build\lib.win-amd64-cpython-39\torch\xpu 2024-08-20T21:51:19.0122602Z copying torch\xpu\streams.py -> build\lib.win-amd64-cpython-39\torch\xpu 2024-08-20T21:51:19.0131599Z copying torch\xpu\_gpu_trace.py -> build\lib.win-amd64-cpython-39\torch\xpu 2024-08-20T21:51:19.0141289Z copying torch\xpu\_utils.py -> build\lib.win-amd64-cpython-39\torch\xpu 2024-08-20T21:51:19.0149305Z copying torch\xpu\__init__.py -> build\lib.win-amd64-cpython-39\torch\xpu 2024-08-20T21:51:19.0160793Z creating build\lib.win-amd64-cpython-39\torch\_awaits 2024-08-20T21:51:19.0163452Z copying torch\_awaits\__init__.py -> build\lib.win-amd64-cpython-39\torch\_awaits 2024-08-20T21:51:19.0174967Z creating build\lib.win-amd64-cpython-39\torch\_custom_op 2024-08-20T21:51:19.0177600Z copying torch\_custom_op\autograd.py -> build\lib.win-amd64-cpython-39\torch\_custom_op 2024-08-20T21:51:19.0187496Z copying torch\_custom_op\functional.py -> build\lib.win-amd64-cpython-39\torch\_custom_op 2024-08-20T21:51:19.0196953Z copying torch\_custom_op\impl.py -> build\lib.win-amd64-cpython-39\torch\_custom_op 2024-08-20T21:51:19.0211127Z copying torch\_custom_op\__init__.py -> build\lib.win-amd64-cpython-39\torch\_custom_op 2024-08-20T21:51:19.0217387Z creating build\lib.win-amd64-cpython-39\torch\_decomp 2024-08-20T21:51:19.0220171Z copying torch\_decomp\decompositions.py -> build\lib.win-amd64-cpython-39\torch\_decomp 2024-08-20T21:51:19.0266576Z copying torch\_decomp\decompositions_for_jvp.py -> build\lib.win-amd64-cpython-39\torch\_decomp 2024-08-20T21:51:19.0277590Z copying torch\_decomp\decompositions_for_rng.py -> build\lib.win-amd64-cpython-39\torch\_decomp 2024-08-20T21:51:19.0297382Z copying torch\_decomp\__init__.py -> build\lib.win-amd64-cpython-39\torch\_decomp 2024-08-20T21:51:19.0313624Z creating build\lib.win-amd64-cpython-39\torch\_dispatch 2024-08-20T21:51:19.0316251Z copying torch\_dispatch\python.py -> build\lib.win-amd64-cpython-39\torch\_dispatch 2024-08-20T21:51:19.0325016Z copying torch\_dispatch\__init__.py -> build\lib.win-amd64-cpython-39\torch\_dispatch 2024-08-20T21:51:19.0337087Z creating build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-20T21:51:19.0343966Z copying torch\_dynamo\bytecode_analysis.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-20T21:51:19.0354006Z copying torch\_dynamo\bytecode_transformation.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-20T21:51:19.0375642Z copying torch\_dynamo\cache_size.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-20T21:51:19.0389484Z copying torch\_dynamo\callback.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-20T21:51:19.0398863Z copying torch\_dynamo\codegen.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-20T21:51:19.0411592Z copying torch\_dynamo\code_context.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-20T21:51:19.0420897Z copying torch\_dynamo\compiled_autograd.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-20T21:51:19.0433732Z copying torch\_dynamo\comptime.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-20T21:51:19.0444497Z copying torch\_dynamo\config.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-20T21:51:19.0457244Z copying torch\_dynamo\convert_frame.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-20T21:51:19.0475807Z copying torch\_dynamo\create_parameter_op.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-20T21:51:19.0491635Z copying torch\_dynamo\current_scope_id.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-20T21:51:19.0502128Z copying torch\_dynamo\debug_utils.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-20T21:51:19.0516893Z copying torch\_dynamo\decorators.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-20T21:51:19.0532604Z copying torch\_dynamo\device_interface.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-20T21:51:19.0542482Z copying torch\_dynamo\distributed.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-20T21:51:19.0552600Z copying torch\_dynamo\eval_frame.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-20T21:51:19.0584156Z copying torch\_dynamo\exc.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-20T21:51:19.0594949Z copying torch\_dynamo\external_utils.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-20T21:51:19.0604557Z copying torch\_dynamo\funcname_cache.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-20T21:51:19.0614113Z copying torch\_dynamo\guards.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-20T21:51:19.0661556Z copying torch\_dynamo\hooks.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-20T21:51:19.0678156Z copying torch\_dynamo\logging.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-20T21:51:19.0686736Z copying torch\_dynamo\mutation_guard.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-20T21:51:19.0698079Z copying torch\_dynamo\output_graph.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-20T21:51:19.0732309Z copying torch\_dynamo\polyfill.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-20T21:51:19.0746459Z copying torch\_dynamo\profiler.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-20T21:51:19.0755895Z copying torch\_dynamo\replay_record.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-20T21:51:19.0765486Z copying torch\_dynamo\resume_execution.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-20T21:51:19.0779337Z copying torch\_dynamo\side_effects.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-20T21:51:19.0794937Z copying torch\_dynamo\source.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-20T21:51:19.0812017Z copying torch\_dynamo\symbolic_convert.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-20T21:51:19.0853902Z copying torch\_dynamo\tensor_version_op.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-20T21:51:19.0871307Z copying torch\_dynamo\testing.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-20T21:51:19.0880836Z copying torch\_dynamo\test_case.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-20T21:51:19.0889882Z copying torch\_dynamo\test_minifier_common.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-20T21:51:19.0900431Z copying torch\_dynamo\trace_rules.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-20T21:51:19.0946622Z copying torch\_dynamo\types.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-20T21:51:19.0955046Z copying torch\_dynamo\utils.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-20T21:51:19.0992649Z copying torch\_dynamo\_trace_wrapped_higher_order_op.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-20T21:51:19.1002395Z copying torch\_dynamo\__init__.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-08-20T21:51:19.1014949Z creating build\lib.win-amd64-cpython-39\torch\_export 2024-08-20T21:51:19.1017655Z copying torch\_export\converter.py -> build\lib.win-amd64-cpython-39\torch\_export 2024-08-20T21:51:19.1044680Z copying torch\_export\error.py -> build\lib.win-amd64-cpython-39\torch\_export 2024-08-20T21:51:19.1054129Z copying torch\_export\non_strict_utils.py -> build\lib.win-amd64-cpython-39\torch\_export 2024-08-20T21:51:19.1070846Z copying torch\_export\pass_base.py -> build\lib.win-amd64-cpython-39\torch\_export 2024-08-20T21:51:19.1094863Z copying torch\_export\tools.py -> build\lib.win-amd64-cpython-39\torch\_export 2024-08-20T21:51:19.1105307Z copying torch\_export\utils.py -> build\lib.win-amd64-cpython-39\torch\_export 2024-08-20T21:51:19.1120989Z copying torch\_export\verifier.py -> build\lib.win-amd64-cpython-39\torch\_export 2024-08-20T21:51:19.1136498Z copying torch\_export\wrappers.py -> build\lib.win-amd64-cpython-39\torch\_export 2024-08-20T21:51:19.1144906Z copying torch\_export\__init__.py -> build\lib.win-amd64-cpython-39\torch\_export 2024-08-20T21:51:19.1160350Z creating build\lib.win-amd64-cpython-39\torch\_functorch 2024-08-20T21:51:19.1163280Z copying torch\_functorch\aot_autograd.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-08-20T21:51:19.1193855Z copying torch\_functorch\apis.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-08-20T21:51:19.1209477Z copying torch\_functorch\autograd_function.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-08-20T21:51:19.1226746Z copying torch\_functorch\batch_norm_replacement.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-08-20T21:51:19.1246146Z copying torch\_functorch\benchmark_utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-08-20T21:51:19.1256282Z copying torch\_functorch\compilers.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-08-20T21:51:19.1267229Z copying torch\_functorch\compile_utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-08-20T21:51:19.1277060Z copying torch\_functorch\config.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-08-20T21:51:19.1288175Z copying torch\_functorch\deprecated.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-08-20T21:51:19.1297309Z copying torch\_functorch\eager_transforms.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-08-20T21:51:19.1329958Z copying torch\_functorch\functional_call.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-08-20T21:51:19.1341072Z copying torch\_functorch\fx_minifier.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-08-20T21:51:19.1355306Z copying torch\_functorch\make_functional.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-08-20T21:51:19.1370089Z copying torch\_functorch\partitioners.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-08-20T21:51:19.1579567Z copying torch\_functorch\pyfunctorch.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-08-20T21:51:19.1590127Z copying torch\_functorch\python_key.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-08-20T21:51:19.1595938Z copying torch\_functorch\pytree_hacks.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-08-20T21:51:19.1606555Z copying torch\_functorch\top_operators_github_usage.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-08-20T21:51:19.1621551Z copying torch\_functorch\utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-08-20T21:51:19.1631351Z copying torch\_functorch\vmap.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-08-20T21:51:19.1645880Z copying torch\_functorch\__init__.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-08-20T21:51:19.1665933Z creating build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-08-20T21:51:19.1668920Z copying torch\_higher_order_ops\associative_scan.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-08-20T21:51:19.1682013Z copying torch\_higher_order_ops\auto_functionalize.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-08-20T21:51:19.1698275Z copying torch\_higher_order_ops\cond.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-08-20T21:51:19.1723188Z copying torch\_higher_order_ops\effects.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-08-20T21:51:19.1735701Z copying torch\_higher_order_ops\executorch_call_delegate.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-08-20T21:51:19.1748567Z copying torch\_higher_order_ops\flex_attention.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-08-20T21:51:19.1768876Z copying torch\_higher_order_ops\map.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-08-20T21:51:19.1780077Z copying torch\_higher_order_ops\out_dtype.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-08-20T21:51:19.1792837Z copying torch\_higher_order_ops\run_const_graph.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-08-20T21:51:19.1804072Z copying torch\_higher_order_ops\strict_mode.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-08-20T21:51:19.1814925Z copying torch\_higher_order_ops\torchbind.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-08-20T21:51:19.1827071Z copying torch\_higher_order_ops\triton_kernel_wrap.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-08-20T21:51:19.1845903Z copying torch\_higher_order_ops\utils.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-08-20T21:51:19.1856515Z copying torch\_higher_order_ops\while_loop.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-08-20T21:51:19.1867821Z copying torch\_higher_order_ops\wrap.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-08-20T21:51:19.1878275Z copying torch\_higher_order_ops\__init__.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-08-20T21:51:19.1892143Z creating build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-20T21:51:19.1895238Z copying torch\_inductor\aoti_eager.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-20T21:51:19.1906885Z copying torch\_inductor\async_compile.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-20T21:51:19.1940311Z copying torch\_inductor\autotune_process.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-20T21:51:19.1964374Z copying torch\_inductor\bounds.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-20T21:51:19.1973994Z copying torch\_inductor\codecache.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-20T21:51:19.2019744Z copying torch\_inductor\comms.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-20T21:51:19.2035338Z copying torch\_inductor\comm_analysis.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-20T21:51:19.2046114Z copying torch\_inductor\compile_fx.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-20T21:51:19.2069807Z copying torch\_inductor\config.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-20T21:51:19.2089147Z copying torch\_inductor\constant_folding.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-20T21:51:19.2100878Z copying torch\_inductor\cpp_builder.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-20T21:51:19.2120136Z copying torch\_inductor\cpu_vec_isa.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-20T21:51:19.2133045Z copying torch\_inductor\cudagraph_trees.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-20T21:51:19.2168551Z copying torch\_inductor\cudagraph_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-20T21:51:19.2178883Z copying torch\_inductor\debug.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-20T21:51:19.2194164Z copying torch\_inductor\decomposition.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-20T21:51:19.2210391Z copying torch\_inductor\dependencies.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-20T21:51:19.2224315Z copying torch\_inductor\exc.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-20T21:51:19.2234114Z copying torch\_inductor\extern_node_serializer.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-20T21:51:19.2243585Z copying torch\_inductor\freezing.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-20T21:51:19.2256819Z copying torch\_inductor\fx_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-20T21:51:19.2267159Z copying torch\_inductor\graph.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-20T21:51:19.2297429Z copying torch\_inductor\hooks.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-20T21:51:19.2312860Z copying torch\_inductor\index_propagation.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-20T21:51:19.2323436Z copying torch\_inductor\inductor_prims.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-20T21:51:19.2333146Z copying torch\_inductor\ir.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-20T21:51:19.2431092Z copying torch\_inductor\jagged_lowerings.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-20T21:51:19.2445647Z copying torch\_inductor\lowering.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-20T21:51:19.2520165Z copying torch\_inductor\metrics.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-20T21:51:19.2533159Z copying torch\_inductor\mkldnn_ir.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-20T21:51:19.2555835Z copying torch\_inductor\mkldnn_lowerings.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-20T21:51:19.3671060Z copying torch\_inductor\ops_handler.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-20T21:51:19.3687528Z copying torch\_inductor\optimize_indexing.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-20T21:51:19.3698110Z copying torch\_inductor\pattern_matcher.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-20T21:51:19.3870595Z copying torch\_inductor\quantized_lowerings.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-20T21:51:19.3881973Z copying torch\_inductor\remote_cache.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-20T21:51:19.3891927Z copying torch\_inductor\scheduler.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-20T21:51:19.3938208Z copying torch\_inductor\select_algorithm.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-20T21:51:19.3961578Z copying torch\_inductor\sizevars.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-20T21:51:19.3979804Z copying torch\_inductor\subgraph_lowering.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-20T21:51:19.3989719Z copying torch\_inductor\test_case.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-20T21:51:19.3998896Z copying torch\_inductor\test_operators.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-20T21:51:19.4009447Z copying torch\_inductor\utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-20T21:51:19.4033792Z copying torch\_inductor\virtualized.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-20T21:51:19.4044569Z copying torch\_inductor\wrapper_benchmark.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-20T21:51:19.4065909Z copying torch\_inductor\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-08-20T21:51:19.4078349Z creating build\lib.win-amd64-cpython-39\torch\_lazy 2024-08-20T21:51:19.4080969Z copying torch\_lazy\closure.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2024-08-20T21:51:19.4091410Z copying torch\_lazy\computation.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2024-08-20T21:51:19.4101046Z copying torch\_lazy\config.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2024-08-20T21:51:19.4106253Z copying torch\_lazy\debug.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2024-08-20T21:51:19.4115812Z copying torch\_lazy\device_context.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2024-08-20T21:51:19.4419267Z copying torch\_lazy\extract_compiled_graph.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2024-08-20T21:51:19.4430943Z copying torch\_lazy\ir_cache.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2024-08-20T21:51:19.4436637Z copying torch\_lazy\metrics.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2024-08-20T21:51:19.4442230Z copying torch\_lazy\tensor_factory_functions.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2024-08-20T21:51:19.4451525Z copying torch\_lazy\ts_backend.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2024-08-20T21:51:19.4457226Z copying torch\_lazy\__init__.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2024-08-20T21:51:19.4468824Z creating build\lib.win-amd64-cpython-39\torch\_library 2024-08-20T21:51:19.4471521Z copying torch\_library\autograd.py -> build\lib.win-amd64-cpython-39\torch\_library 2024-08-20T21:51:19.4482271Z copying torch\_library\custom_ops.py -> build\lib.win-amd64-cpython-39\torch\_library 2024-08-20T21:51:19.4503104Z copying torch\_library\fake_class_registry.py -> build\lib.win-amd64-cpython-39\torch\_library 2024-08-20T21:51:19.4513762Z copying torch\_library\fake_impl.py -> build\lib.win-amd64-cpython-39\torch\_library 2024-08-20T21:51:19.4530346Z copying torch\_library\infer_schema.py -> build\lib.win-amd64-cpython-39\torch\_library 2024-08-20T21:51:19.4541205Z copying torch\_library\simple_registry.py -> build\lib.win-amd64-cpython-39\torch\_library 2024-08-20T21:51:19.4550065Z copying torch\_library\triton.py -> build\lib.win-amd64-cpython-39\torch\_library 2024-08-20T21:51:19.4563398Z copying torch\_library\utils.py -> build\lib.win-amd64-cpython-39\torch\_library 2024-08-20T21:51:19.4574959Z copying torch\_library\__init__.py -> build\lib.win-amd64-cpython-39\torch\_library 2024-08-20T21:51:19.4582153Z creating build\lib.win-amd64-cpython-39\torch\_logging 2024-08-20T21:51:19.4584825Z copying torch\_logging\structured.py -> build\lib.win-amd64-cpython-39\torch\_logging 2024-08-20T21:51:19.4600995Z copying torch\_logging\_internal.py -> build\lib.win-amd64-cpython-39\torch\_logging 2024-08-20T21:51:19.4620514Z copying torch\_logging\_registrations.py -> build\lib.win-amd64-cpython-39\torch\_logging 2024-08-20T21:51:19.4629192Z copying torch\_logging\__init__.py -> build\lib.win-amd64-cpython-39\torch\_logging 2024-08-20T21:51:19.4655162Z creating build\lib.win-amd64-cpython-39\torch\_numpy 2024-08-20T21:51:19.4657755Z copying torch\_numpy\fft.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-08-20T21:51:19.4668313Z copying torch\_numpy\linalg.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-08-20T21:51:19.4678631Z copying torch\_numpy\random.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-08-20T21:51:19.4690428Z copying torch\_numpy\_binary_ufuncs_impl.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-08-20T21:51:19.4702219Z copying torch\_numpy\_casting_dicts.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-08-20T21:51:19.4729632Z copying torch\_numpy\_dtypes.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-08-20T21:51:19.4739787Z copying torch\_numpy\_dtypes_impl.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-08-20T21:51:19.4750366Z copying torch\_numpy\_funcs.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-08-20T21:51:19.4758930Z copying torch\_numpy\_funcs_impl.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-08-20T21:51:19.4783979Z copying torch\_numpy\_getlimits.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-08-20T21:51:19.4788365Z copying torch\_numpy\_ndarray.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-08-20T21:51:19.4803109Z copying torch\_numpy\_normalizations.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-08-20T21:51:19.4814118Z copying torch\_numpy\_reductions_impl.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-08-20T21:51:19.4824538Z copying torch\_numpy\_ufuncs.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-08-20T21:51:19.4836692Z copying torch\_numpy\_unary_ufuncs_impl.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-08-20T21:51:19.4845510Z copying torch\_numpy\_util.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-08-20T21:51:19.4856262Z copying torch\_numpy\__init__.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-08-20T21:51:19.4863976Z creating build\lib.win-amd64-cpython-39\torch\_prims 2024-08-20T21:51:19.4867244Z copying torch\_prims\context.py -> build\lib.win-amd64-cpython-39\torch\_prims 2024-08-20T21:51:19.4877266Z copying torch\_prims\debug_prims.py -> build\lib.win-amd64-cpython-39\torch\_prims 2024-08-20T21:51:19.4887702Z copying torch\_prims\executor.py -> build\lib.win-amd64-cpython-39\torch\_prims 2024-08-20T21:51:19.4900407Z copying torch\_prims\rng_prims.py -> build\lib.win-amd64-cpython-39\torch\_prims 2024-08-20T21:51:19.4909376Z copying torch\_prims\__init__.py -> build\lib.win-amd64-cpython-39\torch\_prims 2024-08-20T21:51:19.4950960Z creating build\lib.win-amd64-cpython-39\torch\_prims_common 2024-08-20T21:51:19.4960520Z copying torch\_prims_common\wrappers.py -> build\lib.win-amd64-cpython-39\torch\_prims_common 2024-08-20T21:51:19.4974960Z copying torch\_prims_common\__init__.py -> build\lib.win-amd64-cpython-39\torch\_prims_common 2024-08-20T21:51:19.5003546Z creating build\lib.win-amd64-cpython-39\torch\_refs 2024-08-20T21:51:19.5006034Z copying torch\_refs\fft.py -> build\lib.win-amd64-cpython-39\torch\_refs 2024-08-20T21:51:19.5019538Z copying torch\_refs\_conversions.py -> build\lib.win-amd64-cpython-39\torch\_refs 2024-08-20T21:51:19.5028300Z copying torch\_refs\__init__.py -> build\lib.win-amd64-cpython-39\torch\_refs 2024-08-20T21:51:19.5096080Z creating build\lib.win-amd64-cpython-39\torch\_strobelight 2024-08-20T21:51:19.5098673Z copying torch\_strobelight\cli_function_profiler.py -> build\lib.win-amd64-cpython-39\torch\_strobelight 2024-08-20T21:51:19.5110222Z copying torch\_strobelight\compile_time_profiler.py -> build\lib.win-amd64-cpython-39\torch\_strobelight 2024-08-20T21:51:19.5121010Z copying torch\_strobelight\__init__.py -> build\lib.win-amd64-cpython-39\torch\_strobelight 2024-08-20T21:51:19.5139229Z creating build\lib.win-amd64-cpython-39\torch\_subclasses 2024-08-20T21:51:19.5142020Z copying torch\_subclasses\fake_impls.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2024-08-20T21:51:19.5164080Z copying torch\_subclasses\fake_tensor.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2024-08-20T21:51:19.5200510Z copying torch\_subclasses\fake_utils.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2024-08-20T21:51:19.5223576Z copying torch\_subclasses\functional_tensor.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2024-08-20T21:51:19.5246130Z copying torch\_subclasses\meta_utils.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2024-08-20T21:51:19.5280643Z copying torch\_subclasses\schema_check_mode.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2024-08-20T21:51:19.5293087Z copying torch\_subclasses\_fake_tensor_utils.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2024-08-20T21:51:19.5305137Z copying torch\_subclasses\__init__.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2024-08-20T21:51:19.5311972Z creating build\lib.win-amd64-cpython-39\torch\_vendor 2024-08-20T21:51:19.5314395Z copying torch\_vendor\__init__.py -> build\lib.win-amd64-cpython-39\torch\_vendor 2024-08-20T21:51:19.5320063Z creating build\lib.win-amd64-cpython-39\torch\ao\nn 2024-08-20T21:51:19.5322524Z copying torch\ao\nn\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn 2024-08-20T21:51:19.5329332Z creating build\lib.win-amd64-cpython-39\torch\ao\ns 2024-08-20T21:51:19.5332040Z copying torch\ao\ns\_numeric_suite.py -> build\lib.win-amd64-cpython-39\torch\ao\ns 2024-08-20T21:51:19.5348754Z copying torch\ao\ns\_numeric_suite_fx.py -> build\lib.win-amd64-cpython-39\torch\ao\ns 2024-08-20T21:51:19.5373252Z copying torch\ao\ns\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\ns 2024-08-20T21:51:19.5378964Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning 2024-08-20T21:51:19.5381590Z copying torch\ao\pruning\_mappings.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning 2024-08-20T21:51:19.5392908Z copying torch\ao\pruning\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning 2024-08-20T21:51:19.5401906Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-08-20T21:51:19.5404971Z copying torch\ao\quantization\fake_quantize.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-08-20T21:51:19.5424885Z copying torch\ao\quantization\fuser_method_mappings.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-08-20T21:51:19.5435923Z copying torch\ao\quantization\fuse_modules.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-08-20T21:51:19.5453536Z copying torch\ao\quantization\observer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-08-20T21:51:19.5485816Z copying torch\ao\quantization\qconfig.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-08-20T21:51:19.5504350Z copying torch\ao\quantization\qconfig_mapping.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-08-20T21:51:19.5515815Z copying torch\ao\quantization\quantization_mappings.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-08-20T21:51:19.5527199Z copying torch\ao\quantization\quantize.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-08-20T21:51:19.5545256Z copying torch\ao\quantization\quantize_fx.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-08-20T21:51:19.5568467Z copying torch\ao\quantization\quantize_jit.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-08-20T21:51:19.5580497Z copying torch\ao\quantization\quantize_pt2e.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-08-20T21:51:19.5592775Z copying torch\ao\quantization\quant_type.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-08-20T21:51:19.5605310Z copying torch\ao\quantization\stubs.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-08-20T21:51:19.5616165Z copying torch\ao\quantization\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-08-20T21:51:19.5633672Z copying torch\ao\quantization\_correct_bias.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-08-20T21:51:19.5645150Z copying torch\ao\quantization\_equalize.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-08-20T21:51:19.5656923Z copying torch\ao\quantization\_learnable_fake_quantize.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-08-20T21:51:19.5669079Z copying torch\ao\quantization\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-08-20T21:51:19.5681828Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic 2024-08-20T21:51:19.5684313Z copying torch\ao\nn\intrinsic\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic 2024-08-20T21:51:19.5697452Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\qat 2024-08-20T21:51:19.5699993Z copying torch\ao\nn\qat\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat 2024-08-20T21:51:19.5706376Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable 2024-08-20T21:51:19.5709196Z copying torch\ao\nn\quantizable\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable 2024-08-20T21:51:19.5715816Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantized 2024-08-20T21:51:19.5734696Z copying torch\ao\nn\quantized\functional.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized 2024-08-20T21:51:19.5756571Z copying torch\ao\nn\quantized\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized 2024-08-20T21:51:19.5763009Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\sparse 2024-08-20T21:51:19.5765600Z copying torch\ao\nn\sparse\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\sparse 2024-08-20T21:51:19.5772274Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\modules 2024-08-20T21:51:19.5774978Z copying torch\ao\nn\intrinsic\modules\fused.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\modules 2024-08-20T21:51:19.5790252Z copying torch\ao\nn\intrinsic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\modules 2024-08-20T21:51:19.5796561Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat 2024-08-20T21:51:19.5799652Z copying torch\ao\nn\intrinsic\qat\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat 2024-08-20T21:51:19.5805681Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized 2024-08-20T21:51:19.5808327Z copying torch\ao\nn\intrinsic\quantized\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized 2024-08-20T21:51:19.5815496Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat\modules 2024-08-20T21:51:19.5818232Z copying torch\ao\nn\intrinsic\qat\modules\conv_fused.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat\modules 2024-08-20T21:51:19.5839240Z copying torch\ao\nn\intrinsic\qat\modules\linear_fused.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat\modules 2024-08-20T21:51:19.5851069Z copying torch\ao\nn\intrinsic\qat\modules\linear_relu.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat\modules 2024-08-20T21:51:19.5862919Z copying torch\ao\nn\intrinsic\qat\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat\modules 2024-08-20T21:51:19.5875526Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\dynamic 2024-08-20T21:51:19.5878104Z copying torch\ao\nn\intrinsic\quantized\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\dynamic 2024-08-20T21:51:19.5885075Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules 2024-08-20T21:51:19.5887835Z copying torch\ao\nn\intrinsic\quantized\modules\bn_relu.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules 2024-08-20T21:51:19.5900201Z copying torch\ao\nn\intrinsic\quantized\modules\conv_add.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules 2024-08-20T21:51:19.5911262Z copying torch\ao\nn\intrinsic\quantized\modules\conv_relu.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules 2024-08-20T21:51:19.5924507Z copying torch\ao\nn\intrinsic\quantized\modules\linear_relu.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules 2024-08-20T21:51:19.5936587Z copying torch\ao\nn\intrinsic\quantized\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules 2024-08-20T21:51:19.5951400Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\dynamic\modules 2024-08-20T21:51:19.5954086Z 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-20T21:51:19.5965494Z 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-20T21:51:19.5971732Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\qat\dynamic 2024-08-20T21:51:19.5974426Z copying torch\ao\nn\qat\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\dynamic 2024-08-20T21:51:19.5981346Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\qat\modules 2024-08-20T21:51:19.5984043Z copying torch\ao\nn\qat\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\modules 2024-08-20T21:51:19.5997460Z copying torch\ao\nn\qat\modules\embedding_ops.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\modules 2024-08-20T21:51:19.6129720Z copying torch\ao\nn\qat\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\modules 2024-08-20T21:51:19.6140258Z copying torch\ao\nn\qat\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\modules 2024-08-20T21:51:19.6146902Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\qat\dynamic\modules 2024-08-20T21:51:19.6149750Z copying torch\ao\nn\qat\dynamic\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\dynamic\modules 2024-08-20T21:51:19.6161002Z copying torch\ao\nn\qat\dynamic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\dynamic\modules 2024-08-20T21:51:19.6167538Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable\modules 2024-08-20T21:51:19.6170235Z copying torch\ao\nn\quantizable\modules\activation.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable\modules 2024-08-20T21:51:19.6186601Z copying torch\ao\nn\quantizable\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable\modules 2024-08-20T21:51:19.6202245Z copying torch\ao\nn\quantizable\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable\modules 2024-08-20T21:51:19.6208642Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic 2024-08-20T21:51:19.6211683Z copying torch\ao\nn\quantized\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic 2024-08-20T21:51:19.6219875Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2024-08-20T21:51:19.6223066Z copying torch\ao\nn\quantized\modules\activation.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2024-08-20T21:51:19.6235331Z copying torch\ao\nn\quantized\modules\batchnorm.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2024-08-20T21:51:19.6246128Z copying torch\ao\nn\quantized\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2024-08-20T21:51:19.6271513Z copying torch\ao\nn\quantized\modules\dropout.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2024-08-20T21:51:19.6282023Z copying torch\ao\nn\quantized\modules\embedding_ops.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2024-08-20T21:51:19.6588326Z copying torch\ao\nn\quantized\modules\functional_modules.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2024-08-20T21:51:19.6600381Z copying torch\ao\nn\quantized\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2024-08-20T21:51:19.6613072Z copying torch\ao\nn\quantized\modules\normalization.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2024-08-20T21:51:19.6625297Z copying torch\ao\nn\quantized\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2024-08-20T21:51:19.6636662Z copying torch\ao\nn\quantized\modules\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2024-08-20T21:51:19.6648137Z copying torch\ao\nn\quantized\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2024-08-20T21:51:19.6661167Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference 2024-08-20T21:51:19.6670439Z copying torch\ao\nn\quantized\reference\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference 2024-08-20T21:51:19.6677796Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic\modules 2024-08-20T21:51:19.6680256Z copying torch\ao\nn\quantized\dynamic\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic\modules 2024-08-20T21:51:19.6698670Z copying torch\ao\nn\quantized\dynamic\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic\modules 2024-08-20T21:51:19.6709406Z copying torch\ao\nn\quantized\dynamic\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic\modules 2024-08-20T21:51:19.6738708Z copying torch\ao\nn\quantized\dynamic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic\modules 2024-08-20T21:51:19.6745828Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2024-08-20T21:51:19.6748587Z copying torch\ao\nn\quantized\reference\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2024-08-20T21:51:19.6761045Z copying torch\ao\nn\quantized\reference\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2024-08-20T21:51:19.6773111Z copying torch\ao\nn\quantized\reference\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2024-08-20T21:51:19.6790716Z copying torch\ao\nn\quantized\reference\modules\sparse.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2024-08-20T21:51:19.6801916Z copying torch\ao\nn\quantized\reference\modules\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2024-08-20T21:51:19.6814036Z copying torch\ao\nn\quantized\reference\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2024-08-20T21:51:19.6820549Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized 2024-08-20T21:51:19.6823167Z copying torch\ao\nn\sparse\quantized\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized 2024-08-20T21:51:19.6834599Z copying torch\ao\nn\sparse\quantized\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized 2024-08-20T21:51:19.6845012Z copying torch\ao\nn\sparse\quantized\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized 2024-08-20T21:51:19.6851921Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized\dynamic 2024-08-20T21:51:19.6854816Z copying torch\ao\nn\sparse\quantized\dynamic\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized\dynamic 2024-08-20T21:51:19.6865466Z copying torch\ao\nn\sparse\quantized\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized\dynamic 2024-08-20T21:51:19.6873302Z creating build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2024-08-20T21:51:19.6876118Z copying torch\ao\ns\fx\graph_matcher.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2024-08-20T21:51:19.6895132Z copying torch\ao\ns\fx\graph_passes.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2024-08-20T21:51:19.6919868Z copying torch\ao\ns\fx\mappings.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2024-08-20T21:51:19.6939651Z copying torch\ao\ns\fx\ns_types.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2024-08-20T21:51:19.6952849Z copying torch\ao\ns\fx\n_shadows_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2024-08-20T21:51:19.6995570Z copying torch\ao\ns\fx\pattern_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2024-08-20T21:51:19.7012645Z copying torch\ao\ns\fx\qconfig_multi_mapping.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2024-08-20T21:51:19.7026449Z copying torch\ao\ns\fx\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2024-08-20T21:51:19.7048647Z copying torch\ao\ns\fx\weight_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2024-08-20T21:51:19.7064774Z copying torch\ao\ns\fx\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2024-08-20T21:51:19.7070961Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler 2024-08-20T21:51:19.7073803Z copying torch\ao\pruning\scheduler\base_scheduler.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler 2024-08-20T21:51:19.7086929Z copying torch\ao\pruning\scheduler\cubic_scheduler.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler 2024-08-20T21:51:19.7097380Z copying torch\ao\pruning\scheduler\lambda_scheduler.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler 2024-08-20T21:51:19.7117817Z copying torch\ao\pruning\scheduler\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler 2024-08-20T21:51:19.7123889Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier 2024-08-20T21:51:19.7133580Z copying torch\ao\pruning\sparsifier\base_sparsifier.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier 2024-08-20T21:51:19.7143988Z copying torch\ao\pruning\sparsifier\nearly_diagonal_sparsifier.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier 2024-08-20T21:51:19.7154798Z copying torch\ao\pruning\sparsifier\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier 2024-08-20T21:51:19.7172125Z copying torch\ao\pruning\sparsifier\weight_norm_sparsifier.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier 2024-08-20T21:51:19.7183395Z copying torch\ao\pruning\sparsifier\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier 2024-08-20T21:51:19.7188952Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental 2024-08-20T21:51:19.7191577Z copying torch\ao\pruning\_experimental\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental 2024-08-20T21:51:19.7197485Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\activation_sparsifier 2024-08-20T21:51:19.7227972Z copying torch\ao\pruning\_experimental\activation_sparsifier\activation_sparsifier.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\activation_sparsifier 2024-08-20T21:51:19.7247542Z copying torch\ao\pruning\_experimental\activation_sparsifier\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\activation_sparsifier 2024-08-20T21:51:19.7253594Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_scheduler 2024-08-20T21:51:19.7256849Z 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-20T21:51:19.7267901Z copying torch\ao\pruning\_experimental\data_scheduler\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_scheduler 2024-08-20T21:51:19.7275216Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier 2024-08-20T21:51:19.7283670Z 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-20T21:51:19.7295302Z 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-20T21:51:19.7305271Z copying torch\ao\pruning\_experimental\data_sparsifier\quantization_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier 2024-08-20T21:51:19.7323958Z copying torch\ao\pruning\_experimental\data_sparsifier\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier 2024-08-20T21:51:19.7331394Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2024-08-20T21:51:19.7334660Z copying torch\ao\pruning\_experimental\pruner\base_structured_sparsifier.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2024-08-20T21:51:19.7349803Z copying torch\ao\pruning\_experimental\pruner\FPGM_pruner.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2024-08-20T21:51:19.7362509Z copying torch\ao\pruning\_experimental\pruner\lstm_saliency_pruner.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2024-08-20T21:51:19.7384048Z copying torch\ao\pruning\_experimental\pruner\match_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2024-08-20T21:51:19.7393828Z copying torch\ao\pruning\_experimental\pruner\parametrization.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2024-08-20T21:51:19.7403656Z copying torch\ao\pruning\_experimental\pruner\prune_functions.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2024-08-20T21:51:19.7418528Z copying torch\ao\pruning\_experimental\pruner\saliency_pruner.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2024-08-20T21:51:19.7428425Z copying torch\ao\pruning\_experimental\pruner\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2024-08-20T21:51:19.7434977Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier\lightning 2024-08-20T21:51:19.7437850Z 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-20T21:51:19.7444067Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks 2024-08-20T21:51:19.7447133Z 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-20T21:51:19.7457605Z 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-20T21:51:19.7470640Z 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-20T21:51:19.7484309Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-08-20T21:51:19.7487329Z copying torch\ao\quantization\backend_config\backend_config.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-08-20T21:51:19.7505127Z copying torch\ao\quantization\backend_config\executorch.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-08-20T21:51:19.7521761Z copying torch\ao\quantization\backend_config\fbgemm.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-08-20T21:51:19.7532511Z copying torch\ao\quantization\backend_config\native.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-08-20T21:51:19.7553935Z copying torch\ao\quantization\backend_config\observation_type.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-08-20T21:51:19.7557376Z copying torch\ao\quantization\backend_config\onednn.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-08-20T21:51:19.7576217Z copying torch\ao\quantization\backend_config\qnnpack.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-08-20T21:51:19.7586485Z copying torch\ao\quantization\backend_config\tensorrt.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-08-20T21:51:19.7597166Z copying torch\ao\quantization\backend_config\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-08-20T21:51:19.7608842Z copying torch\ao\quantization\backend_config\x86.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-08-20T21:51:19.7619584Z copying torch\ao\quantization\backend_config\_common_operator_config_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-08-20T21:51:19.7636134Z copying torch\ao\quantization\backend_config\_qnnpack_pt2e.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-08-20T21:51:19.7648408Z copying torch\ao\quantization\backend_config\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-08-20T21:51:19.7663425Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-08-20T21:51:19.7673301Z copying torch\ao\quantization\fx\convert.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-08-20T21:51:19.7700922Z copying torch\ao\quantization\fx\custom_config.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-08-20T21:51:19.7717680Z copying torch\ao\quantization\fx\fuse.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-08-20T21:51:19.7728396Z copying torch\ao\quantization\fx\fuse_handler.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-08-20T21:51:19.7739866Z copying torch\ao\quantization\fx\graph_module.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-08-20T21:51:19.7758062Z copying torch\ao\quantization\fx\lower_to_fbgemm.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-08-20T21:51:19.7763631Z copying torch\ao\quantization\fx\lower_to_qnnpack.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-08-20T21:51:19.7768982Z copying torch\ao\quantization\fx\lstm_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-08-20T21:51:19.7780980Z copying torch\ao\quantization\fx\match_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-08-20T21:51:19.7793080Z copying torch\ao\quantization\fx\pattern_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-08-20T21:51:19.7803817Z copying torch\ao\quantization\fx\prepare.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-08-20T21:51:19.7844294Z copying torch\ao\quantization\fx\qconfig_mapping_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-08-20T21:51:19.7855962Z copying torch\ao\quantization\fx\quantize_handler.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-08-20T21:51:19.7868042Z copying torch\ao\quantization\fx\tracer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-08-20T21:51:19.7879242Z copying torch\ao\quantization\fx\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-08-20T21:51:19.7903041Z copying torch\ao\quantization\fx\_decomposed.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-08-20T21:51:19.7926149Z copying torch\ao\quantization\fx\_equalize.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-08-20T21:51:19.7949749Z copying torch\ao\quantization\fx\_lower_to_native_backend.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-08-20T21:51:19.7980451Z copying torch\ao\quantization\fx\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-08-20T21:51:19.7988123Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2024-08-20T21:51:19.7991761Z copying torch\ao\quantization\pt2e\duplicate_dq_pass.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2024-08-20T21:51:19.8003810Z copying torch\ao\quantization\pt2e\export_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2024-08-20T21:51:19.8015147Z copying torch\ao\quantization\pt2e\graph_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2024-08-20T21:51:19.8026560Z copying torch\ao\quantization\pt2e\port_metadata_pass.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2024-08-20T21:51:19.8046041Z copying torch\ao\quantization\pt2e\prepare.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2024-08-20T21:51:19.8063862Z copying torch\ao\quantization\pt2e\qat_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2024-08-20T21:51:19.8086969Z copying torch\ao\quantization\pt2e\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2024-08-20T21:51:19.8104951Z copying torch\ao\quantization\pt2e\_numeric_debugger.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2024-08-20T21:51:19.8117363Z copying torch\ao\quantization\pt2e\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2024-08-20T21:51:19.8124607Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2024-08-20T21:51:19.8127593Z copying torch\ao\quantization\quantizer\composable_quantizer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2024-08-20T21:51:19.8138886Z copying torch\ao\quantization\quantizer\embedding_quantizer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2024-08-20T21:51:19.8150087Z copying torch\ao\quantization\quantizer\quantizer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2024-08-20T21:51:19.8167818Z copying torch\ao\quantization\quantizer\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2024-08-20T21:51:19.8179161Z copying torch\ao\quantization\quantizer\x86_inductor_quantizer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2024-08-20T21:51:19.8213436Z copying torch\ao\quantization\quantizer\xnnpack_quantizer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2024-08-20T21:51:19.8225946Z copying torch\ao\quantization\quantizer\xnnpack_quantizer_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2024-08-20T21:51:19.8250376Z copying torch\ao\quantization\quantizer\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2024-08-20T21:51:19.8257968Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report 2024-08-20T21:51:19.8260840Z copying torch\ao\quantization\fx\_model_report\detector.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report 2024-08-20T21:51:19.8298245Z copying torch\ao\quantization\fx\_model_report\model_report.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report 2024-08-20T21:51:19.8316651Z 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-20T21:51:19.8339010Z 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-20T21:51:19.8362021Z copying torch\ao\quantization\fx\_model_report\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report 2024-08-20T21:51:19.8368207Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\representation 2024-08-20T21:51:19.8371105Z copying torch\ao\quantization\pt2e\representation\rewrite.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\representation 2024-08-20T21:51:19.8388911Z copying torch\ao\quantization\pt2e\representation\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\representation 2024-08-20T21:51:19.8395604Z creating build\lib.win-amd64-cpython-39\torch\autograd\_functions 2024-08-20T21:51:19.8398381Z copying torch\autograd\_functions\tensor.py -> build\lib.win-amd64-cpython-39\torch\autograd\_functions 2024-08-20T21:51:19.8411315Z copying torch\autograd\_functions\utils.py -> build\lib.win-amd64-cpython-39\torch\autograd\_functions 2024-08-20T21:51:19.8422267Z copying torch\autograd\_functions\__init__.py -> build\lib.win-amd64-cpython-39\torch\autograd\_functions 2024-08-20T21:51:19.8428753Z creating build\lib.win-amd64-cpython-39\torch\backends\cpu 2024-08-20T21:51:19.8432264Z copying torch\backends\cpu\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\cpu 2024-08-20T21:51:19.8438149Z creating build\lib.win-amd64-cpython-39\torch\backends\cuda 2024-08-20T21:51:19.8440686Z copying torch\backends\cuda\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\cuda 2024-08-20T21:51:19.8453405Z creating build\lib.win-amd64-cpython-39\torch\backends\cudnn 2024-08-20T21:51:19.8456431Z copying torch\backends\cudnn\rnn.py -> build\lib.win-amd64-cpython-39\torch\backends\cudnn 2024-08-20T21:51:19.8467220Z copying torch\backends\cudnn\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\cudnn 2024-08-20T21:51:19.8479524Z creating build\lib.win-amd64-cpython-39\torch\backends\mha 2024-08-20T21:51:19.8481996Z copying torch\backends\mha\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\mha 2024-08-20T21:51:19.8494475Z creating build\lib.win-amd64-cpython-39\torch\backends\mkl 2024-08-20T21:51:19.8497015Z copying torch\backends\mkl\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\mkl 2024-08-20T21:51:19.8508863Z creating build\lib.win-amd64-cpython-39\torch\backends\mkldnn 2024-08-20T21:51:19.8511486Z copying torch\backends\mkldnn\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\mkldnn 2024-08-20T21:51:19.8525410Z creating build\lib.win-amd64-cpython-39\torch\backends\mps 2024-08-20T21:51:19.8604191Z copying torch\backends\mps\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\mps 2024-08-20T21:51:19.8616296Z creating build\lib.win-amd64-cpython-39\torch\backends\nnpack 2024-08-20T21:51:19.8618812Z copying torch\backends\nnpack\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\nnpack 2024-08-20T21:51:19.8630546Z creating build\lib.win-amd64-cpython-39\torch\backends\openmp 2024-08-20T21:51:19.8633129Z copying torch\backends\openmp\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\openmp 2024-08-20T21:51:19.8639626Z creating build\lib.win-amd64-cpython-39\torch\backends\opt_einsum 2024-08-20T21:51:19.8642222Z copying torch\backends\opt_einsum\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\opt_einsum 2024-08-20T21:51:19.8654639Z creating build\lib.win-amd64-cpython-39\torch\backends\quantized 2024-08-20T21:51:19.8657250Z copying torch\backends\quantized\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\quantized 2024-08-20T21:51:19.8669035Z creating build\lib.win-amd64-cpython-39\torch\backends\xeon 2024-08-20T21:51:19.8671704Z copying torch\backends\xeon\run_cpu.py -> build\lib.win-amd64-cpython-39\torch\backends\xeon 2024-08-20T21:51:19.8695465Z copying torch\backends\xeon\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\xeon 2024-08-20T21:51:19.8701177Z creating build\lib.win-amd64-cpython-39\torch\backends\xnnpack 2024-08-20T21:51:19.8703668Z copying torch\backends\xnnpack\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\xnnpack 2024-08-20T21:51:19.8716697Z creating build\lib.win-amd64-cpython-39\torch\backends\_coreml 2024-08-20T21:51:19.8719382Z copying torch\backends\_coreml\preprocess.py -> build\lib.win-amd64-cpython-39\torch\backends\_coreml 2024-08-20T21:51:19.8730671Z copying torch\backends\_coreml\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\_coreml 2024-08-20T21:51:19.8736791Z creating build\lib.win-amd64-cpython-39\torch\backends\_nnapi 2024-08-20T21:51:19.8739490Z copying torch\backends\_nnapi\prepare.py -> build\lib.win-amd64-cpython-39\torch\backends\_nnapi 2024-08-20T21:51:19.8750855Z copying torch\backends\_nnapi\serializer.py -> build\lib.win-amd64-cpython-39\torch\backends\_nnapi 2024-08-20T21:51:19.8792293Z copying torch\backends\_nnapi\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\_nnapi 2024-08-20T21:51:19.8798400Z creating build\lib.win-amd64-cpython-39\torch\cpu\amp 2024-08-20T21:51:19.8800849Z copying torch\cpu\amp\autocast_mode.py -> build\lib.win-amd64-cpython-39\torch\cpu\amp 2024-08-20T21:51:19.8812438Z copying torch\cpu\amp\grad_scaler.py -> build\lib.win-amd64-cpython-39\torch\cpu\amp 2024-08-20T21:51:19.8823709Z copying torch\cpu\amp\__init__.py -> build\lib.win-amd64-cpython-39\torch\cpu\amp 2024-08-20T21:51:19.8830711Z creating build\lib.win-amd64-cpython-39\torch\cuda\amp 2024-08-20T21:51:19.8833751Z copying torch\cuda\amp\autocast_mode.py -> build\lib.win-amd64-cpython-39\torch\cuda\amp 2024-08-20T21:51:19.8845196Z copying torch\cuda\amp\common.py -> build\lib.win-amd64-cpython-39\torch\cuda\amp 2024-08-20T21:51:19.8850570Z copying torch\cuda\amp\grad_scaler.py -> build\lib.win-amd64-cpython-39\torch\cuda\amp 2024-08-20T21:51:19.8861416Z copying torch\cuda\amp\__init__.py -> build\lib.win-amd64-cpython-39\torch\cuda\amp 2024-08-20T21:51:19.8882951Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms 2024-08-20T21:51:19.8885651Z copying torch\distributed\algorithms\join.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms 2024-08-20T21:51:19.8897663Z copying torch\distributed\algorithms\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms 2024-08-20T21:51:19.8903956Z creating build\lib.win-amd64-cpython-39\torch\distributed\autograd 2024-08-20T21:51:19.8906569Z copying torch\distributed\autograd\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\autograd 2024-08-20T21:51:19.8923676Z creating build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-08-20T21:51:19.8935158Z copying torch\distributed\checkpoint\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-08-20T21:51:19.8946411Z copying torch\distributed\checkpoint\default_planner.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-08-20T21:51:19.8965016Z copying torch\distributed\checkpoint\filesystem.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-08-20T21:51:19.8983224Z copying torch\distributed\checkpoint\format_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-08-20T21:51:19.9002219Z copying torch\distributed\checkpoint\logger.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-08-20T21:51:19.9014501Z copying torch\distributed\checkpoint\logging_handlers.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-08-20T21:51:19.9019902Z copying torch\distributed\checkpoint\metadata.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-08-20T21:51:19.9031231Z copying torch\distributed\checkpoint\optimizer.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-08-20T21:51:19.9042836Z copying torch\distributed\checkpoint\planner.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-08-20T21:51:19.9055001Z copying torch\distributed\checkpoint\planner_helpers.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-08-20T21:51:19.9067150Z copying torch\distributed\checkpoint\resharding.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-08-20T21:51:19.9078678Z copying torch\distributed\checkpoint\staging.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-08-20T21:51:19.9089728Z copying torch\distributed\checkpoint\stateful.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-08-20T21:51:19.9100709Z copying torch\distributed\checkpoint\state_dict.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-08-20T21:51:19.9131722Z copying torch\distributed\checkpoint\state_dict_loader.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-08-20T21:51:19.9143576Z copying torch\distributed\checkpoint\state_dict_saver.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-08-20T21:51:19.9156563Z copying torch\distributed\checkpoint\storage.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-08-20T21:51:19.9168663Z copying torch\distributed\checkpoint\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-08-20T21:51:19.9181290Z copying torch\distributed\checkpoint\_checkpointer.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-08-20T21:51:19.9192724Z copying torch\distributed\checkpoint\_dedup_save_plans.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-08-20T21:51:19.9204222Z copying torch\distributed\checkpoint\_dedup_tensors.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-08-20T21:51:19.9215815Z copying torch\distributed\checkpoint\_fsspec_filesystem.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-08-20T21:51:19.9228853Z copying torch\distributed\checkpoint\_nested_dict.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-08-20T21:51:19.9251229Z copying torch\distributed\checkpoint\_sharded_tensor_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-08-20T21:51:19.9263791Z copying torch\distributed\checkpoint\_storage_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-08-20T21:51:19.9276031Z copying torch\distributed\checkpoint\_traverse.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-08-20T21:51:19.9286634Z copying torch\distributed\checkpoint\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-08-20T21:51:19.9293996Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic 2024-08-20T21:51:19.9296774Z copying torch\distributed\elastic\control_plane.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic 2024-08-20T21:51:19.9311057Z copying torch\distributed\elastic\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic 2024-08-20T21:51:19.9329140Z creating build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-08-20T21:51:19.9331947Z copying torch\distributed\fsdp\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-08-20T21:51:19.9348941Z copying torch\distributed\fsdp\fully_sharded_data_parallel.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-08-20T21:51:19.9396779Z copying torch\distributed\fsdp\sharded_grad_scaler.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-08-20T21:51:19.9412661Z copying torch\distributed\fsdp\wrap.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-08-20T21:51:19.9429737Z copying torch\distributed\fsdp\_common_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-08-20T21:51:19.9592443Z copying torch\distributed\fsdp\_debug_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-08-20T21:51:19.9604530Z copying torch\distributed\fsdp\_dynamo_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-08-20T21:51:19.9616127Z copying torch\distributed\fsdp\_exec_order_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-08-20T21:51:19.9633810Z copying torch\distributed\fsdp\_flat_param.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-08-20T21:51:19.9691102Z copying torch\distributed\fsdp\_fsdp_extensions.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-08-20T21:51:19.9705217Z copying torch\distributed\fsdp\_init_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-08-20T21:51:19.9731112Z copying torch\distributed\fsdp\_limiter_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-08-20T21:51:19.9742866Z copying torch\distributed\fsdp\_optim_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-08-20T21:51:19.9782515Z copying torch\distributed\fsdp\_runtime_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-08-20T21:51:19.9815420Z copying torch\distributed\fsdp\_shard_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-08-20T21:51:19.9826462Z copying torch\distributed\fsdp\_state_dict_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-08-20T21:51:19.9848215Z copying torch\distributed\fsdp\_trace_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-08-20T21:51:19.9859013Z copying torch\distributed\fsdp\_traversal_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-08-20T21:51:19.9870178Z copying torch\distributed\fsdp\_unshard_param_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-08-20T21:51:19.9881124Z copying torch\distributed\fsdp\_wrap_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-08-20T21:51:19.9905668Z copying torch\distributed\fsdp\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-08-20T21:51:19.9918218Z creating build\lib.win-amd64-cpython-39\torch\distributed\launcher 2024-08-20T21:51:19.9920866Z copying torch\distributed\launcher\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\launcher 2024-08-20T21:51:19.9932503Z copying torch\distributed\launcher\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\launcher 2024-08-20T21:51:19.9939281Z creating build\lib.win-amd64-cpython-39\torch\distributed\nn 2024-08-20T21:51:19.9941928Z copying torch\distributed\nn\functional.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn 2024-08-20T21:51:19.9953198Z copying torch\distributed\nn\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn 2024-08-20T21:51:19.9962247Z creating build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-08-20T21:51:19.9965180Z copying torch\distributed\optim\apply_optimizer_in_backward.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-08-20T21:51:19.9976386Z copying torch\distributed\optim\functional_adadelta.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-08-20T21:51:19.9987940Z copying torch\distributed\optim\functional_adagrad.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-08-20T21:51:20.0005494Z copying torch\distributed\optim\functional_adam.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-08-20T21:51:20.0016809Z copying torch\distributed\optim\functional_adamax.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-08-20T21:51:20.0028165Z copying torch\distributed\optim\functional_adamw.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-08-20T21:51:20.0039698Z copying torch\distributed\optim\functional_rmsprop.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-08-20T21:51:20.0051320Z copying torch\distributed\optim\functional_rprop.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-08-20T21:51:20.0062610Z copying torch\distributed\optim\functional_sgd.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-08-20T21:51:20.0073821Z copying torch\distributed\optim\named_optimizer.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-08-20T21:51:20.0085032Z copying torch\distributed\optim\optimizer.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-08-20T21:51:20.0096571Z copying torch\distributed\optim\post_localSGD_optimizer.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-08-20T21:51:20.0107843Z copying torch\distributed\optim\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-08-20T21:51:20.0119161Z copying torch\distributed\optim\zero_redundancy_optimizer.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-08-20T21:51:20.0155063Z copying torch\distributed\optim\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-08-20T21:51:20.0168392Z creating build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2024-08-20T21:51:20.0171176Z copying torch\distributed\pipelining\microbatch.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2024-08-20T21:51:20.0189455Z copying torch\distributed\pipelining\schedules.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2024-08-20T21:51:20.0231477Z copying torch\distributed\pipelining\stage.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2024-08-20T21:51:20.0262561Z copying torch\distributed\pipelining\_backward.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2024-08-20T21:51:20.0283923Z copying torch\distributed\pipelining\_debug.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2024-08-20T21:51:20.0289441Z copying torch\distributed\pipelining\_IR.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2024-08-20T21:51:20.0318458Z copying torch\distributed\pipelining\_unflatten.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2024-08-20T21:51:20.0330221Z copying torch\distributed\pipelining\_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2024-08-20T21:51:20.0341576Z copying torch\distributed\pipelining\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2024-08-20T21:51:20.0349880Z creating build\lib.win-amd64-cpython-39\torch\distributed\rpc 2024-08-20T21:51:20.0352638Z copying torch\distributed\rpc\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2024-08-20T21:51:20.0375375Z copying torch\distributed\rpc\backend_registry.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2024-08-20T21:51:20.0392793Z copying torch\distributed\rpc\constants.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2024-08-20T21:51:20.0404027Z copying torch\distributed\rpc\functions.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2024-08-20T21:51:20.0426440Z copying torch\distributed\rpc\internal.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2024-08-20T21:51:20.0437779Z copying torch\distributed\rpc\options.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2024-08-20T21:51:20.0449083Z copying torch\distributed\rpc\rref_proxy.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2024-08-20T21:51:20.0461003Z copying torch\distributed\rpc\server_process_global_profiler.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2024-08-20T21:51:20.0472755Z copying torch\distributed\rpc\_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2024-08-20T21:51:20.0483739Z copying torch\distributed\rpc\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2024-08-20T21:51:20.0496325Z creating build\lib.win-amd64-cpython-39\torch\distributed\tensor 2024-08-20T21:51:20.0498856Z copying torch\distributed\tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2024-08-20T21:51:20.0505385Z creating build\lib.win-amd64-cpython-39\torch\distributed\_composable 2024-08-20T21:51:20.0508284Z copying torch\distributed\_composable\checkpoint_activation.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable 2024-08-20T21:51:20.0520031Z copying torch\distributed\_composable\contract.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable 2024-08-20T21:51:20.0532010Z copying torch\distributed\_composable\fully_shard.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable 2024-08-20T21:51:20.0548264Z copying torch\distributed\_composable\replicate.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable 2024-08-20T21:51:20.0562665Z copying torch\distributed\_composable\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable 2024-08-20T21:51:20.0570124Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard 2024-08-20T21:51:20.0572826Z copying torch\distributed\_shard\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2024-08-20T21:51:20.0585015Z copying torch\distributed\_shard\common_op_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2024-08-20T21:51:20.0596709Z copying torch\distributed\_shard\metadata.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2024-08-20T21:51:20.0608072Z copying torch\distributed\_shard\op_registry_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2024-08-20T21:51:20.0620002Z copying torch\distributed\_shard\sharder.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2024-08-20T21:51:20.0637650Z copying torch\distributed\_shard\_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2024-08-20T21:51:20.0650056Z copying torch\distributed\_shard\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2024-08-20T21:51:20.0656681Z creating build\lib.win-amd64-cpython-39\torch\distributed\_sharded_tensor 2024-08-20T21:51:20.0659399Z copying torch\distributed\_sharded_tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_sharded_tensor 2024-08-20T21:51:20.0665816Z creating build\lib.win-amd64-cpython-39\torch\distributed\_sharding_spec 2024-08-20T21:51:20.0689201Z copying torch\distributed\_sharding_spec\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_sharding_spec 2024-08-20T21:51:20.0695980Z creating build\lib.win-amd64-cpython-39\torch\distributed\_symmetric_memory 2024-08-20T21:51:20.0698657Z copying torch\distributed\_symmetric_memory\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_symmetric_memory 2024-08-20T21:51:20.0726111Z creating build\lib.win-amd64-cpython-39\torch\distributed\_tensor 2024-08-20T21:51:20.0728661Z copying torch\distributed\_tensor\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor 2024-08-20T21:51:20.0757976Z copying torch\distributed\_tensor\device_mesh.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor 2024-08-20T21:51:20.0763300Z copying torch\distributed\_tensor\placement_types.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor 2024-08-20T21:51:20.0787030Z copying torch\distributed\_tensor\random.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor 2024-08-20T21:51:20.0798634Z copying torch\distributed\_tensor\_collective_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor 2024-08-20T21:51:20.0817081Z copying torch\distributed\_tensor\_dispatch.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor 2024-08-20T21:51:20.0835193Z copying torch\distributed\_tensor\_op_schema.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor 2024-08-20T21:51:20.0854438Z copying torch\distributed\_tensor\_redistribute.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor 2024-08-20T21:51:20.0866835Z copying torch\distributed\_tensor\_sharding_prop.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor 2024-08-20T21:51:20.0900922Z copying torch\distributed\_tensor\_shards_wrapper.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor 2024-08-20T21:51:20.0912267Z copying torch\distributed\_tensor\_tp_conv.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor 2024-08-20T21:51:20.0923229Z copying torch\distributed\_tensor\_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor 2024-08-20T21:51:20.0934663Z copying torch\distributed\_tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor 2024-08-20T21:51:20.0946931Z creating build\lib.win-amd64-cpython-39\torch\distributed\_tools 2024-08-20T21:51:20.0949682Z copying torch\distributed\_tools\fsdp2_mem_tracker.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2024-08-20T21:51:20.0968916Z copying torch\distributed\_tools\memory_tracker.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2024-08-20T21:51:20.0981037Z copying torch\distributed\_tools\mem_tracker.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2024-08-20T21:51:20.1003509Z copying torch\distributed\_tools\mod_tracker.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2024-08-20T21:51:20.1027552Z copying torch\distributed\_tools\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2024-08-20T21:51:20.1035484Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2024-08-20T21:51:20.1038365Z 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-20T21:51:20.1055592Z copying torch\distributed\algorithms\ddp_comm_hooks\debugging_hooks.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2024-08-20T21:51:20.1066127Z copying torch\distributed\algorithms\ddp_comm_hooks\default_hooks.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2024-08-20T21:51:20.1082694Z 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-20T21:51:20.1094169Z 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-20T21:51:20.1105514Z 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-20T21:51:20.1117063Z copying torch\distributed\algorithms\ddp_comm_hooks\powerSGD_hook.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2024-08-20T21:51:20.1147812Z copying torch\distributed\algorithms\ddp_comm_hooks\quantization_hooks.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2024-08-20T21:51:20.1160551Z copying torch\distributed\algorithms\ddp_comm_hooks\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2024-08-20T21:51:20.1174321Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms\model_averaging 2024-08-20T21:51:20.1184196Z copying torch\distributed\algorithms\model_averaging\averagers.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\model_averaging 2024-08-20T21:51:20.1195707Z copying torch\distributed\algorithms\model_averaging\hierarchical_model_averager.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\model_averaging 2024-08-20T21:51:20.1210120Z copying torch\distributed\algorithms\model_averaging\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\model_averaging 2024-08-20T21:51:20.1228710Z copying torch\distributed\algorithms\model_averaging\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\model_averaging 2024-08-20T21:51:20.1234734Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_checkpoint 2024-08-20T21:51:20.1238264Z copying torch\distributed\algorithms\_checkpoint\checkpoint_wrapper.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_checkpoint 2024-08-20T21:51:20.1249655Z copying torch\distributed\algorithms\_checkpoint\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_checkpoint 2024-08-20T21:51:20.1255592Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_comm_hooks 2024-08-20T21:51:20.1258358Z copying torch\distributed\algorithms\_comm_hooks\default_hooks.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_comm_hooks 2024-08-20T21:51:20.1273632Z copying torch\distributed\algorithms\_comm_hooks\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_comm_hooks 2024-08-20T21:51:20.1280328Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_optimizer_overlap 2024-08-20T21:51:20.1283360Z copying torch\distributed\algorithms\_optimizer_overlap\optimizer_overlap.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_optimizer_overlap 2024-08-20T21:51:20.1296111Z copying torch\distributed\algorithms\_optimizer_overlap\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_optimizer_overlap 2024-08-20T21:51:20.1302739Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_quantization 2024-08-20T21:51:20.1305703Z copying torch\distributed\algorithms\_quantization\quantization.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_quantization 2024-08-20T21:51:20.1316909Z copying torch\distributed\algorithms\_quantization\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_quantization 2024-08-20T21:51:20.1322913Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent 2024-08-20T21:51:20.1325449Z copying torch\distributed\elastic\agent\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent 2024-08-20T21:51:20.1331489Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\events 2024-08-20T21:51:20.1334141Z copying torch\distributed\elastic\events\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\events 2024-08-20T21:51:20.1344946Z copying torch\distributed\elastic\events\handlers.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\events 2024-08-20T21:51:20.1350093Z copying torch\distributed\elastic\events\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\events 2024-08-20T21:51:20.1363445Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\metrics 2024-08-20T21:51:20.1366041Z copying torch\distributed\elastic\metrics\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\metrics 2024-08-20T21:51:20.1377107Z copying torch\distributed\elastic\metrics\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\metrics 2024-08-20T21:51:20.1389181Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing 2024-08-20T21:51:20.1398232Z copying torch\distributed\elastic\multiprocessing\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing 2024-08-20T21:51:20.1419811Z copying torch\distributed\elastic\multiprocessing\redirects.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing 2024-08-20T21:51:20.1430671Z copying torch\distributed\elastic\multiprocessing\tail_log.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing 2024-08-20T21:51:20.1441180Z copying torch\distributed\elastic\multiprocessing\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing 2024-08-20T21:51:20.1455153Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2024-08-20T21:51:20.1457915Z copying torch\distributed\elastic\rendezvous\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2024-08-20T21:51:20.1469668Z copying torch\distributed\elastic\rendezvous\c10d_rendezvous_backend.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2024-08-20T21:51:20.1481844Z copying torch\distributed\elastic\rendezvous\dynamic_rendezvous.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2024-08-20T21:51:20.1515824Z copying torch\distributed\elastic\rendezvous\etcd_rendezvous.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2024-08-20T21:51:20.1540843Z copying torch\distributed\elastic\rendezvous\etcd_rendezvous_backend.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2024-08-20T21:51:20.1553263Z copying torch\distributed\elastic\rendezvous\etcd_server.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2024-08-20T21:51:20.1565793Z copying torch\distributed\elastic\rendezvous\etcd_store.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2024-08-20T21:51:20.1578940Z copying torch\distributed\elastic\rendezvous\registry.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2024-08-20T21:51:20.1595451Z copying torch\distributed\elastic\rendezvous\static_tcp_rendezvous.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2024-08-20T21:51:20.1616077Z copying torch\distributed\elastic\rendezvous\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2024-08-20T21:51:20.1627952Z copying torch\distributed\elastic\rendezvous\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2024-08-20T21:51:20.1641485Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer 2024-08-20T21:51:20.1644271Z copying torch\distributed\elastic\timer\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer 2024-08-20T21:51:20.1656656Z copying torch\distributed\elastic\timer\debug_info_logging.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer 2024-08-20T21:51:20.1668387Z copying torch\distributed\elastic\timer\file_based_local_timer.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer 2024-08-20T21:51:20.1678644Z copying torch\distributed\elastic\timer\local_timer.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer 2024-08-20T21:51:20.1700471Z copying torch\distributed\elastic\timer\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer 2024-08-20T21:51:20.1714590Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2024-08-20T21:51:20.1717389Z copying torch\distributed\elastic\utils\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2024-08-20T21:51:20.1728510Z copying torch\distributed\elastic\utils\distributed.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2024-08-20T21:51:20.1738712Z copying torch\distributed\elastic\utils\logging.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2024-08-20T21:51:20.1749079Z copying torch\distributed\elastic\utils\log_level.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2024-08-20T21:51:20.1754349Z copying torch\distributed\elastic\utils\store.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2024-08-20T21:51:20.1771921Z copying torch\distributed\elastic\utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2024-08-20T21:51:20.1779547Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\server 2024-08-20T21:51:20.1783488Z copying torch\distributed\elastic\agent\server\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\server 2024-08-20T21:51:20.1805461Z copying torch\distributed\elastic\agent\server\health_check_server.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\server 2024-08-20T21:51:20.1816693Z copying torch\distributed\elastic\agent\server\local_elastic_agent.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\server 2024-08-20T21:51:20.1833503Z copying torch\distributed\elastic\agent\server\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\server 2024-08-20T21:51:20.1845264Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\errors 2024-08-20T21:51:20.1854962Z copying torch\distributed\elastic\multiprocessing\errors\error_handler.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\errors 2024-08-20T21:51:20.1865990Z copying torch\distributed\elastic\multiprocessing\errors\handlers.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\errors 2024-08-20T21:51:20.1871188Z copying torch\distributed\elastic\multiprocessing\errors\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\errors 2024-08-20T21:51:20.1884312Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\subprocess_handler 2024-08-20T21:51:20.1887350Z copying torch\distributed\elastic\multiprocessing\subprocess_handler\handlers.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\subprocess_handler 2024-08-20T21:51:20.1898490Z copying torch\distributed\elastic\multiprocessing\subprocess_handler\subprocess_handler.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\subprocess_handler 2024-08-20T21:51:20.1908731Z copying torch\distributed\elastic\multiprocessing\subprocess_handler\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\subprocess_handler 2024-08-20T21:51:20.1915545Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\data 2024-08-20T21:51:20.1918332Z copying torch\distributed\elastic\utils\data\cycling_iterator.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\data 2024-08-20T21:51:20.1929301Z copying torch\distributed\elastic\utils\data\elastic_distributed_sampler.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\data 2024-08-20T21:51:20.1939303Z copying torch\distributed\elastic\utils\data\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\data 2024-08-20T21:51:20.1945796Z creating build\lib.win-amd64-cpython-39\torch\distributed\nn\api 2024-08-20T21:51:20.1948452Z copying torch\distributed\nn\api\remote_module.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn\api 2024-08-20T21:51:20.1965312Z copying torch\distributed\nn\api\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn\api 2024-08-20T21:51:20.1970861Z creating build\lib.win-amd64-cpython-39\torch\distributed\nn\jit 2024-08-20T21:51:20.1973734Z copying torch\distributed\nn\jit\instantiator.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn\jit 2024-08-20T21:51:20.1984246Z copying torch\distributed\nn\jit\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn\jit 2024-08-20T21:51:20.1990021Z creating build\lib.win-amd64-cpython-39\torch\distributed\nn\jit\templates 2024-08-20T21:51:20.1992921Z copying torch\distributed\nn\jit\templates\remote_module_template.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn\jit\templates 2024-08-20T21:51:20.2004379Z copying torch\distributed\nn\jit\templates\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn\jit\templates 2024-08-20T21:51:20.2009946Z creating build\lib.win-amd64-cpython-39\torch\distributed\rpc\_testing 2024-08-20T21:51:20.2013037Z copying torch\distributed\rpc\_testing\faulty_agent_backend_registry.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc\_testing 2024-08-20T21:51:20.2023675Z copying torch\distributed\rpc\_testing\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc\_testing 2024-08-20T21:51:20.2031889Z creating build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2024-08-20T21:51:20.2034571Z copying torch\distributed\tensor\parallel\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2024-08-20T21:51:20.2045537Z copying torch\distributed\tensor\parallel\ddp.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2024-08-20T21:51:20.2057431Z copying torch\distributed\tensor\parallel\fsdp.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2024-08-20T21:51:20.2069082Z copying torch\distributed\tensor\parallel\input_reshard.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2024-08-20T21:51:20.2080155Z copying torch\distributed\tensor\parallel\loss.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2024-08-20T21:51:20.2097636Z copying torch\distributed\tensor\parallel\style.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2024-08-20T21:51:20.2120003Z copying torch\distributed\tensor\parallel\_data_parallel_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2024-08-20T21:51:20.2131016Z copying torch\distributed\tensor\parallel\_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2024-08-20T21:51:20.2142613Z copying torch\distributed\tensor\parallel\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2024-08-20T21:51:20.2150895Z creating build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp 2024-08-20T21:51:20.2153652Z copying torch\distributed\_composable\fsdp\fully_shard.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp 2024-08-20T21:51:20.2171474Z copying torch\distributed\_composable\fsdp\_fsdp_api.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp 2024-08-20T21:51:20.2182354Z copying torch\distributed\_composable\fsdp\_fsdp_collectives.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp 2024-08-20T21:51:20.2199682Z copying torch\distributed\_composable\fsdp\_fsdp_common.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp 2024-08-20T21:51:20.2220046Z copying torch\distributed\_composable\fsdp\_fsdp_init.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp 2024-08-20T21:51:20.2231167Z copying torch\distributed\_composable\fsdp\_fsdp_param.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp 2024-08-20T21:51:20.2254840Z copying torch\distributed\_composable\fsdp\_fsdp_param_group.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp 2024-08-20T21:51:20.2273628Z copying torch\distributed\_composable\fsdp\_fsdp_state.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp 2024-08-20T21:51:20.2292020Z copying torch\distributed\_composable\fsdp\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp 2024-08-20T21:51:20.2298617Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\checkpoint 2024-08-20T21:51:20.2301226Z copying torch\distributed\_shard\checkpoint\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\checkpoint 2024-08-20T21:51:20.2308834Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_optim 2024-08-20T21:51:20.2311008Z copying torch\distributed\_shard\sharded_optim\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_optim 2024-08-20T21:51:20.2322669Z copying torch\distributed\_shard\sharded_optim\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_optim 2024-08-20T21:51:20.2335855Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2024-08-20T21:51:20.2338531Z copying torch\distributed\_shard\sharded_tensor\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2024-08-20T21:51:20.2369917Z copying torch\distributed\_shard\sharded_tensor\logger.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2024-08-20T21:51:20.2381290Z copying torch\distributed\_shard\sharded_tensor\logging_handlers.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2024-08-20T21:51:20.2386377Z copying torch\distributed\_shard\sharded_tensor\metadata.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2024-08-20T21:51:20.2397173Z copying torch\distributed\_shard\sharded_tensor\reshard.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2024-08-20T21:51:20.2415008Z copying torch\distributed\_shard\sharded_tensor\shard.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2024-08-20T21:51:20.2426412Z copying torch\distributed\_shard\sharded_tensor\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2024-08-20T21:51:20.2437649Z copying torch\distributed\_shard\sharded_tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2024-08-20T21:51:20.2456423Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_plan 2024-08-20T21:51:20.2459044Z copying torch\distributed\_shard\sharding_plan\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_plan 2024-08-20T21:51:20.2470339Z copying torch\distributed\_shard\sharding_plan\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_plan 2024-08-20T21:51:20.2477138Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec 2024-08-20T21:51:20.2479935Z copying torch\distributed\_shard\sharding_spec\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec 2024-08-20T21:51:20.2492287Z copying torch\distributed\_shard\sharding_spec\chunk_sharding_spec.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec 2024-08-20T21:51:20.2506136Z copying torch\distributed\_shard\sharding_spec\_internals.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec 2024-08-20T21:51:20.2519847Z copying torch\distributed\_shard\sharding_spec\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec 2024-08-20T21:51:20.2534108Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2024-08-20T21:51:20.2536958Z copying torch\distributed\_shard\sharded_tensor\_ops\binary_cmp.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2024-08-20T21:51:20.2548870Z copying torch\distributed\_shard\sharded_tensor\_ops\init.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2024-08-20T21:51:20.2560287Z copying torch\distributed\_shard\sharded_tensor\_ops\misc_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2024-08-20T21:51:20.2565491Z copying torch\distributed\_shard\sharded_tensor\_ops\tensor_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2024-08-20T21:51:20.2577315Z copying torch\distributed\_shard\sharded_tensor\_ops\_common.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2024-08-20T21:51:20.2595502Z copying torch\distributed\_shard\sharded_tensor\_ops\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2024-08-20T21:51:20.2602352Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops 2024-08-20T21:51:20.2605336Z 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-20T21:51:20.2617209Z 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-20T21:51:20.2635483Z 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-20T21:51:20.2655627Z 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-20T21:51:20.2661272Z creating build\lib.win-amd64-cpython-39\torch\distributed\_tensor\debug 2024-08-20T21:51:20.2664137Z copying torch\distributed\_tensor\debug\comm_mode.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor\debug 2024-08-20T21:51:20.2683742Z copying torch\distributed\_tensor\debug\visualize_sharding.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor\debug 2024-08-20T21:51:20.2695956Z copying torch\distributed\_tensor\debug\_op_coverage.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor\debug 2024-08-20T21:51:20.2707095Z copying torch\distributed\_tensor\debug\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor\debug 2024-08-20T21:51:20.2721281Z creating build\lib.win-amd64-cpython-39\torch\distributed\_tensor\experimental 2024-08-20T21:51:20.2724242Z copying torch\distributed\_tensor\experimental\attention.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor\experimental 2024-08-20T21:51:20.2745643Z copying torch\distributed\_tensor\experimental\func_map.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor\experimental 2024-08-20T21:51:20.2757551Z copying torch\distributed\_tensor\experimental\register_sharding.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor\experimental 2024-08-20T21:51:20.2769871Z copying torch\distributed\_tensor\experimental\tp_transform.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor\experimental 2024-08-20T21:51:20.2797846Z copying torch\distributed\_tensor\experimental\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor\experimental 2024-08-20T21:51:20.2806659Z creating build\lib.win-amd64-cpython-39\torch\distributed\_tensor\ops 2024-08-20T21:51:20.2809104Z copying torch\distributed\_tensor\ops\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor\ops 2024-08-20T21:51:20.2821188Z copying torch\distributed\_tensor\ops\_common_rules.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor\ops 2024-08-20T21:51:20.2833132Z copying torch\distributed\_tensor\ops\_conv_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor\ops 2024-08-20T21:51:20.2845307Z copying torch\distributed\_tensor\ops\_einsum_strategy.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor\ops 2024-08-20T21:51:20.2864513Z copying torch\distributed\_tensor\ops\_embedding_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor\ops 2024-08-20T21:51:20.2877535Z copying torch\distributed\_tensor\ops\_experimental_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor\ops 2024-08-20T21:51:20.2890235Z copying torch\distributed\_tensor\ops\_math_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor\ops 2024-08-20T21:51:20.2915108Z copying torch\distributed\_tensor\ops\_matrix_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor\ops 2024-08-20T21:51:20.2932811Z copying torch\distributed\_tensor\ops\_pointwise_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor\ops 2024-08-20T21:51:20.2951853Z copying torch\distributed\_tensor\ops\_random_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor\ops 2024-08-20T21:51:20.2962556Z copying torch\distributed\_tensor\ops\_tensor_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor\ops 2024-08-20T21:51:20.2979081Z copying torch\distributed\_tensor\ops\_view_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor\ops 2024-08-20T21:51:20.2996372Z copying torch\distributed\_tensor\ops\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor\ops 2024-08-20T21:51:20.3002816Z creating build\lib.win-amd64-cpython-39\torch\export\experimental 2024-08-20T21:51:20.3005410Z copying torch\export\experimental\__init__.py -> build\lib.win-amd64-cpython-39\torch\export\experimental 2024-08-20T21:51:20.3021081Z creating build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-08-20T21:51:20.3024184Z copying torch\fx\experimental\accelerator_partitioner.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-08-20T21:51:20.3046850Z copying torch\fx\experimental\const_fold.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-08-20T21:51:20.3058243Z copying torch\fx\experimental\debug.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-08-20T21:51:20.3074174Z copying torch\fx\experimental\graph_gradual_typechecker.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-08-20T21:51:20.3096830Z copying torch\fx\experimental\merge_matmul.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-08-20T21:51:20.3108171Z copying torch\fx\experimental\meta_tracer.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-08-20T21:51:20.3119653Z copying torch\fx\experimental\normalize.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-08-20T21:51:20.3130530Z copying torch\fx\experimental\optimization.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-08-20T21:51:20.3148150Z copying torch\fx\experimental\partitioner_utils.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-08-20T21:51:20.3158661Z copying torch\fx\experimental\proxy_tensor.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-08-20T21:51:20.3198433Z copying torch\fx\experimental\recording.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-08-20T21:51:20.3215485Z copying torch\fx\experimental\refinement_types.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-08-20T21:51:20.3220976Z copying torch\fx\experimental\rewriter.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-08-20T21:51:20.3232342Z copying torch\fx\experimental\schema_type_annotation.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-08-20T21:51:20.3244321Z copying torch\fx\experimental\symbolic_shapes.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-08-20T21:51:20.3473746Z copying torch\fx\experimental\sym_node.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-08-20T21:51:20.3503084Z copying torch\fx\experimental\unify_refinements.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-08-20T21:51:20.3514318Z copying torch\fx\experimental\validator.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-08-20T21:51:20.3533038Z copying torch\fx\experimental\_backward_state.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-08-20T21:51:20.3544247Z copying torch\fx\experimental\_config.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-08-20T21:51:20.3555674Z copying torch\fx\experimental\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-08-20T21:51:20.3574925Z creating build\lib.win-amd64-cpython-39\torch\fx\passes 2024-08-20T21:51:20.3577678Z copying torch\fx\passes\annotate_getitem_nodes.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-08-20T21:51:20.3588603Z copying torch\fx\passes\fake_tensor_prop.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-08-20T21:51:20.3600085Z copying torch\fx\passes\graph_drawer.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-08-20T21:51:20.3617394Z copying torch\fx\passes\graph_manipulation.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-08-20T21:51:20.3635519Z copying torch\fx\passes\graph_transform_observer.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-08-20T21:51:20.3646275Z copying torch\fx\passes\net_min_base.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-08-20T21:51:20.3669573Z copying torch\fx\passes\operator_support.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-08-20T21:51:20.3680969Z copying torch\fx\passes\param_fetch.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-08-20T21:51:20.3693325Z copying torch\fx\passes\pass_manager.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-08-20T21:51:20.3705244Z copying torch\fx\passes\reinplace.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-08-20T21:51:20.3728692Z copying torch\fx\passes\runtime_assert.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-08-20T21:51:20.3745731Z copying torch\fx\passes\shape_prop.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-08-20T21:51:20.3757627Z copying torch\fx\passes\splitter_base.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-08-20T21:51:20.3780545Z copying torch\fx\passes\split_module.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-08-20T21:51:20.3797755Z copying torch\fx\passes\split_utils.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-08-20T21:51:20.3809762Z copying torch\fx\passes\tools_common.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-08-20T21:51:20.3821241Z copying torch\fx\passes\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-08-20T21:51:20.3829698Z creating build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2024-08-20T21:51:20.3833292Z copying torch\fx\experimental\migrate_gradual_types\constraint.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2024-08-20T21:51:20.3851658Z copying torch\fx\experimental\migrate_gradual_types\constraint_generator.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2024-08-20T21:51:20.3877202Z copying torch\fx\experimental\migrate_gradual_types\constraint_transformation.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2024-08-20T21:51:20.3912090Z copying torch\fx\experimental\migrate_gradual_types\operation.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2024-08-20T21:51:20.3916847Z 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-20T21:51:20.3928800Z copying torch\fx\experimental\migrate_gradual_types\util.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2024-08-20T21:51:20.3940760Z copying torch\fx\experimental\migrate_gradual_types\z3_types.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2024-08-20T21:51:20.3951591Z copying torch\fx\experimental\migrate_gradual_types\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2024-08-20T21:51:20.3958555Z creating build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2024-08-20T21:51:20.3961483Z copying torch\fx\experimental\unification\core.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2024-08-20T21:51:20.3972794Z copying torch\fx\experimental\unification\dispatch.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2024-08-20T21:51:20.3978266Z copying torch\fx\experimental\unification\match.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2024-08-20T21:51:20.3989585Z copying torch\fx\experimental\unification\more.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2024-08-20T21:51:20.4000600Z copying torch\fx\experimental\unification\unification_tools.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2024-08-20T21:51:20.4019844Z copying torch\fx\experimental\unification\utils.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2024-08-20T21:51:20.4032189Z copying torch\fx\experimental\unification\variable.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2024-08-20T21:51:20.4073137Z copying torch\fx\experimental\unification\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2024-08-20T21:51:20.4081722Z creating build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2024-08-20T21:51:20.4084678Z copying torch\fx\experimental\unification\multipledispatch\conflict.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2024-08-20T21:51:20.4097103Z copying torch\fx\experimental\unification\multipledispatch\core.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2024-08-20T21:51:20.4108571Z copying torch\fx\experimental\unification\multipledispatch\dispatcher.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2024-08-20T21:51:20.4120154Z copying torch\fx\experimental\unification\multipledispatch\utils.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2024-08-20T21:51:20.4132749Z copying torch\fx\experimental\unification\multipledispatch\variadic.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2024-08-20T21:51:20.4152172Z copying torch\fx\experimental\unification\multipledispatch\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2024-08-20T21:51:20.4158582Z creating build\lib.win-amd64-cpython-39\torch\fx\passes\backends 2024-08-20T21:51:20.4161277Z copying torch\fx\passes\backends\cudagraphs.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\backends 2024-08-20T21:51:20.4173394Z copying torch\fx\passes\backends\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\backends 2024-08-20T21:51:20.4179018Z creating build\lib.win-amd64-cpython-39\torch\fx\passes\dialect 2024-08-20T21:51:20.4181562Z copying torch\fx\passes\dialect\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\dialect 2024-08-20T21:51:20.4187679Z creating build\lib.win-amd64-cpython-39\torch\fx\passes\infra 2024-08-20T21:51:20.4190688Z copying torch\fx\passes\infra\partitioner.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\infra 2024-08-20T21:51:20.4202586Z copying torch\fx\passes\infra\pass_base.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\infra 2024-08-20T21:51:20.4213903Z copying torch\fx\passes\infra\pass_manager.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\infra 2024-08-20T21:51:20.4227276Z copying torch\fx\passes\infra\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\infra 2024-08-20T21:51:20.4241858Z creating build\lib.win-amd64-cpython-39\torch\fx\passes\tests 2024-08-20T21:51:20.4251858Z copying torch\fx\passes\tests\test_pass_manager.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\tests 2024-08-20T21:51:20.4265532Z copying torch\fx\passes\tests\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\tests 2024-08-20T21:51:20.4272011Z creating build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2024-08-20T21:51:20.4274954Z copying torch\fx\passes\utils\common.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2024-08-20T21:51:20.4286954Z copying torch\fx\passes\utils\fuser_utils.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2024-08-20T21:51:20.4299077Z copying torch\fx\passes\utils\matcher_utils.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2024-08-20T21:51:20.4316196Z copying torch\fx\passes\utils\matcher_with_name_node_map_utils.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2024-08-20T21:51:20.4333900Z copying torch\fx\passes\utils\source_matcher_utils.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2024-08-20T21:51:20.4345409Z copying torch\fx\passes\utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2024-08-20T21:51:20.4352330Z creating build\lib.win-amd64-cpython-39\torch\fx\passes\dialect\common 2024-08-20T21:51:20.4355112Z copying torch\fx\passes\dialect\common\cse_pass.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\dialect\common 2024-08-20T21:51:20.4366489Z copying torch\fx\passes\dialect\common\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\dialect\common 2024-08-20T21:51:20.4372041Z creating build\lib.win-amd64-cpython-39\torch\jit\mobile 2024-08-20T21:51:20.4374546Z copying torch\jit\mobile\__init__.py -> build\lib.win-amd64-cpython-39\torch\jit\mobile 2024-08-20T21:51:20.4386988Z creating build\lib.win-amd64-cpython-39\torch\jit\_passes 2024-08-20T21:51:20.4389666Z copying torch\jit\_passes\_property_propagation.py -> build\lib.win-amd64-cpython-39\torch\jit\_passes 2024-08-20T21:51:20.4401029Z copying torch\jit\_passes\__init__.py -> build\lib.win-amd64-cpython-39\torch\jit\_passes 2024-08-20T21:51:20.4407853Z creating build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2024-08-20T21:51:20.4410516Z copying torch\masked\maskedtensor\binary.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2024-08-20T21:51:20.4422065Z copying torch\masked\maskedtensor\core.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2024-08-20T21:51:20.4439643Z copying torch\masked\maskedtensor\creation.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2024-08-20T21:51:20.4440950Z copying torch\masked\maskedtensor\passthrough.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2024-08-20T21:51:20.4453027Z copying torch\masked\maskedtensor\reductions.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2024-08-20T21:51:20.4470948Z copying torch\masked\maskedtensor\unary.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2024-08-20T21:51:20.4483100Z copying torch\masked\maskedtensor\_ops_refs.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2024-08-20T21:51:20.4500872Z copying torch\masked\maskedtensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2024-08-20T21:51:20.4507636Z creating build\lib.win-amd64-cpython-39\torch\nested\_internal 2024-08-20T21:51:20.4510902Z copying torch\nested\_internal\nested_tensor.py -> build\lib.win-amd64-cpython-39\torch\nested\_internal 2024-08-20T21:51:20.4528807Z copying torch\nested\_internal\ops.py -> build\lib.win-amd64-cpython-39\torch\nested\_internal 2024-08-20T21:51:20.4558309Z copying torch\nested\_internal\sdpa.py -> build\lib.win-amd64-cpython-39\torch\nested\_internal 2024-08-20T21:51:20.4578915Z copying torch\nested\_internal\__init__.py -> build\lib.win-amd64-cpython-39\torch\nested\_internal 2024-08-20T21:51:20.4585281Z creating build\lib.win-amd64-cpython-39\torch\nn\attention 2024-08-20T21:51:20.4587790Z copying torch\nn\attention\bias.py -> build\lib.win-amd64-cpython-39\torch\nn\attention 2024-08-20T21:51:20.4600171Z copying torch\nn\attention\flex_attention.py -> build\lib.win-amd64-cpython-39\torch\nn\attention 2024-08-20T21:51:20.4622591Z copying torch\nn\attention\_utils.py -> build\lib.win-amd64-cpython-39\torch\nn\attention 2024-08-20T21:51:20.4632368Z copying torch\nn\attention\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\attention 2024-08-20T21:51:20.4645858Z creating build\lib.win-amd64-cpython-39\torch\nn\backends 2024-08-20T21:51:20.4647836Z copying torch\nn\backends\thnn.py -> build\lib.win-amd64-cpython-39\torch\nn\backends 2024-08-20T21:51:20.4653106Z copying torch\nn\backends\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\backends 2024-08-20T21:51:20.4658923Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic 2024-08-20T21:51:20.4661419Z copying torch\nn\intrinsic\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic 2024-08-20T21:51:20.4677647Z creating build\lib.win-amd64-cpython-39\torch\nn\modules 2024-08-20T21:51:20.4680354Z copying torch\nn\modules\activation.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-08-20T21:51:20.4711060Z copying torch\nn\modules\adaptive.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-08-20T21:51:20.4722780Z copying torch\nn\modules\batchnorm.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-08-20T21:51:20.4745700Z copying torch\nn\modules\channelshuffle.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-08-20T21:51:20.4764904Z copying torch\nn\modules\container.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-08-20T21:51:20.4794505Z copying torch\nn\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-08-20T21:51:20.4828779Z copying torch\nn\modules\distance.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-08-20T21:51:20.4854948Z copying torch\nn\modules\dropout.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-08-20T21:51:20.4866246Z copying torch\nn\modules\flatten.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-08-20T21:51:20.4876731Z copying torch\nn\modules\fold.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-08-20T21:51:20.4886940Z copying torch\nn\modules\instancenorm.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-08-20T21:51:20.4904118Z copying torch\nn\modules\lazy.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-08-20T21:51:20.4915595Z copying torch\nn\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-08-20T21:51:20.4927091Z copying torch\nn\modules\loss.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-08-20T21:51:20.4969934Z copying torch\nn\modules\module.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-08-20T21:51:20.5024373Z copying torch\nn\modules\normalization.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-08-20T21:51:20.5036644Z copying torch\nn\modules\padding.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-08-20T21:51:20.5055152Z copying torch\nn\modules\pixelshuffle.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-08-20T21:51:20.5066201Z copying torch\nn\modules\pooling.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-08-20T21:51:20.5096011Z copying torch\nn\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-08-20T21:51:20.5131709Z copying torch\nn\modules\sparse.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-08-20T21:51:20.5149529Z copying torch\nn\modules\transformer.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-08-20T21:51:20.5180036Z copying torch\nn\modules\upsampling.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-08-20T21:51:20.5191193Z copying torch\nn\modules\utils.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-08-20T21:51:20.5202611Z copying torch\nn\modules\_functions.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-08-20T21:51:20.5214195Z copying torch\nn\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-08-20T21:51:20.5227523Z creating build\lib.win-amd64-cpython-39\torch\nn\parallel 2024-08-20T21:51:20.5230071Z copying torch\nn\parallel\comm.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2024-08-20T21:51:20.5242152Z copying torch\nn\parallel\data_parallel.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2024-08-20T21:51:20.5253497Z copying torch\nn\parallel\distributed.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2024-08-20T21:51:20.5300547Z copying torch\nn\parallel\parallel_apply.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2024-08-20T21:51:20.5324121Z copying torch\nn\parallel\replicate.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2024-08-20T21:51:20.5336084Z copying torch\nn\parallel\scatter_gather.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2024-08-20T21:51:20.5346326Z copying torch\nn\parallel\_functions.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2024-08-20T21:51:20.5360883Z copying torch\nn\parallel\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2024-08-20T21:51:20.5383168Z creating build\lib.win-amd64-cpython-39\torch\nn\qat 2024-08-20T21:51:20.5385509Z copying torch\nn\qat\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\qat 2024-08-20T21:51:20.5392366Z creating build\lib.win-amd64-cpython-39\torch\nn\quantizable 2024-08-20T21:51:20.5394896Z copying torch\nn\quantizable\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantizable 2024-08-20T21:51:20.5402366Z creating build\lib.win-amd64-cpython-39\torch\nn\quantized 2024-08-20T21:51:20.5405370Z copying torch\nn\quantized\functional.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized 2024-08-20T21:51:20.5410897Z copying torch\nn\quantized\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized 2024-08-20T21:51:20.5821361Z creating build\lib.win-amd64-cpython-39\torch\nn\utils 2024-08-20T21:51:20.5823721Z copying torch\nn\utils\clip_grad.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-08-20T21:51:20.5835945Z copying torch\nn\utils\convert_parameters.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-08-20T21:51:20.5845790Z copying torch\nn\utils\fusion.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-08-20T21:51:20.5856604Z copying torch\nn\utils\init.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-08-20T21:51:20.5868188Z copying torch\nn\utils\memory_format.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-08-20T21:51:20.5886974Z copying torch\nn\utils\parametrizations.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-08-20T21:51:20.5905264Z copying torch\nn\utils\parametrize.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-08-20T21:51:20.5928691Z copying torch\nn\utils\prune.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-08-20T21:51:20.5960500Z copying torch\nn\utils\rnn.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-08-20T21:51:20.5979695Z copying torch\nn\utils\spectral_norm.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-08-20T21:51:20.5991176Z copying torch\nn\utils\stateless.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-08-20T21:51:20.6002900Z copying torch\nn\utils\weight_norm.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-08-20T21:51:20.6015483Z copying torch\nn\utils\_deprecation_utils.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-08-20T21:51:20.6027300Z copying torch\nn\utils\_named_member_accessor.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-08-20T21:51:20.6039023Z copying torch\nn\utils\_per_sample_grad.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-08-20T21:51:20.6049609Z copying torch\nn\utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-08-20T21:51:20.6061955Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\modules 2024-08-20T21:51:20.6064153Z copying torch\nn\intrinsic\modules\fused.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\modules 2024-08-20T21:51:20.6069938Z copying torch\nn\intrinsic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\modules 2024-08-20T21:51:20.6076500Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat 2024-08-20T21:51:20.6079189Z copying torch\nn\intrinsic\qat\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat 2024-08-20T21:51:20.6086140Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized 2024-08-20T21:51:20.6088977Z copying torch\nn\intrinsic\quantized\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized 2024-08-20T21:51:20.6096181Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\modules 2024-08-20T21:51:20.6098896Z copying torch\nn\intrinsic\qat\modules\conv_fused.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\modules 2024-08-20T21:51:20.6110385Z copying torch\nn\intrinsic\qat\modules\linear_fused.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\modules 2024-08-20T21:51:20.6116156Z copying torch\nn\intrinsic\qat\modules\linear_relu.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\modules 2024-08-20T21:51:20.6123033Z copying torch\nn\intrinsic\qat\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\modules 2024-08-20T21:51:20.6221161Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\dynamic 2024-08-20T21:51:20.6223664Z copying torch\nn\intrinsic\quantized\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\dynamic 2024-08-20T21:51:20.6231022Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\modules 2024-08-20T21:51:20.6233787Z copying torch\nn\intrinsic\quantized\modules\bn_relu.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\modules 2024-08-20T21:51:20.6239357Z copying torch\nn\intrinsic\quantized\modules\conv_relu.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\modules 2024-08-20T21:51:20.6244785Z copying torch\nn\intrinsic\quantized\modules\linear_relu.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\modules 2024-08-20T21:51:20.6250097Z copying torch\nn\intrinsic\quantized\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\modules 2024-08-20T21:51:20.6256730Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\dynamic\modules 2024-08-20T21:51:20.6259624Z copying torch\nn\intrinsic\quantized\dynamic\modules\linear_relu.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\dynamic\modules 2024-08-20T21:51:20.6265693Z copying torch\nn\intrinsic\quantized\dynamic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\dynamic\modules 2024-08-20T21:51:20.6271604Z creating build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic 2024-08-20T21:51:20.6274093Z copying torch\nn\qat\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic 2024-08-20T21:51:20.6281176Z creating build\lib.win-amd64-cpython-39\torch\nn\qat\modules 2024-08-20T21:51:20.6283761Z copying torch\nn\qat\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\modules 2024-08-20T21:51:20.6289229Z copying torch\nn\qat\modules\embedding_ops.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\modules 2024-08-20T21:51:20.6294745Z copying torch\nn\qat\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\modules 2024-08-20T21:51:20.6299909Z copying torch\nn\qat\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\modules 2024-08-20T21:51:20.6308999Z creating build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic\modules 2024-08-20T21:51:20.6311587Z copying torch\nn\qat\dynamic\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic\modules 2024-08-20T21:51:20.6316691Z copying torch\nn\qat\dynamic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic\modules 2024-08-20T21:51:20.6323463Z creating build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules 2024-08-20T21:51:20.6326350Z copying torch\nn\quantizable\modules\activation.py -> build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules 2024-08-20T21:51:20.6331583Z copying torch\nn\quantizable\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules 2024-08-20T21:51:20.6336757Z copying torch\nn\quantizable\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules 2024-08-20T21:51:20.6343238Z creating build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic 2024-08-20T21:51:20.6346421Z copying torch\nn\quantized\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic 2024-08-20T21:51:20.6357177Z creating build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2024-08-20T21:51:20.6360143Z copying torch\nn\quantized\modules\activation.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2024-08-20T21:51:20.6365276Z copying torch\nn\quantized\modules\batchnorm.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2024-08-20T21:51:20.6370494Z copying torch\nn\quantized\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2024-08-20T21:51:20.6377153Z copying torch\nn\quantized\modules\dropout.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2024-08-20T21:51:20.6382337Z copying torch\nn\quantized\modules\embedding_ops.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2024-08-20T21:51:20.6486665Z copying torch\nn\quantized\modules\functional_modules.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2024-08-20T21:51:20.6492694Z copying torch\nn\quantized\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2024-08-20T21:51:20.6525838Z copying torch\nn\quantized\modules\normalization.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2024-08-20T21:51:20.7466562Z copying torch\nn\quantized\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2024-08-20T21:51:20.7471794Z copying torch\nn\quantized\modules\utils.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2024-08-20T21:51:20.7477352Z copying torch\nn\quantized\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2024-08-20T21:51:20.7490549Z creating build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference 2024-08-20T21:51:20.7501269Z copying torch\nn\quantized\_reference\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference 2024-08-20T21:51:20.7508623Z creating build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\modules 2024-08-20T21:51:20.7511078Z copying torch\nn\quantized\dynamic\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\modules 2024-08-20T21:51:20.7516386Z copying torch\nn\quantized\dynamic\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\modules 2024-08-20T21:51:20.7521566Z copying torch\nn\quantized\dynamic\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\modules 2024-08-20T21:51:20.7533933Z copying torch\nn\quantized\dynamic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\modules 2024-08-20T21:51:20.7546579Z creating build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2024-08-20T21:51:20.7548965Z copying torch\nn\quantized\_reference\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2024-08-20T21:51:20.7554362Z copying torch\nn\quantized\_reference\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2024-08-20T21:51:20.7559679Z copying torch\nn\quantized\_reference\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2024-08-20T21:51:20.7564904Z copying torch\nn\quantized\_reference\modules\sparse.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2024-08-20T21:51:20.7570289Z copying torch\nn\quantized\_reference\modules\utils.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2024-08-20T21:51:20.7575791Z copying torch\nn\quantized\_reference\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2024-08-20T21:51:20.7589349Z creating build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2024-08-20T21:51:20.7592361Z copying torch\nn\utils\_expanded_weights\conv_expanded_weights.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2024-08-20T21:51:20.7604461Z copying torch\nn\utils\_expanded_weights\conv_utils.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2024-08-20T21:51:20.7616035Z copying torch\nn\utils\_expanded_weights\embedding_expanded_weights.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2024-08-20T21:51:20.7634267Z copying torch\nn\utils\_expanded_weights\expanded_weights_impl.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2024-08-20T21:51:20.7644946Z copying torch\nn\utils\_expanded_weights\expanded_weights_utils.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2024-08-20T21:51:20.7656877Z copying torch\nn\utils\_expanded_weights\group_norm_expanded_weights.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2024-08-20T21:51:20.7668706Z copying torch\nn\utils\_expanded_weights\instance_norm_expanded_weights.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2024-08-20T21:51:20.7678530Z copying torch\nn\utils\_expanded_weights\layer_norm_expanded_weights.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2024-08-20T21:51:20.7688911Z copying torch\nn\utils\_expanded_weights\linear_expanded_weights.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2024-08-20T21:51:20.7699842Z copying torch\nn\utils\_expanded_weights\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2024-08-20T21:51:20.7706882Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal 2024-08-20T21:51:20.7716444Z copying torch\onnx\_internal\io_adapter.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2024-08-20T21:51:20.7735893Z copying torch\onnx\_internal\jit_utils.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2024-08-20T21:51:20.7747879Z copying torch\onnx\_internal\onnxruntime.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2024-08-20T21:51:20.7793060Z copying torch\onnx\_internal\onnx_proto_utils.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2024-08-20T21:51:20.7804020Z copying torch\onnx\_internal\registration.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2024-08-20T21:51:20.7815479Z copying torch\onnx\_internal\_exporter_legacy.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2024-08-20T21:51:20.7848552Z copying torch\onnx\_internal\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2024-08-20T21:51:20.7854850Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics 2024-08-20T21:51:20.7857658Z copying torch\onnx\_internal\diagnostics\_diagnostic.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics 2024-08-20T21:51:20.7868920Z copying torch\onnx\_internal\diagnostics\_rules.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics 2024-08-20T21:51:20.7892137Z copying torch\onnx\_internal\diagnostics\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics 2024-08-20T21:51:20.7906560Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-08-20T21:51:20.7909414Z copying torch\onnx\_internal\fx\decomposition_skip.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-08-20T21:51:20.7920887Z copying torch\onnx\_internal\fx\decomposition_table.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-08-20T21:51:20.7933124Z copying torch\onnx\_internal\fx\diagnostics.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-08-20T21:51:20.7945229Z copying torch\onnx\_internal\fx\dynamo_graph_extractor.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-08-20T21:51:20.7964478Z copying torch\onnx\_internal\fx\fx_onnx_interpreter.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-08-20T21:51:20.7988067Z copying torch\onnx\_internal\fx\fx_symbolic_graph_extractor.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-08-20T21:51:20.7999221Z copying torch\onnx\_internal\fx\onnxfunction_dispatcher.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-08-20T21:51:20.8022556Z copying torch\onnx\_internal\fx\op_validation.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-08-20T21:51:20.8035263Z copying torch\onnx\_internal\fx\patcher.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-08-20T21:51:20.8047618Z copying torch\onnx\_internal\fx\registration.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-08-20T21:51:20.8058866Z copying torch\onnx\_internal\fx\serialization.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-08-20T21:51:20.8070762Z copying torch\onnx\_internal\fx\torch_export_graph_extractor.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-08-20T21:51:20.8082232Z copying torch\onnx\_internal\fx\type_utils.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-08-20T21:51:20.8094022Z copying torch\onnx\_internal\fx\_pass.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-08-20T21:51:20.8105682Z copying torch\onnx\_internal\fx\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-08-20T21:51:20.8112965Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra 2024-08-20T21:51:20.8115846Z copying torch\onnx\_internal\diagnostics\infra\context.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra 2024-08-20T21:51:20.8132849Z copying torch\onnx\_internal\diagnostics\infra\decorator.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra 2024-08-20T21:51:20.8143815Z copying torch\onnx\_internal\diagnostics\infra\formatter.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra 2024-08-20T21:51:20.8155012Z copying torch\onnx\_internal\diagnostics\infra\utils.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra 2024-08-20T21:51:20.8165648Z copying torch\onnx\_internal\diagnostics\infra\_infra.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra 2024-08-20T21:51:20.8188511Z copying torch\onnx\_internal\diagnostics\infra\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra 2024-08-20T21:51:20.8203507Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-20T21:51:20.8206250Z copying torch\onnx\_internal\diagnostics\infra\sarif\version.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-20T21:51:20.8212189Z copying torch\onnx\_internal\diagnostics\infra\sarif\_address.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-20T21:51:20.8348862Z copying torch\onnx\_internal\diagnostics\infra\sarif\_artifact.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-20T21:51:20.8359461Z copying torch\onnx\_internal\diagnostics\infra\sarif\_artifact_change.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-20T21:51:20.8370239Z copying torch\onnx\_internal\diagnostics\infra\sarif\_artifact_content.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-20T21:51:20.8387588Z copying torch\onnx\_internal\diagnostics\infra\sarif\_artifact_location.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-20T21:51:20.8398205Z copying torch\onnx\_internal\diagnostics\infra\sarif\_attachment.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-20T21:51:20.8409592Z copying torch\onnx\_internal\diagnostics\infra\sarif\_code_flow.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-20T21:51:20.8423607Z copying torch\onnx\_internal\diagnostics\infra\sarif\_configuration_override.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-20T21:51:20.8436017Z copying torch\onnx\_internal\diagnostics\infra\sarif\_conversion.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-20T21:51:20.8448216Z copying torch\onnx\_internal\diagnostics\infra\sarif\_edge.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-20T21:51:20.8458958Z copying torch\onnx\_internal\diagnostics\infra\sarif\_edge_traversal.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-20T21:51:20.8470591Z copying torch\onnx\_internal\diagnostics\infra\sarif\_exception.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-20T21:51:20.8481420Z copying torch\onnx\_internal\diagnostics\infra\sarif\_external_properties.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-20T21:51:20.8493375Z 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-20T21:51:20.8504562Z 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-20T21:51:20.8515653Z copying torch\onnx\_internal\diagnostics\infra\sarif\_fix.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-20T21:51:20.8576226Z copying torch\onnx\_internal\diagnostics\infra\sarif\_graph.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-20T21:51:20.8608419Z copying torch\onnx\_internal\diagnostics\infra\sarif\_graph_traversal.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-20T21:51:20.8621104Z copying torch\onnx\_internal\diagnostics\infra\sarif\_invocation.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-20T21:51:20.8634126Z copying torch\onnx\_internal\diagnostics\infra\sarif\_location.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-20T21:51:20.8652532Z copying torch\onnx\_internal\diagnostics\infra\sarif\_location_relationship.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-20T21:51:20.8664548Z copying torch\onnx\_internal\diagnostics\infra\sarif\_logical_location.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-20T21:51:20.8675696Z copying torch\onnx\_internal\diagnostics\infra\sarif\_message.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-20T21:51:20.8686908Z 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-20T21:51:20.8697820Z copying torch\onnx\_internal\diagnostics\infra\sarif\_node.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-20T21:51:20.8708950Z copying torch\onnx\_internal\diagnostics\infra\sarif\_notification.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-20T21:51:20.8720317Z copying torch\onnx\_internal\diagnostics\infra\sarif\_physical_location.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-20T21:51:20.8731313Z copying torch\onnx\_internal\diagnostics\infra\sarif\_property_bag.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-20T21:51:20.8736941Z copying torch\onnx\_internal\diagnostics\infra\sarif\_rectangle.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-20T21:51:20.8749737Z copying torch\onnx\_internal\diagnostics\infra\sarif\_region.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-20T21:51:20.8767395Z copying torch\onnx\_internal\diagnostics\infra\sarif\_replacement.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-20T21:51:20.8778876Z copying torch\onnx\_internal\diagnostics\infra\sarif\_reporting_configuration.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-20T21:51:20.8790686Z copying torch\onnx\_internal\diagnostics\infra\sarif\_reporting_descriptor.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-20T21:51:20.8803214Z 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-20T21:51:20.8818366Z 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-20T21:51:20.8832101Z copying torch\onnx\_internal\diagnostics\infra\sarif\_result.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-20T21:51:20.8843883Z copying torch\onnx\_internal\diagnostics\infra\sarif\_result_provenance.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-20T21:51:20.8854665Z copying torch\onnx\_internal\diagnostics\infra\sarif\_run.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-20T21:51:20.8865678Z 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-20T21:51:20.8876382Z copying torch\onnx\_internal\diagnostics\infra\sarif\_sarif_log.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-20T21:51:20.8894853Z copying torch\onnx\_internal\diagnostics\infra\sarif\_special_locations.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-20T21:51:20.8905608Z copying torch\onnx\_internal\diagnostics\infra\sarif\_stack.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-20T21:51:20.8918422Z copying torch\onnx\_internal\diagnostics\infra\sarif\_stack_frame.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-20T21:51:20.8931119Z copying torch\onnx\_internal\diagnostics\infra\sarif\_suppression.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-20T21:51:20.8942566Z copying torch\onnx\_internal\diagnostics\infra\sarif\_thread_flow.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-20T21:51:20.8953431Z 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-20T21:51:20.8964150Z copying torch\onnx\_internal\diagnostics\infra\sarif\_tool.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-20T21:51:20.8975771Z copying torch\onnx\_internal\diagnostics\infra\sarif\_tool_component.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-20T21:51:20.8988166Z 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-20T21:51:20.8999455Z copying torch\onnx\_internal\diagnostics\infra\sarif\_translation_metadata.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-20T21:51:20.9016142Z 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-20T21:51:20.9027021Z copying torch\onnx\_internal\diagnostics\infra\sarif\_web_request.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-20T21:51:20.9038521Z copying torch\onnx\_internal\diagnostics\infra\sarif\_web_response.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-20T21:51:20.9050493Z copying torch\onnx\_internal\diagnostics\infra\sarif\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-20T21:51:20.9063976Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\analysis 2024-08-20T21:51:20.9066752Z copying torch\onnx\_internal\fx\analysis\unsupported_nodes.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\analysis 2024-08-20T21:51:20.9078392Z copying torch\onnx\_internal\fx\analysis\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\analysis 2024-08-20T21:51:20.9086200Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2024-08-20T21:51:20.9088867Z copying torch\onnx\_internal\fx\passes\decomp.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2024-08-20T21:51:20.9100420Z copying torch\onnx\_internal\fx\passes\functionalization.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2024-08-20T21:51:20.9238463Z copying torch\onnx\_internal\fx\passes\modularization.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2024-08-20T21:51:20.9260500Z copying torch\onnx\_internal\fx\passes\readability.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2024-08-20T21:51:20.9279616Z copying torch\onnx\_internal\fx\passes\type_promotion.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2024-08-20T21:51:20.9312333Z copying torch\onnx\_internal\fx\passes\virtualization.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2024-08-20T21:51:20.9322924Z copying torch\onnx\_internal\fx\passes\_utils.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2024-08-20T21:51:20.9334058Z copying torch\onnx\_internal\fx\passes\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2024-08-20T21:51:20.9341118Z creating build\lib.win-amd64-cpython-39\torch\optim\_multi_tensor 2024-08-20T21:51:20.9343780Z copying torch\optim\_multi_tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\optim\_multi_tensor 2024-08-20T21:51:20.9356099Z creating build\lib.win-amd64-cpython-39\torch\package\analyze 2024-08-20T21:51:20.9358971Z copying torch\package\analyze\find_first_use_of_broken_modules.py -> build\lib.win-amd64-cpython-39\torch\package\analyze 2024-08-20T21:51:20.9369682Z copying torch\package\analyze\is_from_package.py -> build\lib.win-amd64-cpython-39\torch\package\analyze 2024-08-20T21:51:20.9375321Z copying torch\package\analyze\trace_dependencies.py -> build\lib.win-amd64-cpython-39\torch\package\analyze 2024-08-20T21:51:20.9401615Z copying torch\package\analyze\__init__.py -> build\lib.win-amd64-cpython-39\torch\package\analyze 2024-08-20T21:51:20.9410701Z creating build\lib.win-amd64-cpython-39\torch\quantization\fx 2024-08-20T21:51:20.9413665Z copying torch\quantization\fx\convert.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2024-08-20T21:51:20.9418989Z copying torch\quantization\fx\fuse.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2024-08-20T21:51:20.9424668Z copying torch\quantization\fx\fusion_patterns.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2024-08-20T21:51:20.9430139Z copying torch\quantization\fx\graph_module.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2024-08-20T21:51:20.9435541Z copying torch\quantization\fx\match_utils.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2024-08-20T21:51:20.9447741Z copying torch\quantization\fx\pattern_utils.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2024-08-20T21:51:20.9458803Z copying torch\quantization\fx\prepare.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2024-08-20T21:51:20.9464259Z copying torch\quantization\fx\quantization_patterns.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2024-08-20T21:51:20.9488391Z copying torch\quantization\fx\quantization_types.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2024-08-20T21:51:20.9493760Z copying torch\quantization\fx\utils.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2024-08-20T21:51:20.9505556Z copying torch\quantization\fx\_equalize.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2024-08-20T21:51:20.9521143Z copying torch\quantization\fx\__init__.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2024-08-20T21:51:20.9527839Z creating build\lib.win-amd64-cpython-39\torch\signal\windows 2024-08-20T21:51:20.9530431Z copying torch\signal\windows\windows.py -> build\lib.win-amd64-cpython-39\torch\signal\windows 2024-08-20T21:51:20.9548430Z copying torch\signal\windows\__init__.py -> build\lib.win-amd64-cpython-39\torch\signal\windows 2024-08-20T21:51:20.9561499Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-20T21:51:20.9599990Z copying torch\testing\_internal\autocast_test_lists.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-20T21:51:20.9618725Z copying torch\testing\_internal\autograd_function_db.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-20T21:51:20.9639555Z copying torch\testing\_internal\check_kernel_launches.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-20T21:51:20.9658738Z copying torch\testing\_internal\common_cuda.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-20T21:51:20.9677126Z copying torch\testing\_internal\common_device_type.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-20T21:51:20.9719436Z copying torch\testing\_internal\common_distributed.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-20T21:51:20.9755600Z copying torch\testing\_internal\common_dist_composable.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-20T21:51:20.9766290Z copying torch\testing\_internal\common_dtype.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-20T21:51:20.9776899Z copying torch\testing\_internal\common_fsdp.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-20T21:51:20.9807269Z copying torch\testing\_internal\common_jit.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-20T21:51:20.9818478Z copying torch\testing\_internal\common_methods_invocations.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-20T21:51:21.0255895Z copying torch\testing\_internal\common_mkldnn.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-20T21:51:21.0266669Z copying torch\testing\_internal\common_modules.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-20T21:51:21.0354466Z copying torch\testing\_internal\common_nn.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-20T21:51:21.0425708Z copying torch\testing\_internal\common_optimizers.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-20T21:51:21.0466605Z copying torch\testing\_internal\common_pruning.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-20T21:51:21.0477918Z copying torch\testing\_internal\common_quantization.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-20T21:51:21.0538761Z copying torch\testing\_internal\common_quantized.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-20T21:51:21.0568927Z copying torch\testing\_internal\common_subclass.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-20T21:51:21.0582797Z copying torch\testing\_internal\common_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-20T21:51:21.0681472Z copying torch\testing\_internal\composite_compliance.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-20T21:51:21.0698281Z copying torch\testing\_internal\custom_op_db.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-20T21:51:21.0722624Z copying torch\testing\_internal\custom_tensor.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-20T21:51:21.0733020Z copying torch\testing\_internal\dist_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-20T21:51:21.0743437Z copying torch\testing\_internal\dynamo_test_failures.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-20T21:51:21.0754202Z copying torch\testing\_internal\hop_db.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-20T21:51:21.0769939Z copying torch\testing\_internal\hypothesis_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-20T21:51:21.0781393Z copying torch\testing\_internal\inductor_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-20T21:51:21.0792837Z copying torch\testing\_internal\jit_metaprogramming_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-20T21:51:21.0829023Z copying torch\testing\_internal\jit_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-20T21:51:21.0855371Z copying torch\testing\_internal\logging_tensor.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-20T21:51:21.0866230Z copying torch\testing\_internal\logging_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-20T21:51:21.0878107Z copying torch\testing\_internal\quantization_torch_package_models.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-20T21:51:21.0889390Z copying torch\testing\_internal\static_module.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-20T21:51:21.0900534Z copying torch\testing\_internal\torchbind_impls.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-20T21:51:21.0911191Z copying torch\testing\_internal\triton_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-20T21:51:21.0922397Z copying torch\testing\_internal\two_tensor.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-20T21:51:21.0933291Z copying torch\testing\_internal\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-08-20T21:51:21.0939468Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\codegen 2024-08-20T21:51:21.0942024Z copying torch\testing\_internal\codegen\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\codegen 2024-08-20T21:51:21.0948955Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\data 2024-08-20T21:51:21.0960572Z copying torch\testing\_internal\data\network1.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\data 2024-08-20T21:51:21.0965970Z copying torch\testing\_internal\data\network2.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\data 2024-08-20T21:51:21.0971453Z copying torch\testing\_internal\data\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\data 2024-08-20T21:51:21.0979712Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2024-08-20T21:51:21.0982615Z copying torch\testing\_internal\distributed\checkpoint_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2024-08-20T21:51:21.0993916Z copying torch\testing\_internal\distributed\common_state_dict.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2024-08-20T21:51:21.1005090Z copying torch\testing\_internal\distributed\ddp_under_dist_autograd_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2024-08-20T21:51:21.1028570Z copying torch\testing\_internal\distributed\distributed_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2024-08-20T21:51:21.1207892Z copying torch\testing\_internal\distributed\distributed_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2024-08-20T21:51:21.1218748Z copying torch\testing\_internal\distributed\fake_pg.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2024-08-20T21:51:21.1229267Z copying torch\testing\_internal\distributed\multi_threaded_pg.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2024-08-20T21:51:21.1245133Z copying torch\testing\_internal\distributed\rpc_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2024-08-20T21:51:21.1256648Z copying torch\testing\_internal\distributed\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2024-08-20T21:51:21.1262587Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\generated 2024-08-20T21:51:21.1265495Z copying torch\testing\_internal\generated\annotated_fn_args.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\generated 2024-08-20T21:51:21.1469225Z copying torch\testing\_internal\generated\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\generated 2024-08-20T21:51:21.1474989Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo 2024-08-20T21:51:21.1477700Z copying torch\testing\_internal\opinfo\core.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo 2024-08-20T21:51:21.1532060Z copying torch\testing\_internal\opinfo\refs.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo 2024-08-20T21:51:21.1543720Z copying torch\testing\_internal\opinfo\utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo 2024-08-20T21:51:21.1555315Z copying torch\testing\_internal\opinfo\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo 2024-08-20T21:51:21.1562672Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2024-08-20T21:51:21.1565488Z copying torch\testing\_internal\optests\aot_autograd.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2024-08-20T21:51:21.1577407Z copying torch\testing\_internal\optests\autograd_registration.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2024-08-20T21:51:21.1588801Z copying torch\testing\_internal\optests\fake_tensor.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2024-08-20T21:51:21.1600052Z copying torch\testing\_internal\optests\generate_tests.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2024-08-20T21:51:21.1627492Z copying torch\testing\_internal\optests\make_fx.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2024-08-20T21:51:21.1638916Z copying torch\testing\_internal\optests\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2024-08-20T21:51:21.1645733Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\test_module 2024-08-20T21:51:21.1648686Z copying torch\testing\_internal\test_module\future_div.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\test_module 2024-08-20T21:51:21.1654270Z copying torch\testing\_internal\test_module\no_future_div.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\test_module 2024-08-20T21:51:21.1659805Z copying torch\testing\_internal\test_module\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\test_module 2024-08-20T21:51:21.1665466Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\nn 2024-08-20T21:51:21.1668059Z copying torch\testing\_internal\distributed\nn\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\nn 2024-08-20T21:51:21.1675111Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2024-08-20T21:51:21.1678065Z copying torch\testing\_internal\distributed\rpc\dist_autograd_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2024-08-20T21:51:21.1725046Z copying torch\testing\_internal\distributed\rpc\dist_optimizer_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2024-08-20T21:51:21.1744597Z copying torch\testing\_internal\distributed\rpc\faulty_agent_rpc_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2024-08-20T21:51:21.1763494Z 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-20T21:51:21.1774455Z copying torch\testing\_internal\distributed\rpc\rpc_agent_test_fixture.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2024-08-20T21:51:21.1790038Z copying torch\testing\_internal\distributed\rpc\rpc_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2024-08-20T21:51:21.1883414Z 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-20T21:51:21.1895068Z copying torch\testing\_internal\distributed\rpc\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2024-08-20T21:51:21.1900660Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard 2024-08-20T21:51:21.1903273Z copying torch\testing\_internal\distributed\_shard\test_common.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard 2024-08-20T21:51:21.1919090Z copying torch\testing\_internal\distributed\_shard\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard 2024-08-20T21:51:21.1925499Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_tensor 2024-08-20T21:51:21.1928282Z copying torch\testing\_internal\distributed\_tensor\common_dtensor.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_tensor 2024-08-20T21:51:21.1949981Z copying torch\testing\_internal\distributed\_tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_tensor 2024-08-20T21:51:21.1956167Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\nn\api 2024-08-20T21:51:21.1959242Z 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-20T21:51:21.1977186Z copying torch\testing\_internal\distributed\nn\api\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\nn\api 2024-08-20T21:51:21.1983125Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\examples 2024-08-20T21:51:21.1986067Z 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-20T21:51:21.1997245Z 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-20T21:51:21.2007854Z copying torch\testing\_internal\distributed\rpc\examples\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\examples 2024-08-20T21:51:21.2013745Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\jit 2024-08-20T21:51:21.2016614Z 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-20T21:51:21.2027991Z copying torch\testing\_internal\distributed\rpc\jit\rpc_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\jit 2024-08-20T21:51:21.2050941Z 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-20T21:51:21.2061904Z copying torch\testing\_internal\distributed\rpc\jit\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\jit 2024-08-20T21:51:21.2067806Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard\sharded_tensor 2024-08-20T21:51:21.2070724Z 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-20T21:51:21.2100644Z 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-20T21:51:21.2120271Z 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-20T21:51:21.2132981Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2024-08-20T21:51:21.2135646Z copying torch\testing\_internal\opinfo\definitions\fft.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2024-08-20T21:51:21.2150453Z copying torch\testing\_internal\opinfo\definitions\linalg.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2024-08-20T21:51:21.2185980Z copying torch\testing\_internal\opinfo\definitions\nested.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2024-08-20T21:51:21.2197646Z copying torch\testing\_internal\opinfo\definitions\signal.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2024-08-20T21:51:21.2209432Z copying torch\testing\_internal\opinfo\definitions\sparse.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2024-08-20T21:51:21.2230630Z copying torch\testing\_internal\opinfo\definitions\special.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2024-08-20T21:51:21.2259952Z copying torch\testing\_internal\opinfo\definitions\_masked.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2024-08-20T21:51:21.2282288Z copying torch\testing\_internal\opinfo\definitions\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2024-08-20T21:51:21.2288887Z creating build\lib.win-amd64-cpython-39\torch\utils\backcompat 2024-08-20T21:51:21.2291659Z copying torch\utils\backcompat\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\backcompat 2024-08-20T21:51:21.2298265Z creating build\lib.win-amd64-cpython-39\torch\utils\benchmark 2024-08-20T21:51:21.2300821Z copying torch\utils\benchmark\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark 2024-08-20T21:51:21.2307514Z creating build\lib.win-amd64-cpython-39\torch\utils\bottleneck 2024-08-20T21:51:21.2310153Z copying torch\utils\bottleneck\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\bottleneck 2024-08-20T21:51:21.2314623Z copying torch\utils\bottleneck\__main__.py -> build\lib.win-amd64-cpython-39\torch\utils\bottleneck 2024-08-20T21:51:21.2327552Z creating build\lib.win-amd64-cpython-39\torch\utils\data 2024-08-20T21:51:21.2330259Z copying torch\utils\data\backward_compatibility.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2024-08-20T21:51:21.2335928Z copying torch\utils\data\dataloader.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2024-08-20T21:51:21.2369733Z copying torch\utils\data\dataset.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2024-08-20T21:51:21.2386776Z copying torch\utils\data\distributed.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2024-08-20T21:51:21.2405581Z copying torch\utils\data\graph.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2024-08-20T21:51:21.2416876Z copying torch\utils\data\graph_settings.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2024-08-20T21:51:21.2428080Z copying torch\utils\data\sampler.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2024-08-20T21:51:21.2439237Z copying torch\utils\data\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2024-08-20T21:51:21.2451541Z creating build\lib.win-amd64-cpython-39\torch\utils\hipify 2024-08-20T21:51:21.2454326Z copying torch\utils\hipify\constants.py -> build\lib.win-amd64-cpython-39\torch\utils\hipify 2024-08-20T21:51:21.2465619Z copying torch\utils\hipify\cuda_to_hip_mappings.py -> build\lib.win-amd64-cpython-39\torch\utils\hipify 2024-08-20T21:51:21.2597425Z copying torch\utils\hipify\hipify_python.py -> build\lib.win-amd64-cpython-39\torch\utils\hipify 2024-08-20T21:51:21.2621406Z copying torch\utils\hipify\version.py -> build\lib.win-amd64-cpython-39\torch\utils\hipify 2024-08-20T21:51:21.2646055Z copying torch\utils\hipify\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\hipify 2024-08-20T21:51:21.2652677Z creating build\lib.win-amd64-cpython-39\torch\utils\jit 2024-08-20T21:51:21.2655275Z copying torch\utils\jit\log_extract.py -> build\lib.win-amd64-cpython-39\torch\utils\jit 2024-08-20T21:51:21.2667114Z copying torch\utils\jit\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\jit 2024-08-20T21:51:21.2672949Z creating build\lib.win-amd64-cpython-39\torch\utils\model_dump 2024-08-20T21:51:21.2675550Z copying torch\utils\model_dump\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\model_dump 2024-08-20T21:51:21.2697829Z copying torch\utils\model_dump\__main__.py -> build\lib.win-amd64-cpython-39\torch\utils\model_dump 2024-08-20T21:51:21.2705393Z creating build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2024-08-20T21:51:21.2708133Z copying torch\utils\tensorboard\summary.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2024-08-20T21:51:21.2731267Z copying torch\utils\tensorboard\writer.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2024-08-20T21:51:21.2755977Z copying torch\utils\tensorboard\_convert_np.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2024-08-20T21:51:21.2772864Z copying torch\utils\tensorboard\_embedding.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2024-08-20T21:51:21.2823958Z copying torch\utils\tensorboard\_onnx_graph.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2024-08-20T21:51:21.2837164Z copying torch\utils\tensorboard\_proto_graph.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2024-08-20T21:51:21.3009166Z copying torch\utils\tensorboard\_pytorch_graph.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2024-08-20T21:51:21.3021019Z copying torch\utils\tensorboard\_utils.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2024-08-20T21:51:21.3032697Z copying torch\utils\tensorboard\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2024-08-20T21:51:21.3040008Z creating build\lib.win-amd64-cpython-39\torch\utils\viz 2024-08-20T21:51:21.3042266Z copying torch\utils\viz\_cycles.py -> build\lib.win-amd64-cpython-39\torch\utils\viz 2024-08-20T21:51:21.3053973Z copying torch\utils\viz\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\viz 2024-08-20T21:51:21.3060281Z creating build\lib.win-amd64-cpython-39\torch\utils\_strobelight 2024-08-20T21:51:21.3063103Z copying torch\utils\_strobelight\cli_function_profiler.py -> build\lib.win-amd64-cpython-39\torch\utils\_strobelight 2024-08-20T21:51:21.3073941Z copying torch\utils\_strobelight\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\_strobelight 2024-08-20T21:51:21.3080548Z creating build\lib.win-amd64-cpython-39\torch\utils\_sympy 2024-08-20T21:51:21.3083607Z copying torch\utils\_sympy\functions.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2024-08-20T21:51:21.3101767Z copying torch\utils\_sympy\interp.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2024-08-20T21:51:21.3113965Z copying torch\utils\_sympy\numbers.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2024-08-20T21:51:21.3125661Z copying torch\utils\_sympy\reference.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2024-08-20T21:51:21.3137913Z copying torch\utils\_sympy\singleton_int.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2024-08-20T21:51:21.3156469Z copying torch\utils\_sympy\solve.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2024-08-20T21:51:21.3167735Z copying torch\utils\_sympy\symbol.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2024-08-20T21:51:21.3178705Z copying torch\utils\_sympy\value_ranges.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2024-08-20T21:51:21.3202523Z copying torch\utils\_sympy\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2024-08-20T21:51:21.3209448Z creating build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2024-08-20T21:51:21.3212159Z copying torch\utils\benchmark\examples\blas_compare_setup.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2024-08-20T21:51:21.3223869Z copying torch\utils\benchmark\examples\compare.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2024-08-20T21:51:21.3234397Z copying torch\utils\benchmark\examples\fuzzer.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2024-08-20T21:51:21.3245243Z copying torch\utils\benchmark\examples\op_benchmark.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2024-08-20T21:51:21.3261892Z copying torch\utils\benchmark\examples\simple_timeit.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2024-08-20T21:51:21.3321971Z copying torch\utils\benchmark\examples\spectral_ops_fuzz_test.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2024-08-20T21:51:21.3489160Z copying torch\utils\benchmark\examples\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2024-08-20T21:51:21.3496084Z creating build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2024-08-20T21:51:21.3498886Z copying torch\utils\benchmark\op_fuzzers\binary.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2024-08-20T21:51:21.3540637Z copying torch\utils\benchmark\op_fuzzers\sparse_binary.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2024-08-20T21:51:21.3551424Z copying torch\utils\benchmark\op_fuzzers\sparse_unary.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2024-08-20T21:51:21.3562763Z copying torch\utils\benchmark\op_fuzzers\spectral.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2024-08-20T21:51:21.3588410Z copying torch\utils\benchmark\op_fuzzers\unary.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2024-08-20T21:51:21.3599549Z copying torch\utils\benchmark\op_fuzzers\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2024-08-20T21:51:21.3606951Z creating build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2024-08-20T21:51:21.3609686Z copying torch\utils\benchmark\utils\common.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2024-08-20T21:51:21.3620518Z copying torch\utils\benchmark\utils\compare.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2024-08-20T21:51:21.3632994Z copying torch\utils\benchmark\utils\compile.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2024-08-20T21:51:21.3645316Z copying torch\utils\benchmark\utils\cpp_jit.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2024-08-20T21:51:21.3656758Z copying torch\utils\benchmark\utils\fuzzer.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2024-08-20T21:51:21.3674644Z copying torch\utils\benchmark\utils\sparse_fuzzer.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2024-08-20T21:51:21.3693080Z copying torch\utils\benchmark\utils\timer.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2024-08-20T21:51:21.3710330Z copying torch\utils\benchmark\utils\_stubs.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2024-08-20T21:51:21.3721349Z copying torch\utils\benchmark\utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2024-08-20T21:51:21.3727593Z creating build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2024-08-20T21:51:21.3730621Z copying torch\utils\benchmark\utils\valgrind_wrapper\timer_interface.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2024-08-20T21:51:21.3753002Z copying torch\utils\benchmark\utils\valgrind_wrapper\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2024-08-20T21:51:21.3759829Z creating build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2024-08-20T21:51:21.3762863Z copying torch\utils\data\datapipes\datapipe.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2024-08-20T21:51:21.3780601Z copying torch\utils\data\datapipes\gen_pyi.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2024-08-20T21:51:21.3792006Z copying torch\utils\data\datapipes\_decorator.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2024-08-20T21:51:21.3804108Z copying torch\utils\data\datapipes\_hook_iterator.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2024-08-20T21:51:21.3822679Z copying torch\utils\data\datapipes\_typing.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2024-08-20T21:51:21.3839591Z copying torch\utils\data\datapipes\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2024-08-20T21:51:21.3846639Z creating build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2024-08-20T21:51:21.3849222Z copying torch\utils\data\_utils\collate.py -> build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2024-08-20T21:51:21.3860963Z copying torch\utils\data\_utils\fetch.py -> build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2024-08-20T21:51:21.3872364Z copying torch\utils\data\_utils\pin_memory.py -> build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2024-08-20T21:51:21.3883111Z copying torch\utils\data\_utils\signal_handling.py -> build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2024-08-20T21:51:21.3894876Z copying torch\utils\data\_utils\worker.py -> build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2024-08-20T21:51:21.3912601Z copying torch\utils\data\_utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2024-08-20T21:51:21.3926060Z creating build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe 2024-08-20T21:51:21.3928909Z copying torch\utils\data\datapipes\dataframe\dataframes.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe 2024-08-20T21:51:21.3941681Z copying torch\utils\data\datapipes\dataframe\dataframe_wrapper.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe 2024-08-20T21:51:21.3953262Z copying torch\utils\data\datapipes\dataframe\datapipes.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe 2024-08-20T21:51:21.3970312Z copying torch\utils\data\datapipes\dataframe\structures.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe 2024-08-20T21:51:21.3982021Z copying torch\utils\data\datapipes\dataframe\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe 2024-08-20T21:51:21.3990050Z creating build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2024-08-20T21:51:21.3992849Z copying torch\utils\data\datapipes\iter\callable.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2024-08-20T21:51:21.4004971Z copying torch\utils\data\datapipes\iter\combinatorics.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2024-08-20T21:51:21.4016430Z copying torch\utils\data\datapipes\iter\combining.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2024-08-20T21:51:21.4033961Z copying torch\utils\data\datapipes\iter\filelister.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2024-08-20T21:51:21.4051401Z copying torch\utils\data\datapipes\iter\fileopener.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2024-08-20T21:51:21.4062216Z copying torch\utils\data\datapipes\iter\grouping.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2024-08-20T21:51:21.4073911Z copying torch\utils\data\datapipes\iter\routeddecoder.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2024-08-20T21:51:21.4085717Z copying torch\utils\data\datapipes\iter\selecting.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2024-08-20T21:51:21.4097028Z copying torch\utils\data\datapipes\iter\sharding.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2024-08-20T21:51:21.4201096Z copying torch\utils\data\datapipes\iter\streamreader.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2024-08-20T21:51:21.4212049Z copying torch\utils\data\datapipes\iter\utils.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2024-08-20T21:51:21.4222304Z copying torch\utils\data\datapipes\iter\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2024-08-20T21:51:21.4235086Z creating build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2024-08-20T21:51:21.4237991Z copying torch\utils\data\datapipes\map\callable.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2024-08-20T21:51:21.4248781Z copying torch\utils\data\datapipes\map\combinatorics.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2024-08-20T21:51:21.4260023Z copying torch\utils\data\datapipes\map\combining.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2024-08-20T21:51:21.4272119Z copying torch\utils\data\datapipes\map\grouping.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2024-08-20T21:51:21.4289360Z copying torch\utils\data\datapipes\map\utils.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2024-08-20T21:51:21.4306462Z copying torch\utils\data\datapipes\map\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2024-08-20T21:51:21.4313662Z creating build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\utils 2024-08-20T21:51:21.4316553Z copying torch\utils\data\datapipes\utils\common.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\utils 2024-08-20T21:51:21.4451945Z copying torch\utils\data\datapipes\utils\decoder.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\utils 2024-08-20T21:51:21.4463634Z copying torch\utils\data\datapipes\utils\snapshot.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\utils 2024-08-20T21:51:21.4475367Z copying torch\utils\data\datapipes\utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\utils 2024-08-20T21:51:21.4482746Z creating build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2024-08-20T21:51:21.4485593Z copying torch\_dynamo\backends\common.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2024-08-20T21:51:21.4497060Z copying torch\_dynamo\backends\cudagraphs.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2024-08-20T21:51:21.4508729Z copying torch\_dynamo\backends\debugging.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2024-08-20T21:51:21.4521313Z copying torch\_dynamo\backends\distributed.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2024-08-20T21:51:21.4550908Z copying torch\_dynamo\backends\inductor.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2024-08-20T21:51:21.4556393Z copying torch\_dynamo\backends\onnxrt.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2024-08-20T21:51:21.4567699Z copying torch\_dynamo\backends\registry.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2024-08-20T21:51:21.4579770Z copying torch\_dynamo\backends\tensorrt.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2024-08-20T21:51:21.4585061Z copying torch\_dynamo\backends\torchxla.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2024-08-20T21:51:21.4596792Z copying torch\_dynamo\backends\tvm.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2024-08-20T21:51:21.4608419Z copying torch\_dynamo\backends\__init__.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2024-08-20T21:51:21.4614800Z creating build\lib.win-amd64-cpython-39\torch\_dynamo\repro 2024-08-20T21:51:21.4617969Z copying torch\_dynamo\repro\after_aot.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\repro 2024-08-20T21:51:21.4641571Z copying torch\_dynamo\repro\after_dynamo.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\repro 2024-08-20T21:51:21.4659277Z copying torch\_dynamo\repro\__init__.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\repro 2024-08-20T21:51:21.4668333Z creating build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-08-20T21:51:21.4670873Z copying torch\_dynamo\variables\base.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-08-20T21:51:21.4682559Z copying torch\_dynamo\variables\builder.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-08-20T21:51:21.4736676Z copying torch\_dynamo\variables\builtin.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-08-20T21:51:21.4782553Z copying torch\_dynamo\variables\constant.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-08-20T21:51:21.4793969Z copying torch\_dynamo\variables\ctx_manager.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-08-20T21:51:21.4829378Z copying torch\_dynamo\variables\dicts.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-08-20T21:51:21.4854373Z copying torch\_dynamo\variables\distributed.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-08-20T21:51:21.4865617Z copying torch\_dynamo\variables\functions.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-08-20T21:51:21.4888840Z copying torch\_dynamo\variables\higher_order_ops.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-08-20T21:51:21.4926008Z copying torch\_dynamo\variables\iter.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-08-20T21:51:21.4937313Z copying torch\_dynamo\variables\lazy.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-08-20T21:51:21.4948734Z copying torch\_dynamo\variables\lists.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-08-20T21:51:21.4976850Z copying torch\_dynamo\variables\misc.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-08-20T21:51:21.5005468Z copying torch\_dynamo\variables\nn_module.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-08-20T21:51:21.5034368Z copying torch\_dynamo\variables\optimizer.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-08-20T21:51:21.5046863Z copying torch\_dynamo\variables\script_object.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-08-20T21:51:21.5058968Z copying torch\_dynamo\variables\sdpa.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-08-20T21:51:21.5070165Z copying torch\_dynamo\variables\tensor.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-08-20T21:51:21.5101323Z copying torch\_dynamo\variables\torch.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-08-20T21:51:21.5125872Z copying torch\_dynamo\variables\torch_function.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-08-20T21:51:21.5138782Z copying torch\_dynamo\variables\user_defined.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-08-20T21:51:21.5174265Z copying torch\_dynamo\variables\__init__.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-08-20T21:51:21.5187311Z creating build\lib.win-amd64-cpython-39\torch\_export\db 2024-08-20T21:51:21.5189881Z copying torch\_export\db\case.py -> build\lib.win-amd64-cpython-39\torch\_export\db 2024-08-20T21:51:21.5201558Z copying torch\_export\db\gen_example.py -> build\lib.win-amd64-cpython-39\torch\_export\db 2024-08-20T21:51:21.5206853Z copying torch\_export\db\logging.py -> build\lib.win-amd64-cpython-39\torch\_export\db 2024-08-20T21:51:21.5217510Z copying torch\_export\db\__init__.py -> build\lib.win-amd64-cpython-39\torch\_export\db 2024-08-20T21:51:21.5226492Z creating build\lib.win-amd64-cpython-39\torch\_export\passes 2024-08-20T21:51:21.5229544Z copying torch\_export\passes\add_runtime_assertions_for_constraints_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2024-08-20T21:51:21.5241567Z copying torch\_export\passes\collect_tracepoints_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2024-08-20T21:51:21.5253599Z copying torch\_export\passes\constant_folding.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2024-08-20T21:51:21.5275826Z copying torch\_export\passes\functionalize_side_effectful_ops_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2024-08-20T21:51:21.5286485Z copying torch\_export\passes\lift_constants_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2024-08-20T21:51:21.5298477Z copying torch\_export\passes\remove_runtime_assertions.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2024-08-20T21:51:21.5310262Z copying torch\_export\passes\replace_autocast_with_hop_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2024-08-20T21:51:21.5321122Z copying torch\_export\passes\replace_quantized_ops_with_standard_ops_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2024-08-20T21:51:21.5339428Z copying torch\_export\passes\replace_set_grad_with_hop_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2024-08-20T21:51:21.5350644Z copying torch\_export\passes\replace_view_ops_with_view_copy_ops_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2024-08-20T21:51:21.5361608Z copying torch\_export\passes\replace_with_hop_pass_util.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2024-08-20T21:51:21.5372143Z copying torch\_export\passes\_node_metadata_hook.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2024-08-20T21:51:21.5384125Z copying torch\_export\passes\__init__.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2024-08-20T21:51:21.5391103Z creating build\lib.win-amd64-cpython-39\torch\_export\pass_infra 2024-08-20T21:51:21.5393830Z copying torch\_export\pass_infra\node_metadata.py -> build\lib.win-amd64-cpython-39\torch\_export\pass_infra 2024-08-20T21:51:21.5654805Z copying torch\_export\pass_infra\proxy_value.py -> build\lib.win-amd64-cpython-39\torch\_export\pass_infra 2024-08-20T21:51:21.5655949Z copying torch\_export\pass_infra\__init__.py -> build\lib.win-amd64-cpython-39\torch\_export\pass_infra 2024-08-20T21:51:21.5656822Z creating build\lib.win-amd64-cpython-39\torch\_export\serde 2024-08-20T21:51:21.5657804Z copying torch\_export\serde\aoti_schema.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2024-08-20T21:51:21.5658827Z copying torch\_export\serde\schema.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2024-08-20T21:51:21.5659853Z copying torch\_export\serde\schema_check.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2024-08-20T21:51:21.5660889Z copying torch\_export\serde\serialize.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2024-08-20T21:51:21.5661895Z copying torch\_export\serde\union.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2024-08-20T21:51:21.5662931Z copying torch\_export\serde\__init__.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2024-08-20T21:51:21.5670240Z creating build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-20T21:51:21.5671255Z copying torch\_export\db\examples\assume_constant_result.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-20T21:51:21.5672542Z copying torch\_export\db\examples\autograd_function.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-20T21:51:21.5679083Z copying torch\_export\db\examples\class_method.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-20T21:51:21.5697052Z copying torch\_export\db\examples\cond_branch_class_method.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-20T21:51:21.5708159Z copying torch\_export\db\examples\cond_branch_nested_function.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-20T21:51:21.5718111Z copying torch\_export\db\examples\cond_branch_nonlocal_variables.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-20T21:51:21.5729632Z copying torch\_export\db\examples\cond_closed_over_variable.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-20T21:51:21.5735154Z copying torch\_export\db\examples\cond_operands.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-20T21:51:21.5746290Z copying torch\_export\db\examples\cond_predicate.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-20T21:51:21.5757951Z copying torch\_export\db\examples\constrain_as_size_example.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-20T21:51:21.5769136Z copying torch\_export\db\examples\constrain_as_value_example.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-20T21:51:21.5780191Z copying torch\_export\db\examples\decorator.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-20T21:51:21.5785788Z copying torch\_export\db\examples\dictionary.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-20T21:51:21.5791496Z copying torch\_export\db\examples\dynamic_shape_assert.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-20T21:51:21.5797267Z copying torch\_export\db\examples\dynamic_shape_constructor.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-20T21:51:21.5802522Z copying torch\_export\db\examples\dynamic_shape_if_guard.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-20T21:51:21.5808415Z copying torch\_export\db\examples\dynamic_shape_map.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-20T21:51:21.5813867Z copying torch\_export\db\examples\dynamic_shape_round.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-20T21:51:21.5827677Z copying torch\_export\db\examples\dynamic_shape_slicing.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-20T21:51:21.5844743Z copying torch\_export\db\examples\dynamic_shape_view.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-20T21:51:21.5850832Z copying torch\_export\db\examples\fn_with_kwargs.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-20T21:51:21.5861656Z copying torch\_export\db\examples\list_contains.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-20T21:51:21.5867227Z copying torch\_export\db\examples\list_unpack.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-20T21:51:21.5879136Z copying torch\_export\db\examples\model_attr_mutation.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-20T21:51:21.5890270Z copying torch\_export\db\examples\nested_function.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-20T21:51:21.5896011Z copying torch\_export\db\examples\null_context_manager.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-20T21:51:21.5913144Z copying torch\_export\db\examples\optional_input.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-20T21:51:21.5918653Z copying torch\_export\db\examples\pytree_flatten.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-20T21:51:21.5924390Z copying torch\_export\db\examples\scalar_output.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-20T21:51:21.5929887Z copying torch\_export\db\examples\specialized_attribute.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-20T21:51:21.5935453Z copying torch\_export\db\examples\static_for_loop.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-20T21:51:21.5941016Z copying torch\_export\db\examples\static_if.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-20T21:51:21.5946594Z copying torch\_export\db\examples\tensor_setattr.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-20T21:51:21.5952092Z copying torch\_export\db\examples\type_reflection_method.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-20T21:51:21.5957778Z copying torch\_export\db\examples\unsupported_operator.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-20T21:51:21.5969643Z copying torch\_export\db\examples\user_input_mutation.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-20T21:51:21.5975522Z copying torch\_export\db\examples\__init__.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-08-20T21:51:21.5989722Z creating build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-08-20T21:51:21.5992587Z copying torch\_functorch\_aot_autograd\autograd_cache.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-08-20T21:51:21.6010443Z copying torch\_functorch\_aot_autograd\collect_metadata_analysis.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-08-20T21:51:21.6033945Z copying torch\_functorch\_aot_autograd\dispatch_and_compile_graph.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-08-20T21:51:21.6053455Z copying torch\_functorch\_aot_autograd\functional_utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-08-20T21:51:21.6071871Z copying torch\_functorch\_aot_autograd\input_output_analysis.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-08-20T21:51:21.6088826Z copying torch\_functorch\_aot_autograd\jit_compile_runtime_wrappers.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-08-20T21:51:21.6107066Z copying torch\_functorch\_aot_autograd\logging_utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-08-20T21:51:21.6117983Z copying torch\_functorch\_aot_autograd\runtime_wrappers.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-08-20T21:51:21.6177238Z copying torch\_functorch\_aot_autograd\schemas.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-08-20T21:51:21.6200083Z copying torch\_functorch\_aot_autograd\subclass_utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-08-20T21:51:21.6212702Z copying torch\_functorch\_aot_autograd\traced_function_transforms.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-08-20T21:51:21.6235891Z copying torch\_functorch\_aot_autograd\utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-08-20T21:51:21.6247501Z copying torch\_functorch\_aot_autograd\__init__.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-08-20T21:51:21.6255339Z creating build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic 2024-08-20T21:51:21.6258471Z copying torch\_inductor\autoheuristic\autoheuristic.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic 2024-08-20T21:51:21.6270383Z copying torch\_inductor\autoheuristic\autoheuristic_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic 2024-08-20T21:51:21.6282763Z copying torch\_inductor\autoheuristic\learnedheuristic_interface.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic 2024-08-20T21:51:21.6304101Z copying torch\_inductor\autoheuristic\learned_heuristic_controller.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic 2024-08-20T21:51:21.6314432Z copying torch\_inductor\autoheuristic\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic 2024-08-20T21:51:21.6323613Z creating build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-08-20T21:51:21.6326427Z copying torch\_inductor\codegen\aoti_hipify_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-08-20T21:51:21.6337497Z copying torch\_inductor\codegen\codegen_device_driver.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-08-20T21:51:21.6348406Z copying torch\_inductor\codegen\common.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-08-20T21:51:21.6386955Z copying torch\_inductor\codegen\cpp.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-08-20T21:51:21.6465606Z copying torch\_inductor\codegen\cpp_gemm_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-08-20T21:51:21.6499329Z copying torch\_inductor\codegen\cpp_micro_gemm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-08-20T21:51:21.6517366Z copying torch\_inductor\codegen\cpp_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-08-20T21:51:21.6530022Z copying torch\_inductor\codegen\cpp_template_kernel.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-08-20T21:51:21.6542353Z copying torch\_inductor\codegen\cpp_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-08-20T21:51:21.6560474Z copying torch\_inductor\codegen\cpp_wrapper_cpu.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-08-20T21:51:21.6618361Z copying torch\_inductor\codegen\cpp_wrapper_cuda.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-08-20T21:51:21.6630740Z copying torch\_inductor\codegen\cuda_combined_scheduling.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-08-20T21:51:21.6642219Z copying torch\_inductor\codegen\debug_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-08-20T21:51:21.6653204Z copying torch\_inductor\codegen\halide.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-08-20T21:51:21.6684207Z copying torch\_inductor\codegen\memory_planning.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-08-20T21:51:21.6702774Z copying torch\_inductor\codegen\multi_kernel.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-08-20T21:51:21.6714238Z copying torch\_inductor\codegen\simd.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-08-20T21:51:21.6748551Z copying torch\_inductor\codegen\triton.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-08-20T21:51:21.6804026Z copying torch\_inductor\codegen\triton_combo_kernel.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-08-20T21:51:21.6827045Z copying torch\_inductor\codegen\triton_split_scan.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-08-20T21:51:21.6838452Z copying torch\_inductor\codegen\triton_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-08-20T21:51:21.6867415Z copying torch\_inductor\codegen\wrapper.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-08-20T21:51:21.6911150Z copying torch\_inductor\codegen\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-08-20T21:51:21.6919296Z creating build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker 2024-08-20T21:51:21.6922848Z copying torch\_inductor\compile_worker\subproc_pool.py -> build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker 2024-08-20T21:51:21.6953222Z copying torch\_inductor\compile_worker\watchdog.py -> build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker 2024-08-20T21:51:21.6965626Z copying torch\_inductor\compile_worker\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker 2024-08-20T21:51:21.6971355Z copying torch\_inductor\compile_worker\__main__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker 2024-08-20T21:51:21.6987647Z creating build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-08-20T21:51:21.6991200Z copying torch\_inductor\fx_passes\b2b_gemm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-08-20T21:51:21.7008983Z copying torch\_inductor\fx_passes\binary_folding.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-08-20T21:51:21.7020422Z copying torch\_inductor\fx_passes\ddp_fusion.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-08-20T21:51:21.7039156Z copying torch\_inductor\fx_passes\decompose_mem_bound_mm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-08-20T21:51:21.7059037Z copying torch\_inductor\fx_passes\dedupe_symint_uses.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-08-20T21:51:21.7070038Z copying torch\_inductor\fx_passes\efficient_conv_bn_eval.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-08-20T21:51:21.7082426Z copying torch\_inductor\fx_passes\freezing_patterns.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-08-20T21:51:21.7094642Z copying torch\_inductor\fx_passes\fuse_attention.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-08-20T21:51:21.7111734Z copying torch\_inductor\fx_passes\group_batch_fusion.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-08-20T21:51:21.7141363Z copying torch\_inductor\fx_passes\joint_graph.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-08-20T21:51:21.7159715Z copying torch\_inductor\fx_passes\micro_pipeline_tp.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-08-20T21:51:21.7181165Z copying torch\_inductor\fx_passes\misc_patterns.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-08-20T21:51:21.7193919Z copying torch\_inductor\fx_passes\mkldnn_fusion.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-08-20T21:51:21.7224844Z copying torch\_inductor\fx_passes\numeric_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-08-20T21:51:21.7238191Z copying torch\_inductor\fx_passes\pad_mm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-08-20T21:51:21.7257283Z copying torch\_inductor\fx_passes\post_grad.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-08-20T21:51:21.7281589Z copying torch\_inductor\fx_passes\pre_grad.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-08-20T21:51:21.7302902Z copying torch\_inductor\fx_passes\quantization.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-08-20T21:51:21.7346817Z copying torch\_inductor\fx_passes\reinplace.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-08-20T21:51:21.7365082Z copying torch\_inductor\fx_passes\replace_random.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-08-20T21:51:21.7386397Z copying torch\_inductor\fx_passes\split_cat.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-08-20T21:51:21.7451435Z copying torch\_inductor\fx_passes\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-08-20T21:51:21.7460048Z creating build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2024-08-20T21:51:21.7463972Z copying torch\_inductor\kernel\bmm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2024-08-20T21:51:21.7478500Z copying torch\_inductor\kernel\conv.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2024-08-20T21:51:21.7501868Z copying torch\_inductor\kernel\flex_attention.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2024-08-20T21:51:21.7527012Z copying torch\_inductor\kernel\flex_decoding.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2024-08-20T21:51:21.7543502Z copying torch\_inductor\kernel\mm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2024-08-20T21:51:21.7567640Z copying torch\_inductor\kernel\mm_common.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2024-08-20T21:51:21.7583556Z copying torch\_inductor\kernel\mm_plus_mm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2024-08-20T21:51:21.7593897Z copying torch\_inductor\kernel\mm_scaled.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2024-08-20T21:51:21.7604842Z copying torch\_inductor\kernel\unpack_mixed_mm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2024-08-20T21:51:21.7615063Z copying torch\_inductor\kernel\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2024-08-20T21:51:21.7622126Z creating build\lib.win-amd64-cpython-39\torch\_inductor\package 2024-08-20T21:51:21.7647043Z copying torch\_inductor\package\build_package.py -> build\lib.win-amd64-cpython-39\torch\_inductor\package 2024-08-20T21:51:21.7652644Z copying torch\_inductor\package\package.py -> build\lib.win-amd64-cpython-39\torch\_inductor\package 2024-08-20T21:51:21.7663096Z copying torch\_inductor\package\pt2_archive_constants.py -> build\lib.win-amd64-cpython-39\torch\_inductor\package 2024-08-20T21:51:21.7668141Z copying torch\_inductor\package\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\package 2024-08-20T21:51:21.7675872Z creating build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2024-08-20T21:51:21.7678755Z copying torch\_inductor\runtime\benchmarking.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2024-08-20T21:51:21.7689777Z copying torch\_inductor\runtime\compile_tasks.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2024-08-20T21:51:21.7701061Z copying torch\_inductor\runtime\coordinate_descent_tuner.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2024-08-20T21:51:21.7712504Z copying torch\_inductor\runtime\halide_helpers.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2024-08-20T21:51:21.7730167Z copying torch\_inductor\runtime\hints.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2024-08-20T21:51:21.7741044Z copying torch\_inductor\runtime\runtime_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2024-08-20T21:51:21.7751192Z copying torch\_inductor\runtime\triton_helpers.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2024-08-20T21:51:21.7769033Z copying torch\_inductor\runtime\triton_heuristics.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2024-08-20T21:51:21.7802637Z copying torch\_inductor\runtime\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2024-08-20T21:51:21.7809408Z creating build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2024-08-20T21:51:21.7812480Z copying torch\_inductor\autoheuristic\artifacts\_MixedMMA100.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2024-08-20T21:51:21.7823890Z copying torch\_inductor\autoheuristic\artifacts\_MixedMMH100.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2024-08-20T21:51:21.7835417Z copying torch\_inductor\autoheuristic\artifacts\_MMRankingA100.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2024-08-20T21:51:21.7860044Z copying torch\_inductor\autoheuristic\artifacts\_MMRankingH100.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2024-08-20T21:51:21.7879419Z copying torch\_inductor\autoheuristic\artifacts\_PadMMA100.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2024-08-20T21:51:21.7891203Z copying torch\_inductor\autoheuristic\artifacts\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2024-08-20T21:51:21.7898153Z creating build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2024-08-20T21:51:21.7901045Z copying torch\_inductor\codegen\cuda\cuda_cpp_scheduling.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2024-08-20T21:51:21.7912607Z copying torch\_inductor\codegen\cuda\cuda_env.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2024-08-20T21:51:21.7924065Z copying torch\_inductor\codegen\cuda\cuda_kernel.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2024-08-20T21:51:21.7936099Z copying torch\_inductor\codegen\cuda\cuda_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2024-08-20T21:51:21.7958539Z copying torch\_inductor\codegen\cuda\cutlass_epilogue_gen.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2024-08-20T21:51:21.7970092Z copying torch\_inductor\codegen\cuda\cutlass_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2024-08-20T21:51:21.7982154Z copying torch\_inductor\codegen\cuda\device_op_overrides.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2024-08-20T21:51:21.7993010Z copying torch\_inductor\codegen\cuda\gemm_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2024-08-20T21:51:21.8024529Z copying torch\_inductor\codegen\cuda\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2024-08-20T21:51:21.8031632Z creating build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2024-08-20T21:51:21.8034851Z copying torch\_inductor\codegen\rocm\ck_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2024-08-20T21:51:21.8047211Z copying torch\_inductor\codegen\rocm\ck_universal_gemm_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2024-08-20T21:51:21.8059376Z copying torch\_inductor\codegen\rocm\compile_command.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2024-08-20T21:51:21.8086605Z copying torch\_inductor\codegen\rocm\rocm_benchmark_request.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2024-08-20T21:51:21.8098658Z copying torch\_inductor\codegen\rocm\rocm_cpp_scheduling.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2024-08-20T21:51:21.8109888Z copying torch\_inductor\codegen\rocm\rocm_kernel.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2024-08-20T21:51:21.8121464Z copying torch\_inductor\codegen\rocm\rocm_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2024-08-20T21:51:21.8133040Z copying torch\_inductor\codegen\rocm\rocm_template_buffer.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2024-08-20T21:51:21.8144938Z copying torch\_inductor\codegen\rocm\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2024-08-20T21:51:21.8150656Z creating build\lib.win-amd64-cpython-39\torch\_inductor\codegen\xpu 2024-08-20T21:51:21.8153363Z copying torch\_inductor\codegen\xpu\device_op_overrides.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\xpu 2024-08-20T21:51:21.8164760Z copying torch\_inductor\codegen\xpu\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\xpu 2024-08-20T21:51:21.8170669Z creating build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cutlass_lib_extensions 2024-08-20T21:51:21.8173918Z 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-20T21:51:21.8185850Z 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-20T21:51:21.8195457Z creating build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-08-20T21:51:21.8198515Z copying torch\_inductor\fx_passes\serialized_patterns\addmm_pattern.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-08-20T21:51:21.8210366Z copying torch\_inductor\fx_passes\serialized_patterns\bmm_pattern.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-08-20T21:51:21.8221395Z copying torch\_inductor\fx_passes\serialized_patterns\mm_pattern.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-08-20T21:51:21.8243416Z 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-20T21:51:21.8255659Z 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-20T21:51:21.8267288Z 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-20T21:51:21.8279140Z 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-20T21:51:21.8291435Z 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-20T21:51:21.8303819Z 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-20T21:51:21.8315567Z 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-20T21:51:21.8327493Z 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-20T21:51:21.8356129Z 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-20T21:51:21.8373496Z 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-20T21:51:21.8396590Z 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-20T21:51:21.8408053Z 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-20T21:51:21.8420140Z 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-20T21:51:21.8431988Z 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-20T21:51:21.8444152Z 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-20T21:51:21.8457012Z 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-20T21:51:21.8475668Z 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-20T21:51:21.8488396Z 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-20T21:51:21.8500601Z 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-20T21:51:21.8518579Z copying torch\_inductor\fx_passes\serialized_patterns\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-08-20T21:51:21.8524380Z creating build\lib.win-amd64-cpython-39\torch\_numpy\testing 2024-08-20T21:51:21.8527114Z copying torch\_numpy\testing\utils.py -> build\lib.win-amd64-cpython-39\torch\_numpy\testing 2024-08-20T21:51:21.8564269Z copying torch\_numpy\testing\__init__.py -> build\lib.win-amd64-cpython-39\torch\_numpy\testing 2024-08-20T21:51:21.8571050Z creating build\lib.win-amd64-cpython-39\torch\_refs\linalg 2024-08-20T21:51:21.8573588Z copying torch\_refs\linalg\__init__.py -> build\lib.win-amd64-cpython-39\torch\_refs\linalg 2024-08-20T21:51:21.8586558Z creating build\lib.win-amd64-cpython-39\torch\_refs\nn 2024-08-20T21:51:21.8589283Z copying torch\_refs\nn\__init__.py -> build\lib.win-amd64-cpython-39\torch\_refs\nn 2024-08-20T21:51:21.8596048Z creating build\lib.win-amd64-cpython-39\torch\_refs\special 2024-08-20T21:51:21.8608565Z copying torch\_refs\special\__init__.py -> build\lib.win-amd64-cpython-39\torch\_refs\special 2024-08-20T21:51:21.8620811Z creating build\lib.win-amd64-cpython-39\torch\_refs\nn\functional 2024-08-20T21:51:21.8623484Z copying torch\_refs\nn\functional\__init__.py -> build\lib.win-amd64-cpython-39\torch\_refs\nn\functional 2024-08-20T21:51:21.8650387Z creating build\lib.win-amd64-cpython-39\torch\_vendor\packaging 2024-08-20T21:51:21.8653294Z copying torch\_vendor\packaging\version.py -> build\lib.win-amd64-cpython-39\torch\_vendor\packaging 2024-08-20T21:51:21.8671048Z copying torch\_vendor\packaging\_structures.py -> build\lib.win-amd64-cpython-39\torch\_vendor\packaging 2024-08-20T21:51:21.8687791Z copying torch\_vendor\packaging\__init__.py -> build\lib.win-amd64-cpython-39\torch\_vendor\packaging 2024-08-20T21:51:21.8694503Z creating build\lib.win-amd64-cpython-39\torchgen\aoti 2024-08-20T21:51:21.8696991Z copying torchgen\aoti\fallback_ops.py -> build\lib.win-amd64-cpython-39\torchgen\aoti 2024-08-20T21:51:21.8708395Z copying torchgen\aoti\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\aoti 2024-08-20T21:51:21.8715693Z creating build\lib.win-amd64-cpython-39\torchgen\api 2024-08-20T21:51:21.8718533Z copying torchgen\api\autograd.py -> build\lib.win-amd64-cpython-39\torchgen\api 2024-08-20T21:51:21.8740773Z copying torchgen\api\cpp.py -> build\lib.win-amd64-cpython-39\torchgen\api 2024-08-20T21:51:21.8763594Z copying torchgen\api\dispatcher.py -> build\lib.win-amd64-cpython-39\torchgen\api 2024-08-20T21:51:21.8774804Z copying torchgen\api\functionalization.py -> build\lib.win-amd64-cpython-39\torchgen\api 2024-08-20T21:51:21.8786096Z copying torchgen\api\lazy.py -> build\lib.win-amd64-cpython-39\torchgen\api 2024-08-20T21:51:21.8815852Z copying torchgen\api\meta.py -> build\lib.win-amd64-cpython-39\torchgen\api 2024-08-20T21:51:21.8821569Z copying torchgen\api\native.py -> build\lib.win-amd64-cpython-39\torchgen\api 2024-08-20T21:51:21.8833407Z copying torchgen\api\python.py -> build\lib.win-amd64-cpython-39\torchgen\api 2024-08-20T21:51:21.8863223Z copying torchgen\api\structured.py -> build\lib.win-amd64-cpython-39\torchgen\api 2024-08-20T21:51:21.8879968Z copying torchgen\api\translate.py -> build\lib.win-amd64-cpython-39\torchgen\api 2024-08-20T21:51:21.8897294Z copying torchgen\api\ufunc.py -> build\lib.win-amd64-cpython-39\torchgen\api 2024-08-20T21:51:21.8909848Z copying torchgen\api\unboxing.py -> build\lib.win-amd64-cpython-39\torchgen\api 2024-08-20T21:51:21.8921032Z copying torchgen\api\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\api 2024-08-20T21:51:21.8927768Z creating build\lib.win-amd64-cpython-39\torchgen\dest 2024-08-20T21:51:21.8930157Z copying torchgen\dest\lazy_ir.py -> build\lib.win-amd64-cpython-39\torchgen\dest 2024-08-20T21:51:21.8947943Z copying torchgen\dest\lazy_ts_lowering.py -> build\lib.win-amd64-cpython-39\torchgen\dest 2024-08-20T21:51:21.8959202Z copying torchgen\dest\native_functions.py -> build\lib.win-amd64-cpython-39\torchgen\dest 2024-08-20T21:51:21.8970281Z copying torchgen\dest\register_dispatch_key.py -> build\lib.win-amd64-cpython-39\torchgen\dest 2024-08-20T21:51:21.9002147Z copying torchgen\dest\ufunc.py -> build\lib.win-amd64-cpython-39\torchgen\dest 2024-08-20T21:51:21.9020801Z copying torchgen\dest\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\dest 2024-08-20T21:51:21.9033797Z creating build\lib.win-amd64-cpython-39\torchgen\executorch 2024-08-20T21:51:21.9036983Z copying torchgen\executorch\model.py -> build\lib.win-amd64-cpython-39\torchgen\executorch 2024-08-20T21:51:21.9047707Z copying torchgen\executorch\parse.py -> build\lib.win-amd64-cpython-39\torchgen\executorch 2024-08-20T21:51:21.9058854Z copying torchgen\executorch\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\executorch 2024-08-20T21:51:21.9065331Z creating build\lib.win-amd64-cpython-39\torchgen\operator_versions 2024-08-20T21:51:21.9068246Z copying torchgen\operator_versions\gen_mobile_upgraders.py -> build\lib.win-amd64-cpython-39\torchgen\operator_versions 2024-08-20T21:51:21.9080216Z copying torchgen\operator_versions\gen_mobile_upgraders_constant.py -> build\lib.win-amd64-cpython-39\torchgen\operator_versions 2024-08-20T21:51:21.9085308Z copying torchgen\operator_versions\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\operator_versions 2024-08-20T21:51:21.9098552Z creating build\lib.win-amd64-cpython-39\torchgen\selective_build 2024-08-20T21:51:21.9101277Z copying torchgen\selective_build\operator.py -> build\lib.win-amd64-cpython-39\torchgen\selective_build 2024-08-20T21:51:21.9113261Z copying torchgen\selective_build\selector.py -> build\lib.win-amd64-cpython-39\torchgen\selective_build 2024-08-20T21:51:21.9125156Z copying torchgen\selective_build\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\selective_build 2024-08-20T21:51:21.9131796Z creating build\lib.win-amd64-cpython-39\torchgen\static_runtime 2024-08-20T21:51:21.9134322Z copying torchgen\static_runtime\config.py -> build\lib.win-amd64-cpython-39\torchgen\static_runtime 2024-08-20T21:51:21.9147218Z copying torchgen\static_runtime\generator.py -> build\lib.win-amd64-cpython-39\torchgen\static_runtime 2024-08-20T21:51:21.9166858Z copying torchgen\static_runtime\gen_static_runtime_ops.py -> build\lib.win-amd64-cpython-39\torchgen\static_runtime 2024-08-20T21:51:21.9188030Z copying torchgen\static_runtime\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\static_runtime 2024-08-20T21:51:21.9193889Z creating build\lib.win-amd64-cpython-39\torchgen\api\types 2024-08-20T21:51:21.9196536Z copying torchgen\api\types\signatures.py -> build\lib.win-amd64-cpython-39\torchgen\api\types 2024-08-20T21:51:21.9208505Z copying torchgen\api\types\types.py -> build\lib.win-amd64-cpython-39\torchgen\api\types 2024-08-20T21:51:21.9219714Z copying torchgen\api\types\types_base.py -> build\lib.win-amd64-cpython-39\torchgen\api\types 2024-08-20T21:51:21.9230974Z copying torchgen\api\types\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\api\types 2024-08-20T21:51:21.9237755Z creating build\lib.win-amd64-cpython-39\torchgen\executorch\api 2024-08-20T21:51:21.9240417Z copying torchgen\executorch\api\custom_ops.py -> build\lib.win-amd64-cpython-39\torchgen\executorch\api 2024-08-20T21:51:21.9252003Z copying torchgen\executorch\api\et_cpp.py -> build\lib.win-amd64-cpython-39\torchgen\executorch\api 2024-08-20T21:51:21.9264352Z copying torchgen\executorch\api\unboxing.py -> build\lib.win-amd64-cpython-39\torchgen\executorch\api 2024-08-20T21:51:21.9275636Z copying torchgen\executorch\api\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\executorch\api 2024-08-20T21:51:21.9281402Z creating build\lib.win-amd64-cpython-39\torchgen\executorch\api\types 2024-08-20T21:51:21.9284037Z copying torchgen\executorch\api\types\signatures.py -> build\lib.win-amd64-cpython-39\torchgen\executorch\api\types 2024-08-20T21:51:21.9295280Z copying torchgen\executorch\api\types\types.py -> build\lib.win-amd64-cpython-39\torchgen\executorch\api\types 2024-08-20T21:51:21.9306997Z copying torchgen\executorch\api\types\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\executorch\api\types 2024-08-20T21:51:22.4560811Z copying torch\return_types.pyi -> build\lib.win-amd64-cpython-39\torch 2024-08-20T21:51:22.4614841Z copying torch\_VF.pyi -> build\lib.win-amd64-cpython-39\torch 2024-08-20T21:51:22.6110664Z copying torch\py.typed -> build\lib.win-amd64-cpython-39\torch 2024-08-20T21:51:22.6135465Z creating build\lib.win-amd64-cpython-39\torch\bin 2024-08-20T21:51:22.6138312Z copying torch\bin\asmjit.dll -> build\lib.win-amd64-cpython-39\torch\bin 2024-08-20T21:51:22.6148713Z copying torch\bin\fbgemm.dll -> build\lib.win-amd64-cpython-39\torch\bin 2024-08-20T21:51:22.6197396Z copying torch\bin\FileStoreTest.exe -> build\lib.win-amd64-cpython-39\torch\bin 2024-08-20T21:51:22.6207151Z copying torch\bin\protoc.exe -> build\lib.win-amd64-cpython-39\torch\bin 2024-08-20T21:51:22.6239987Z copying torch\bin\TCPStoreTest.exe -> build\lib.win-amd64-cpython-39\torch\bin 2024-08-20T21:51:22.6258205Z copying torch\bin\test_api.exe -> build\lib.win-amd64-cpython-39\torch\bin 2024-08-20T21:51:22.6340125Z copying torch\bin\test_edge_op_registration.exe -> build\lib.win-amd64-cpython-39\torch\bin 2024-08-20T21:51:22.6350342Z copying torch\bin\test_jit.exe -> build\lib.win-amd64-cpython-39\torch\bin 2024-08-20T21:51:22.6401382Z copying torch\bin\test_lazy.exe -> build\lib.win-amd64-cpython-39\torch\bin 2024-08-20T21:51:22.6428195Z copying torch\bin\test_tensorexpr.exe -> build\lib.win-amd64-cpython-39\torch\bin 2024-08-20T21:51:22.6485829Z copying torch\bin\tutorial_tensorexpr.exe -> build\lib.win-amd64-cpython-39\torch\bin 2024-08-20T21:51:22.6493708Z creating build\lib.win-amd64-cpython-39\torch\test 2024-08-20T21:51:22.6496746Z copying torch\test\apply_utils_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-20T21:51:22.6506528Z copying torch\test\atest.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-20T21:51:22.6517850Z copying torch\test\backend_fallback_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-20T21:51:22.6527310Z copying torch\test\basic.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-20T21:51:22.6551918Z copying torch\test\broadcast_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-20T21:51:22.6562065Z copying torch\test\c10_accumulate_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-20T21:51:22.6572338Z copying torch\test\c10_bfloat16_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-20T21:51:22.6581130Z copying torch\test\c10_Bitset_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-20T21:51:22.6590484Z copying torch\test\c10_bit_cast_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-20T21:51:22.6606764Z copying torch\test\c10_CompileTimeFunctionPointer_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-20T21:51:22.6615625Z copying torch\test\c10_complex_math_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-20T21:51:22.6625769Z copying torch\test\c10_complex_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-20T21:51:22.6635275Z copying torch\test\c10_ConstexprCrc_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-20T21:51:22.6644261Z copying torch\test\c10_cow_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-20T21:51:22.6654068Z copying torch\test\c10_DeadlockDetection_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-20T21:51:22.6662809Z copying torch\test\c10_DeviceGuard_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-20T21:51:22.6671766Z copying torch\test\c10_Device_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-20T21:51:22.6681364Z copying torch\test\c10_DispatchKeySet_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-20T21:51:22.6705078Z copying torch\test\c10_exception_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-20T21:51:22.6714175Z copying torch\test\c10_flags_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-20T21:51:22.6723782Z copying torch\test\c10_generic_math_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-20T21:51:22.6733047Z copying torch\test\c10_Half_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-20T21:51:22.6742490Z copying torch\test\c10_InlineDeviceGuard_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-20T21:51:22.6752098Z copying torch\test\c10_InlineStreamGuard_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-20T21:51:22.6762124Z copying torch\test\c10_intrusive_ptr_benchmark.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-20T21:51:22.6770809Z copying torch\test\c10_intrusive_ptr_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-20T21:51:22.6800075Z copying torch\test\c10_irange_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-20T21:51:22.6809436Z copying torch\test\c10_lazy_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-20T21:51:22.6818984Z copying torch\test\c10_LeftRight_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-20T21:51:22.6828787Z copying torch\test\c10_logging_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-20T21:51:22.6838127Z copying torch\test\c10_Metaprogramming_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-20T21:51:22.6847529Z copying torch\test\c10_optional_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-20T21:51:22.6858458Z copying torch\test\c10_ordered_preserving_dict_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-20T21:51:22.6868423Z copying torch\test\c10_registry_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-20T21:51:22.6878039Z copying torch\test\c10_Scalar_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-20T21:51:22.6900202Z copying torch\test\c10_SizesAndStrides_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-20T21:51:22.6909707Z copying torch\test\c10_small_vector_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-20T21:51:22.6924471Z copying torch\test\c10_ssize_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-20T21:51:22.6933780Z copying torch\test\c10_StreamGuard_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-20T21:51:22.6942990Z copying torch\test\c10_string_util_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-20T21:51:22.6952307Z copying torch\test\c10_string_view_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-20T21:51:22.6961641Z copying torch\test\c10_SymInt_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-20T21:51:22.6971231Z copying torch\test\c10_Synchronized_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-20T21:51:22.7009913Z copying torch\test\c10_tempfile_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-20T21:51:22.7019019Z copying torch\test\c10_ThreadLocal_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-20T21:51:22.7029429Z copying torch\test\c10_typeid_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-20T21:51:22.7039398Z copying torch\test\c10_TypeIndex_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-20T21:51:22.7049494Z copying torch\test\c10_TypeList_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-20T21:51:22.7059163Z copying torch\test\c10_TypeTraits_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-20T21:51:22.7068738Z copying torch\test\CppSignature_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-20T21:51:22.7078315Z copying torch\test\cpu_allocator_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-20T21:51:22.7088313Z copying torch\test\cpu_generator_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-20T21:51:22.7112761Z copying torch\test\cpu_profiling_allocator_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-20T21:51:22.7122747Z copying torch\test\cpu_rng_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-20T21:51:22.7135499Z copying torch\test\Dict_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-20T21:51:22.7146882Z copying torch\test\Dimname_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-20T21:51:22.7156691Z copying torch\test\dispatch_key_set_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-20T21:51:22.7166915Z copying torch\test\dlconvertor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-20T21:51:22.7177311Z copying torch\test\extension_backend_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-20T21:51:22.7186666Z copying torch\test\half_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-20T21:51:22.7196842Z copying torch\test\IListRef_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-20T21:51:22.7217326Z copying torch\test\inline_container_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-20T21:51:22.7227677Z copying torch\test\ivalue_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-20T21:51:22.7239628Z copying torch\test\KernelFunction_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-20T21:51:22.7250002Z copying torch\test\kernel_function_legacy_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-20T21:51:22.7263990Z copying torch\test\kernel_function_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-20T21:51:22.7276127Z copying torch\test\kernel_lambda_legacy_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-20T21:51:22.7289649Z copying torch\test\kernel_lambda_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-20T21:51:22.7301863Z copying torch\test\kernel_stackbased_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-20T21:51:22.7376126Z copying torch\test\lazy_tensor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-20T21:51:22.7385778Z copying torch\test\legacy_vmap_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-20T21:51:22.7396907Z copying torch\test\List_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-20T21:51:22.7410627Z copying torch\test\make_boxed_from_unboxed_functor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-20T21:51:22.7421933Z copying torch\test\math_kernel_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-20T21:51:22.7431622Z copying torch\test\MaybeOwned_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-20T21:51:22.7442280Z copying torch\test\memory_format_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-20T21:51:22.7452080Z copying torch\test\memory_overlapping_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-20T21:51:22.7461664Z copying torch\test\mobile_memory_cleanup.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-20T21:51:22.7471498Z copying torch\test\NamedTensor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-20T21:51:22.7481817Z copying torch\test\native_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-20T21:51:22.7492666Z copying torch\test\operators_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-20T21:51:22.7502232Z copying torch\test\operator_name_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-20T21:51:22.7512515Z copying torch\test\op_allowlist_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-20T21:51:22.7521651Z copying torch\test\op_registration_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-20T21:51:22.7546346Z copying torch\test\packedtensoraccessor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-20T21:51:22.7556188Z copying torch\test\pow_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-20T21:51:22.7571335Z copying torch\test\quantized_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-20T21:51:22.7705999Z copying torch\test\reduce_ops_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-20T21:51:22.7715807Z copying torch\test\reportMemoryUsage_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-20T21:51:22.7725671Z copying torch\test\scalar_tensor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-20T21:51:22.7736710Z copying torch\test\scalar_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-20T21:51:22.7747150Z copying torch\test\StorageUtils_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-20T21:51:22.7756968Z copying torch\test\stride_properties_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-20T21:51:22.7766655Z copying torch\test\tensor_iterator_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-20T21:51:22.7777905Z copying torch\test\test_parallel.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-20T21:51:22.7815278Z copying torch\test\thread_init_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-20T21:51:22.7822631Z copying torch\test\type_ptr_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-20T21:51:22.7831961Z copying torch\test\type_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-20T21:51:22.7846147Z copying torch\test\undefined_tensor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-20T21:51:22.7856552Z copying torch\test\verify_api_visibility.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-20T21:51:22.7864027Z copying torch\test\weakref_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-20T21:51:22.7874241Z copying torch\test\wrapdim_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-20T21:51:22.7884036Z copying torch\test\xla_tensor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-08-20T21:51:22.7893455Z creating build\lib.win-amd64-cpython-39\torch\_C 2024-08-20T21:51:22.7896195Z copying torch\_C\_aoti.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-08-20T21:51:22.7902429Z copying torch\_C\_autograd.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-08-20T21:51:22.7915271Z copying torch\_C\_cpu.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-08-20T21:51:22.7926549Z copying torch\_C\_cudnn.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-08-20T21:51:22.7933491Z copying torch\_C\_distributed_autograd.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-08-20T21:51:22.7958323Z copying torch\_C\_distributed_c10d.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-08-20T21:51:22.7981718Z copying torch\_C\_distributed_rpc.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-08-20T21:51:22.7993222Z copying torch\_C\_distributed_rpc_testing.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-08-20T21:51:22.8005927Z copying torch\_C\_functions.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-08-20T21:51:22.8012186Z copying torch\_C\_functorch.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-08-20T21:51:22.8023811Z copying torch\_C\_itt.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-08-20T21:51:22.8029715Z copying torch\_C\_lazy.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-08-20T21:51:22.8042367Z copying torch\_C\_lazy_ts_backend.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-08-20T21:51:22.8048682Z copying torch\_C\_monitor.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-08-20T21:51:22.8237857Z copying torch\_C\_nn.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-08-20T21:51:22.8251493Z copying torch\_C\_nvtx.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-08-20T21:51:22.8257894Z copying torch\_C\_onnx.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-08-20T21:51:22.8271349Z copying torch\_C\_profiler.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-08-20T21:51:22.8281642Z copying torch\_C\_VariableFunctions.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-08-20T21:51:22.8903271Z copying torch\_C\_verbose.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-08-20T21:51:22.8909795Z copying torch\_C\__init__.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-08-20T21:51:22.9202604Z copying torch\fx\__init__.pyi -> build\lib.win-amd64-cpython-39\torch\fx 2024-08-20T21:51:22.9209511Z copying torch\jit\_script.pyi -> build\lib.win-amd64-cpython-39\torch\jit 2024-08-20T21:51:22.9225273Z copying torch\nn\functional.pyi -> build\lib.win-amd64-cpython-39\torch\nn 2024-08-20T21:51:22.9251557Z copying torch\nn\parameter.pyi -> build\lib.win-amd64-cpython-39\torch\nn 2024-08-20T21:51:22.9265523Z copying torch\utils\data\datapipes\datapipe.pyi -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2024-08-20T21:51:22.9307816Z creating build\lib.win-amd64-cpython-39\torch\lib 2024-08-20T21:51:22.9310356Z copying torch\lib\shm.dll -> build\lib.win-amd64-cpython-39\torch\lib 2024-08-20T21:51:22.9316610Z copying torch\lib\shm.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-08-20T21:51:22.9322498Z creating build\lib.win-amd64-cpython-39\torch\include 2024-08-20T21:51:22.9324979Z copying torch\include\cpuinfo.h -> build\lib.win-amd64-cpython-39\torch\include 2024-08-20T21:51:22.9332369Z copying torch\include\dnnl.h -> build\lib.win-amd64-cpython-39\torch\include 2024-08-20T21:51:22.9343580Z copying torch\include\dnnl_config.h -> build\lib.win-amd64-cpython-39\torch\include 2024-08-20T21:51:22.9349651Z copying torch\include\dnnl_debug.h -> build\lib.win-amd64-cpython-39\torch\include 2024-08-20T21:51:22.9355659Z copying torch\include\dnnl_ocl.h -> build\lib.win-amd64-cpython-39\torch\include 2024-08-20T21:51:22.9390779Z copying torch\include\dnnl_sycl.h -> build\lib.win-amd64-cpython-39\torch\include 2024-08-20T21:51:22.9397046Z copying torch\include\dnnl_sycl_types.h -> build\lib.win-amd64-cpython-39\torch\include 2024-08-20T21:51:22.9403316Z copying torch\include\dnnl_threadpool.h -> build\lib.win-amd64-cpython-39\torch\include 2024-08-20T21:51:22.9409788Z copying torch\include\dnnl_types.h -> build\lib.win-amd64-cpython-39\torch\include 2024-08-20T21:51:22.9421505Z copying torch\include\dnnl_version.h -> build\lib.win-amd64-cpython-39\torch\include 2024-08-20T21:51:22.9427395Z copying torch\include\experiments-config.h -> build\lib.win-amd64-cpython-39\torch\include 2024-08-20T21:51:22.9433807Z copying torch\include\fp16.h -> build\lib.win-amd64-cpython-39\torch\include 2024-08-20T21:51:22.9439269Z copying torch\include\fxdiv.h -> build\lib.win-amd64-cpython-39\torch\include 2024-08-20T21:51:22.9445324Z copying torch\include\libshm.h -> build\lib.win-amd64-cpython-39\torch\include 2024-08-20T21:51:22.9451624Z copying torch\include\psimd.h -> build\lib.win-amd64-cpython-39\torch\include 2024-08-20T21:51:22.9458281Z copying torch\include\pthreadpool.h -> build\lib.win-amd64-cpython-39\torch\include 2024-08-20T21:51:22.9465665Z copying torch\include\sleef.h -> build\lib.win-amd64-cpython-39\torch\include 2024-08-20T21:51:22.9474618Z copying torch\include\xnnpack.h -> build\lib.win-amd64-cpython-39\torch\include 2024-08-20T21:51:22.9482531Z creating build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:22.9484822Z copying torch\include\ATen\AccumulateType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:22.9491105Z copying torch\include\ATen\ArrayRef.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:22.9497262Z copying torch\include\ATen\ATen.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:22.9503436Z copying torch\include\ATen\autocast_mode.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:22.9510446Z copying torch\include\ATen\Backend.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:22.9529897Z copying torch\include\ATen\Backtrace.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:22.9541558Z copying torch\include\ATen\BlasBackend.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:22.9547906Z copying torch\include\ATen\CachedTensorUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:22.9554188Z copying torch\include\ATen\ceil_div.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:22.9560156Z copying torch\include\ATen\code_template.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:22.9572386Z copying torch\include\ATen\CollapseDims.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:22.9579283Z copying torch\include\ATen\CompositeExplicitAutogradFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:22.9585809Z copying torch\include\ATen\CompositeExplicitAutogradFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:22.9593174Z copying torch\include\ATen\CompositeExplicitAutogradNonFunctionalFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:22.9605015Z copying torch\include\ATen\CompositeExplicitAutogradNonFunctionalFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:22.9612191Z copying torch\include\ATen\CompositeImplicitAutogradFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:22.9618917Z copying torch\include\ATen\CompositeImplicitAutogradFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:22.9626525Z copying torch\include\ATen\CompositeImplicitAutogradNestedTensorFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:22.9639311Z copying torch\include\ATen\CompositeImplicitAutogradNestedTensorFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:22.9677286Z copying torch\include\ATen\Config.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:22.9683382Z copying torch\include\ATen\Context.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:22.9690202Z copying torch\include\ATen\cpp_custom_type_hack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:22.9702001Z copying torch\include\ATen\CPUApplyUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:22.9709248Z copying torch\include\ATen\CPUFixedAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:22.9715560Z copying torch\include\ATen\CPUFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:22.9722250Z copying torch\include\ATen\CPUFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:22.9735981Z copying torch\include\ATen\CPUGeneratorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:22.9742365Z copying torch\include\ATen\CUDAFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:22.9748973Z copying torch\include\ATen\CUDAFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:22.9873271Z copying torch\include\ATen\Device.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:22.9886369Z copying torch\include\ATen\DeviceAccelerator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:22.9895505Z copying torch\include\ATen\DeviceGuard.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:22.9908292Z copying torch\include\ATen\Dimname.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:22.9914395Z copying torch\include\ATen\DimVector.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:22.9925259Z copying torch\include\ATen\Dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:22.9932375Z copying torch\include\ATen\Dispatch_v2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:22.9939416Z copying torch\include\ATen\div_rtn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:22.9945881Z copying torch\include\ATen\DLConvertor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:22.9952229Z copying torch\include\ATen\dlpack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:22.9958596Z copying torch\include\ATen\DynamicLibrary.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:22.9965013Z copying torch\include\ATen\EmptyTensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:23.0054251Z copying torch\include\ATen\ExpandBase.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:23.0060538Z copying torch\include\ATen\ExpandUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:23.0067408Z copying torch\include\ATen\Formatting.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:23.0073622Z copying torch\include\ATen\FunctionalStorageImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:23.0080016Z copying torch\include\ATen\FunctionalTensorWrapper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:23.0086686Z copying torch\include\ATen\Functions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:23.0094568Z copying torch\include\ATen\FuncTorchTLS.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:23.0100885Z copying torch\include\ATen\Generator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:23.0107312Z copying torch\include\ATen\InferSize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:23.0121681Z copying torch\include\ATen\InitialTensorOptions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:23.0253431Z copying torch\include\ATen\jiterator_macros.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:23.0259526Z copying torch\include\ATen\jit_macros.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:23.0265592Z copying torch\include\ATen\Layout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:23.0272079Z copying torch\include\ATen\LegacyBatchedFallback.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:23.0278284Z copying torch\include\ATen\LegacyBatchedTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:23.0284444Z copying torch\include\ATen\LegacyVmapMode.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:23.0290932Z copying torch\include\ATen\LegacyVmapTransforms.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:23.0297430Z copying torch\include\ATen\LinalgBackend.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:23.0303626Z copying torch\include\ATen\MapAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:23.0309644Z copying torch\include\ATen\MatrixRef.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:23.0495315Z copying torch\include\ATen\MemoryOverlap.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:23.0501782Z copying torch\include\ATen\MetaFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:23.0508327Z copying torch\include\ATen\MetaFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:23.0519511Z copying torch\include\ATen\MethodOperators.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:23.0526156Z copying torch\include\ATen\NamedTensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:23.0537340Z copying torch\include\ATen\NamedTensorUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:23.0544570Z copying torch\include\ATen\NativeFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:23.0551948Z copying torch\include\ATen\NativeMetaFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:23.0559447Z copying torch\include\ATen\NestedTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:23.0667673Z copying torch\include\ATen\NumericUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:23.0674063Z copying torch\include\ATen\OpaqueTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:23.0680499Z copying torch\include\ATen\Operators.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:23.0687895Z copying torch\include\ATen\OpMathType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:23.0694484Z copying torch\include\ATen\PadNd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:23.0700789Z copying torch\include\ATen\Parallel-inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:23.0707129Z copying torch\include\ATen\Parallel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:23.0713470Z copying torch\include\ATen\ParallelFuture.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:23.0719532Z copying torch\include\ATen\ParallelNative.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:23.0725728Z copying torch\include\ATen\ParallelOpenMP.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:23.0742341Z copying torch\include\ATen\PTThreadPool.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:23.0748553Z copying torch\include\ATen\PythonTorchFunctionTLS.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:23.0762639Z copying torch\include\ATen\record_function.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:23.0771035Z copying torch\include\ATen\RedispatchFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:23.0802956Z copying torch\include\ATen\RegistrationDeclarations.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:23.0816969Z copying torch\include\ATen\SavedTensorHooks.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:23.0830063Z copying torch\include\ATen\Scalar.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:23.0836183Z copying torch\include\ATen\ScalarOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:23.0843450Z copying torch\include\ATen\ScalarType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:23.0850981Z copying torch\include\ATen\SequenceNumber.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:23.0857733Z copying torch\include\ATen\SmallVector.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:23.0863596Z copying torch\include\ATen\SparseCsrTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:23.0870222Z copying torch\include\ATen\SparseCsrTensorUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:23.0877115Z copying torch\include\ATen\SparseTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:23.0883383Z copying torch\include\ATen\Storage.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:23.0889545Z copying torch\include\ATen\StorageUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:23.0895795Z copying torch\include\ATen\Tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:23.0901614Z copying torch\include\ATen\TensorAccessor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:23.0908954Z copying torch\include\ATen\TensorGeometry.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:23.0915390Z copying torch\include\ATen\TensorIndexing.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:23.1026602Z copying torch\include\ATen\TensorIterator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:23.1036346Z copying torch\include\ATen\TensorIteratorInternal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:23.1044346Z copying torch\include\ATen\TensorMeta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:23.1052174Z copying torch\include\ATen\TensorNames.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:23.1061452Z copying torch\include\ATen\TensorOperators.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:23.1069379Z copying torch\include\ATen\TensorOptions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:23.1078705Z copying torch\include\ATen\TensorSubclassLikeUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:23.1086616Z copying torch\include\ATen\TensorUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:23.1095689Z copying torch\include\ATen\ThreadLocalPythonObjects.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:23.1103659Z copying torch\include\ATen\ThreadLocalState.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:23.1112671Z copying torch\include\ATen\TracerMode.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:23.1120559Z copying torch\include\ATen\TypeDefault.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:23.1128261Z copying torch\include\ATen\Utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:23.1137407Z copying torch\include\ATen\Version.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:23.1144845Z copying torch\include\ATen\VmapGeneratedPlumbing.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:23.1172734Z copying torch\include\ATen\WrapDimUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:23.1180564Z copying torch\include\ATen\WrapDimUtilsMulti.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-08-20T21:51:23.1187512Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu 2024-08-20T21:51:23.1191534Z copying torch\include\ATen\cpu\FlushDenormal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu 2024-08-20T21:51:23.1202466Z copying torch\include\ATen\cpu\Utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu 2024-08-20T21:51:23.1208480Z copying torch\include\ATen\cpu\vml.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu 2024-08-20T21:51:23.1214659Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2024-08-20T21:51:23.1216116Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2024-08-20T21:51:23.1219138Z 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-20T21:51:23.1225511Z 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-20T21:51:23.1235471Z copying torch\include\ATen\cpu\vec\vec256\vec256.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2024-08-20T21:51:23.1241766Z copying torch\include\ATen\cpu\vec\vec256\vec256_bfloat16.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2024-08-20T21:51:23.1286022Z 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-20T21:51:23.1298046Z 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-20T21:51:23.1304930Z copying torch\include\ATen\cpu\vec\vec256\vec256_convert.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2024-08-20T21:51:23.1311534Z copying torch\include\ATen\cpu\vec\vec256\vec256_double.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2024-08-20T21:51:23.1317987Z copying torch\include\ATen\cpu\vec\vec256\vec256_float.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2024-08-20T21:51:23.1324990Z 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-20T21:51:23.1332227Z 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-20T21:51:23.1339114Z copying torch\include\ATen\cpu\vec\vec256\vec256_int.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2024-08-20T21:51:23.1346626Z copying torch\include\ATen\cpu\vec\vec256\vec256_mask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2024-08-20T21:51:23.1358658Z copying torch\include\ATen\cpu\vec\vec256\vec256_qint.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2024-08-20T21:51:23.1365045Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx 2024-08-20T21:51:23.1368068Z 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-20T21:51:23.1374641Z 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-20T21:51:23.1381011Z 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-20T21:51:23.1395533Z 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-20T21:51:23.1402256Z 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-20T21:51:23.1408631Z 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-20T21:51:23.1415593Z 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-20T21:51:23.1421933Z 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-20T21:51:23.1428472Z 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-20T21:51:23.1434879Z 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-20T21:51:23.1441423Z 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-20T21:51:23.1448289Z 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-20T21:51:23.1455476Z 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-20T21:51:23.1461503Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\zarch 2024-08-20T21:51:23.1464145Z 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-20T21:51:23.1470798Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2024-08-20T21:51:23.1473369Z copying torch\include\ATen\cpu\vec\vec512\vec512.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2024-08-20T21:51:23.1479475Z copying torch\include\ATen\cpu\vec\vec512\vec512_bfloat16.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2024-08-20T21:51:23.1486864Z 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-20T21:51:23.1493656Z 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-20T21:51:23.1509164Z copying torch\include\ATen\cpu\vec\vec512\vec512_convert.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2024-08-20T21:51:23.1516093Z copying torch\include\ATen\cpu\vec\vec512\vec512_double.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2024-08-20T21:51:23.1522816Z copying torch\include\ATen\cpu\vec\vec512\vec512_float.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2024-08-20T21:51:23.1530083Z copying torch\include\ATen\cpu\vec\vec512\vec512_int.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2024-08-20T21:51:23.1537646Z copying torch\include\ATen\cpu\vec\vec512\vec512_mask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2024-08-20T21:51:23.1544533Z copying torch\include\ATen\cpu\vec\vec512\vec512_qint.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2024-08-20T21:51:23.1551680Z copying torch\include\ATen\cpu\vec\functional.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2024-08-20T21:51:23.1558014Z copying torch\include\ATen\cpu\vec\functional_base.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2024-08-20T21:51:23.1564601Z copying torch\include\ATen\cpu\vec\functional_bfloat16.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2024-08-20T21:51:23.1582217Z copying torch\include\ATen\cpu\vec\intrinsics.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2024-08-20T21:51:23.1588465Z copying torch\include\ATen\cpu\vec\vec.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2024-08-20T21:51:23.1594628Z copying torch\include\ATen\cpu\vec\vec_base.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2024-08-20T21:51:23.1602240Z copying torch\include\ATen\cpu\vec\vec_convert.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2024-08-20T21:51:23.1608698Z copying torch\include\ATen\cpu\vec\vec_half.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2024-08-20T21:51:23.1614583Z copying torch\include\ATen\cpu\vec\vec_mask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2024-08-20T21:51:23.1620759Z copying torch\include\ATen\cpu\vec\vec_n.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2024-08-20T21:51:23.1626660Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-20T21:51:23.1629422Z copying torch\include\ATen\core\alias_info.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-20T21:51:23.1635630Z copying torch\include\ATen\core\Array.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-20T21:51:23.1642073Z copying torch\include\ATen\core\ATenGeneral.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-20T21:51:23.1648139Z copying torch\include\ATen\core\ATenOpList.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-20T21:51:23.1666057Z copying torch\include\ATen\core\ATen_fwd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-20T21:51:23.1672264Z copying torch\include\ATen\core\aten_interned_strings.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-20T21:51:23.1679581Z copying torch\include\ATen\core\ATen_pch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-20T21:51:23.1685799Z copying torch\include\ATen\core\Backtrace.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-20T21:51:23.1691934Z copying torch\include\ATen\core\blob.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-20T21:51:23.1698452Z copying torch\include\ATen\core\builtin_function.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-20T21:51:23.1708271Z copying torch\include\ATen\core\CachingHostAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-20T21:51:23.1714509Z copying torch\include\ATen\core\CheckMemoryFormat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-20T21:51:23.1720975Z copying torch\include\ATen\core\class_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-20T21:51:23.1727356Z copying torch\include\ATen\core\custom_class.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-20T21:51:23.1734104Z copying torch\include\ATen\core\DeprecatedTypeProperties.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-20T21:51:23.1740688Z copying torch\include\ATen\core\DeprecatedTypePropertiesRegistry.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-20T21:51:23.1747749Z copying torch\include\ATen\core\Dict.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-20T21:51:23.1753606Z copying torch\include\ATen\core\Dict_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-20T21:51:23.1759842Z copying torch\include\ATen\core\Dimname.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-20T21:51:23.1765932Z copying torch\include\ATen\core\DimVector.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-20T21:51:23.1918286Z copying torch\include\ATen\core\DistributionsHelper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-20T21:51:23.1924307Z copying torch\include\ATen\core\dynamic_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-20T21:51:23.1937445Z copying torch\include\ATen\core\enum_tag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-20T21:51:23.1943399Z copying torch\include\ATen\core\enum_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-20T21:51:23.1949899Z copying torch\include\ATen\core\Formatting.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-20T21:51:23.1956311Z copying torch\include\ATen\core\function.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-20T21:51:23.1962498Z copying torch\include\ATen\core\functional.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-20T21:51:23.1969481Z copying torch\include\ATen\core\function_schema.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-20T21:51:23.1976388Z copying torch\include\ATen\core\function_schema_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-20T21:51:23.1983085Z copying torch\include\ATen\core\Generator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-20T21:51:23.1989215Z copying torch\include\ATen\core\GeneratorForPrivateuseone.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-20T21:51:23.1995348Z copying torch\include\ATen\core\grad_mode.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-20T21:51:23.2001857Z copying torch\include\ATen\core\IListRef.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-20T21:51:23.2018167Z copying torch\include\ATen\core\IListRef_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-20T21:51:23.2024331Z copying torch\include\ATen\core\interned_strings.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-20T21:51:23.2031179Z copying torch\include\ATen\core\interned_strings_class.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-20T21:51:23.2037532Z copying torch\include\ATen\core\ivalue.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-20T21:51:23.2044490Z copying torch\include\ATen\core\ivalue_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-20T21:51:23.2052017Z copying torch\include\ATen\core\ivalue_to.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-20T21:51:23.2058188Z copying torch\include\ATen\core\jit_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-20T21:51:23.2065826Z copying torch\include\ATen\core\jit_type_base.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-20T21:51:23.2072349Z copying torch\include\ATen\core\LegacyTypeDispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-20T21:51:23.2078460Z copying torch\include\ATen\core\List.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-20T21:51:23.2085062Z copying torch\include\ATen\core\List_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-20T21:51:23.2091650Z copying torch\include\ATen\core\MT19937RNGEngine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-20T21:51:23.2106643Z copying torch\include\ATen\core\NamedTensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-20T21:51:23.2113035Z copying torch\include\ATen\core\NestedIntSymNodeImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-20T21:51:23.2119503Z copying torch\include\ATen\core\operator_name.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-20T21:51:23.2126299Z copying torch\include\ATen\core\PhiloxRNGEngine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-20T21:51:23.2132671Z copying torch\include\ATen\core\PythonFallbackKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-20T21:51:23.2138885Z copying torch\include\ATen\core\PythonOpRegistrationTrampoline.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-20T21:51:23.2145149Z copying torch\include\ATen\core\qualified_name.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-20T21:51:23.2151845Z copying torch\include\ATen\core\QuantizerBase.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-20T21:51:23.2158118Z copying torch\include\ATen\core\Range.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-20T21:51:23.2164181Z copying torch\include\ATen\core\Reduction.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-20T21:51:23.2179943Z copying torch\include\ATen\core\rref_interface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-20T21:51:23.2186122Z copying torch\include\ATen\core\Scalar.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-20T21:51:23.2192105Z copying torch\include\ATen\core\ScalarType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-20T21:51:23.2198130Z copying torch\include\ATen\core\stack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-20T21:51:23.2204329Z copying torch\include\ATen\core\symbol.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-20T21:51:23.2211050Z copying torch\include\ATen\core\Tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-20T21:51:23.2217395Z copying torch\include\ATen\core\TensorAccessor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-20T21:51:23.2225225Z copying torch\include\ATen\core\TensorBase.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-20T21:51:23.2231563Z copying torch\include\ATen\core\TensorBody.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-20T21:51:23.2242111Z copying torch\include\ATen\core\TorchDispatchUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-20T21:51:23.2248029Z copying torch\include\ATen\core\TransformationHelper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-20T21:51:23.2288711Z copying torch\include\ATen\core\typeid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-20T21:51:23.2294895Z copying torch\include\ATen\core\type_factory.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-20T21:51:23.2301510Z copying torch\include\ATen\core\type_ptr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-20T21:51:23.2307833Z copying torch\include\ATen\core\UndefinedTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-20T21:51:23.2314246Z copying torch\include\ATen\core\UnsafeFromTH.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-20T21:51:23.2321522Z copying torch\include\ATen\core\VariableHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-20T21:51:23.2327750Z copying torch\include\ATen\core\Variadic.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-20T21:51:23.2333574Z copying torch\include\ATen\core\Vitals.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-08-20T21:51:23.2339205Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-20T21:51:23.2341957Z copying torch\include\ATen\cuda\ApplyGridUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-20T21:51:23.2348554Z copying torch\include\ATen\cuda\AsmUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-20T21:51:23.2354705Z copying torch\include\ATen\cuda\Atomic.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-20T21:51:23.2361897Z copying torch\include\ATen\cuda\cub.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-20T21:51:23.2368602Z copying torch\include\ATen\cuda\cub_definitions.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-20T21:51:23.2419719Z copying torch\include\ATen\cuda\CUDAApplyUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-20T21:51:23.2426193Z copying torch\include\ATen\cuda\CUDAGraphsUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-20T21:51:23.2432821Z copying torch\include\ATen\cuda\CUDATensorMethods.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-20T21:51:23.2438550Z copying torch\include\ATen\cuda\DeviceUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-20T21:51:23.2444966Z copying torch\include\ATen\cuda\NumericLimits.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-20T21:51:23.2451628Z copying torch\include\ATen\cuda\PhiloxUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-20T21:51:23.2457572Z copying torch\include\ATen\cuda\ScanUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-20T21:51:23.2464246Z copying torch\include\ATen\cuda\ATenCUDAGeneral.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-20T21:51:23.2470259Z copying torch\include\ATen\cuda\CachingHostAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-20T21:51:23.2476507Z copying torch\include\ATen\cuda\cub.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-20T21:51:23.2483327Z copying torch\include\ATen\cuda\CUDABlas.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-20T21:51:23.2489257Z copying torch\include\ATen\cuda\CUDAContext.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-20T21:51:23.2495503Z copying torch\include\ATen\cuda\CUDAContextLight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-20T21:51:23.2502034Z copying torch\include\ATen\cuda\CUDADataType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-20T21:51:23.2508077Z copying torch\include\ATen\cuda\CUDADevice.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-20T21:51:23.2514012Z copying torch\include\ATen\cuda\CUDAEvent.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-20T21:51:23.2526648Z copying torch\include\ATen\cuda\CUDAGeneratorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-20T21:51:23.2533121Z copying torch\include\ATen\cuda\CUDAGraph.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-20T21:51:23.2539572Z copying torch\include\ATen\cuda\CUDASparse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-20T21:51:23.2545891Z copying torch\include\ATen\cuda\CUDASparseBlas.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-20T21:51:23.2553362Z copying torch\include\ATen\cuda\CUDASparseDescriptors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-20T21:51:23.2559776Z copying torch\include\ATen\cuda\CUDAUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-20T21:51:23.2565396Z copying torch\include\ATen\cuda\EmptyTensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-20T21:51:23.2571752Z copying torch\include\ATen\cuda\Exceptions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-20T21:51:23.2578066Z copying torch\include\ATen\cuda\jiterator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-20T21:51:23.2589987Z copying torch\include\ATen\cuda\jiterator_impl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-20T21:51:23.2596713Z copying torch\include\ATen\cuda\llvm_jit_strings.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-20T21:51:23.2602649Z copying torch\include\ATen\cuda\PeerToPeerAccess.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-20T21:51:23.2608563Z copying torch\include\ATen\cuda\PhiloxCudaState.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-20T21:51:23.2614661Z copying torch\include\ATen\cuda\PinnedMemoryAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-20T21:51:23.2620538Z copying torch\include\ATen\cuda\Sleep.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-20T21:51:23.2626401Z copying torch\include\ATen\cuda\ThrustAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-08-20T21:51:23.2631813Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2024-08-20T21:51:23.2634507Z copying torch\include\ATen\cuda\detail\IndexUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2024-08-20T21:51:23.2640975Z copying torch\include\ATen\cuda\detail\IntegerDivider.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2024-08-20T21:51:23.2647472Z copying torch\include\ATen\cuda\detail\OffsetCalculator.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2024-08-20T21:51:23.2661119Z copying torch\include\ATen\cuda\detail\PhiloxCudaStateRaw.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2024-08-20T21:51:23.2666989Z copying torch\include\ATen\cuda\detail\TensorInfo.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2024-08-20T21:51:23.2673450Z copying torch\include\ATen\cuda\detail\UnpackRaw.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2024-08-20T21:51:23.2679663Z copying torch\include\ATen\cuda\detail\CUDAHooks.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2024-08-20T21:51:23.2686113Z copying torch\include\ATen\cuda\detail\DeviceThreadHandles.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2024-08-20T21:51:23.2693009Z copying torch\include\ATen\cuda\detail\KernelUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2024-08-20T21:51:23.2699604Z copying torch\include\ATen\cuda\detail\LazyNVRTC.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2024-08-20T21:51:23.2704510Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2024-08-20T21:51:23.2707212Z copying torch\include\ATen\cuda\tunable\GemmCommon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2024-08-20T21:51:23.2713922Z copying torch\include\ATen\cuda\tunable\GemmHipblaslt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2024-08-20T21:51:23.2731383Z copying torch\include\ATen\cuda\tunable\GemmRocblas.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2024-08-20T21:51:23.2737404Z copying torch\include\ATen\cuda\tunable\StreamTimer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2024-08-20T21:51:23.2749457Z copying torch\include\ATen\cuda\tunable\Tunable.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2024-08-20T21:51:23.2755198Z copying torch\include\ATen\cuda\tunable\TunableGemm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2024-08-20T21:51:23.2761508Z copying torch\include\ATen\cuda\tunable\TunableOp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2024-08-20T21:51:23.2767213Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2024-08-20T21:51:23.2769793Z copying torch\include\ATen\cudnn\cudnn-wrapper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2024-08-20T21:51:23.2776664Z copying torch\include\ATen\cudnn\Descriptors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2024-08-20T21:51:23.2783329Z copying torch\include\ATen\cudnn\Exceptions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2024-08-20T21:51:23.2788985Z copying torch\include\ATen\cudnn\Handle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2024-08-20T21:51:23.2800472Z copying torch\include\ATen\cudnn\Handles.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2024-08-20T21:51:23.2806042Z copying torch\include\ATen\cudnn\Types.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2024-08-20T21:51:23.2811880Z copying torch\include\ATen\cudnn\Utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2024-08-20T21:51:23.2817761Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-08-20T21:51:23.2819786Z copying torch\include\ATen\functorch\ADInterpreters.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-08-20T21:51:23.2826654Z copying torch\include\ATen\functorch\BatchedFallback.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-08-20T21:51:23.2833262Z copying torch\include\ATen\functorch\BatchedTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-08-20T21:51:23.2890887Z copying torch\include\ATen\functorch\BatchingMetaprogramming.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-08-20T21:51:23.2897760Z copying torch\include\ATen\functorch\BatchRulesHelper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-08-20T21:51:23.2904405Z copying torch\include\ATen\functorch\DynamicLayer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-08-20T21:51:23.2910998Z copying torch\include\ATen\functorch\FunctionalizeInterpreter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-08-20T21:51:23.2917277Z copying torch\include\ATen\functorch\Interpreter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-08-20T21:51:23.2924030Z copying torch\include\ATen\functorch\LegacyVmapTransforms.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-08-20T21:51:23.2930536Z copying torch\include\ATen\functorch\Macros.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-08-20T21:51:23.2937420Z copying torch\include\ATen\functorch\PlumbingHelper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-08-20T21:51:23.2943441Z copying torch\include\ATen\functorch\TensorWrapper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-08-20T21:51:23.2949826Z copying torch\include\ATen\functorch\VmapInterpreter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-08-20T21:51:23.2955460Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.2957962Z copying torch\include\ATen\ops\abs.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.2964778Z copying torch\include\ATen\ops\absolute.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.2971094Z copying torch\include\ATen\ops\absolute_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.2977208Z copying torch\include\ATen\ops\absolute_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.2988940Z copying torch\include\ATen\ops\absolute_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.2995507Z copying torch\include\ATen\ops\abs_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3001646Z copying torch\include\ATen\ops\abs_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3008270Z copying torch\include\ATen\ops\abs_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3014438Z copying torch\include\ATen\ops\abs_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3020702Z copying torch\include\ATen\ops\abs_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3026776Z copying torch\include\ATen\ops\acos.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3032693Z copying torch\include\ATen\ops\acosh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3039295Z copying torch\include\ATen\ops\acosh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3045825Z copying torch\include\ATen\ops\acosh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3051835Z copying torch\include\ATen\ops\acosh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3058147Z copying torch\include\ATen\ops\acosh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3064076Z copying torch\include\ATen\ops\acosh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3070328Z copying torch\include\ATen\ops\acosh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3076595Z copying torch\include\ATen\ops\acosh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3083557Z copying torch\include\ATen\ops\acos_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3096695Z copying torch\include\ATen\ops\acos_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3102851Z copying torch\include\ATen\ops\acos_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3109117Z copying torch\include\ATen\ops\acos_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3115178Z copying torch\include\ATen\ops\acos_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3121725Z copying torch\include\ATen\ops\acos_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3127800Z copying torch\include\ATen\ops\acos_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3134128Z copying torch\include\ATen\ops\adaptive_avg_pool1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3141573Z copying torch\include\ATen\ops\adaptive_avg_pool1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3147030Z copying torch\include\ATen\ops\adaptive_avg_pool1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3153135Z copying torch\include\ATen\ops\adaptive_avg_pool1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3166312Z copying torch\include\ATen\ops\adaptive_avg_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3173176Z copying torch\include\ATen\ops\adaptive_avg_pool2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3179783Z copying torch\include\ATen\ops\adaptive_avg_pool2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3185924Z copying torch\include\ATen\ops\adaptive_avg_pool2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3192389Z copying torch\include\ATen\ops\adaptive_avg_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3198657Z copying torch\include\ATen\ops\adaptive_avg_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3205174Z copying torch\include\ATen\ops\adaptive_avg_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3212048Z copying torch\include\ATen\ops\adaptive_avg_pool3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3225632Z copying torch\include\ATen\ops\adaptive_avg_pool3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3232090Z copying torch\include\ATen\ops\adaptive_avg_pool3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3238439Z copying torch\include\ATen\ops\adaptive_avg_pool3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3244756Z copying torch\include\ATen\ops\adaptive_avg_pool3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3251750Z copying torch\include\ATen\ops\adaptive_avg_pool3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3258085Z copying torch\include\ATen\ops\adaptive_avg_pool3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3264435Z copying torch\include\ATen\ops\adaptive_avg_pool3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3271535Z copying torch\include\ATen\ops\adaptive_avg_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3277870Z copying torch\include\ATen\ops\adaptive_avg_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3284715Z copying torch\include\ATen\ops\adaptive_max_pool1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3305362Z copying torch\include\ATen\ops\adaptive_max_pool1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3311630Z copying torch\include\ATen\ops\adaptive_max_pool1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3317857Z copying torch\include\ATen\ops\adaptive_max_pool1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3324294Z copying torch\include\ATen\ops\adaptive_max_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3331532Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3338317Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3345258Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3351841Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3358421Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3365230Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3387839Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3389233Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3393705Z copying torch\include\ATen\ops\adaptive_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3400184Z copying torch\include\ATen\ops\adaptive_max_pool2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3406729Z copying torch\include\ATen\ops\adaptive_max_pool2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3413469Z copying torch\include\ATen\ops\adaptive_max_pool2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3420487Z copying torch\include\ATen\ops\adaptive_max_pool2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3434698Z copying torch\include\ATen\ops\adaptive_max_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3441112Z copying torch\include\ATen\ops\adaptive_max_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3447613Z copying torch\include\ATen\ops\adaptive_max_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3454407Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3461709Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3468411Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3485337Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3494444Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3501608Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3508246Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3514999Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3522070Z copying torch\include\ATen\ops\adaptive_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3530416Z copying torch\include\ATen\ops\adaptive_max_pool3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3536298Z copying torch\include\ATen\ops\adaptive_max_pool3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3542922Z copying torch\include\ATen\ops\adaptive_max_pool3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3549573Z copying torch\include\ATen\ops\adaptive_max_pool3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3556156Z copying torch\include\ATen\ops\adaptive_max_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3562875Z copying torch\include\ATen\ops\adaptive_max_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3574466Z copying torch\include\ATen\ops\add.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3580710Z copying torch\include\ATen\ops\addbmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3587564Z copying torch\include\ATen\ops\addbmm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3593766Z copying torch\include\ATen\ops\addbmm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3600175Z copying torch\include\ATen\ops\addbmm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3614884Z copying torch\include\ATen\ops\addbmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3621091Z copying torch\include\ATen\ops\addbmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3627517Z copying torch\include\ATen\ops\addcdiv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3634667Z copying torch\include\ATen\ops\addcdiv_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3640932Z copying torch\include\ATen\ops\addcdiv_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3758332Z copying torch\include\ATen\ops\addcdiv_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3764440Z copying torch\include\ATen\ops\addcdiv_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3770998Z copying torch\include\ATen\ops\addcdiv_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3777362Z copying torch\include\ATen\ops\addcdiv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3783595Z copying torch\include\ATen\ops\addcdiv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3789984Z copying torch\include\ATen\ops\addcmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3796717Z copying torch\include\ATen\ops\addcmul_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3802875Z copying torch\include\ATen\ops\addcmul_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3809198Z copying torch\include\ATen\ops\addcmul_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3815577Z copying torch\include\ATen\ops\addcmul_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3826562Z copying torch\include\ATen\ops\addcmul_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3832751Z copying torch\include\ATen\ops\addcmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3839147Z copying torch\include\ATen\ops\addcmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3845682Z copying torch\include\ATen\ops\addmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3853108Z copying torch\include\ATen\ops\addmm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3863711Z copying torch\include\ATen\ops\addmm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3870126Z copying torch\include\ATen\ops\addmm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3875756Z copying torch\include\ATen\ops\addmm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3882310Z copying torch\include\ATen\ops\addmm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3889198Z copying torch\include\ATen\ops\addmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3895518Z copying torch\include\ATen\ops\addmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3915371Z copying torch\include\ATen\ops\addmv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3921648Z copying torch\include\ATen\ops\addmv_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3928214Z copying torch\include\ATen\ops\addmv_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3934319Z copying torch\include\ATen\ops\addmv_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3945208Z copying torch\include\ATen\ops\addmv_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3951667Z copying torch\include\ATen\ops\addmv_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3958306Z copying torch\include\ATen\ops\addmv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3964842Z copying torch\include\ATen\ops\addmv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.3997215Z copying torch\include\ATen\ops\addr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4003535Z copying torch\include\ATen\ops\addr_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4009925Z copying torch\include\ATen\ops\addr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4016729Z copying torch\include\ATen\ops\addr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4023711Z copying torch\include\ATen\ops\addr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4030032Z copying torch\include\ATen\ops\addr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4036741Z copying torch\include\ATen\ops\add_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4043313Z copying torch\include\ATen\ops\add_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4049399Z copying torch\include\ATen\ops\add_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4055945Z copying torch\include\ATen\ops\add_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4062506Z copying torch\include\ATen\ops\add_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4073902Z copying torch\include\ATen\ops\add_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4080298Z copying torch\include\ATen\ops\add_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4086867Z copying torch\include\ATen\ops\add_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4093106Z copying torch\include\ATen\ops\adjoint.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4099438Z copying torch\include\ATen\ops\adjoint_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4106043Z copying torch\include\ATen\ops\adjoint_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4112022Z copying torch\include\ATen\ops\adjoint_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4119039Z copying torch\include\ATen\ops\affine_grid_generator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4125318Z copying torch\include\ATen\ops\affine_grid_generator_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4132288Z copying torch\include\ATen\ops\affine_grid_generator_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4143498Z copying torch\include\ATen\ops\affine_grid_generator_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4150260Z copying torch\include\ATen\ops\affine_grid_generator_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4157027Z copying torch\include\ATen\ops\affine_grid_generator_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4163487Z copying torch\include\ATen\ops\affine_grid_generator_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4169800Z copying torch\include\ATen\ops\affine_grid_generator_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4181600Z copying torch\include\ATen\ops\alias.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4187725Z copying torch\include\ATen\ops\alias_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4194036Z copying torch\include\ATen\ops\alias_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4200769Z copying torch\include\ATen\ops\alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4207313Z copying torch\include\ATen\ops\alias_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4221867Z copying torch\include\ATen\ops\alias_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4228205Z copying torch\include\ATen\ops\alias_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4234761Z copying torch\include\ATen\ops\alias_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4240956Z copying torch\include\ATen\ops\alias_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4248231Z copying torch\include\ATen\ops\align_as.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4254718Z copying torch\include\ATen\ops\align_as_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4261046Z copying torch\include\ATen\ops\align_as_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4267295Z copying torch\include\ATen\ops\align_as_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4274103Z copying torch\include\ATen\ops\align_tensors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4280865Z copying torch\include\ATen\ops\align_tensors_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4287213Z copying torch\include\ATen\ops\align_tensors_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4293564Z copying torch\include\ATen\ops\align_tensors_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4299778Z copying torch\include\ATen\ops\align_to.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4306188Z copying torch\include\ATen\ops\align_to_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4312186Z copying torch\include\ATen\ops\align_to_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4322972Z copying torch\include\ATen\ops\align_to_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4329166Z copying torch\include\ATen\ops\all.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4335417Z copying torch\include\ATen\ops\allclose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4341824Z copying torch\include\ATen\ops\allclose_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4348081Z copying torch\include\ATen\ops\allclose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4354518Z copying torch\include\ATen\ops\allclose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4361658Z copying torch\include\ATen\ops\all_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4367917Z copying torch\include\ATen\ops\all_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4374304Z copying torch\include\ATen\ops\all_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4380410Z copying torch\include\ATen\ops\all_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4386952Z copying torch\include\ATen\ops\all_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4393134Z copying torch\include\ATen\ops\all_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4399273Z copying torch\include\ATen\ops\all_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4405409Z copying torch\include\ATen\ops\all_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4411648Z copying torch\include\ATen\ops\all_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4417939Z copying torch\include\ATen\ops\alpha_dropout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4424733Z copying torch\include\ATen\ops\alpha_dropout_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4431123Z copying torch\include\ATen\ops\alpha_dropout_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4437794Z copying torch\include\ATen\ops\alpha_dropout_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4444001Z copying torch\include\ATen\ops\amax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4450592Z copying torch\include\ATen\ops\amax_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4456783Z copying torch\include\ATen\ops\amax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4463311Z copying torch\include\ATen\ops\amax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4469761Z copying torch\include\ATen\ops\amax_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4476325Z copying torch\include\ATen\ops\amax_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4488322Z copying torch\include\ATen\ops\amax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4501776Z copying torch\include\ATen\ops\amax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4508039Z copying torch\include\ATen\ops\amin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4514158Z copying torch\include\ATen\ops\aminmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4521192Z copying torch\include\ATen\ops\aminmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4527434Z copying torch\include\ATen\ops\aminmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4534056Z copying torch\include\ATen\ops\aminmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4540534Z copying torch\include\ATen\ops\aminmax_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4547313Z copying torch\include\ATen\ops\aminmax_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4554014Z copying torch\include\ATen\ops\aminmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4567411Z copying torch\include\ATen\ops\aminmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4574633Z copying torch\include\ATen\ops\amin_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4580852Z copying torch\include\ATen\ops\amin_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4587188Z copying torch\include\ATen\ops\amin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4594427Z copying torch\include\ATen\ops\amin_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4601030Z copying torch\include\ATen\ops\amin_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4607412Z copying torch\include\ATen\ops\amin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4614106Z copying torch\include\ATen\ops\amin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4620432Z copying torch\include\ATen\ops\and.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4626760Z copying torch\include\ATen\ops\and_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4633355Z copying torch\include\ATen\ops\and_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4639572Z copying torch\include\ATen\ops\and_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4645720Z copying torch\include\ATen\ops\angle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4652165Z copying torch\include\ATen\ops\angle_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4658502Z copying torch\include\ATen\ops\angle_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4665117Z copying torch\include\ATen\ops\angle_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4671574Z copying torch\include\ATen\ops\angle_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4677895Z copying torch\include\ATen\ops\any.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4684641Z copying torch\include\ATen\ops\any_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4691333Z copying torch\include\ATen\ops\any_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4698196Z copying torch\include\ATen\ops\any_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4704453Z copying torch\include\ATen\ops\any_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4711883Z copying torch\include\ATen\ops\any_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4717826Z copying torch\include\ATen\ops\any_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4724150Z copying torch\include\ATen\ops\any_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4730619Z copying torch\include\ATen\ops\any_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4736968Z copying torch\include\ATen\ops\any_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4743207Z copying torch\include\ATen\ops\arange.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4750242Z copying torch\include\ATen\ops\arange_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4756639Z copying torch\include\ATen\ops\arange_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4763566Z copying torch\include\ATen\ops\arange_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4770303Z copying torch\include\ATen\ops\arange_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4787280Z copying torch\include\ATen\ops\arange_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4793710Z copying torch\include\ATen\ops\arange_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4800312Z copying torch\include\ATen\ops\arccos.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4806560Z copying torch\include\ATen\ops\arccosh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4813325Z copying torch\include\ATen\ops\arccosh_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4819597Z copying torch\include\ATen\ops\arccosh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4826032Z copying torch\include\ATen\ops\arccosh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4832868Z copying torch\include\ATen\ops\arccos_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4845988Z copying torch\include\ATen\ops\arccos_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4852307Z copying torch\include\ATen\ops\arccos_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4858763Z copying torch\include\ATen\ops\arcsin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4864784Z copying torch\include\ATen\ops\arcsinh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4871292Z copying torch\include\ATen\ops\arcsinh_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4877434Z copying torch\include\ATen\ops\arcsinh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4883828Z copying torch\include\ATen\ops\arcsinh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4890873Z copying torch\include\ATen\ops\arcsin_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4897109Z copying torch\include\ATen\ops\arcsin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4903485Z copying torch\include\ATen\ops\arcsin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4909819Z copying torch\include\ATen\ops\arctan.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4916149Z copying torch\include\ATen\ops\arctan2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4922566Z copying torch\include\ATen\ops\arctan2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4929111Z copying torch\include\ATen\ops\arctan2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4935899Z copying torch\include\ATen\ops\arctan2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4942387Z copying torch\include\ATen\ops\arctanh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4948842Z copying torch\include\ATen\ops\arctanh_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4954995Z copying torch\include\ATen\ops\arctanh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4961399Z copying torch\include\ATen\ops\arctanh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4968125Z copying torch\include\ATen\ops\arctan_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4980404Z copying torch\include\ATen\ops\arctan_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4986636Z copying torch\include\ATen\ops\arctan_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4993109Z copying torch\include\ATen\ops\argmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.4999686Z copying torch\include\ATen\ops\argmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5005838Z copying torch\include\ATen\ops\argmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5012607Z copying torch\include\ATen\ops\argmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5019420Z copying torch\include\ATen\ops\argmax_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5025851Z copying torch\include\ATen\ops\argmax_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5032195Z copying torch\include\ATen\ops\argmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5038919Z copying torch\include\ATen\ops\argmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5045108Z copying torch\include\ATen\ops\argmin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5051875Z copying torch\include\ATen\ops\argmin_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5057981Z copying torch\include\ATen\ops\argmin_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5064636Z copying torch\include\ATen\ops\argmin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5070454Z copying torch\include\ATen\ops\argmin_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5076881Z copying torch\include\ATen\ops\argmin_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5083296Z copying torch\include\ATen\ops\argmin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5089782Z copying torch\include\ATen\ops\argmin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5096309Z copying torch\include\ATen\ops\argsort.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5102892Z copying torch\include\ATen\ops\argsort_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5109236Z copying torch\include\ATen\ops\argsort_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5115288Z copying torch\include\ATen\ops\argsort_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5121576Z copying torch\include\ATen\ops\argwhere.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5127810Z copying torch\include\ATen\ops\argwhere_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5134167Z copying torch\include\ATen\ops\argwhere_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5140654Z copying torch\include\ATen\ops\argwhere_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5147047Z copying torch\include\ATen\ops\asin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5153237Z copying torch\include\ATen\ops\asinh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5166018Z copying torch\include\ATen\ops\asinh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5168626Z copying torch\include\ATen\ops\asinh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5176357Z copying torch\include\ATen\ops\asinh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5182629Z copying torch\include\ATen\ops\asinh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5188955Z copying torch\include\ATen\ops\asinh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5195680Z copying torch\include\ATen\ops\asinh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5202109Z copying torch\include\ATen\ops\asinh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5209000Z copying torch\include\ATen\ops\asin_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5215450Z copying torch\include\ATen\ops\asin_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5221956Z copying torch\include\ATen\ops\asin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5228577Z copying torch\include\ATen\ops\asin_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5234698Z copying torch\include\ATen\ops\asin_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5241140Z copying torch\include\ATen\ops\asin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5248032Z copying torch\include\ATen\ops\asin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5254324Z copying torch\include\ATen\ops\as_strided.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5261487Z copying torch\include\ATen\ops\as_strided_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5267719Z copying torch\include\ATen\ops\as_strided_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5274782Z copying torch\include\ATen\ops\as_strided_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5281479Z copying torch\include\ATen\ops\as_strided_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5300991Z copying torch\include\ATen\ops\as_strided_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5307395Z copying torch\include\ATen\ops\as_strided_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5313921Z copying torch\include\ATen\ops\as_strided_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5320290Z copying torch\include\ATen\ops\as_strided_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5326884Z copying torch\include\ATen\ops\as_strided_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5333655Z copying torch\include\ATen\ops\as_strided_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5340239Z copying torch\include\ATen\ops\as_strided_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5346940Z copying torch\include\ATen\ops\as_strided_scatter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5354006Z copying torch\include\ATen\ops\as_strided_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5360624Z copying torch\include\ATen\ops\as_strided_scatter_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5367040Z copying torch\include\ATen\ops\as_strided_scatter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5373736Z copying torch\include\ATen\ops\as_strided_scatter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5380283Z copying torch\include\ATen\ops\atan.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5386638Z copying torch\include\ATen\ops\atan2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5393258Z copying torch\include\ATen\ops\atan2_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5399683Z copying torch\include\ATen\ops\atan2_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5406126Z copying torch\include\ATen\ops\atan2_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5412643Z copying torch\include\ATen\ops\atan2_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5419189Z copying torch\include\ATen\ops\atan2_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5425979Z copying torch\include\ATen\ops\atan2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5432410Z copying torch\include\ATen\ops\atan2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5439062Z copying torch\include\ATen\ops\atanh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5445764Z copying torch\include\ATen\ops\atanh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5457389Z copying torch\include\ATen\ops\atanh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5463997Z copying torch\include\ATen\ops\atanh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5470381Z copying torch\include\ATen\ops\atanh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5476637Z copying torch\include\ATen\ops\atanh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5482834Z copying torch\include\ATen\ops\atanh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5489335Z copying torch\include\ATen\ops\atanh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5496799Z copying torch\include\ATen\ops\atan_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5503315Z copying torch\include\ATen\ops\atan_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5509501Z copying torch\include\ATen\ops\atan_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5515661Z copying torch\include\ATen\ops\atan_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5521876Z copying torch\include\ATen\ops\atan_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5528044Z copying torch\include\ATen\ops\atan_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5534694Z copying torch\include\ATen\ops\atan_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5540777Z copying torch\include\ATen\ops\atleast_1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5547842Z copying torch\include\ATen\ops\atleast_1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5554279Z copying torch\include\ATen\ops\atleast_1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5560555Z copying torch\include\ATen\ops\atleast_1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5566974Z copying torch\include\ATen\ops\atleast_2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5573719Z copying torch\include\ATen\ops\atleast_2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5579957Z copying torch\include\ATen\ops\atleast_2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5586161Z copying torch\include\ATen\ops\atleast_2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5593019Z copying torch\include\ATen\ops\atleast_3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5599870Z copying torch\include\ATen\ops\atleast_3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5606190Z copying torch\include\ATen\ops\atleast_3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5612513Z copying torch\include\ATen\ops\atleast_3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5618934Z copying torch\include\ATen\ops\avg_pool1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5625717Z copying torch\include\ATen\ops\avg_pool1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5632099Z copying torch\include\ATen\ops\avg_pool1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5638704Z copying torch\include\ATen\ops\avg_pool1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5645209Z copying torch\include\ATen\ops\avg_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5653031Z copying torch\include\ATen\ops\avg_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5659999Z copying torch\include\ATen\ops\avg_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5666757Z copying torch\include\ATen\ops\avg_pool2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5673391Z copying torch\include\ATen\ops\avg_pool2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5679843Z copying torch\include\ATen\ops\avg_pool2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5686676Z copying torch\include\ATen\ops\avg_pool2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5694023Z copying torch\include\ATen\ops\avg_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5700325Z copying torch\include\ATen\ops\avg_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5707421Z copying torch\include\ATen\ops\avg_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5750403Z copying torch\include\ATen\ops\avg_pool2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5756833Z copying torch\include\ATen\ops\avg_pool2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5763860Z copying torch\include\ATen\ops\avg_pool2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5770778Z copying torch\include\ATen\ops\avg_pool2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5777318Z copying torch\include\ATen\ops\avg_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5783713Z copying torch\include\ATen\ops\avg_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5862498Z copying torch\include\ATen\ops\avg_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5869013Z copying torch\include\ATen\ops\avg_pool3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5876128Z copying torch\include\ATen\ops\avg_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5882871Z copying torch\include\ATen\ops\avg_pool3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5889565Z copying torch\include\ATen\ops\avg_pool3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5896465Z copying torch\include\ATen\ops\avg_pool3d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5903233Z copying torch\include\ATen\ops\avg_pool3d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5909996Z copying torch\include\ATen\ops\avg_pool3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5916743Z copying torch\include\ATen\ops\avg_pool3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5923958Z copying torch\include\ATen\ops\avg_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5935571Z copying torch\include\ATen\ops\avg_pool3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.5942421Z copying torch\include\ATen\ops\avg_pool3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.6079136Z copying torch\include\ATen\ops\avg_pool3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.6085993Z copying torch\include\ATen\ops\avg_pool3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.6092641Z copying torch\include\ATen\ops\avg_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.6099231Z copying torch\include\ATen\ops\avg_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.6105982Z copying torch\include\ATen\ops\baddbmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.6112785Z copying torch\include\ATen\ops\baddbmm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.6119130Z copying torch\include\ATen\ops\baddbmm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.6126020Z copying torch\include\ATen\ops\baddbmm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.6132902Z copying torch\include\ATen\ops\baddbmm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.6139483Z copying torch\include\ATen\ops\baddbmm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.6145882Z copying torch\include\ATen\ops\baddbmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.6153379Z copying torch\include\ATen\ops\baddbmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.6162112Z copying torch\include\ATen\ops\bartlett_window.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.6169496Z copying torch\include\ATen\ops\bartlett_window_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.6177255Z copying torch\include\ATen\ops\bartlett_window_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.6183464Z copying torch\include\ATen\ops\bartlett_window_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.6190071Z copying torch\include\ATen\ops\batch_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.6196504Z copying torch\include\ATen\ops\batch_norm_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.6246149Z copying torch\include\ATen\ops\batch_norm_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.6252953Z copying torch\include\ATen\ops\batch_norm_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.6259500Z copying torch\include\ATen\ops\batch_norm_backward_elemt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.6266568Z copying torch\include\ATen\ops\batch_norm_backward_elemt_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.6273348Z copying torch\include\ATen\ops\batch_norm_backward_elemt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.6303394Z copying torch\include\ATen\ops\batch_norm_backward_elemt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.6309805Z copying torch\include\ATen\ops\batch_norm_backward_elemt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.6316632Z copying torch\include\ATen\ops\batch_norm_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.6323204Z copying torch\include\ATen\ops\batch_norm_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.6329830Z copying torch\include\ATen\ops\batch_norm_backward_reduce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.6354867Z copying torch\include\ATen\ops\batch_norm_backward_reduce_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.6361521Z copying torch\include\ATen\ops\batch_norm_backward_reduce_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.6368264Z copying torch\include\ATen\ops\batch_norm_backward_reduce_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.6375356Z copying torch\include\ATen\ops\batch_norm_backward_reduce_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.6382282Z copying torch\include\ATen\ops\batch_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.6388846Z copying torch\include\ATen\ops\batch_norm_elemt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.6395856Z copying torch\include\ATen\ops\batch_norm_elemt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.6402299Z copying torch\include\ATen\ops\batch_norm_elemt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.6408907Z copying torch\include\ATen\ops\batch_norm_elemt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.6415867Z copying torch\include\ATen\ops\batch_norm_gather_stats.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.6423151Z copying torch\include\ATen\ops\batch_norm_gather_stats_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.6429751Z copying torch\include\ATen\ops\batch_norm_gather_stats_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.6436496Z copying torch\include\ATen\ops\batch_norm_gather_stats_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.6443244Z copying torch\include\ATen\ops\batch_norm_gather_stats_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.6450195Z copying torch\include\ATen\ops\batch_norm_gather_stats_with_counts.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.6457578Z 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-20T21:51:23.6464261Z 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-20T21:51:23.6470944Z 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-20T21:51:23.6477495Z 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-20T21:51:23.6483846Z copying torch\include\ATen\ops\batch_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.6509298Z copying torch\include\ATen\ops\batch_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.6515870Z copying torch\include\ATen\ops\batch_norm_stats.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.6522625Z copying torch\include\ATen\ops\batch_norm_stats_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.6529131Z copying torch\include\ATen\ops\batch_norm_stats_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.6535987Z copying torch\include\ATen\ops\batch_norm_stats_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.6542613Z copying torch\include\ATen\ops\batch_norm_stats_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.6549200Z copying torch\include\ATen\ops\batch_norm_update_stats.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.6556691Z copying torch\include\ATen\ops\batch_norm_update_stats_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.6563127Z copying torch\include\ATen\ops\batch_norm_update_stats_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.6569605Z copying torch\include\ATen\ops\batch_norm_update_stats_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.6576220Z copying torch\include\ATen\ops\batch_norm_update_stats_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.6582727Z copying torch\include\ATen\ops\batch_norm_update_stats_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.6589007Z copying torch\include\ATen\ops\bernoulli.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.6596340Z copying torch\include\ATen\ops\bernoulli_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.6602539Z copying torch\include\ATen\ops\bernoulli_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.6608966Z copying torch\include\ATen\ops\bernoulli_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.6615583Z copying torch\include\ATen\ops\bernoulli_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.7385245Z copying torch\include\ATen\ops\bernoulli_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.7391749Z copying torch\include\ATen\ops\bernoulli_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.7398237Z copying torch\include\ATen\ops\bernoulli_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.7404959Z copying torch\include\ATen\ops\bilinear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.7412345Z copying torch\include\ATen\ops\bilinear_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.7418586Z copying torch\include\ATen\ops\bilinear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.7424730Z copying torch\include\ATen\ops\bilinear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.7431138Z copying torch\include\ATen\ops\binary_cross_entropy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.7437835Z copying torch\include\ATen\ops\binary_cross_entropy_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.7444758Z copying torch\include\ATen\ops\binary_cross_entropy_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.7451775Z copying torch\include\ATen\ops\binary_cross_entropy_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.7458551Z copying torch\include\ATen\ops\binary_cross_entropy_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.7465423Z copying torch\include\ATen\ops\binary_cross_entropy_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.7472101Z copying torch\include\ATen\ops\binary_cross_entropy_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.7478908Z copying torch\include\ATen\ops\binary_cross_entropy_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.7485536Z copying torch\include\ATen\ops\binary_cross_entropy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.7492587Z copying torch\include\ATen\ops\binary_cross_entropy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.7499508Z copying torch\include\ATen\ops\binary_cross_entropy_with_logits.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.7506634Z 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-20T21:51:23.7513105Z copying torch\include\ATen\ops\binary_cross_entropy_with_logits_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.7520183Z copying torch\include\ATen\ops\binary_cross_entropy_with_logits_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.7527061Z copying torch\include\ATen\ops\bincount.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.7534138Z copying torch\include\ATen\ops\bincount_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.7541762Z copying torch\include\ATen\ops\bincount_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.7547469Z copying torch\include\ATen\ops\bincount_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.7553923Z copying torch\include\ATen\ops\bincount_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.7560442Z copying torch\include\ATen\ops\bincount_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.7566976Z copying torch\include\ATen\ops\binomial.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.7573860Z copying torch\include\ATen\ops\binomial_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.7580436Z copying torch\include\ATen\ops\binomial_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.7586984Z copying torch\include\ATen\ops\binomial_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.7593738Z copying torch\include\ATen\ops\binomial_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.7600115Z copying torch\include\ATen\ops\binomial_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.7606831Z copying torch\include\ATen\ops\bitwise_and.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.7614010Z copying torch\include\ATen\ops\bitwise_and_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.7620714Z copying torch\include\ATen\ops\bitwise_and_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.7627108Z copying torch\include\ATen\ops\bitwise_and_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.7633652Z copying torch\include\ATen\ops\bitwise_and_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.7640090Z copying torch\include\ATen\ops\bitwise_and_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.7646708Z copying torch\include\ATen\ops\bitwise_and_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.7653284Z copying torch\include\ATen\ops\bitwise_and_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.7659667Z copying torch\include\ATen\ops\bitwise_and_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.7666084Z copying torch\include\ATen\ops\bitwise_left_shift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.7673354Z copying torch\include\ATen\ops\bitwise_left_shift_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.7680017Z copying torch\include\ATen\ops\bitwise_left_shift_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.7686567Z copying torch\include\ATen\ops\bitwise_left_shift_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.7693184Z copying torch\include\ATen\ops\bitwise_left_shift_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.7699614Z copying torch\include\ATen\ops\bitwise_left_shift_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.7706387Z copying torch\include\ATen\ops\bitwise_left_shift_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.7713101Z copying torch\include\ATen\ops\bitwise_left_shift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.7719750Z copying torch\include\ATen\ops\bitwise_left_shift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.7726496Z copying torch\include\ATen\ops\bitwise_not.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.7734182Z copying torch\include\ATen\ops\bitwise_not_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.7740429Z copying torch\include\ATen\ops\bitwise_not_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.7747275Z copying torch\include\ATen\ops\bitwise_not_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.7754114Z copying torch\include\ATen\ops\bitwise_not_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.7760644Z copying torch\include\ATen\ops\bitwise_not_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.7767055Z copying torch\include\ATen\ops\bitwise_not_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.7773676Z copying torch\include\ATen\ops\bitwise_not_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.7780131Z copying torch\include\ATen\ops\bitwise_or.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.7787078Z copying torch\include\ATen\ops\bitwise_or_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.7793663Z copying torch\include\ATen\ops\bitwise_or_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.7800409Z copying torch\include\ATen\ops\bitwise_or_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.7806818Z copying torch\include\ATen\ops\bitwise_or_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.7813225Z copying torch\include\ATen\ops\bitwise_or_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.7819654Z copying torch\include\ATen\ops\bitwise_or_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.7825840Z copying torch\include\ATen\ops\bitwise_or_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.7832033Z copying torch\include\ATen\ops\bitwise_or_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.7838614Z copying torch\include\ATen\ops\bitwise_right_shift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.7845585Z copying torch\include\ATen\ops\bitwise_right_shift_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.7853198Z copying torch\include\ATen\ops\bitwise_right_shift_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.7859850Z copying torch\include\ATen\ops\bitwise_right_shift_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.7866316Z copying torch\include\ATen\ops\bitwise_right_shift_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.7872741Z copying torch\include\ATen\ops\bitwise_right_shift_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.7879273Z copying torch\include\ATen\ops\bitwise_right_shift_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.7885990Z copying torch\include\ATen\ops\bitwise_right_shift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.7892741Z copying torch\include\ATen\ops\bitwise_right_shift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.7899034Z copying torch\include\ATen\ops\bitwise_xor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.7906076Z copying torch\include\ATen\ops\bitwise_xor_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.7912460Z copying torch\include\ATen\ops\bitwise_xor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.7918653Z copying torch\include\ATen\ops\bitwise_xor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.7925477Z copying torch\include\ATen\ops\bitwise_xor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.7932172Z copying torch\include\ATen\ops\bitwise_xor_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.7939350Z copying torch\include\ATen\ops\bitwise_xor_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.7946219Z copying torch\include\ATen\ops\bitwise_xor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.7952797Z copying torch\include\ATen\ops\bitwise_xor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.7959996Z copying torch\include\ATen\ops\blackman_window.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.7967353Z copying torch\include\ATen\ops\blackman_window_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.7974171Z copying torch\include\ATen\ops\blackman_window_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.7981130Z copying torch\include\ATen\ops\blackman_window_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.7987689Z copying torch\include\ATen\ops\block_diag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.7994637Z copying torch\include\ATen\ops\block_diag_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8000889Z copying torch\include\ATen\ops\block_diag_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8007111Z copying torch\include\ATen\ops\block_diag_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8013565Z copying torch\include\ATen\ops\bmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8020224Z copying torch\include\ATen\ops\bmm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8026659Z copying torch\include\ATen\ops\bmm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8033077Z copying torch\include\ATen\ops\bmm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8039418Z copying torch\include\ATen\ops\bmm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8045582Z copying torch\include\ATen\ops\bmm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8052353Z copying torch\include\ATen\ops\bmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8058646Z copying torch\include\ATen\ops\bmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8064805Z copying torch\include\ATen\ops\broadcast_tensors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8071847Z copying torch\include\ATen\ops\broadcast_tensors_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8078293Z copying torch\include\ATen\ops\broadcast_tensors_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8084576Z copying torch\include\ATen\ops\broadcast_tensors_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8091216Z copying torch\include\ATen\ops\broadcast_to.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8098180Z copying torch\include\ATen\ops\broadcast_to_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8104495Z copying torch\include\ATen\ops\broadcast_to_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8111072Z copying torch\include\ATen\ops\broadcast_to_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8117519Z copying torch\include\ATen\ops\bucketize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8124221Z copying torch\include\ATen\ops\bucketize_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8130832Z copying torch\include\ATen\ops\bucketize_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8137380Z copying torch\include\ATen\ops\bucketize_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8143871Z copying torch\include\ATen\ops\bucketize_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8150816Z copying torch\include\ATen\ops\bucketize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8156882Z copying torch\include\ATen\ops\can_cast.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8163302Z copying torch\include\ATen\ops\can_cast_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8169738Z copying torch\include\ATen\ops\can_cast_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8176156Z copying torch\include\ATen\ops\can_cast_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8182616Z copying torch\include\ATen\ops\cartesian_prod.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8189494Z copying torch\include\ATen\ops\cartesian_prod_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8195682Z copying torch\include\ATen\ops\cartesian_prod_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8202681Z copying torch\include\ATen\ops\cartesian_prod_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8209037Z copying torch\include\ATen\ops\cat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8216037Z copying torch\include\ATen\ops\cat_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8222504Z copying torch\include\ATen\ops\cat_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8228932Z copying torch\include\ATen\ops\cat_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8235256Z copying torch\include\ATen\ops\cat_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8241568Z copying torch\include\ATen\ops\cat_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8247778Z copying torch\include\ATen\ops\cat_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8254237Z copying torch\include\ATen\ops\cat_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8260637Z copying torch\include\ATen\ops\cat_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8266758Z copying torch\include\ATen\ops\cauchy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8273457Z copying torch\include\ATen\ops\cauchy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8279941Z copying torch\include\ATen\ops\cauchy_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8286166Z copying torch\include\ATen\ops\cauchy_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8293202Z copying torch\include\ATen\ops\cauchy_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8315951Z copying torch\include\ATen\ops\cauchy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8322151Z copying torch\include\ATen\ops\cauchy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8328812Z copying torch\include\ATen\ops\ccol_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8335334Z copying torch\include\ATen\ops\ccol_indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8341787Z copying torch\include\ATen\ops\ccol_indices_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8348708Z copying torch\include\ATen\ops\ccol_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8355175Z copying torch\include\ATen\ops\ccol_indices_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8361776Z copying torch\include\ATen\ops\ccol_indices_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8368429Z copying torch\include\ATen\ops\ccol_indices_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8375075Z copying torch\include\ATen\ops\ccol_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8381336Z copying torch\include\ATen\ops\ccol_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8387537Z copying torch\include\ATen\ops\cdist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8393922Z copying torch\include\ATen\ops\cdist_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8400088Z copying torch\include\ATen\ops\cdist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8406115Z copying torch\include\ATen\ops\cdist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8412559Z copying torch\include\ATen\ops\ceil.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8419267Z copying torch\include\ATen\ops\ceil_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8425598Z copying torch\include\ATen\ops\ceil_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8432086Z copying torch\include\ATen\ops\ceil_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8438568Z copying torch\include\ATen\ops\ceil_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8444822Z copying torch\include\ATen\ops\ceil_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8451726Z copying torch\include\ATen\ops\ceil_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8458028Z copying torch\include\ATen\ops\ceil_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8464267Z copying torch\include\ATen\ops\celu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8471472Z copying torch\include\ATen\ops\celu_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8483619Z copying torch\include\ATen\ops\celu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8491117Z copying torch\include\ATen\ops\celu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8498186Z copying torch\include\ATen\ops\chain_matmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8506244Z copying torch\include\ATen\ops\chain_matmul_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8512863Z copying torch\include\ATen\ops\chain_matmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8519252Z copying torch\include\ATen\ops\chain_matmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8525739Z copying torch\include\ATen\ops\chalf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8532528Z copying torch\include\ATen\ops\chalf_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8538750Z copying torch\include\ATen\ops\chalf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8544875Z copying torch\include\ATen\ops\chalf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8551290Z copying torch\include\ATen\ops\channel_shuffle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8557982Z copying torch\include\ATen\ops\channel_shuffle_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8564491Z copying torch\include\ATen\ops\channel_shuffle_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8571088Z copying torch\include\ATen\ops\channel_shuffle_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8577549Z copying torch\include\ATen\ops\channel_shuffle_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8585133Z copying torch\include\ATen\ops\channel_shuffle_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8620787Z copying torch\include\ATen\ops\cholesky.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8626633Z copying torch\include\ATen\ops\cholesky_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8633049Z copying torch\include\ATen\ops\cholesky_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8639654Z copying torch\include\ATen\ops\cholesky_inverse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8646421Z copying torch\include\ATen\ops\cholesky_inverse_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8653324Z copying torch\include\ATen\ops\cholesky_inverse_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8660579Z copying torch\include\ATen\ops\cholesky_inverse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8668996Z copying torch\include\ATen\ops\cholesky_inverse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8675491Z copying torch\include\ATen\ops\cholesky_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8682435Z copying torch\include\ATen\ops\cholesky_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8688891Z copying torch\include\ATen\ops\cholesky_solve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8695909Z copying torch\include\ATen\ops\cholesky_solve_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8702327Z copying torch\include\ATen\ops\cholesky_solve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8708942Z copying torch\include\ATen\ops\cholesky_solve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8715846Z copying torch\include\ATen\ops\choose_qparams_optimized.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8722322Z copying torch\include\ATen\ops\choose_qparams_optimized_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8732903Z copying torch\include\ATen\ops\choose_qparams_optimized_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8737555Z copying torch\include\ATen\ops\choose_qparams_optimized_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8744195Z copying torch\include\ATen\ops\chunk.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8755222Z copying torch\include\ATen\ops\chunk_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8761119Z copying torch\include\ATen\ops\chunk_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8767397Z copying torch\include\ATen\ops\chunk_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8773809Z copying torch\include\ATen\ops\clamp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8780364Z copying torch\include\ATen\ops\clamp_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8794692Z copying torch\include\ATen\ops\clamp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8801014Z copying torch\include\ATen\ops\clamp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8807498Z copying torch\include\ATen\ops\clamp_max.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8814501Z copying torch\include\ATen\ops\clamp_max_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8820745Z copying torch\include\ATen\ops\clamp_max_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8832214Z copying torch\include\ATen\ops\clamp_max_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8838428Z copying torch\include\ATen\ops\clamp_max_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8844911Z copying torch\include\ATen\ops\clamp_max_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8851457Z copying torch\include\ATen\ops\clamp_max_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8857915Z copying torch\include\ATen\ops\clamp_max_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8864238Z copying torch\include\ATen\ops\clamp_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8870678Z copying torch\include\ATen\ops\clamp_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8877062Z copying torch\include\ATen\ops\clamp_min.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8883918Z copying torch\include\ATen\ops\clamp_min_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8890446Z copying torch\include\ATen\ops\clamp_min_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8896888Z copying torch\include\ATen\ops\clamp_min_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8903452Z copying torch\include\ATen\ops\clamp_min_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8909936Z copying torch\include\ATen\ops\clamp_min_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8916390Z copying torch\include\ATen\ops\clamp_min_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8922518Z copying torch\include\ATen\ops\clamp_min_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8936546Z copying torch\include\ATen\ops\clamp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8943670Z copying torch\include\ATen\ops\clamp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8950764Z copying torch\include\ATen\ops\clip.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8957527Z copying torch\include\ATen\ops\clip_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8963984Z copying torch\include\ATen\ops\clip_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8970480Z copying torch\include\ATen\ops\clip_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8976901Z copying torch\include\ATen\ops\clone.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8983628Z copying torch\include\ATen\ops\clone_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8989803Z copying torch\include\ATen\ops\clone_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.8996026Z copying torch\include\ATen\ops\clone_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9002339Z copying torch\include\ATen\ops\coalesce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9008672Z copying torch\include\ATen\ops\coalesce_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9015349Z copying torch\include\ATen\ops\coalesce_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9021463Z copying torch\include\ATen\ops\coalesce_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9028419Z copying torch\include\ATen\ops\col2im.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9034649Z copying torch\include\ATen\ops\col2im_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9041139Z copying torch\include\ATen\ops\col2im_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9047389Z copying torch\include\ATen\ops\col2im_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9054018Z copying torch\include\ATen\ops\col2im_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9067407Z copying torch\include\ATen\ops\column_stack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9074448Z copying torch\include\ATen\ops\column_stack_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9080897Z copying torch\include\ATen\ops\column_stack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9087310Z copying torch\include\ATen\ops\column_stack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9094102Z copying torch\include\ATen\ops\col_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9100901Z copying torch\include\ATen\ops\col_indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9107491Z copying torch\include\ATen\ops\col_indices_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9114733Z copying torch\include\ATen\ops\col_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9121783Z copying torch\include\ATen\ops\col_indices_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9128153Z copying torch\include\ATen\ops\col_indices_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9135014Z copying torch\include\ATen\ops\col_indices_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9142016Z copying torch\include\ATen\ops\col_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9148216Z copying torch\include\ATen\ops\col_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9154867Z copying torch\include\ATen\ops\combinations.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9161726Z copying torch\include\ATen\ops\combinations_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9168416Z copying torch\include\ATen\ops\combinations_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9175025Z copying torch\include\ATen\ops\combinations_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9181646Z copying torch\include\ATen\ops\complex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9188338Z copying torch\include\ATen\ops\complex_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9194647Z copying torch\include\ATen\ops\complex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9207572Z copying torch\include\ATen\ops\complex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9214249Z copying torch\include\ATen\ops\complex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9220870Z copying torch\include\ATen\ops\complex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9227358Z copying torch\include\ATen\ops\concat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9234160Z copying torch\include\ATen\ops\concatenate.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9241073Z copying torch\include\ATen\ops\concatenate_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9247670Z copying torch\include\ATen\ops\concatenate_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9254295Z copying torch\include\ATen\ops\concatenate_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9260996Z copying torch\include\ATen\ops\concat_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9267856Z copying torch\include\ATen\ops\concat_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9274302Z copying torch\include\ATen\ops\concat_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9280700Z copying torch\include\ATen\ops\conj.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9287137Z copying torch\include\ATen\ops\conj_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9293589Z copying torch\include\ATen\ops\conj_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9299798Z copying torch\include\ATen\ops\conj_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9306086Z copying torch\include\ATen\ops\conj_physical.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9312894Z copying torch\include\ATen\ops\conj_physical_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9319999Z copying torch\include\ATen\ops\conj_physical_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9326319Z copying torch\include\ATen\ops\conj_physical_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9333019Z copying torch\include\ATen\ops\conj_physical_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9339895Z copying torch\include\ATen\ops\conj_physical_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9346300Z copying torch\include\ATen\ops\conj_physical_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9352797Z copying torch\include\ATen\ops\constant_pad_nd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9359535Z copying torch\include\ATen\ops\constant_pad_nd_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9366077Z copying torch\include\ATen\ops\constant_pad_nd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9372724Z copying torch\include\ATen\ops\constant_pad_nd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9379063Z copying torch\include\ATen\ops\contiguous.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9398720Z copying torch\include\ATen\ops\contiguous_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9404844Z copying torch\include\ATen\ops\contiguous_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9411057Z copying torch\include\ATen\ops\contiguous_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9417824Z copying torch\include\ATen\ops\conv1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9424512Z copying torch\include\ATen\ops\conv1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9430889Z copying torch\include\ATen\ops\conv1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9437159Z copying torch\include\ATen\ops\conv1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9443333Z copying torch\include\ATen\ops\conv2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9454418Z copying torch\include\ATen\ops\conv2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9460586Z copying torch\include\ATen\ops\conv2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9467009Z copying torch\include\ATen\ops\conv2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9473690Z copying torch\include\ATen\ops\conv3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9480400Z copying torch\include\ATen\ops\conv3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9486920Z copying torch\include\ATen\ops\conv3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9493518Z copying torch\include\ATen\ops\conv3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9500212Z copying torch\include\ATen\ops\convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9506798Z copying torch\include\ATen\ops\convolution_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9513703Z copying torch\include\ATen\ops\convolution_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9520296Z copying torch\include\ATen\ops\convolution_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9527367Z copying torch\include\ATen\ops\convolution_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9533960Z copying torch\include\ATen\ops\convolution_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9540719Z copying torch\include\ATen\ops\convolution_backward_overrideable.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9547975Z copying torch\include\ATen\ops\convolution_backward_overrideable_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9554545Z copying torch\include\ATen\ops\convolution_backward_overrideable_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9561640Z copying torch\include\ATen\ops\convolution_backward_overrideable_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9568616Z copying torch\include\ATen\ops\convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9575340Z copying torch\include\ATen\ops\convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9582044Z copying torch\include\ATen\ops\convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9588757Z copying torch\include\ATen\ops\convolution_overrideable.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9595916Z copying torch\include\ATen\ops\convolution_overrideable_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9602839Z copying torch\include\ATen\ops\convolution_overrideable_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9609544Z copying torch\include\ATen\ops\convolution_overrideable_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9616353Z copying torch\include\ATen\ops\conv_depthwise3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9623398Z copying torch\include\ATen\ops\conv_depthwise3d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9630428Z copying torch\include\ATen\ops\conv_depthwise3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9636780Z copying torch\include\ATen\ops\conv_depthwise3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9643419Z copying torch\include\ATen\ops\conv_depthwise3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9650347Z copying torch\include\ATen\ops\conv_tbc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9661202Z copying torch\include\ATen\ops\conv_tbc_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9668011Z copying torch\include\ATen\ops\conv_tbc_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9674576Z copying torch\include\ATen\ops\conv_tbc_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9681550Z copying torch\include\ATen\ops\conv_tbc_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9688327Z copying torch\include\ATen\ops\conv_tbc_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9694851Z copying torch\include\ATen\ops\conv_tbc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9701518Z copying torch\include\ATen\ops\conv_tbc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9708610Z copying torch\include\ATen\ops\conv_transpose1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9715831Z copying torch\include\ATen\ops\conv_transpose1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9722215Z copying torch\include\ATen\ops\conv_transpose1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9728845Z copying torch\include\ATen\ops\conv_transpose1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9735871Z copying torch\include\ATen\ops\conv_transpose2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9742538Z copying torch\include\ATen\ops\conv_transpose2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9749783Z copying torch\include\ATen\ops\conv_transpose2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9755872Z copying torch\include\ATen\ops\conv_transpose2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9766487Z copying torch\include\ATen\ops\conv_transpose3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9773452Z copying torch\include\ATen\ops\conv_transpose3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9780144Z copying torch\include\ATen\ops\conv_transpose3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9791231Z copying torch\include\ATen\ops\conv_transpose3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9797729Z copying torch\include\ATen\ops\copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9804088Z copying torch\include\ATen\ops\copysign.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9810993Z copying torch\include\ATen\ops\copysign_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9817566Z copying torch\include\ATen\ops\copysign_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9823947Z copying torch\include\ATen\ops\copysign_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9830350Z copying torch\include\ATen\ops\copysign_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9836696Z copying torch\include\ATen\ops\copysign_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9843444Z copying torch\include\ATen\ops\copysign_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9849785Z copying torch\include\ATen\ops\copysign_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9856010Z copying torch\include\ATen\ops\copysign_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9862862Z copying torch\include\ATen\ops\copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9872895Z copying torch\include\ATen\ops\copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9878885Z copying torch\include\ATen\ops\copy_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9884857Z copying torch\include\ATen\ops\copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9891158Z copying torch\include\ATen\ops\copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9897451Z copying torch\include\ATen\ops\copy_sparse_to_sparse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9904286Z copying torch\include\ATen\ops\copy_sparse_to_sparse_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9910715Z copying torch\include\ATen\ops\copy_sparse_to_sparse_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9917113Z copying torch\include\ATen\ops\copy_sparse_to_sparse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9924387Z copying torch\include\ATen\ops\copy_sparse_to_sparse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9931150Z copying torch\include\ATen\ops\corrcoef.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9942010Z copying torch\include\ATen\ops\corrcoef_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9948285Z copying torch\include\ATen\ops\corrcoef_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9954763Z copying torch\include\ATen\ops\corrcoef_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9961258Z copying torch\include\ATen\ops\cos.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9967060Z copying torch\include\ATen\ops\cosh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9977509Z copying torch\include\ATen\ops\cosh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9983507Z copying torch\include\ATen\ops\cosh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9989651Z copying torch\include\ATen\ops\cosh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:23.9995874Z copying torch\include\ATen\ops\cosh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0001637Z copying torch\include\ATen\ops\cosh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0020447Z copying torch\include\ATen\ops\cosh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0021717Z copying torch\include\ATen\ops\cosh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0022879Z copying torch\include\ATen\ops\cosine_embedding_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0032916Z copying torch\include\ATen\ops\cosine_embedding_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0039088Z copying torch\include\ATen\ops\cosine_embedding_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0050682Z copying torch\include\ATen\ops\cosine_embedding_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0057013Z copying torch\include\ATen\ops\cosine_similarity.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0069084Z copying torch\include\ATen\ops\cosine_similarity_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0075246Z copying torch\include\ATen\ops\cosine_similarity_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0081181Z copying torch\include\ATen\ops\cosine_similarity_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0087771Z copying torch\include\ATen\ops\cos_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0093818Z copying torch\include\ATen\ops\cos_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0100384Z copying torch\include\ATen\ops\cos_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0106688Z copying torch\include\ATen\ops\cos_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0112589Z copying torch\include\ATen\ops\cos_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0122514Z copying torch\include\ATen\ops\cos_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0128653Z copying torch\include\ATen\ops\cos_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0135573Z copying torch\include\ATen\ops\count_nonzero.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0142384Z copying torch\include\ATen\ops\count_nonzero_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0148776Z copying torch\include\ATen\ops\count_nonzero_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0155125Z copying torch\include\ATen\ops\count_nonzero_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0161219Z copying torch\include\ATen\ops\count_nonzero_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0167332Z copying torch\include\ATen\ops\count_nonzero_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0173464Z copying torch\include\ATen\ops\cov.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0179963Z copying torch\include\ATen\ops\cov_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0186303Z copying torch\include\ATen\ops\cov_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0192541Z copying torch\include\ATen\ops\cov_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0198837Z copying torch\include\ATen\ops\cross.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0205236Z copying torch\include\ATen\ops\cross_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0211776Z copying torch\include\ATen\ops\cross_entropy_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0218684Z copying torch\include\ATen\ops\cross_entropy_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0224738Z copying torch\include\ATen\ops\cross_entropy_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0231069Z copying torch\include\ATen\ops\cross_entropy_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0237254Z copying torch\include\ATen\ops\cross_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0243437Z copying torch\include\ATen\ops\cross_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0249586Z copying torch\include\ATen\ops\crow_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0255873Z copying torch\include\ATen\ops\crow_indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0261877Z copying torch\include\ATen\ops\crow_indices_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0268625Z copying torch\include\ATen\ops\crow_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0274840Z copying torch\include\ATen\ops\crow_indices_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0281193Z copying torch\include\ATen\ops\crow_indices_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0287317Z copying torch\include\ATen\ops\crow_indices_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0293603Z copying torch\include\ATen\ops\crow_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0300584Z copying torch\include\ATen\ops\crow_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0306799Z copying torch\include\ATen\ops\ctc_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0318588Z copying torch\include\ATen\ops\ctc_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0324851Z copying torch\include\ATen\ops\ctc_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0331332Z copying torch\include\ATen\ops\ctc_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0338266Z copying torch\include\ATen\ops\cudnn_affine_grid_generator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0370738Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0381671Z 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-20T21:51:24.0387885Z 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-20T21:51:24.0394335Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0401190Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0408795Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0419098Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0426028Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0624217Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0629963Z copying torch\include\ATen\ops\cudnn_batch_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0636942Z copying torch\include\ATen\ops\cudnn_batch_norm_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0644054Z copying torch\include\ATen\ops\cudnn_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0650655Z copying torch\include\ATen\ops\cudnn_batch_norm_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0657609Z copying torch\include\ATen\ops\cudnn_batch_norm_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0664395Z copying torch\include\ATen\ops\cudnn_batch_norm_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0671431Z copying torch\include\ATen\ops\cudnn_batch_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0682797Z copying torch\include\ATen\ops\cudnn_batch_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0689225Z copying torch\include\ATen\ops\cudnn_batch_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0696127Z copying torch\include\ATen\ops\cudnn_batch_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0702813Z copying torch\include\ATen\ops\cudnn_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0709254Z copying torch\include\ATen\ops\cudnn_convolution_add_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0720579Z copying torch\include\ATen\ops\cudnn_convolution_add_relu_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0727043Z copying torch\include\ATen\ops\cudnn_convolution_add_relu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0734061Z copying torch\include\ATen\ops\cudnn_convolution_add_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0740265Z copying torch\include\ATen\ops\cudnn_convolution_add_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0746562Z copying torch\include\ATen\ops\cudnn_convolution_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0753413Z copying torch\include\ATen\ops\cudnn_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0759461Z copying torch\include\ATen\ops\cudnn_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0766002Z copying torch\include\ATen\ops\cudnn_convolution_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0772975Z copying torch\include\ATen\ops\cudnn_convolution_relu_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0779416Z copying torch\include\ATen\ops\cudnn_convolution_relu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0785929Z copying torch\include\ATen\ops\cudnn_convolution_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0792546Z copying torch\include\ATen\ops\cudnn_convolution_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0799114Z copying torch\include\ATen\ops\cudnn_convolution_transpose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0806087Z copying torch\include\ATen\ops\cudnn_convolution_transpose_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0812817Z copying torch\include\ATen\ops\cudnn_convolution_transpose_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0819406Z copying torch\include\ATen\ops\cudnn_convolution_transpose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0826781Z copying torch\include\ATen\ops\cudnn_convolution_transpose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0832887Z copying torch\include\ATen\ops\cudnn_grid_sampler.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0839798Z copying torch\include\ATen\ops\cudnn_grid_sampler_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0846868Z copying torch\include\ATen\ops\cudnn_grid_sampler_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0853655Z copying torch\include\ATen\ops\cudnn_grid_sampler_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0860483Z copying torch\include\ATen\ops\cudnn_grid_sampler_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0867052Z copying torch\include\ATen\ops\cudnn_grid_sampler_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0874133Z copying torch\include\ATen\ops\cudnn_grid_sampler_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0881109Z copying torch\include\ATen\ops\cudnn_grid_sampler_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0888716Z copying torch\include\ATen\ops\cudnn_grid_sampler_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0895308Z copying torch\include\ATen\ops\cudnn_grid_sampler_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0901622Z copying torch\include\ATen\ops\cudnn_is_acceptable.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0909092Z copying torch\include\ATen\ops\cudnn_is_acceptable_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0915307Z copying torch\include\ATen\ops\cudnn_is_acceptable_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0921921Z copying torch\include\ATen\ops\cudnn_is_acceptable_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0928308Z copying torch\include\ATen\ops\cummax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0935329Z copying torch\include\ATen\ops\cummaxmin_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0941985Z copying torch\include\ATen\ops\cummaxmin_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0948452Z copying torch\include\ATen\ops\cummaxmin_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0954932Z copying torch\include\ATen\ops\cummaxmin_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0961671Z copying torch\include\ATen\ops\cummax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0968727Z copying torch\include\ATen\ops\cummax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0975353Z copying torch\include\ATen\ops\cummax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0981567Z copying torch\include\ATen\ops\cummax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0987832Z copying torch\include\ATen\ops\cummin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.0994217Z copying torch\include\ATen\ops\cummin_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1000571Z copying torch\include\ATen\ops\cummin_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1006742Z copying torch\include\ATen\ops\cummin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1013122Z copying torch\include\ATen\ops\cummin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1019471Z copying torch\include\ATen\ops\cumprod.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1025822Z copying torch\include\ATen\ops\cumprod_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1032252Z copying torch\include\ATen\ops\cumprod_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1038345Z copying torch\include\ATen\ops\cumprod_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1044304Z copying torch\include\ATen\ops\cumprod_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1051052Z copying torch\include\ATen\ops\cumprod_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1057801Z copying torch\include\ATen\ops\cumprod_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1064209Z copying torch\include\ATen\ops\cumprod_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1071088Z copying torch\include\ATen\ops\cumprod_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1077417Z copying torch\include\ATen\ops\cumprod_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1084058Z copying torch\include\ATen\ops\cumprod_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1090724Z copying torch\include\ATen\ops\cumprod_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1097232Z copying torch\include\ATen\ops\cumprod_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1104176Z copying torch\include\ATen\ops\cumsum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1111140Z copying torch\include\ATen\ops\cumsum_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1118041Z copying torch\include\ATen\ops\cumsum_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1124471Z copying torch\include\ATen\ops\cumsum_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1131451Z copying torch\include\ATen\ops\cumsum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1137690Z copying torch\include\ATen\ops\cumsum_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1144394Z copying torch\include\ATen\ops\cumsum_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1154179Z copying torch\include\ATen\ops\cumsum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1160636Z copying torch\include\ATen\ops\cumsum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1167652Z copying torch\include\ATen\ops\cumulative_trapezoid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1174344Z copying torch\include\ATen\ops\cumulative_trapezoid_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1180623Z copying torch\include\ATen\ops\cumulative_trapezoid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1187392Z copying torch\include\ATen\ops\cumulative_trapezoid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1193658Z copying torch\include\ATen\ops\data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1199901Z copying torch\include\ATen\ops\data_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1206238Z copying torch\include\ATen\ops\data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1212549Z copying torch\include\ATen\ops\data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1218760Z copying torch\include\ATen\ops\deg2rad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1225307Z copying torch\include\ATen\ops\deg2rad_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1231610Z copying torch\include\ATen\ops\deg2rad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1238298Z copying torch\include\ATen\ops\deg2rad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1244728Z copying torch\include\ATen\ops\dense_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1251595Z copying torch\include\ATen\ops\dense_dim_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1258444Z copying torch\include\ATen\ops\dense_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1264651Z copying torch\include\ATen\ops\dense_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1270807Z copying torch\include\ATen\ops\dequantize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1277209Z copying torch\include\ATen\ops\dequantize_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1283439Z copying torch\include\ATen\ops\dequantize_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1289725Z copying torch\include\ATen\ops\dequantize_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1296164Z copying torch\include\ATen\ops\dequantize_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1302637Z copying torch\include\ATen\ops\dequantize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1308938Z copying torch\include\ATen\ops\det.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1315032Z copying torch\include\ATen\ops\detach.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1321229Z copying torch\include\ATen\ops\detach_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1327358Z copying torch\include\ATen\ops\detach_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1334446Z copying torch\include\ATen\ops\detach_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1341096Z copying torch\include\ATen\ops\detach_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1347844Z copying torch\include\ATen\ops\detach_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1354691Z copying torch\include\ATen\ops\detach_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1361080Z copying torch\include\ATen\ops\detach_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1367092Z copying torch\include\ATen\ops\detach_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1373835Z copying torch\include\ATen\ops\det_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1380300Z copying torch\include\ATen\ops\det_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1386252Z copying torch\include\ATen\ops\det_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1392123Z copying torch\include\ATen\ops\diag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1398264Z copying torch\include\ATen\ops\diagflat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1404426Z copying torch\include\ATen\ops\diagflat_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1410524Z copying torch\include\ATen\ops\diagflat_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1416873Z copying torch\include\ATen\ops\diagflat_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1423085Z copying torch\include\ATen\ops\diagonal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1429369Z copying torch\include\ATen\ops\diagonal_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1436305Z copying torch\include\ATen\ops\diagonal_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1443113Z copying torch\include\ATen\ops\diagonal_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1450463Z copying torch\include\ATen\ops\diagonal_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1457011Z copying torch\include\ATen\ops\diagonal_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1464189Z copying torch\include\ATen\ops\diagonal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1469970Z copying torch\include\ATen\ops\diagonal_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1477069Z copying torch\include\ATen\ops\diagonal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1484122Z copying torch\include\ATen\ops\diagonal_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1490741Z copying torch\include\ATen\ops\diagonal_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1497465Z copying torch\include\ATen\ops\diagonal_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1504039Z copying torch\include\ATen\ops\diagonal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1510826Z copying torch\include\ATen\ops\diagonal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1517366Z copying torch\include\ATen\ops\diagonal_scatter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1524784Z copying torch\include\ATen\ops\diagonal_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1531369Z copying torch\include\ATen\ops\diagonal_scatter_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1537963Z copying torch\include\ATen\ops\diagonal_scatter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1544544Z copying torch\include\ATen\ops\diagonal_scatter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1551468Z copying torch\include\ATen\ops\diag_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1558044Z copying torch\include\ATen\ops\diag_embed.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1564928Z copying torch\include\ATen\ops\diag_embed_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1571840Z copying torch\include\ATen\ops\diag_embed_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1578869Z copying torch\include\ATen\ops\diag_embed_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1585717Z copying torch\include\ATen\ops\diag_embed_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1592466Z copying torch\include\ATen\ops\diag_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1598389Z copying torch\include\ATen\ops\diag_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1604509Z copying torch\include\ATen\ops\diff.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1611435Z copying torch\include\ATen\ops\diff_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1618284Z copying torch\include\ATen\ops\diff_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1625012Z copying torch\include\ATen\ops\diff_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1631338Z copying torch\include\ATen\ops\digamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1638440Z copying torch\include\ATen\ops\digamma_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1644812Z copying torch\include\ATen\ops\digamma_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1651694Z copying torch\include\ATen\ops\digamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1657680Z copying torch\include\ATen\ops\digamma_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1663818Z copying torch\include\ATen\ops\digamma_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1670528Z copying torch\include\ATen\ops\digamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1677260Z copying torch\include\ATen\ops\digamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1683493Z copying torch\include\ATen\ops\dist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1690512Z copying torch\include\ATen\ops\dist_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1696621Z copying torch\include\ATen\ops\dist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1702975Z copying torch\include\ATen\ops\dist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1709105Z copying torch\include\ATen\ops\div.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1715328Z copying torch\include\ATen\ops\divide.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1721782Z copying torch\include\ATen\ops\divide_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1728731Z copying torch\include\ATen\ops\divide_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1734943Z copying torch\include\ATen\ops\divide_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1741889Z copying torch\include\ATen\ops\div_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1748340Z copying torch\include\ATen\ops\div_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1754668Z copying torch\include\ATen\ops\div_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1761038Z copying torch\include\ATen\ops\div_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1767895Z copying torch\include\ATen\ops\div_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1773979Z copying torch\include\ATen\ops\div_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1780055Z copying torch\include\ATen\ops\div_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1785954Z copying torch\include\ATen\ops\div_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1791884Z copying torch\include\ATen\ops\dot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1798054Z copying torch\include\ATen\ops\dot_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1803920Z copying torch\include\ATen\ops\dot_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1810355Z copying torch\include\ATen\ops\dot_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1816367Z copying torch\include\ATen\ops\dot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1822589Z copying torch\include\ATen\ops\dot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1828365Z copying torch\include\ATen\ops\dropout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1834506Z copying torch\include\ATen\ops\dropout_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1840487Z copying torch\include\ATen\ops\dropout_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1846239Z copying torch\include\ATen\ops\dropout_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1852527Z copying torch\include\ATen\ops\dsplit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1858895Z copying torch\include\ATen\ops\dsplit_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1868081Z copying torch\include\ATen\ops\dsplit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1874318Z copying torch\include\ATen\ops\dsplit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1881265Z copying torch\include\ATen\ops\dstack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1887738Z copying torch\include\ATen\ops\dstack_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1894184Z copying torch\include\ATen\ops\dstack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1900435Z copying torch\include\ATen\ops\dstack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1906720Z copying torch\include\ATen\ops\einsum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1913286Z copying torch\include\ATen\ops\einsum_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1919320Z copying torch\include\ATen\ops\einsum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1925532Z copying torch\include\ATen\ops\einsum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1931843Z copying torch\include\ATen\ops\elu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1937897Z copying torch\include\ATen\ops\elu_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1944478Z copying torch\include\ATen\ops\elu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1950635Z copying torch\include\ATen\ops\elu_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1956855Z copying torch\include\ATen\ops\elu_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1963089Z copying torch\include\ATen\ops\elu_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1969730Z copying torch\include\ATen\ops\elu_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1976158Z copying torch\include\ATen\ops\elu_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1983267Z copying torch\include\ATen\ops\elu_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1989400Z copying torch\include\ATen\ops\elu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.1995474Z copying torch\include\ATen\ops\elu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2001788Z copying torch\include\ATen\ops\elu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2008286Z copying torch\include\ATen\ops\elu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2014942Z copying torch\include\ATen\ops\elu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2024103Z copying torch\include\ATen\ops\elu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2030104Z copying torch\include\ATen\ops\elu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2036287Z copying torch\include\ATen\ops\embedding.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2042716Z copying torch\include\ATen\ops\embedding_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2050202Z copying torch\include\ATen\ops\embedding_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2056801Z copying torch\include\ATen\ops\embedding_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2063042Z copying torch\include\ATen\ops\embedding_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2069443Z copying torch\include\ATen\ops\embedding_bag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2076179Z copying torch\include\ATen\ops\embedding_bag_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2082327Z copying torch\include\ATen\ops\embedding_bag_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2088646Z copying torch\include\ATen\ops\embedding_bag_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2095856Z copying torch\include\ATen\ops\embedding_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2102105Z copying torch\include\ATen\ops\embedding_dense_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2109002Z copying torch\include\ATen\ops\embedding_dense_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2115699Z copying torch\include\ATen\ops\embedding_dense_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2122067Z copying torch\include\ATen\ops\embedding_dense_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2128517Z copying torch\include\ATen\ops\embedding_dense_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2135038Z copying torch\include\ATen\ops\embedding_dense_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2141232Z copying torch\include\ATen\ops\embedding_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2147528Z copying torch\include\ATen\ops\embedding_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2155133Z copying torch\include\ATen\ops\embedding_renorm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2162131Z copying torch\include\ATen\ops\embedding_renorm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2168677Z copying torch\include\ATen\ops\embedding_renorm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2175679Z copying torch\include\ATen\ops\embedding_renorm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2182412Z copying torch\include\ATen\ops\embedding_renorm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2188951Z copying torch\include\ATen\ops\embedding_renorm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2195743Z copying torch\include\ATen\ops\embedding_renorm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2202426Z copying torch\include\ATen\ops\embedding_sparse_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2209891Z copying torch\include\ATen\ops\embedding_sparse_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2216064Z copying torch\include\ATen\ops\embedding_sparse_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2222476Z copying torch\include\ATen\ops\embedding_sparse_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2229285Z copying torch\include\ATen\ops\empty.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2235515Z copying torch\include\ATen\ops\empty_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2242972Z copying torch\include\ATen\ops\empty_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2248937Z copying torch\include\ATen\ops\empty_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2255803Z copying torch\include\ATen\ops\empty_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2262481Z copying torch\include\ATen\ops\empty_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2270582Z copying torch\include\ATen\ops\empty_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2276999Z copying torch\include\ATen\ops\empty_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2283046Z copying torch\include\ATen\ops\empty_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2289833Z copying torch\include\ATen\ops\empty_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2296205Z copying torch\include\ATen\ops\empty_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2302512Z copying torch\include\ATen\ops\empty_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2309262Z copying torch\include\ATen\ops\empty_permuted.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2348196Z copying torch\include\ATen\ops\empty_permuted_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2354602Z copying torch\include\ATen\ops\empty_permuted_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2361840Z copying torch\include\ATen\ops\empty_permuted_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2368166Z copying torch\include\ATen\ops\empty_quantized.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2375448Z copying torch\include\ATen\ops\empty_quantized_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2382038Z copying torch\include\ATen\ops\empty_quantized_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2388553Z copying torch\include\ATen\ops\empty_quantized_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2395885Z copying torch\include\ATen\ops\empty_strided.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2402482Z copying torch\include\ATen\ops\empty_strided_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2409079Z copying torch\include\ATen\ops\empty_strided_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2416347Z copying torch\include\ATen\ops\empty_strided_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2422746Z copying torch\include\ATen\ops\empty_strided_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2430134Z copying torch\include\ATen\ops\empty_strided_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2436286Z copying torch\include\ATen\ops\empty_strided_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2442601Z copying torch\include\ATen\ops\eq.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2448779Z copying torch\include\ATen\ops\equal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2455040Z copying torch\include\ATen\ops\equal_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2461619Z copying torch\include\ATen\ops\equal_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2469331Z copying torch\include\ATen\ops\equal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2475703Z copying torch\include\ATen\ops\equal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2482710Z copying torch\include\ATen\ops\eq_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2489054Z copying torch\include\ATen\ops\eq_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2496011Z copying torch\include\ATen\ops\eq_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2502451Z copying torch\include\ATen\ops\eq_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2509626Z copying torch\include\ATen\ops\eq_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2516404Z copying torch\include\ATen\ops\eq_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2523540Z copying torch\include\ATen\ops\eq_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2529993Z copying torch\include\ATen\ops\erf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2536958Z copying torch\include\ATen\ops\erfc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2543829Z copying torch\include\ATen\ops\erfc_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2566681Z copying torch\include\ATen\ops\erfc_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2573098Z copying torch\include\ATen\ops\erfc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2579449Z copying torch\include\ATen\ops\erfc_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2585668Z copying torch\include\ATen\ops\erfc_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2592349Z copying torch\include\ATen\ops\erfc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2599782Z copying torch\include\ATen\ops\erfc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2606009Z copying torch\include\ATen\ops\erfinv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2612828Z copying torch\include\ATen\ops\erfinv_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2619092Z copying torch\include\ATen\ops\erfinv_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2625622Z copying torch\include\ATen\ops\erfinv_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2632952Z copying torch\include\ATen\ops\erfinv_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2639101Z copying torch\include\ATen\ops\erfinv_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2645905Z copying torch\include\ATen\ops\erfinv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2652501Z copying torch\include\ATen\ops\erfinv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2659780Z copying torch\include\ATen\ops\erf_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2665991Z copying torch\include\ATen\ops\erf_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2672285Z copying torch\include\ATen\ops\erf_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2678472Z copying torch\include\ATen\ops\erf_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2684434Z copying torch\include\ATen\ops\erf_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2691646Z copying torch\include\ATen\ops\erf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2698160Z copying torch\include\ATen\ops\erf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2704246Z copying torch\include\ATen\ops\exp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2711231Z copying torch\include\ATen\ops\exp2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2718263Z copying torch\include\ATen\ops\exp2_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2724702Z copying torch\include\ATen\ops\exp2_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2731052Z copying torch\include\ATen\ops\exp2_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2737356Z copying torch\include\ATen\ops\exp2_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2743434Z copying torch\include\ATen\ops\exp2_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2750076Z copying torch\include\ATen\ops\exp2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2757293Z copying torch\include\ATen\ops\exp2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2763308Z copying torch\include\ATen\ops\expand.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2769193Z copying torch\include\ATen\ops\expand_as.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2776128Z copying torch\include\ATen\ops\expand_as_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2782604Z copying torch\include\ATen\ops\expand_as_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2789052Z copying torch\include\ATen\ops\expand_as_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2795842Z copying torch\include\ATen\ops\expand_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2803010Z copying torch\include\ATen\ops\expand_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2809590Z copying torch\include\ATen\ops\expand_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2816369Z copying torch\include\ATen\ops\expand_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2822982Z copying torch\include\ATen\ops\expand_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2829625Z copying torch\include\ATen\ops\expand_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2836879Z copying torch\include\ATen\ops\expand_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2842814Z copying torch\include\ATen\ops\expand_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2848969Z copying torch\include\ATen\ops\expm1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2860083Z copying torch\include\ATen\ops\expm1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2876091Z copying torch\include\ATen\ops\expm1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2882344Z copying torch\include\ATen\ops\expm1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2888643Z copying torch\include\ATen\ops\expm1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2895038Z copying torch\include\ATen\ops\expm1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2901622Z copying torch\include\ATen\ops\expm1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2908359Z copying torch\include\ATen\ops\expm1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2914893Z copying torch\include\ATen\ops\exponential.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2922608Z copying torch\include\ATen\ops\exponential_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2929301Z copying torch\include\ATen\ops\exponential_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2936478Z copying torch\include\ATen\ops\exponential_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2943090Z copying torch\include\ATen\ops\exponential_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2950420Z copying torch\include\ATen\ops\exponential_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2956349Z copying torch\include\ATen\ops\exponential_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2963597Z copying torch\include\ATen\ops\exp_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2969883Z copying torch\include\ATen\ops\exp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2976490Z copying torch\include\ATen\ops\exp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2982815Z copying torch\include\ATen\ops\exp_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2989813Z copying torch\include\ATen\ops\exp_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.2995989Z copying torch\include\ATen\ops\exp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3002083Z copying torch\include\ATen\ops\exp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3008295Z copying torch\include\ATen\ops\eye.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3015204Z copying torch\include\ATen\ops\eye_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3021557Z copying torch\include\ATen\ops\eye_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3028113Z copying torch\include\ATen\ops\eye_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3034921Z copying torch\include\ATen\ops\eye_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3041501Z copying torch\include\ATen\ops\eye_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3047475Z copying torch\include\ATen\ops\eye_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3054029Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3060768Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3067881Z 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-20T21:51:24.3075867Z 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-20T21:51:24.3081784Z 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-20T21:51:24.3088599Z 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-20T21:51:24.3095920Z 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-20T21:51:24.3102930Z 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-20T21:51:24.3109759Z 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-20T21:51:24.3116327Z 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-20T21:51:24.3124188Z 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-20T21:51:24.3132635Z 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-20T21:51:24.3138278Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3145302Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3151800Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3158502Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3165746Z 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-20T21:51:24.3173044Z 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-20T21:51:24.3179731Z 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-20T21:51:24.3186382Z 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-20T21:51:24.3193937Z 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-20T21:51:24.3200555Z 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-20T21:51:24.3207514Z 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-20T21:51:24.3214410Z 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-20T21:51:24.3221295Z 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-20T21:51:24.3228262Z 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-20T21:51:24.3235055Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3241932Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3248587Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3255622Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3262414Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight_fp32_activation.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3269444Z 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-20T21:51:24.3276125Z 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-20T21:51:24.3282744Z 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-20T21:51:24.3289760Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3296693Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3303389Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3310496Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3318008Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight_fp32_activation.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3330162Z 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-20T21:51:24.3335181Z 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-20T21:51:24.3341563Z 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-20T21:51:24.3350513Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3358031Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3364104Z copying torch\include\ATen\ops\fbgemm_linear_quantize_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3371677Z copying torch\include\ATen\ops\fbgemm_linear_quantize_weight_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3378222Z copying torch\include\ATen\ops\fbgemm_linear_quantize_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3385090Z copying torch\include\ATen\ops\fbgemm_linear_quantize_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3392306Z copying torch\include\ATen\ops\fbgemm_pack_gemm_matrix_fp16.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3399181Z 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-20T21:51:24.3406122Z copying torch\include\ATen\ops\fbgemm_pack_gemm_matrix_fp16_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3413188Z copying torch\include\ATen\ops\fbgemm_pack_gemm_matrix_fp16_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3419678Z copying torch\include\ATen\ops\fbgemm_pack_quantized_matrix.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3426844Z copying torch\include\ATen\ops\fbgemm_pack_quantized_matrix_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3433447Z copying torch\include\ATen\ops\fbgemm_pack_quantized_matrix_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3440368Z copying torch\include\ATen\ops\fbgemm_pack_quantized_matrix_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3447430Z copying torch\include\ATen\ops\feature_alpha_dropout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3455932Z copying torch\include\ATen\ops\feature_alpha_dropout_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3461411Z copying torch\include\ATen\ops\feature_alpha_dropout_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3468148Z copying torch\include\ATen\ops\feature_alpha_dropout_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3475075Z copying torch\include\ATen\ops\feature_dropout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3482111Z copying torch\include\ATen\ops\feature_dropout_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3489731Z copying torch\include\ATen\ops\feature_dropout_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3497296Z copying torch\include\ATen\ops\feature_dropout_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3503824Z copying torch\include\ATen\ops\fft_fft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3510335Z copying torch\include\ATen\ops\fft_fft2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3517930Z copying torch\include\ATen\ops\fft_fft2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3524186Z copying torch\include\ATen\ops\fft_fft2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3530380Z copying torch\include\ATen\ops\fft_fft2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3537120Z copying torch\include\ATen\ops\fft_fftfreq.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3544370Z copying torch\include\ATen\ops\fft_fftfreq_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3550814Z copying torch\include\ATen\ops\fft_fftfreq_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3558363Z copying torch\include\ATen\ops\fft_fftfreq_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3563925Z copying torch\include\ATen\ops\fft_fftn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3570402Z copying torch\include\ATen\ops\fft_fftn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3577437Z copying torch\include\ATen\ops\fft_fftn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3583886Z copying torch\include\ATen\ops\fft_fftn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3590624Z copying torch\include\ATen\ops\fft_fftshift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3598297Z copying torch\include\ATen\ops\fft_fftshift_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3604002Z copying torch\include\ATen\ops\fft_fftshift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3610760Z copying torch\include\ATen\ops\fft_fftshift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3617605Z copying torch\include\ATen\ops\fft_fft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3624013Z copying torch\include\ATen\ops\fft_fft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3631434Z copying torch\include\ATen\ops\fft_fft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3637017Z copying torch\include\ATen\ops\fft_hfft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3643349Z copying torch\include\ATen\ops\fft_hfft2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3650809Z copying torch\include\ATen\ops\fft_hfft2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3656856Z copying torch\include\ATen\ops\fft_hfft2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3663163Z copying torch\include\ATen\ops\fft_hfft2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3669520Z copying torch\include\ATen\ops\fft_hfftn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3676415Z copying torch\include\ATen\ops\fft_hfftn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3683327Z copying torch\include\ATen\ops\fft_hfftn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3689851Z copying torch\include\ATen\ops\fft_hfftn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3699077Z copying torch\include\ATen\ops\fft_hfft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3705171Z copying torch\include\ATen\ops\fft_hfft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3711540Z copying torch\include\ATen\ops\fft_hfft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3717863Z copying torch\include\ATen\ops\fft_ifft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3724025Z copying torch\include\ATen\ops\fft_ifft2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3730905Z copying torch\include\ATen\ops\fft_ifft2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3737361Z copying torch\include\ATen\ops\fft_ifft2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3744054Z copying torch\include\ATen\ops\fft_ifft2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3751420Z copying torch\include\ATen\ops\fft_ifftn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3758681Z copying torch\include\ATen\ops\fft_ifftn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3765120Z copying torch\include\ATen\ops\fft_ifftn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3771979Z copying torch\include\ATen\ops\fft_ifftn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3778382Z copying torch\include\ATen\ops\fft_ifftshift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3785142Z copying torch\include\ATen\ops\fft_ifftshift_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3791764Z copying torch\include\ATen\ops\fft_ifftshift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3798103Z copying torch\include\ATen\ops\fft_ifftshift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3804960Z copying torch\include\ATen\ops\fft_ifft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3811947Z copying torch\include\ATen\ops\fft_ifft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3818982Z copying torch\include\ATen\ops\fft_ifft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3825005Z copying torch\include\ATen\ops\fft_ihfft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3831391Z copying torch\include\ATen\ops\fft_ihfft2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3838701Z copying torch\include\ATen\ops\fft_ihfft2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3845293Z copying torch\include\ATen\ops\fft_ihfft2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3852723Z copying torch\include\ATen\ops\fft_ihfft2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3858958Z copying torch\include\ATen\ops\fft_ihfftn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3865777Z copying torch\include\ATen\ops\fft_ihfftn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3872235Z copying torch\include\ATen\ops\fft_ihfftn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3878899Z copying torch\include\ATen\ops\fft_ihfftn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3886935Z copying torch\include\ATen\ops\fft_ihfft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3893087Z copying torch\include\ATen\ops\fft_ihfft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3899721Z copying torch\include\ATen\ops\fft_ihfft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3906364Z copying torch\include\ATen\ops\fft_irfft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3912906Z copying torch\include\ATen\ops\fft_irfft2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3920752Z copying torch\include\ATen\ops\fft_irfft2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3926828Z copying torch\include\ATen\ops\fft_irfft2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3933425Z copying torch\include\ATen\ops\fft_irfft2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3940437Z copying torch\include\ATen\ops\fft_irfftn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3947790Z copying torch\include\ATen\ops\fft_irfftn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3953792Z copying torch\include\ATen\ops\fft_irfftn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3960573Z copying torch\include\ATen\ops\fft_irfftn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3968046Z copying torch\include\ATen\ops\fft_irfft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3974770Z copying torch\include\ATen\ops\fft_irfft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3982070Z copying torch\include\ATen\ops\fft_irfft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3988560Z copying torch\include\ATen\ops\fft_rfft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.3995349Z copying torch\include\ATen\ops\fft_rfft2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4006134Z copying torch\include\ATen\ops\fft_rfft2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4012572Z copying torch\include\ATen\ops\fft_rfft2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4019414Z copying torch\include\ATen\ops\fft_rfft2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4025924Z copying torch\include\ATen\ops\fft_rfftfreq.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4032960Z copying torch\include\ATen\ops\fft_rfftfreq_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4039715Z copying torch\include\ATen\ops\fft_rfftfreq_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4046543Z copying torch\include\ATen\ops\fft_rfftfreq_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4053696Z copying torch\include\ATen\ops\fft_rfftn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4060855Z copying torch\include\ATen\ops\fft_rfftn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4067584Z copying torch\include\ATen\ops\fft_rfftn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4074163Z copying torch\include\ATen\ops\fft_rfftn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4081050Z copying torch\include\ATen\ops\fft_rfft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4087591Z copying torch\include\ATen\ops\fft_rfft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4094408Z copying torch\include\ATen\ops\fft_rfft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4101196Z copying torch\include\ATen\ops\fill.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4107819Z copying torch\include\ATen\ops\fill_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4135147Z copying torch\include\ATen\ops\fill_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4141771Z copying torch\include\ATen\ops\fill_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4148892Z copying torch\include\ATen\ops\fill_diagonal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4155322Z copying torch\include\ATen\ops\fill_diagonal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4161856Z copying torch\include\ATen\ops\fill_diagonal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4168309Z copying torch\include\ATen\ops\fill_diagonal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4175130Z copying torch\include\ATen\ops\fill_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4181446Z copying torch\include\ATen\ops\fill_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4188076Z copying torch\include\ATen\ops\fill_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4194305Z copying torch\include\ATen\ops\fix.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4201203Z copying torch\include\ATen\ops\fix_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4207138Z copying torch\include\ATen\ops\fix_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4213768Z copying torch\include\ATen\ops\fix_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4220279Z copying torch\include\ATen\ops\flatten.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4226886Z copying torch\include\ATen\ops\flatten_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4233818Z copying torch\include\ATen\ops\flatten_dense_tensors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4240317Z copying torch\include\ATen\ops\flatten_dense_tensors_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4246789Z copying torch\include\ATen\ops\flatten_dense_tensors_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4253332Z copying torch\include\ATen\ops\flatten_dense_tensors_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4259780Z copying torch\include\ATen\ops\flatten_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4266868Z copying torch\include\ATen\ops\flatten_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4273621Z copying torch\include\ATen\ops\flip.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4279891Z copying torch\include\ATen\ops\fliplr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4286078Z copying torch\include\ATen\ops\fliplr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4292899Z copying torch\include\ATen\ops\fliplr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4299213Z copying torch\include\ATen\ops\fliplr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4306253Z copying torch\include\ATen\ops\flipud.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4312731Z copying torch\include\ATen\ops\flipud_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4319287Z copying torch\include\ATen\ops\flipud_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4325845Z copying torch\include\ATen\ops\flipud_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4332506Z copying torch\include\ATen\ops\flip_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4339263Z copying torch\include\ATen\ops\flip_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4346418Z copying torch\include\ATen\ops\flip_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4352648Z copying torch\include\ATen\ops\flip_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4358966Z copying torch\include\ATen\ops\flip_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4365382Z copying torch\include\ATen\ops\float_power.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4372843Z copying torch\include\ATen\ops\float_power_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4379020Z copying torch\include\ATen\ops\float_power_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4386621Z copying torch\include\ATen\ops\float_power_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4392607Z copying torch\include\ATen\ops\floor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4399434Z copying torch\include\ATen\ops\floor_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4405854Z copying torch\include\ATen\ops\floor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4412359Z copying torch\include\ATen\ops\floor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4419709Z copying torch\include\ATen\ops\floor_divide.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4426091Z copying torch\include\ATen\ops\floor_divide_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4432953Z copying torch\include\ATen\ops\floor_divide_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4439553Z copying torch\include\ATen\ops\floor_divide_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4446027Z copying torch\include\ATen\ops\floor_divide_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4453459Z copying torch\include\ATen\ops\floor_divide_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4460265Z copying torch\include\ATen\ops\floor_divide_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4466960Z copying torch\include\ATen\ops\floor_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4473023Z copying torch\include\ATen\ops\floor_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4479547Z copying torch\include\ATen\ops\floor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4486182Z copying torch\include\ATen\ops\floor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4492732Z copying torch\include\ATen\ops\fmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4499432Z copying torch\include\ATen\ops\fmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4506001Z copying torch\include\ATen\ops\fmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4512400Z copying torch\include\ATen\ops\fmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4519096Z copying torch\include\ATen\ops\fmax_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4525500Z copying torch\include\ATen\ops\fmax_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4532112Z copying torch\include\ATen\ops\fmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4538987Z copying torch\include\ATen\ops\fmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4545186Z copying torch\include\ATen\ops\fmin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4552006Z copying torch\include\ATen\ops\fmin_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4558196Z copying torch\include\ATen\ops\fmin_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4564648Z copying torch\include\ATen\ops\fmin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4571692Z copying torch\include\ATen\ops\fmin_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4592944Z copying torch\include\ATen\ops\fmin_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4599183Z copying torch\include\ATen\ops\fmin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4605400Z copying torch\include\ATen\ops\fmin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4611584Z copying torch\include\ATen\ops\fmod.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4619441Z copying torch\include\ATen\ops\fmod_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4625699Z copying torch\include\ATen\ops\fmod_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4631903Z copying torch\include\ATen\ops\fmod_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4642611Z copying torch\include\ATen\ops\fmod_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4648883Z copying torch\include\ATen\ops\fmod_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4655516Z copying torch\include\ATen\ops\fmod_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4661942Z copying torch\include\ATen\ops\fmod_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4668174Z copying torch\include\ATen\ops\fmod_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4674168Z copying torch\include\ATen\ops\frac.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4680910Z copying torch\include\ATen\ops\fractional_max_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4688172Z copying torch\include\ATen\ops\fractional_max_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4696169Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4702992Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4709552Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4720605Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4727249Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4734206Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4740804Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4747632Z copying torch\include\ATen\ops\fractional_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4754073Z copying torch\include\ATen\ops\fractional_max_pool2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4760678Z copying torch\include\ATen\ops\fractional_max_pool2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4768095Z copying torch\include\ATen\ops\fractional_max_pool2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4775077Z copying torch\include\ATen\ops\fractional_max_pool2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4781704Z copying torch\include\ATen\ops\fractional_max_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4788445Z copying torch\include\ATen\ops\fractional_max_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4795494Z copying torch\include\ATen\ops\fractional_max_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4802650Z copying torch\include\ATen\ops\fractional_max_pool3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4809022Z copying torch\include\ATen\ops\fractional_max_pool3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4816143Z copying torch\include\ATen\ops\fractional_max_pool3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4823167Z copying torch\include\ATen\ops\fractional_max_pool3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4829932Z copying torch\include\ATen\ops\fractional_max_pool3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4837359Z copying torch\include\ATen\ops\fractional_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4843976Z copying torch\include\ATen\ops\fractional_max_pool3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4851072Z copying torch\include\ATen\ops\fractional_max_pool3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4857886Z copying torch\include\ATen\ops\fractional_max_pool3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4864766Z copying torch\include\ATen\ops\fractional_max_pool3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4871505Z copying torch\include\ATen\ops\fractional_max_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4878213Z copying torch\include\ATen\ops\fractional_max_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4885243Z copying torch\include\ATen\ops\frac_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4891874Z copying torch\include\ATen\ops\frac_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4898416Z copying torch\include\ATen\ops\frac_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4904885Z copying torch\include\ATen\ops\frac_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4911204Z copying torch\include\ATen\ops\frac_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4918083Z copying torch\include\ATen\ops\frac_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4924083Z copying torch\include\ATen\ops\frac_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4930287Z copying torch\include\ATen\ops\frexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4937044Z copying torch\include\ATen\ops\frexp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4943726Z copying torch\include\ATen\ops\frexp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4950088Z copying torch\include\ATen\ops\frexp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4956600Z copying torch\include\ATen\ops\frexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4963162Z copying torch\include\ATen\ops\frexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4969783Z copying torch\include\ATen\ops\frobenius_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4977352Z copying torch\include\ATen\ops\frobenius_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4984505Z copying torch\include\ATen\ops\frobenius_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4991920Z copying torch\include\ATen\ops\frobenius_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.4998359Z copying torch\include\ATen\ops\from_blob.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5004807Z copying torch\include\ATen\ops\from_file.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5011819Z copying torch\include\ATen\ops\from_file_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5018785Z copying torch\include\ATen\ops\from_file_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5025349Z copying torch\include\ATen\ops\from_file_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5032450Z copying torch\include\ATen\ops\from_file_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5039173Z copying torch\include\ATen\ops\full.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5046103Z copying torch\include\ATen\ops\full_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5058093Z copying torch\include\ATen\ops\full_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5061695Z copying torch\include\ATen\ops\full_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5067829Z copying torch\include\ATen\ops\full_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5074260Z copying torch\include\ATen\ops\full_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5080997Z copying torch\include\ATen\ops\full_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5087214Z copying torch\include\ATen\ops\full_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5093970Z copying torch\include\ATen\ops\fused_moving_avg_obs_fake_quant.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5101106Z 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-20T21:51:24.5107438Z 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-20T21:51:24.5114112Z 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-20T21:51:24.5120886Z copying torch\include\ATen\ops\gather.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5127127Z copying torch\include\ATen\ops\gather_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5134270Z copying torch\include\ATen\ops\gather_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5140723Z copying torch\include\ATen\ops\gather_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5147238Z copying torch\include\ATen\ops\gather_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5154158Z copying torch\include\ATen\ops\gather_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5160796Z copying torch\include\ATen\ops\gather_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5167554Z copying torch\include\ATen\ops\gather_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5174198Z copying torch\include\ATen\ops\gather_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5180832Z copying torch\include\ATen\ops\gather_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5187256Z copying torch\include\ATen\ops\gather_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5193748Z copying torch\include\ATen\ops\gather_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5200546Z copying torch\include\ATen\ops\gather_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5207112Z copying torch\include\ATen\ops\gcd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5213952Z copying torch\include\ATen\ops\gcd_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5220223Z copying torch\include\ATen\ops\gcd_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5226873Z copying torch\include\ATen\ops\gcd_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5233664Z copying torch\include\ATen\ops\gcd_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5240039Z copying torch\include\ATen\ops\gcd_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5246529Z copying torch\include\ATen\ops\gcd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5253222Z copying torch\include\ATen\ops\gcd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5259552Z copying torch\include\ATen\ops\ge.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5266286Z copying torch\include\ATen\ops\gelu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5272612Z copying torch\include\ATen\ops\gelu_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5279760Z copying torch\include\ATen\ops\gelu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5286478Z copying torch\include\ATen\ops\gelu_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5293241Z copying torch\include\ATen\ops\gelu_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5300077Z copying torch\include\ATen\ops\gelu_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5307031Z copying torch\include\ATen\ops\gelu_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5313670Z copying torch\include\ATen\ops\gelu_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5320585Z copying torch\include\ATen\ops\gelu_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5327932Z copying torch\include\ATen\ops\gelu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5334627Z copying torch\include\ATen\ops\gelu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5341333Z copying torch\include\ATen\ops\gelu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5349249Z copying torch\include\ATen\ops\gelu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5355753Z copying torch\include\ATen\ops\gelu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5362597Z copying torch\include\ATen\ops\gelu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5368979Z copying torch\include\ATen\ops\gelu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5375449Z copying torch\include\ATen\ops\geometric.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5382368Z copying torch\include\ATen\ops\geometric_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5389367Z copying torch\include\ATen\ops\geometric_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5396191Z copying torch\include\ATen\ops\geometric_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5402942Z copying torch\include\ATen\ops\geometric_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5410190Z copying torch\include\ATen\ops\geometric_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5417026Z copying torch\include\ATen\ops\geometric_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5423462Z copying torch\include\ATen\ops\geqrf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5429950Z copying torch\include\ATen\ops\geqrf_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5436661Z copying torch\include\ATen\ops\geqrf_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5443526Z copying torch\include\ATen\ops\geqrf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5450170Z copying torch\include\ATen\ops\geqrf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5456677Z copying torch\include\ATen\ops\ger.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5463497Z copying torch\include\ATen\ops\ger_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5469914Z copying torch\include\ATen\ops\ger_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5476351Z copying torch\include\ATen\ops\ger_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5483100Z copying torch\include\ATen\ops\ge_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5489743Z copying torch\include\ATen\ops\ge_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5496435Z copying torch\include\ATen\ops\ge_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5503510Z copying torch\include\ATen\ops\ge_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5510715Z copying torch\include\ATen\ops\ge_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5516643Z copying torch\include\ATen\ops\ge_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5522948Z copying torch\include\ATen\ops\ge_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5529414Z copying torch\include\ATen\ops\glu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5535964Z copying torch\include\ATen\ops\glu_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5543375Z copying torch\include\ATen\ops\glu_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5549464Z copying torch\include\ATen\ops\glu_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5555917Z copying torch\include\ATen\ops\glu_backward_jvp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5562873Z copying torch\include\ATen\ops\glu_backward_jvp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5580044Z copying torch\include\ATen\ops\glu_backward_jvp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5581416Z copying torch\include\ATen\ops\glu_backward_jvp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5583790Z copying torch\include\ATen\ops\glu_backward_jvp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5589876Z copying torch\include\ATen\ops\glu_backward_jvp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5596929Z copying torch\include\ATen\ops\glu_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5603104Z copying torch\include\ATen\ops\glu_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5610211Z copying torch\include\ATen\ops\glu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5616557Z copying torch\include\ATen\ops\glu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5623011Z copying torch\include\ATen\ops\glu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5629947Z copying torch\include\ATen\ops\glu_jvp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5636175Z copying torch\include\ATen\ops\glu_jvp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5643209Z copying torch\include\ATen\ops\glu_jvp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5649708Z copying torch\include\ATen\ops\glu_jvp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5656331Z copying torch\include\ATen\ops\glu_jvp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5662778Z copying torch\include\ATen\ops\glu_jvp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5672100Z copying torch\include\ATen\ops\glu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5677906Z copying torch\include\ATen\ops\glu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5684459Z copying torch\include\ATen\ops\glu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5690867Z copying torch\include\ATen\ops\glu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5697206Z copying torch\include\ATen\ops\gradient.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5704178Z copying torch\include\ATen\ops\gradient_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5710625Z copying torch\include\ATen\ops\gradient_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5717278Z copying torch\include\ATen\ops\gradient_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5723782Z copying torch\include\ATen\ops\greater.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5730181Z copying torch\include\ATen\ops\greater_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5736883Z copying torch\include\ATen\ops\greater_equal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5743351Z copying torch\include\ATen\ops\greater_equal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5756847Z copying torch\include\ATen\ops\greater_equal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5763088Z copying torch\include\ATen\ops\greater_equal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5769748Z copying torch\include\ATen\ops\greater_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5776674Z copying torch\include\ATen\ops\greater_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5783137Z copying torch\include\ATen\ops\grid_sampler.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5789519Z copying torch\include\ATen\ops\grid_sampler_2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5796047Z copying torch\include\ATen\ops\grid_sampler_2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5803346Z copying torch\include\ATen\ops\grid_sampler_2d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5810360Z copying torch\include\ATen\ops\grid_sampler_2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5817185Z copying torch\include\ATen\ops\grid_sampler_2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5823963Z copying torch\include\ATen\ops\grid_sampler_2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5830515Z copying torch\include\ATen\ops\grid_sampler_2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5837907Z copying torch\include\ATen\ops\grid_sampler_2d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5844706Z copying torch\include\ATen\ops\grid_sampler_2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5851432Z copying torch\include\ATen\ops\grid_sampler_2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5858020Z copying torch\include\ATen\ops\grid_sampler_2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5864606Z copying torch\include\ATen\ops\grid_sampler_2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5871691Z copying torch\include\ATen\ops\grid_sampler_3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5877914Z copying torch\include\ATen\ops\grid_sampler_3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5912567Z copying torch\include\ATen\ops\grid_sampler_3d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5919261Z copying torch\include\ATen\ops\grid_sampler_3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5925992Z copying torch\include\ATen\ops\grid_sampler_3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5932824Z copying torch\include\ATen\ops\grid_sampler_3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5939413Z copying torch\include\ATen\ops\grid_sampler_3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5946133Z copying torch\include\ATen\ops\grid_sampler_3d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5952998Z copying torch\include\ATen\ops\grid_sampler_3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5959582Z copying torch\include\ATen\ops\grid_sampler_3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5966279Z copying torch\include\ATen\ops\grid_sampler_3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5973185Z copying torch\include\ATen\ops\grid_sampler_3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5981082Z copying torch\include\ATen\ops\grid_sampler_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5987003Z copying torch\include\ATen\ops\grid_sampler_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.5993979Z copying torch\include\ATen\ops\grid_sampler_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.6000335Z copying torch\include\ATen\ops\group_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.6011607Z copying torch\include\ATen\ops\group_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.6018428Z copying torch\include\ATen\ops\group_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.6025040Z copying torch\include\ATen\ops\group_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.6031425Z copying torch\include\ATen\ops\gru.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.6038439Z copying torch\include\ATen\ops\gru_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.6045087Z copying torch\include\ATen\ops\gru_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.6051602Z copying torch\include\ATen\ops\gru_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.6058172Z copying torch\include\ATen\ops\gru_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.6064851Z copying torch\include\ATen\ops\gru_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.6071126Z copying torch\include\ATen\ops\gru_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.6077622Z copying torch\include\ATen\ops\gru_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.6083976Z copying torch\include\ATen\ops\gt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.6090785Z copying torch\include\ATen\ops\gt_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.6096971Z copying torch\include\ATen\ops\gt_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.6103432Z copying torch\include\ATen\ops\gt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.6110256Z copying torch\include\ATen\ops\gt_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.6116879Z copying torch\include\ATen\ops\gt_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.6123253Z copying torch\include\ATen\ops\gt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.6129661Z copying torch\include\ATen\ops\gt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.6136144Z copying torch\include\ATen\ops\hamming_window.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.6142948Z copying torch\include\ATen\ops\hamming_window_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.6149439Z copying torch\include\ATen\ops\hamming_window_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.6156509Z copying torch\include\ATen\ops\hamming_window_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.6163000Z copying torch\include\ATen\ops\hann_window.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.6169976Z copying torch\include\ATen\ops\hann_window_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.6176640Z copying torch\include\ATen\ops\hann_window_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.6183867Z copying torch\include\ATen\ops\hann_window_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.6190418Z copying torch\include\ATen\ops\hardshrink.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.6196938Z copying torch\include\ATen\ops\hardshrink_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.6204450Z copying torch\include\ATen\ops\hardshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.6211036Z copying torch\include\ATen\ops\hardshrink_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.6217723Z copying torch\include\ATen\ops\hardshrink_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.6224379Z copying torch\include\ATen\ops\hardshrink_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.6231063Z copying torch\include\ATen\ops\hardshrink_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.6238382Z copying torch\include\ATen\ops\hardshrink_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.6245150Z copying torch\include\ATen\ops\hardshrink_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.6252353Z copying torch\include\ATen\ops\hardshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.6258874Z copying torch\include\ATen\ops\hardshrink_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.6265322Z copying torch\include\ATen\ops\hardshrink_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.6271892Z copying torch\include\ATen\ops\hardshrink_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.6278510Z copying torch\include\ATen\ops\hardshrink_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.6285579Z copying torch\include\ATen\ops\hardshrink_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.6292463Z copying torch\include\ATen\ops\hardshrink_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.6298875Z copying torch\include\ATen\ops\hardsigmoid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.6305660Z copying torch\include\ATen\ops\hardsigmoid_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.6313184Z copying torch\include\ATen\ops\hardsigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.6319559Z copying torch\include\ATen\ops\hardsigmoid_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.6326075Z copying torch\include\ATen\ops\hardsigmoid_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.6332689Z copying torch\include\ATen\ops\hardsigmoid_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.6339538Z copying torch\include\ATen\ops\hardsigmoid_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.6346114Z copying torch\include\ATen\ops\hardsigmoid_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.6352399Z copying torch\include\ATen\ops\hardsigmoid_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.6359326Z copying torch\include\ATen\ops\hardsigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.6365853Z copying torch\include\ATen\ops\hardsigmoid_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.6372618Z copying torch\include\ATen\ops\hardsigmoid_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.6379258Z copying torch\include\ATen\ops\hardsigmoid_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.6386335Z copying torch\include\ATen\ops\hardsigmoid_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.6393055Z copying torch\include\ATen\ops\hardsigmoid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.6399854Z copying torch\include\ATen\ops\hardsigmoid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.6406359Z copying torch\include\ATen\ops\hardswish.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.6413259Z copying torch\include\ATen\ops\hardswish_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.6419935Z copying torch\include\ATen\ops\hardswish_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.6426647Z copying torch\include\ATen\ops\hardswish_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.6433396Z copying torch\include\ATen\ops\hardswish_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.6440113Z copying torch\include\ATen\ops\hardswish_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.6446578Z copying torch\include\ATen\ops\hardswish_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.6453166Z copying torch\include\ATen\ops\hardswish_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.6460057Z copying torch\include\ATen\ops\hardswish_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.6467142Z copying torch\include\ATen\ops\hardswish_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.6474230Z copying torch\include\ATen\ops\hardswish_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.6482165Z copying torch\include\ATen\ops\hardswish_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.6488706Z copying torch\include\ATen\ops\hardtanh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.6495086Z copying torch\include\ATen\ops\hardtanh_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.6502188Z copying torch\include\ATen\ops\hardtanh_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.6509050Z copying torch\include\ATen\ops\hardtanh_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.6516758Z copying torch\include\ATen\ops\hardtanh_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.6524354Z copying torch\include\ATen\ops\hardtanh_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.6531644Z copying torch\include\ATen\ops\hardtanh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.6539678Z copying torch\include\ATen\ops\hardtanh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.6546188Z copying torch\include\ATen\ops\hardtanh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.6553285Z copying torch\include\ATen\ops\hardtanh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.6560077Z copying torch\include\ATen\ops\hardtanh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.6566734Z copying torch\include\ATen\ops\heaviside.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.6575044Z copying torch\include\ATen\ops\heaviside_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.6581521Z copying torch\include\ATen\ops\heaviside_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.6588608Z copying torch\include\ATen\ops\heaviside_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.6596473Z copying torch\include\ATen\ops\heaviside_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.6603462Z copying torch\include\ATen\ops\heaviside_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.6609934Z copying torch\include\ATen\ops\heaviside_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.6616653Z copying torch\include\ATen\ops\heaviside_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.6623242Z copying torch\include\ATen\ops\hinge_embedding_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.6630942Z copying torch\include\ATen\ops\hinge_embedding_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.7398744Z copying torch\include\ATen\ops\hinge_embedding_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.7405191Z copying torch\include\ATen\ops\hinge_embedding_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.7412079Z copying torch\include\ATen\ops\histc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.7418512Z copying torch\include\ATen\ops\histc_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.7424901Z copying torch\include\ATen\ops\histc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.7431677Z copying torch\include\ATen\ops\histc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.7437452Z copying torch\include\ATen\ops\histc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.7445349Z copying torch\include\ATen\ops\histogram.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.7451672Z copying torch\include\ATen\ops\histogramdd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.7458145Z copying torch\include\ATen\ops\histogramdd_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.7464706Z copying torch\include\ATen\ops\histogramdd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.7471100Z copying torch\include\ATen\ops\histogramdd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.7477318Z copying torch\include\ATen\ops\histogram_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.7484037Z copying torch\include\ATen\ops\histogram_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.7490903Z copying torch\include\ATen\ops\histogram_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.7497488Z copying torch\include\ATen\ops\hsplit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.7503970Z copying torch\include\ATen\ops\hsplit_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.7511416Z copying torch\include\ATen\ops\hsplit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.7517960Z copying torch\include\ATen\ops\hsplit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.7523993Z copying torch\include\ATen\ops\hspmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.7530844Z copying torch\include\ATen\ops\hspmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.7537216Z copying torch\include\ATen\ops\hspmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.7543906Z copying torch\include\ATen\ops\hstack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.7550543Z copying torch\include\ATen\ops\hstack_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.7558397Z copying torch\include\ATen\ops\hstack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.7563918Z copying torch\include\ATen\ops\hstack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.7570884Z copying torch\include\ATen\ops\huber_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.7577185Z copying torch\include\ATen\ops\huber_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.7584462Z copying torch\include\ATen\ops\huber_loss_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.7590905Z copying torch\include\ATen\ops\huber_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.7597767Z copying torch\include\ATen\ops\huber_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.7605056Z copying torch\include\ATen\ops\huber_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.7611538Z copying torch\include\ATen\ops\huber_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.7618526Z copying torch\include\ATen\ops\huber_loss_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.7640406Z copying torch\include\ATen\ops\huber_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.7647162Z copying torch\include\ATen\ops\huber_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.7654431Z copying torch\include\ATen\ops\huber_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.7661103Z copying torch\include\ATen\ops\hypot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.7667995Z copying torch\include\ATen\ops\hypot_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.7674462Z copying torch\include\ATen\ops\hypot_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.7681450Z copying torch\include\ATen\ops\hypot_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.7687995Z copying torch\include\ATen\ops\hypot_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.7695286Z copying torch\include\ATen\ops\hypot_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.7701966Z copying torch\include\ATen\ops\hypot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.7708390Z copying torch\include\ATen\ops\hypot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.7714920Z copying torch\include\ATen\ops\i0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.7721913Z copying torch\include\ATen\ops\i0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.7728220Z copying torch\include\ATen\ops\i0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.7735245Z copying torch\include\ATen\ops\i0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.7741648Z copying torch\include\ATen\ops\i0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.7747789Z copying torch\include\ATen\ops\i0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.7754544Z copying torch\include\ATen\ops\i0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.7760541Z copying torch\include\ATen\ops\i0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.7766729Z copying torch\include\ATen\ops\igamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.7773040Z copying torch\include\ATen\ops\igammac.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.7779536Z copying torch\include\ATen\ops\igammac_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.7786012Z copying torch\include\ATen\ops\igammac_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.7792707Z copying torch\include\ATen\ops\igammac_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.7799468Z copying torch\include\ATen\ops\igammac_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.7806358Z copying torch\include\ATen\ops\igammac_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.7813067Z copying torch\include\ATen\ops\igammac_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.7820129Z copying torch\include\ATen\ops\igammac_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.7827152Z copying torch\include\ATen\ops\igamma_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.7833678Z copying torch\include\ATen\ops\igamma_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.7840310Z copying torch\include\ATen\ops\igamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.7846705Z copying torch\include\ATen\ops\igamma_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.7853598Z copying torch\include\ATen\ops\igamma_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.7859957Z copying torch\include\ATen\ops\igamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.7866489Z copying torch\include\ATen\ops\igamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.7872763Z copying torch\include\ATen\ops\im2col.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.7880143Z copying torch\include\ATen\ops\im2col_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.7886071Z copying torch\include\ATen\ops\im2col_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.7892546Z copying torch\include\ATen\ops\im2col_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.7898972Z copying torch\include\ATen\ops\im2col_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.7905345Z copying torch\include\ATen\ops\imag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.7911644Z copying torch\include\ATen\ops\imag_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.7917798Z copying torch\include\ATen\ops\imag_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.7923825Z copying torch\include\ATen\ops\imag_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.7930076Z copying torch\include\ATen\ops\index.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.7941502Z copying torch\include\ATen\ops\index_add.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.7948416Z copying torch\include\ATen\ops\index_add_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.7955992Z copying torch\include\ATen\ops\index_add_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.7962564Z copying torch\include\ATen\ops\index_add_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.7969046Z copying torch\include\ATen\ops\index_add_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.7975622Z copying torch\include\ATen\ops\index_add_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.7982351Z copying torch\include\ATen\ops\index_add_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.7988923Z copying torch\include\ATen\ops\index_add_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.7995744Z copying torch\include\ATen\ops\index_add_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.8002823Z copying torch\include\ATen\ops\index_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.8009381Z copying torch\include\ATen\ops\index_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.8016583Z copying torch\include\ATen\ops\index_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.8023403Z copying torch\include\ATen\ops\index_copy_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.8029932Z copying torch\include\ATen\ops\index_copy_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.8036853Z copying torch\include\ATen\ops\index_copy_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.8043442Z copying torch\include\ATen\ops\index_copy_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.8050527Z copying torch\include\ATen\ops\index_copy_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.8057485Z copying torch\include\ATen\ops\index_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.8064034Z copying torch\include\ATen\ops\index_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.8070613Z copying torch\include\ATen\ops\index_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.8077105Z copying torch\include\ATen\ops\index_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.8083487Z copying torch\include\ATen\ops\index_fill.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.8090696Z copying torch\include\ATen\ops\index_fill_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.8097637Z copying torch\include\ATen\ops\index_fill_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.8104517Z copying torch\include\ATen\ops\index_fill_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.8110889Z copying torch\include\ATen\ops\index_fill_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.8117265Z copying torch\include\ATen\ops\index_fill_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.8123593Z copying torch\include\ATen\ops\index_fill_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.8130036Z copying torch\include\ATen\ops\index_fill_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.8136698Z copying torch\include\ATen\ops\index_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.8143153Z copying torch\include\ATen\ops\index_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.8149528Z copying torch\include\ATen\ops\index_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.8156301Z copying torch\include\ATen\ops\index_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.8162692Z copying torch\include\ATen\ops\index_put.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.8169986Z copying torch\include\ATen\ops\index_put_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.8176795Z copying torch\include\ATen\ops\index_put_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.8183443Z copying torch\include\ATen\ops\index_put_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.8190191Z copying torch\include\ATen\ops\index_reduce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.8197222Z copying torch\include\ATen\ops\index_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.8204013Z copying torch\include\ATen\ops\index_reduce_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.8210956Z copying torch\include\ATen\ops\index_reduce_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.8217608Z copying torch\include\ATen\ops\index_reduce_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.8224370Z copying torch\include\ATen\ops\index_reduce_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.8230905Z copying torch\include\ATen\ops\index_reduce_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.8237748Z copying torch\include\ATen\ops\index_reduce_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.8244646Z copying torch\include\ATen\ops\index_select.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.8251509Z copying torch\include\ATen\ops\index_select_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.8258649Z copying torch\include\ATen\ops\index_select_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.8265049Z copying torch\include\ATen\ops\index_select_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.8271580Z copying torch\include\ATen\ops\index_select_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.8278593Z copying torch\include\ATen\ops\index_select_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.8286506Z copying torch\include\ATen\ops\index_select_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.8293077Z copying torch\include\ATen\ops\index_select_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.8299402Z copying torch\include\ATen\ops\index_select_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.8306047Z copying torch\include\ATen\ops\index_select_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.8312710Z copying torch\include\ATen\ops\indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.8319323Z copying torch\include\ATen\ops\indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.8352873Z copying torch\include\ATen\ops\indices_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.8608117Z copying torch\include\ATen\ops\indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.8615194Z copying torch\include\ATen\ops\indices_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.8621618Z copying torch\include\ATen\ops\indices_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.8627978Z copying torch\include\ATen\ops\indices_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.8634386Z copying torch\include\ATen\ops\indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.8640351Z copying torch\include\ATen\ops\indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.8647308Z copying torch\include\ATen\ops\infinitely_differentiable_gelu_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.8654270Z copying torch\include\ATen\ops\infinitely_differentiable_gelu_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.8660694Z copying torch\include\ATen\ops\infinitely_differentiable_gelu_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.8667491Z copying torch\include\ATen\ops\infinitely_differentiable_gelu_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.9379567Z copying torch\include\ATen\ops\inner.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.9398525Z copying torch\include\ATen\ops\inner_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.9405226Z copying torch\include\ATen\ops\inner_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.9412322Z copying torch\include\ATen\ops\inner_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.9418976Z copying torch\include\ATen\ops\instance_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.9425881Z copying torch\include\ATen\ops\instance_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.9432353Z copying torch\include\ATen\ops\instance_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.9438707Z copying torch\include\ATen\ops\instance_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.9445310Z copying torch\include\ATen\ops\int_repr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.9451844Z copying torch\include\ATen\ops\int_repr_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.9457995Z copying torch\include\ATen\ops\int_repr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.9464200Z copying torch\include\ATen\ops\int_repr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.9470594Z copying torch\include\ATen\ops\inverse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.9476975Z copying torch\include\ATen\ops\inverse_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.9483593Z copying torch\include\ATen\ops\inverse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.9489424Z copying torch\include\ATen\ops\inverse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.9496181Z copying torch\include\ATen\ops\isclose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.9505788Z copying torch\include\ATen\ops\isclose_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.9513191Z copying torch\include\ATen\ops\isclose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.9519205Z copying torch\include\ATen\ops\isclose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.9525587Z copying torch\include\ATen\ops\isfinite.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.9532875Z copying torch\include\ATen\ops\isfinite_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.9538463Z copying torch\include\ATen\ops\isfinite_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.9544315Z copying torch\include\ATen\ops\isfinite_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.9550549Z copying torch\include\ATen\ops\isin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.9556681Z copying torch\include\ATen\ops\isinf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.9563250Z copying torch\include\ATen\ops\isinf_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.9569469Z copying torch\include\ATen\ops\isinf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.9576283Z copying torch\include\ATen\ops\isinf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.9582900Z copying torch\include\ATen\ops\isin_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.9588679Z copying torch\include\ATen\ops\isin_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.9595175Z copying torch\include\ATen\ops\isin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.9601332Z copying torch\include\ATen\ops\isin_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.9608170Z copying torch\include\ATen\ops\isin_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.9614607Z copying torch\include\ATen\ops\isin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.9621160Z copying torch\include\ATen\ops\isin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.9627362Z copying torch\include\ATen\ops\isnan.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.9634142Z copying torch\include\ATen\ops\isnan_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.9640045Z copying torch\include\ATen\ops\isnan_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.9646614Z copying torch\include\ATen\ops\isnan_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.9653239Z copying torch\include\ATen\ops\isnan_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.9659795Z copying torch\include\ATen\ops\isnan_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.9666365Z copying torch\include\ATen\ops\isneginf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.9672923Z copying torch\include\ATen\ops\isneginf_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.9679777Z copying torch\include\ATen\ops\isneginf_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.9686190Z copying torch\include\ATen\ops\isneginf_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.9692597Z copying torch\include\ATen\ops\isneginf_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.9698837Z copying torch\include\ATen\ops\isneginf_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.9705725Z copying torch\include\ATen\ops\isneginf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.9712154Z copying torch\include\ATen\ops\isneginf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.9718462Z copying torch\include\ATen\ops\isposinf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.9725017Z copying torch\include\ATen\ops\isposinf_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.9731424Z copying torch\include\ATen\ops\isposinf_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.9737838Z copying torch\include\ATen\ops\isposinf_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.9744313Z copying torch\include\ATen\ops\isposinf_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.9750478Z copying torch\include\ATen\ops\isposinf_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.9758440Z copying torch\include\ATen\ops\isposinf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.9765009Z copying torch\include\ATen\ops\isposinf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.9772117Z copying torch\include\ATen\ops\isreal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.9778161Z copying torch\include\ATen\ops\isreal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.9784731Z copying torch\include\ATen\ops\isreal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.9791895Z copying torch\include\ATen\ops\isreal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.9797839Z copying torch\include\ATen\ops\istft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.9804282Z copying torch\include\ATen\ops\istft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.9811001Z copying torch\include\ATen\ops\istft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.9817850Z copying torch\include\ATen\ops\istft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.9826693Z copying torch\include\ATen\ops\is_coalesced.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.9835682Z copying torch\include\ATen\ops\is_coalesced_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.9843169Z copying torch\include\ATen\ops\is_coalesced_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.9850802Z copying torch\include\ATen\ops\is_coalesced_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.9858063Z copying torch\include\ATen\ops\is_complex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.9867290Z copying torch\include\ATen\ops\is_complex_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.9872572Z copying torch\include\ATen\ops\is_complex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.9878819Z copying torch\include\ATen\ops\is_complex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.9885659Z copying torch\include\ATen\ops\is_conj.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.9891847Z copying torch\include\ATen\ops\is_conj_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.9898160Z copying torch\include\ATen\ops\is_conj_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.9904432Z copying torch\include\ATen\ops\is_conj_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.9911147Z copying torch\include\ATen\ops\is_distributed.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.9918639Z copying torch\include\ATen\ops\is_distributed_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.9924870Z copying torch\include\ATen\ops\is_distributed_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.9931242Z copying torch\include\ATen\ops\is_distributed_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.9937882Z copying torch\include\ATen\ops\is_floating_point.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.9944830Z copying torch\include\ATen\ops\is_floating_point_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.9951166Z copying torch\include\ATen\ops\is_floating_point_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.9957648Z copying torch\include\ATen\ops\is_floating_point_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.9963970Z copying torch\include\ATen\ops\is_inference.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.9970596Z copying torch\include\ATen\ops\is_inference_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.9976811Z copying torch\include\ATen\ops\is_inference_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.9982903Z copying torch\include\ATen\ops\is_inference_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.9989281Z copying torch\include\ATen\ops\is_leaf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:24.9995551Z copying torch\include\ATen\ops\is_leaf_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0002352Z copying torch\include\ATen\ops\is_leaf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0008562Z copying torch\include\ATen\ops\is_leaf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0015175Z copying torch\include\ATen\ops\is_neg.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0021728Z copying torch\include\ATen\ops\is_neg_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0028130Z copying torch\include\ATen\ops\is_neg_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0034381Z copying torch\include\ATen\ops\is_neg_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0041517Z copying torch\include\ATen\ops\is_nonzero.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0048377Z copying torch\include\ATen\ops\is_nonzero_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0055106Z copying torch\include\ATen\ops\is_nonzero_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0061588Z copying torch\include\ATen\ops\is_nonzero_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0068537Z copying torch\include\ATen\ops\is_pinned.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0075232Z copying torch\include\ATen\ops\is_pinned_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0081588Z copying torch\include\ATen\ops\is_pinned_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0087847Z copying torch\include\ATen\ops\is_pinned_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0094387Z copying torch\include\ATen\ops\is_same_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0101280Z copying torch\include\ATen\ops\is_same_size_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0107956Z copying torch\include\ATen\ops\is_same_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0114487Z copying torch\include\ATen\ops\is_same_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0120898Z copying torch\include\ATen\ops\is_set_to.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0127134Z copying torch\include\ATen\ops\is_set_to_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0133809Z copying torch\include\ATen\ops\is_set_to_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0140427Z copying torch\include\ATen\ops\is_set_to_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0146609Z copying torch\include\ATen\ops\is_set_to_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0153979Z copying torch\include\ATen\ops\is_signed.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0160343Z copying torch\include\ATen\ops\is_signed_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0167043Z copying torch\include\ATen\ops\is_signed_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0172965Z copying torch\include\ATen\ops\is_signed_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0179455Z copying torch\include\ATen\ops\is_vulkan_available.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0186664Z copying torch\include\ATen\ops\is_vulkan_available_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0193152Z copying torch\include\ATen\ops\is_vulkan_available_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0199360Z copying torch\include\ATen\ops\is_vulkan_available_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0205754Z copying torch\include\ATen\ops\item.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0212351Z copying torch\include\ATen\ops\item_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0218522Z copying torch\include\ATen\ops\item_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0225200Z copying torch\include\ATen\ops\item_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0230972Z copying torch\include\ATen\ops\kaiser_window.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0237726Z copying torch\include\ATen\ops\kaiser_window_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0244521Z copying torch\include\ATen\ops\kaiser_window_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0250960Z copying torch\include\ATen\ops\kaiser_window_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0257311Z copying torch\include\ATen\ops\kl_div.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0263726Z copying torch\include\ATen\ops\kl_div_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0269899Z copying torch\include\ATen\ops\kl_div_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0276137Z copying torch\include\ATen\ops\kl_div_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0282326Z copying torch\include\ATen\ops\kron.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0290179Z copying torch\include\ATen\ops\kron_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0297100Z copying torch\include\ATen\ops\kron_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0303775Z copying torch\include\ATen\ops\kron_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0309909Z copying torch\include\ATen\ops\kthvalue.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0316945Z copying torch\include\ATen\ops\kthvalue_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0323424Z copying torch\include\ATen\ops\kthvalue_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0329961Z copying torch\include\ATen\ops\kthvalue_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0336574Z copying torch\include\ATen\ops\kthvalue_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0343323Z copying torch\include\ATen\ops\kthvalue_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0350375Z copying torch\include\ATen\ops\kthvalue_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0356909Z copying torch\include\ATen\ops\l1_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0363495Z copying torch\include\ATen\ops\l1_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0369833Z copying torch\include\ATen\ops\l1_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0376303Z copying torch\include\ATen\ops\l1_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0382393Z copying torch\include\ATen\ops\layer_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0389130Z copying torch\include\ATen\ops\layer_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0395681Z copying torch\include\ATen\ops\layer_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0402034Z copying torch\include\ATen\ops\layer_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0408449Z copying torch\include\ATen\ops\lcm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0415511Z copying torch\include\ATen\ops\lcm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0421689Z copying torch\include\ATen\ops\lcm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0428137Z copying torch\include\ATen\ops\lcm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0435664Z copying torch\include\ATen\ops\lcm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0441958Z copying torch\include\ATen\ops\lcm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0448577Z copying torch\include\ATen\ops\lcm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0454977Z copying torch\include\ATen\ops\lcm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0461127Z copying torch\include\ATen\ops\ldexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0467579Z copying torch\include\ATen\ops\ldexp_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0473951Z copying torch\include\ATen\ops\ldexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0480374Z copying torch\include\ATen\ops\ldexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0486715Z copying torch\include\ATen\ops\le.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0493180Z copying torch\include\ATen\ops\leaky_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0499939Z copying torch\include\ATen\ops\leaky_relu_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0506952Z copying torch\include\ATen\ops\leaky_relu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0513774Z copying torch\include\ATen\ops\leaky_relu_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0520366Z copying torch\include\ATen\ops\leaky_relu_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0526891Z copying torch\include\ATen\ops\leaky_relu_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0533591Z copying torch\include\ATen\ops\leaky_relu_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0540638Z copying torch\include\ATen\ops\leaky_relu_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0547443Z copying torch\include\ATen\ops\leaky_relu_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0555117Z copying torch\include\ATen\ops\leaky_relu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0561544Z copying torch\include\ATen\ops\leaky_relu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0568251Z copying torch\include\ATen\ops\leaky_relu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0574706Z copying torch\include\ATen\ops\leaky_relu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0581048Z copying torch\include\ATen\ops\leaky_relu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0587662Z copying torch\include\ATen\ops\leaky_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0594426Z copying torch\include\ATen\ops\leaky_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0600538Z copying torch\include\ATen\ops\lerp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0607446Z copying torch\include\ATen\ops\lerp_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0613607Z copying torch\include\ATen\ops\lerp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0620337Z copying torch\include\ATen\ops\lerp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0627032Z copying torch\include\ATen\ops\lerp_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0633592Z copying torch\include\ATen\ops\lerp_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0640785Z copying torch\include\ATen\ops\lerp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0647074Z copying torch\include\ATen\ops\lerp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0653300Z copying torch\include\ATen\ops\less.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0659930Z copying torch\include\ATen\ops\less_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0666205Z copying torch\include\ATen\ops\less_equal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0672981Z copying torch\include\ATen\ops\less_equal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0679406Z copying torch\include\ATen\ops\less_equal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0686036Z copying torch\include\ATen\ops\less_equal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0692772Z copying torch\include\ATen\ops\less_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0699113Z copying torch\include\ATen\ops\less_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0705787Z copying torch\include\ATen\ops\le_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0712030Z copying torch\include\ATen\ops\le_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0718535Z copying torch\include\ATen\ops\le_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0724891Z copying torch\include\ATen\ops\le_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0731385Z copying torch\include\ATen\ops\le_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0737734Z copying torch\include\ATen\ops\le_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0744141Z copying torch\include\ATen\ops\le_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0750055Z copying torch\include\ATen\ops\lgamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0756635Z copying torch\include\ATen\ops\lgamma_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0763058Z copying torch\include\ATen\ops\lgamma_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0770120Z copying torch\include\ATen\ops\lgamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0776768Z copying torch\include\ATen\ops\lgamma_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0783218Z copying torch\include\ATen\ops\lgamma_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0789801Z copying torch\include\ATen\ops\lgamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0796480Z copying torch\include\ATen\ops\lgamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0802943Z copying torch\include\ATen\ops\lift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0809408Z copying torch\include\ATen\ops\lift_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0815936Z copying torch\include\ATen\ops\lift_fresh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0822665Z copying torch\include\ATen\ops\lift_fresh_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0828916Z copying torch\include\ATen\ops\lift_fresh_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0836823Z copying torch\include\ATen\ops\lift_fresh_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0843549Z copying torch\include\ATen\ops\lift_fresh_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0850113Z copying torch\include\ATen\ops\lift_fresh_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0856713Z copying torch\include\ATen\ops\lift_fresh_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0863239Z copying torch\include\ATen\ops\lift_fresh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0869410Z copying torch\include\ATen\ops\lift_fresh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0875873Z copying torch\include\ATen\ops\lift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0882042Z copying torch\include\ATen\ops\lift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0888147Z copying torch\include\ATen\ops\linalg_cholesky.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0895339Z copying torch\include\ATen\ops\linalg_cholesky_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0901592Z copying torch\include\ATen\ops\linalg_cholesky_ex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0908624Z copying torch\include\ATen\ops\linalg_cholesky_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0915073Z copying torch\include\ATen\ops\linalg_cholesky_ex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0921591Z copying torch\include\ATen\ops\linalg_cholesky_ex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0928223Z copying torch\include\ATen\ops\linalg_cholesky_ex_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0935022Z copying torch\include\ATen\ops\linalg_cholesky_ex_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0941478Z copying torch\include\ATen\ops\linalg_cholesky_ex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0947702Z copying torch\include\ATen\ops\linalg_cholesky_ex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0954188Z copying torch\include\ATen\ops\linalg_cholesky_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0960643Z copying torch\include\ATen\ops\linalg_cholesky_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0967370Z copying torch\include\ATen\ops\linalg_cond.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0974432Z copying torch\include\ATen\ops\linalg_cond_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0981121Z copying torch\include\ATen\ops\linalg_cond_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0987263Z copying torch\include\ATen\ops\linalg_cond_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.0993744Z copying torch\include\ATen\ops\linalg_cross.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1001088Z copying torch\include\ATen\ops\linalg_cross_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1007955Z copying torch\include\ATen\ops\linalg_cross_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1014405Z copying torch\include\ATen\ops\linalg_cross_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1020557Z copying torch\include\ATen\ops\linalg_cross_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1026874Z copying torch\include\ATen\ops\linalg_cross_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1033236Z copying torch\include\ATen\ops\linalg_cross_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1039820Z copying torch\include\ATen\ops\linalg_cross_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1046274Z copying torch\include\ATen\ops\linalg_det.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1053233Z copying torch\include\ATen\ops\linalg_det_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1059577Z copying torch\include\ATen\ops\linalg_det_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1066024Z copying torch\include\ATen\ops\linalg_det_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1072647Z copying torch\include\ATen\ops\linalg_diagonal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1106172Z copying torch\include\ATen\ops\linalg_diagonal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1112580Z copying torch\include\ATen\ops\linalg_diagonal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1118934Z copying torch\include\ATen\ops\linalg_diagonal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1125455Z copying torch\include\ATen\ops\linalg_eig.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1132221Z copying torch\include\ATen\ops\linalg_eigh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1140006Z copying torch\include\ATen\ops\linalg_eigh_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1146401Z copying torch\include\ATen\ops\linalg_eigh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1153006Z copying torch\include\ATen\ops\linalg_eigh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1159570Z copying torch\include\ATen\ops\linalg_eigvals.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1166216Z copying torch\include\ATen\ops\linalg_eigvalsh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1173540Z copying torch\include\ATen\ops\linalg_eigvalsh_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1195737Z copying torch\include\ATen\ops\linalg_eigvalsh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1202439Z copying torch\include\ATen\ops\linalg_eigvalsh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1209498Z copying torch\include\ATen\ops\linalg_eigvals_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1216491Z copying torch\include\ATen\ops\linalg_eigvals_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1223104Z copying torch\include\ATen\ops\linalg_eigvals_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1229691Z copying torch\include\ATen\ops\linalg_eigvals_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1236221Z copying torch\include\ATen\ops\linalg_eigvals_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1242901Z copying torch\include\ATen\ops\linalg_eig_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1249777Z copying torch\include\ATen\ops\linalg_eig_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1256399Z copying torch\include\ATen\ops\linalg_eig_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1263022Z copying torch\include\ATen\ops\linalg_eig_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1270187Z copying torch\include\ATen\ops\linalg_householder_product.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1277000Z copying torch\include\ATen\ops\linalg_householder_product_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1283865Z copying torch\include\ATen\ops\linalg_householder_product_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1290836Z copying torch\include\ATen\ops\linalg_householder_product_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1297762Z copying torch\include\ATen\ops\linalg_householder_product_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1304337Z copying torch\include\ATen\ops\linalg_inv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1312289Z copying torch\include\ATen\ops\linalg_inv_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1318506Z copying torch\include\ATen\ops\linalg_inv_ex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1325538Z copying torch\include\ATen\ops\linalg_inv_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1332833Z copying torch\include\ATen\ops\linalg_inv_ex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1339712Z copying torch\include\ATen\ops\linalg_inv_ex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1346230Z copying torch\include\ATen\ops\linalg_inv_ex_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1352910Z copying torch\include\ATen\ops\linalg_inv_ex_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1359487Z copying torch\include\ATen\ops\linalg_inv_ex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1366118Z copying torch\include\ATen\ops\linalg_inv_ex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1373232Z copying torch\include\ATen\ops\linalg_inv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1379726Z copying torch\include\ATen\ops\linalg_inv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1386563Z copying torch\include\ATen\ops\linalg_ldl_factor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1393495Z copying torch\include\ATen\ops\linalg_ldl_factor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1400024Z copying torch\include\ATen\ops\linalg_ldl_factor_ex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1407140Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1413906Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1420432Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1427335Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1440131Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1446428Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1454031Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1460846Z copying torch\include\ATen\ops\linalg_ldl_factor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1467497Z copying torch\include\ATen\ops\linalg_ldl_factor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1474404Z copying torch\include\ATen\ops\linalg_ldl_solve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1481575Z copying torch\include\ATen\ops\linalg_ldl_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1488117Z copying torch\include\ATen\ops\linalg_ldl_solve_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1494838Z copying torch\include\ATen\ops\linalg_ldl_solve_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1501509Z copying torch\include\ATen\ops\linalg_ldl_solve_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1508944Z copying torch\include\ATen\ops\linalg_ldl_solve_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1516113Z copying torch\include\ATen\ops\linalg_ldl_solve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1522920Z copying torch\include\ATen\ops\linalg_ldl_solve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1529446Z copying torch\include\ATen\ops\linalg_lstsq.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1536577Z copying torch\include\ATen\ops\linalg_lstsq_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1543319Z copying torch\include\ATen\ops\linalg_lstsq_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1549895Z copying torch\include\ATen\ops\linalg_lstsq_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1556603Z copying torch\include\ATen\ops\linalg_lstsq_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1562870Z copying torch\include\ATen\ops\linalg_lstsq_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1569708Z copying torch\include\ATen\ops\linalg_lu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1577140Z copying torch\include\ATen\ops\linalg_lu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1583626Z copying torch\include\ATen\ops\linalg_lu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1590425Z copying torch\include\ATen\ops\linalg_lu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1597097Z copying torch\include\ATen\ops\linalg_lu_factor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1604035Z copying torch\include\ATen\ops\linalg_lu_factor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1610986Z copying torch\include\ATen\ops\linalg_lu_factor_ex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1619726Z copying torch\include\ATen\ops\linalg_lu_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1626962Z copying torch\include\ATen\ops\linalg_lu_factor_ex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1634181Z copying torch\include\ATen\ops\linalg_lu_factor_ex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1641500Z copying torch\include\ATen\ops\linalg_lu_factor_ex_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1649317Z copying torch\include\ATen\ops\linalg_lu_factor_ex_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1657165Z copying torch\include\ATen\ops\linalg_lu_factor_ex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1665265Z copying torch\include\ATen\ops\linalg_lu_factor_ex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1672073Z copying torch\include\ATen\ops\linalg_lu_factor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1678550Z copying torch\include\ATen\ops\linalg_lu_factor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1685750Z copying torch\include\ATen\ops\linalg_lu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1692453Z copying torch\include\ATen\ops\linalg_lu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1699504Z copying torch\include\ATen\ops\linalg_lu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1706360Z copying torch\include\ATen\ops\linalg_lu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1713163Z copying torch\include\ATen\ops\linalg_lu_solve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1720250Z copying torch\include\ATen\ops\linalg_lu_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1726743Z copying torch\include\ATen\ops\linalg_lu_solve_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1734194Z copying torch\include\ATen\ops\linalg_lu_solve_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1740457Z copying torch\include\ATen\ops\linalg_lu_solve_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1747827Z copying torch\include\ATen\ops\linalg_lu_solve_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1755067Z copying torch\include\ATen\ops\linalg_lu_solve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1761734Z copying torch\include\ATen\ops\linalg_lu_solve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1768533Z copying torch\include\ATen\ops\linalg_matmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1776243Z copying torch\include\ATen\ops\linalg_matmul_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1782365Z copying torch\include\ATen\ops\linalg_matmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1789064Z copying torch\include\ATen\ops\linalg_matmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1795820Z copying torch\include\ATen\ops\linalg_matrix_exp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1803492Z copying torch\include\ATen\ops\linalg_matrix_exp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1809619Z copying torch\include\ATen\ops\linalg_matrix_exp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1816521Z copying torch\include\ATen\ops\linalg_matrix_exp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1823103Z copying torch\include\ATen\ops\linalg_matrix_exp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1829953Z copying torch\include\ATen\ops\linalg_matrix_exp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1837500Z copying torch\include\ATen\ops\linalg_matrix_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1843846Z copying torch\include\ATen\ops\linalg_matrix_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1851115Z copying torch\include\ATen\ops\linalg_matrix_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1857490Z copying torch\include\ATen\ops\linalg_matrix_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1864349Z copying torch\include\ATen\ops\linalg_matrix_power.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1871608Z copying torch\include\ATen\ops\linalg_matrix_power_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1878473Z copying torch\include\ATen\ops\linalg_matrix_power_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1885875Z copying torch\include\ATen\ops\linalg_matrix_power_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1892658Z copying torch\include\ATen\ops\linalg_matrix_rank.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1899982Z copying torch\include\ATen\ops\linalg_matrix_rank_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1907202Z copying torch\include\ATen\ops\linalg_matrix_rank_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1913909Z copying torch\include\ATen\ops\linalg_matrix_rank_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1921792Z copying torch\include\ATen\ops\linalg_multi_dot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1928606Z copying torch\include\ATen\ops\linalg_multi_dot_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1935960Z copying torch\include\ATen\ops\linalg_multi_dot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1945099Z copying torch\include\ATen\ops\linalg_multi_dot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1952918Z copying torch\include\ATen\ops\linalg_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1958842Z copying torch\include\ATen\ops\linalg_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1966429Z copying torch\include\ATen\ops\linalg_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1973031Z copying torch\include\ATen\ops\linalg_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1979940Z copying torch\include\ATen\ops\linalg_pinv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1987475Z copying torch\include\ATen\ops\linalg_pinv_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.1994330Z copying torch\include\ATen\ops\linalg_pinv_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2001115Z copying torch\include\ATen\ops\linalg_pinv_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2007890Z copying torch\include\ATen\ops\linalg_pinv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2014928Z copying torch\include\ATen\ops\linalg_pinv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2021642Z copying torch\include\ATen\ops\linalg_qr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2028880Z copying torch\include\ATen\ops\linalg_qr_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2035631Z copying torch\include\ATen\ops\linalg_qr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2042366Z copying torch\include\ATen\ops\linalg_qr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2049045Z copying torch\include\ATen\ops\linalg_qr_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2055926Z copying torch\include\ATen\ops\linalg_qr_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2062665Z copying torch\include\ATen\ops\linalg_qr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2069942Z copying torch\include\ATen\ops\linalg_qr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2076952Z copying torch\include\ATen\ops\linalg_slogdet.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2084673Z copying torch\include\ATen\ops\linalg_slogdet_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2091014Z copying torch\include\ATen\ops\linalg_slogdet_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2098168Z copying torch\include\ATen\ops\linalg_slogdet_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2105245Z copying torch\include\ATen\ops\linalg_solve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2112047Z copying torch\include\ATen\ops\linalg_solve_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2118972Z copying torch\include\ATen\ops\linalg_solve_ex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2126179Z copying torch\include\ATen\ops\linalg_solve_ex_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2132932Z copying torch\include\ATen\ops\linalg_solve_ex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2139624Z copying torch\include\ATen\ops\linalg_solve_ex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2146340Z copying torch\include\ATen\ops\linalg_solve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2153009Z copying torch\include\ATen\ops\linalg_solve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2160327Z copying torch\include\ATen\ops\linalg_solve_triangular.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2167164Z copying torch\include\ATen\ops\linalg_solve_triangular_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2174497Z copying torch\include\ATen\ops\linalg_solve_triangular_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2181427Z copying torch\include\ATen\ops\linalg_solve_triangular_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2188178Z copying torch\include\ATen\ops\linalg_solve_triangular_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2195033Z copying torch\include\ATen\ops\linalg_svd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2201320Z copying torch\include\ATen\ops\linalg_svdvals.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2208435Z copying torch\include\ATen\ops\linalg_svdvals_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2215566Z copying torch\include\ATen\ops\linalg_svdvals_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2222956Z copying torch\include\ATen\ops\linalg_svdvals_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2230050Z copying torch\include\ATen\ops\linalg_svd_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2236663Z copying torch\include\ATen\ops\linalg_svd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2243296Z copying torch\include\ATen\ops\linalg_svd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2250111Z copying torch\include\ATen\ops\linalg_tensorinv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2257179Z copying torch\include\ATen\ops\linalg_tensorinv_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2263995Z copying torch\include\ATen\ops\linalg_tensorinv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2270792Z copying torch\include\ATen\ops\linalg_tensorinv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2277635Z copying torch\include\ATen\ops\linalg_tensorsolve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2284753Z copying torch\include\ATen\ops\linalg_tensorsolve_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2291498Z copying torch\include\ATen\ops\linalg_tensorsolve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2298328Z copying torch\include\ATen\ops\linalg_tensorsolve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2305237Z copying torch\include\ATen\ops\linalg_vander.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2312368Z copying torch\include\ATen\ops\linalg_vander_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2319031Z copying torch\include\ATen\ops\linalg_vander_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2325459Z copying torch\include\ATen\ops\linalg_vander_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2332189Z copying torch\include\ATen\ops\linalg_vecdot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2339513Z copying torch\include\ATen\ops\linalg_vecdot_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2346362Z copying torch\include\ATen\ops\linalg_vecdot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2353486Z copying torch\include\ATen\ops\linalg_vecdot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2360346Z copying torch\include\ATen\ops\linalg_vector_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2368286Z copying torch\include\ATen\ops\linalg_vector_norm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2374812Z copying torch\include\ATen\ops\linalg_vector_norm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2381632Z copying torch\include\ATen\ops\linalg_vector_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2388246Z copying torch\include\ATen\ops\linalg_vector_norm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2395059Z copying torch\include\ATen\ops\linalg_vector_norm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2402424Z copying torch\include\ATen\ops\linalg_vector_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2408924Z copying torch\include\ATen\ops\linalg_vector_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2416007Z copying torch\include\ATen\ops\linear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2445701Z copying torch\include\ATen\ops\linear_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2452518Z copying torch\include\ATen\ops\linear_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2458912Z copying torch\include\ATen\ops\linear_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2465501Z copying torch\include\ATen\ops\linear_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2472511Z copying torch\include\ATen\ops\linear_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2479596Z copying torch\include\ATen\ops\linear_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2486055Z copying torch\include\ATen\ops\linear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2492632Z copying torch\include\ATen\ops\linear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2499177Z copying torch\include\ATen\ops\linspace.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2505719Z copying torch\include\ATen\ops\linspace_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2512330Z copying torch\include\ATen\ops\linspace_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2518966Z copying torch\include\ATen\ops\linspace_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2525337Z copying torch\include\ATen\ops\linspace_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2531870Z copying torch\include\ATen\ops\linspace_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2538309Z copying torch\include\ATen\ops\linspace_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2544918Z copying torch\include\ATen\ops\log.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2550976Z copying torch\include\ATen\ops\log10.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2557459Z copying torch\include\ATen\ops\log10_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2564188Z copying torch\include\ATen\ops\log10_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2570703Z copying torch\include\ATen\ops\log10_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2577136Z copying torch\include\ATen\ops\log10_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2583622Z copying torch\include\ATen\ops\log10_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2590055Z copying torch\include\ATen\ops\log10_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2596759Z copying torch\include\ATen\ops\log10_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2603574Z copying torch\include\ATen\ops\log1p.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2610433Z copying torch\include\ATen\ops\log1p_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2617246Z copying torch\include\ATen\ops\log1p_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2623819Z copying torch\include\ATen\ops\log1p_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2630445Z copying torch\include\ATen\ops\log1p_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2636981Z copying torch\include\ATen\ops\log1p_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2643570Z copying torch\include\ATen\ops\log1p_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2650185Z copying torch\include\ATen\ops\log1p_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2656919Z copying torch\include\ATen\ops\log2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2663626Z copying torch\include\ATen\ops\log2_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2670205Z copying torch\include\ATen\ops\log2_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2676781Z copying torch\include\ATen\ops\log2_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2683238Z copying torch\include\ATen\ops\log2_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2689868Z copying torch\include\ATen\ops\log2_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2696394Z copying torch\include\ATen\ops\log2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2702632Z copying torch\include\ATen\ops\log2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2708767Z copying torch\include\ATen\ops\logaddexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2715659Z copying torch\include\ATen\ops\logaddexp2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2722997Z copying torch\include\ATen\ops\logaddexp2_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2729449Z copying torch\include\ATen\ops\logaddexp2_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2736211Z copying torch\include\ATen\ops\logaddexp2_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2742717Z copying torch\include\ATen\ops\logaddexp2_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2749451Z copying torch\include\ATen\ops\logaddexp2_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2756296Z copying torch\include\ATen\ops\logaddexp2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2762826Z copying torch\include\ATen\ops\logaddexp2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2770191Z copying torch\include\ATen\ops\logaddexp_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2776890Z copying torch\include\ATen\ops\logaddexp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2783836Z copying torch\include\ATen\ops\logaddexp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2802649Z copying torch\include\ATen\ops\logaddexp_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2803968Z copying torch\include\ATen\ops\logaddexp_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2805180Z copying torch\include\ATen\ops\logaddexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2810377Z copying torch\include\ATen\ops\logaddexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2817226Z copying torch\include\ATen\ops\logcumsumexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2824181Z copying torch\include\ATen\ops\logcumsumexp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2836289Z copying torch\include\ATen\ops\logcumsumexp_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2842873Z copying torch\include\ATen\ops\logcumsumexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2850005Z copying torch\include\ATen\ops\logcumsumexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2856629Z copying torch\include\ATen\ops\logdet.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2862946Z copying torch\include\ATen\ops\logdet_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2869800Z copying torch\include\ATen\ops\logdet_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2876204Z copying torch\include\ATen\ops\logdet_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2882990Z copying torch\include\ATen\ops\logical_and.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2889919Z copying torch\include\ATen\ops\logical_and_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2896501Z copying torch\include\ATen\ops\logical_and_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2925036Z copying torch\include\ATen\ops\logical_and_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2931674Z copying torch\include\ATen\ops\logical_and_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2938553Z copying torch\include\ATen\ops\logical_and_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2944928Z copying torch\include\ATen\ops\logical_not.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2952054Z copying torch\include\ATen\ops\logical_not_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2958616Z copying torch\include\ATen\ops\logical_not_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2965421Z copying torch\include\ATen\ops\logical_not_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2971992Z copying torch\include\ATen\ops\logical_not_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2979173Z copying torch\include\ATen\ops\logical_not_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2985741Z copying torch\include\ATen\ops\logical_or.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2992602Z copying torch\include\ATen\ops\logical_or_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.2999254Z copying torch\include\ATen\ops\logical_or_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3005969Z copying torch\include\ATen\ops\logical_or_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3012530Z copying torch\include\ATen\ops\logical_or_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3018939Z copying torch\include\ATen\ops\logical_or_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3025373Z copying torch\include\ATen\ops\logical_xor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3032162Z copying torch\include\ATen\ops\logical_xor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3038843Z copying torch\include\ATen\ops\logical_xor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3045466Z copying torch\include\ATen\ops\logical_xor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3052156Z copying torch\include\ATen\ops\logical_xor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3058734Z copying torch\include\ATen\ops\logical_xor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3065228Z copying torch\include\ATen\ops\logit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3071402Z copying torch\include\ATen\ops\logit_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3078492Z copying torch\include\ATen\ops\logit_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3085192Z copying torch\include\ATen\ops\logit_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3091836Z copying torch\include\ATen\ops\logit_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3098313Z copying torch\include\ATen\ops\logit_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3104868Z copying torch\include\ATen\ops\logit_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3111398Z copying torch\include\ATen\ops\logit_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3117852Z copying torch\include\ATen\ops\logit_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3124916Z copying torch\include\ATen\ops\logit_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3131735Z copying torch\include\ATen\ops\logit_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3138285Z copying torch\include\ATen\ops\logit_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3144791Z copying torch\include\ATen\ops\logit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3151245Z copying torch\include\ATen\ops\logit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3157868Z copying torch\include\ATen\ops\logspace.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3164803Z copying torch\include\ATen\ops\logspace_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3171563Z copying torch\include\ATen\ops\logspace_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3179247Z copying torch\include\ATen\ops\logspace_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3185748Z copying torch\include\ATen\ops\logspace_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3192394Z copying torch\include\ATen\ops\logspace_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3199032Z copying torch\include\ATen\ops\logspace_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3205771Z copying torch\include\ATen\ops\logsumexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3218610Z copying torch\include\ATen\ops\logsumexp_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3225240Z copying torch\include\ATen\ops\logsumexp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3232389Z copying torch\include\ATen\ops\logsumexp_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3239290Z copying torch\include\ATen\ops\logsumexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3251714Z copying torch\include\ATen\ops\logsumexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3260093Z copying torch\include\ATen\ops\log_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3269089Z copying torch\include\ATen\ops\log_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3277017Z copying torch\include\ATen\ops\log_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3286015Z copying torch\include\ATen\ops\log_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3294366Z copying torch\include\ATen\ops\log_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3303335Z copying torch\include\ATen\ops\log_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3311239Z copying torch\include\ATen\ops\log_normal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3319533Z copying torch\include\ATen\ops\log_normal_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3328868Z copying torch\include\ATen\ops\log_normal_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3336867Z copying torch\include\ATen\ops\log_normal_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3345954Z copying torch\include\ATen\ops\log_normal_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3354062Z copying torch\include\ATen\ops\log_normal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3363176Z copying torch\include\ATen\ops\log_normal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3371250Z copying torch\include\ATen\ops\log_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3380098Z copying torch\include\ATen\ops\log_sigmoid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3388474Z copying torch\include\ATen\ops\log_sigmoid_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3396641Z copying torch\include\ATen\ops\log_sigmoid_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3406050Z copying torch\include\ATen\ops\log_sigmoid_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3414291Z copying torch\include\ATen\ops\log_sigmoid_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3423675Z copying torch\include\ATen\ops\log_sigmoid_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3432495Z copying torch\include\ATen\ops\log_sigmoid_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3441033Z copying torch\include\ATen\ops\log_sigmoid_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3449471Z copying torch\include\ATen\ops\log_sigmoid_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3458935Z copying torch\include\ATen\ops\log_sigmoid_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3467063Z copying torch\include\ATen\ops\log_sigmoid_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3476477Z copying torch\include\ATen\ops\log_sigmoid_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3484473Z copying torch\include\ATen\ops\log_sigmoid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3493590Z copying torch\include\ATen\ops\log_sigmoid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3501497Z copying torch\include\ATen\ops\log_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3511700Z copying torch\include\ATen\ops\log_softmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3519753Z copying torch\include\ATen\ops\log_softmax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3528818Z copying torch\include\ATen\ops\log_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3537357Z copying torch\include\ATen\ops\log_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3546662Z copying torch\include\ATen\ops\lshift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3554730Z copying torch\include\ATen\ops\lshift_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3563685Z copying torch\include\ATen\ops\lshift_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3571877Z copying torch\include\ATen\ops\lshift_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3579628Z copying torch\include\ATen\ops\lshift_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3586419Z copying torch\include\ATen\ops\lshift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3593111Z copying torch\include\ATen\ops\lshift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3601326Z copying torch\include\ATen\ops\lstm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3607524Z copying torch\include\ATen\ops\lstm_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3614519Z copying torch\include\ATen\ops\lstm_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3620958Z copying torch\include\ATen\ops\lstm_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3628836Z copying torch\include\ATen\ops\lstm_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3635816Z copying torch\include\ATen\ops\lstm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3642083Z copying torch\include\ATen\ops\lstm_mps_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3648887Z copying torch\include\ATen\ops\lstm_mps_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3656038Z copying torch\include\ATen\ops\lstm_mps_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3662467Z copying torch\include\ATen\ops\lstm_mps_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3669113Z copying torch\include\ATen\ops\lstm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3675407Z copying torch\include\ATen\ops\lstm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3682806Z copying torch\include\ATen\ops\lt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3689526Z copying torch\include\ATen\ops\lt_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3696073Z copying torch\include\ATen\ops\lt_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3702757Z copying torch\include\ATen\ops\lt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3709202Z copying torch\include\ATen\ops\lt_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3715507Z copying torch\include\ATen\ops\lt_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3721986Z copying torch\include\ATen\ops\lt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3728404Z copying torch\include\ATen\ops\lt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3734984Z copying torch\include\ATen\ops\lu_solve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3741705Z copying torch\include\ATen\ops\lu_solve_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3748196Z copying torch\include\ATen\ops\lu_solve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3754863Z copying torch\include\ATen\ops\lu_solve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3761753Z copying torch\include\ATen\ops\lu_unpack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3768734Z copying torch\include\ATen\ops\lu_unpack_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3775296Z copying torch\include\ATen\ops\lu_unpack_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3782121Z copying torch\include\ATen\ops\lu_unpack_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3791725Z copying torch\include\ATen\ops\lu_unpack_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3799786Z copying torch\include\ATen\ops\lu_unpack_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3809271Z copying torch\include\ATen\ops\lu_unpack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3817355Z copying torch\include\ATen\ops\lu_unpack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3826705Z copying torch\include\ATen\ops\margin_ranking_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3835257Z copying torch\include\ATen\ops\margin_ranking_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3844233Z copying torch\include\ATen\ops\margin_ranking_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3852272Z copying torch\include\ATen\ops\margin_ranking_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3861154Z copying torch\include\ATen\ops\masked_fill.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3869670Z copying torch\include\ATen\ops\masked_fill_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3878989Z copying torch\include\ATen\ops\masked_fill_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3887172Z copying torch\include\ATen\ops\masked_fill_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3895326Z copying torch\include\ATen\ops\masked_fill_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3904451Z copying torch\include\ATen\ops\masked_fill_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3912276Z copying torch\include\ATen\ops\masked_fill_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3921196Z copying torch\include\ATen\ops\masked_scatter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3929325Z copying torch\include\ATen\ops\masked_scatter_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3939399Z copying torch\include\ATen\ops\masked_scatter_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3947399Z copying torch\include\ATen\ops\masked_scatter_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3956629Z copying torch\include\ATen\ops\masked_scatter_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3964918Z copying torch\include\ATen\ops\masked_scatter_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3974204Z copying torch\include\ATen\ops\masked_scatter_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3982433Z copying torch\include\ATen\ops\masked_scatter_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3991367Z copying torch\include\ATen\ops\masked_scatter_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.3999427Z copying torch\include\ATen\ops\masked_scatter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4008676Z copying torch\include\ATen\ops\masked_scatter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4016942Z copying torch\include\ATen\ops\masked_select.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4025827Z copying torch\include\ATen\ops\masked_select_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4034681Z copying torch\include\ATen\ops\masked_select_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4043913Z copying torch\include\ATen\ops\masked_select_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4051984Z copying torch\include\ATen\ops\masked_select_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4061472Z copying torch\include\ATen\ops\masked_select_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4069687Z copying torch\include\ATen\ops\masked_select_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4077553Z copying torch\include\ATen\ops\masked_select_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4086903Z copying torch\include\ATen\ops\masked_select_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4094722Z copying torch\include\ATen\ops\matmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4103914Z copying torch\include\ATen\ops\matmul_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4112193Z copying torch\include\ATen\ops\matmul_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4120927Z copying torch\include\ATen\ops\matmul_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4128985Z copying torch\include\ATen\ops\matmul_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4136154Z copying torch\include\ATen\ops\matmul_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4143876Z copying torch\include\ATen\ops\matmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4150453Z copying torch\include\ATen\ops\matmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4158875Z copying torch\include\ATen\ops\matrix_exp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4165467Z copying torch\include\ATen\ops\matrix_exp_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4172672Z copying torch\include\ATen\ops\matrix_exp_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4179206Z copying torch\include\ATen\ops\matrix_exp_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4187262Z copying torch\include\ATen\ops\matrix_exp_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4194196Z copying torch\include\ATen\ops\matrix_exp_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4200726Z copying torch\include\ATen\ops\matrix_exp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4207261Z copying torch\include\ATen\ops\matrix_exp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4213707Z copying torch\include\ATen\ops\matrix_H.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4220149Z copying torch\include\ATen\ops\matrix_H_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4226550Z copying torch\include\ATen\ops\matrix_H_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4232862Z copying torch\include\ATen\ops\matrix_H_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4240777Z copying torch\include\ATen\ops\matrix_power.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4247754Z copying torch\include\ATen\ops\matrix_power_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4254764Z copying torch\include\ATen\ops\matrix_power_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4261048Z copying torch\include\ATen\ops\matrix_power_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4267460Z copying torch\include\ATen\ops\max.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4273793Z copying torch\include\ATen\ops\maximum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4280535Z copying torch\include\ATen\ops\maximum_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4286948Z copying torch\include\ATen\ops\maximum_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4293620Z copying torch\include\ATen\ops\maximum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4300181Z copying torch\include\ATen\ops\maximum_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4307144Z copying torch\include\ATen\ops\maximum_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4314090Z copying torch\include\ATen\ops\maximum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4320385Z copying torch\include\ATen\ops\maximum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4327228Z copying torch\include\ATen\ops\max_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4333799Z copying torch\include\ATen\ops\max_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4341926Z copying torch\include\ATen\ops\max_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4349493Z copying torch\include\ATen\ops\max_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4357117Z copying torch\include\ATen\ops\max_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4365891Z copying torch\include\ATen\ops\max_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4405683Z copying torch\include\ATen\ops\max_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4412320Z copying torch\include\ATen\ops\max_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4418730Z copying torch\include\ATen\ops\max_pool1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4425598Z copying torch\include\ATen\ops\max_pool1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4432285Z copying torch\include\ATen\ops\max_pool1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4439104Z copying torch\include\ATen\ops\max_pool1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4446026Z copying torch\include\ATen\ops\max_pool1d_with_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4453379Z copying torch\include\ATen\ops\max_pool1d_with_indices_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4459893Z copying torch\include\ATen\ops\max_pool1d_with_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4466512Z copying torch\include\ATen\ops\max_pool1d_with_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4473281Z copying torch\include\ATen\ops\max_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4480088Z copying torch\include\ATen\ops\max_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4487212Z copying torch\include\ATen\ops\max_pool2d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4494419Z copying torch\include\ATen\ops\max_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4501944Z copying torch\include\ATen\ops\max_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4508255Z copying torch\include\ATen\ops\max_pool2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4514928Z copying torch\include\ATen\ops\max_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4521687Z copying torch\include\ATen\ops\max_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4529693Z copying torch\include\ATen\ops\max_pool2d_with_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4536388Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4543691Z 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-20T21:51:25.4550891Z 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-20T21:51:25.4558608Z 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-20T21:51:25.4565238Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4572168Z 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-20T21:51:25.4579589Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4586724Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4594582Z copying torch\include\ATen\ops\max_pool2d_with_indices_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4601836Z copying torch\include\ATen\ops\max_pool2d_with_indices_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4608707Z copying torch\include\ATen\ops\max_pool2d_with_indices_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4615669Z copying torch\include\ATen\ops\max_pool2d_with_indices_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4623195Z copying torch\include\ATen\ops\max_pool2d_with_indices_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4630008Z copying torch\include\ATen\ops\max_pool2d_with_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4636755Z copying torch\include\ATen\ops\max_pool2d_with_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4643375Z copying torch\include\ATen\ops\max_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4650649Z copying torch\include\ATen\ops\max_pool3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4657514Z copying torch\include\ATen\ops\max_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4664391Z copying torch\include\ATen\ops\max_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4671173Z copying torch\include\ATen\ops\max_pool3d_with_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4677993Z copying torch\include\ATen\ops\max_pool3d_with_indices_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4684932Z 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-20T21:51:25.4692071Z 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-20T21:51:25.4699523Z copying torch\include\ATen\ops\max_pool3d_with_indices_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4706676Z copying torch\include\ATen\ops\max_pool3d_with_indices_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4713367Z copying torch\include\ATen\ops\max_pool3d_with_indices_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4720439Z copying torch\include\ATen\ops\max_pool3d_with_indices_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4727116Z copying torch\include\ATen\ops\max_pool3d_with_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4733999Z copying torch\include\ATen\ops\max_pool3d_with_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4740670Z copying torch\include\ATen\ops\max_unpool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4747803Z copying torch\include\ATen\ops\max_unpool2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4754083Z copying torch\include\ATen\ops\max_unpool2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4761088Z copying torch\include\ATen\ops\max_unpool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4767832Z copying torch\include\ATen\ops\max_unpool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4774749Z copying torch\include\ATen\ops\max_unpool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4781557Z copying torch\include\ATen\ops\max_unpool3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4788736Z copying torch\include\ATen\ops\max_unpool3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4795322Z copying torch\include\ATen\ops\max_unpool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4802239Z copying torch\include\ATen\ops\max_unpool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4808855Z copying torch\include\ATen\ops\mean.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4815688Z copying torch\include\ATen\ops\mean_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4822781Z copying torch\include\ATen\ops\mean_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4829339Z copying torch\include\ATen\ops\mean_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4836048Z copying torch\include\ATen\ops\mean_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4842629Z copying torch\include\ATen\ops\mean_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4849395Z copying torch\include\ATen\ops\mean_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4861652Z copying torch\include\ATen\ops\mean_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4897730Z copying torch\include\ATen\ops\mean_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4904111Z copying torch\include\ATen\ops\mean_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4910234Z copying torch\include\ATen\ops\median.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4916601Z copying torch\include\ATen\ops\median_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4923429Z copying torch\include\ATen\ops\median_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4929966Z copying torch\include\ATen\ops\median_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4936376Z copying torch\include\ATen\ops\median_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4943001Z copying torch\include\ATen\ops\median_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4949427Z copying torch\include\ATen\ops\median_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4956389Z copying torch\include\ATen\ops\meshgrid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4963081Z copying torch\include\ATen\ops\meshgrid_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4969837Z copying torch\include\ATen\ops\meshgrid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4976571Z copying torch\include\ATen\ops\meshgrid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4982973Z copying torch\include\ATen\ops\mH.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4989440Z copying torch\include\ATen\ops\mH_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.4995791Z copying torch\include\ATen\ops\mH_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5002110Z copying torch\include\ATen\ops\mH_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5008299Z copying torch\include\ATen\ops\min.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5014618Z copying torch\include\ATen\ops\minimum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5021687Z copying torch\include\ATen\ops\minimum_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5028528Z copying torch\include\ATen\ops\minimum_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5035282Z copying torch\include\ATen\ops\minimum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5041938Z copying torch\include\ATen\ops\minimum_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5049951Z copying torch\include\ATen\ops\minimum_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5056894Z copying torch\include\ATen\ops\minimum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5063690Z copying torch\include\ATen\ops\minimum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5070847Z copying torch\include\ATen\ops\min_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5077736Z copying torch\include\ATen\ops\min_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5084659Z copying torch\include\ATen\ops\min_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5090987Z copying torch\include\ATen\ops\min_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5098026Z copying torch\include\ATen\ops\min_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5104382Z copying torch\include\ATen\ops\min_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5111151Z copying torch\include\ATen\ops\min_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5117144Z copying torch\include\ATen\ops\min_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5123867Z copying torch\include\ATen\ops\miopen_batch_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5130914Z copying torch\include\ATen\ops\miopen_batch_norm_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5138061Z copying torch\include\ATen\ops\miopen_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5144897Z copying torch\include\ATen\ops\miopen_batch_norm_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5151735Z copying torch\include\ATen\ops\miopen_batch_norm_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5158673Z copying torch\include\ATen\ops\miopen_batch_norm_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5166022Z copying torch\include\ATen\ops\miopen_batch_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5173101Z copying torch\include\ATen\ops\miopen_batch_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5179885Z copying torch\include\ATen\ops\miopen_batch_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5186836Z copying torch\include\ATen\ops\miopen_batch_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5195274Z copying torch\include\ATen\ops\miopen_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5202084Z copying torch\include\ATen\ops\miopen_convolution_add_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5209185Z copying torch\include\ATen\ops\miopen_convolution_add_relu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5216371Z copying torch\include\ATen\ops\miopen_convolution_add_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5223186Z copying torch\include\ATen\ops\miopen_convolution_add_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5230312Z copying torch\include\ATen\ops\miopen_convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5237203Z copying torch\include\ATen\ops\miopen_convolution_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5244052Z copying torch\include\ATen\ops\miopen_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5250951Z copying torch\include\ATen\ops\miopen_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5257984Z copying torch\include\ATen\ops\miopen_convolution_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5265277Z copying torch\include\ATen\ops\miopen_convolution_relu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5272915Z copying torch\include\ATen\ops\miopen_convolution_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5280092Z copying torch\include\ATen\ops\miopen_convolution_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5286678Z copying torch\include\ATen\ops\miopen_convolution_transpose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5293582Z copying torch\include\ATen\ops\miopen_convolution_transpose_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5300670Z copying torch\include\ATen\ops\miopen_convolution_transpose_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5307533Z copying torch\include\ATen\ops\miopen_convolution_transpose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5314869Z copying torch\include\ATen\ops\miopen_convolution_transpose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5321086Z copying torch\include\ATen\ops\miopen_depthwise_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5328167Z copying torch\include\ATen\ops\miopen_depthwise_convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5335788Z copying torch\include\ATen\ops\miopen_depthwise_convolution_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5342504Z copying torch\include\ATen\ops\miopen_depthwise_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5350341Z copying torch\include\ATen\ops\miopen_depthwise_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5356818Z copying torch\include\ATen\ops\miopen_rnn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5363317Z copying torch\include\ATen\ops\miopen_rnn_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5370272Z copying torch\include\ATen\ops\miopen_rnn_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5377153Z copying torch\include\ATen\ops\miopen_rnn_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5383759Z copying torch\include\ATen\ops\miopen_rnn_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5390901Z copying torch\include\ATen\ops\miopen_rnn_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5397743Z copying torch\include\ATen\ops\miopen_rnn_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5404386Z copying torch\include\ATen\ops\miopen_rnn_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5411114Z copying torch\include\ATen\ops\miopen_rnn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5417624Z copying torch\include\ATen\ops\miopen_rnn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5424284Z copying torch\include\ATen\ops\mish.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5431087Z copying torch\include\ATen\ops\mish_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5438334Z copying torch\include\ATen\ops\mish_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5444826Z copying torch\include\ATen\ops\mish_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5451439Z copying torch\include\ATen\ops\mish_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5457891Z copying torch\include\ATen\ops\mish_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5464293Z copying torch\include\ATen\ops\mish_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5472360Z copying torch\include\ATen\ops\mish_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5478893Z copying torch\include\ATen\ops\mish_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5485777Z copying torch\include\ATen\ops\mish_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5491937Z copying torch\include\ATen\ops\mish_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5498138Z copying torch\include\ATen\ops\mish_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5505343Z copying torch\include\ATen\ops\mish_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5512223Z copying torch\include\ATen\ops\mish_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5518617Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5525773Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5533144Z 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-20T21:51:25.5539290Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5546747Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5591567Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5675883Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5682992Z copying torch\include\ATen\ops\mkldnn_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5690140Z copying torch\include\ATen\ops\mkldnn_convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5697099Z copying torch\include\ATen\ops\mkldnn_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5703969Z copying torch\include\ATen\ops\mkldnn_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5710636Z copying torch\include\ATen\ops\mkldnn_linear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5719256Z copying torch\include\ATen\ops\mkldnn_linear_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5727212Z copying torch\include\ATen\ops\mkldnn_linear_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5733756Z copying torch\include\ATen\ops\mkldnn_linear_backward_input.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5741103Z copying torch\include\ATen\ops\mkldnn_linear_backward_input_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5748195Z copying torch\include\ATen\ops\mkldnn_linear_backward_input_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5755024Z copying torch\include\ATen\ops\mkldnn_linear_backward_input_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5762408Z copying torch\include\ATen\ops\mkldnn_linear_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5769067Z copying torch\include\ATen\ops\mkldnn_linear_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5775803Z copying torch\include\ATen\ops\mkldnn_linear_backward_weights.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5783243Z copying torch\include\ATen\ops\mkldnn_linear_backward_weights_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5790212Z copying torch\include\ATen\ops\mkldnn_linear_backward_weights_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5797196Z copying torch\include\ATen\ops\mkldnn_linear_backward_weights_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5804524Z copying torch\include\ATen\ops\mkldnn_linear_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5811175Z copying torch\include\ATen\ops\mkldnn_linear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5818108Z copying torch\include\ATen\ops\mkldnn_linear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5825261Z copying torch\include\ATen\ops\mkldnn_max_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5832887Z copying torch\include\ATen\ops\mkldnn_max_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5839796Z copying torch\include\ATen\ops\mkldnn_max_pool2d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5846501Z copying torch\include\ATen\ops\mkldnn_max_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5853461Z copying torch\include\ATen\ops\mkldnn_max_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5860970Z copying torch\include\ATen\ops\mkldnn_max_pool2d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5872093Z copying torch\include\ATen\ops\mkldnn_max_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5879016Z copying torch\include\ATen\ops\mkldnn_max_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5886074Z copying torch\include\ATen\ops\mkldnn_max_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5893219Z copying torch\include\ATen\ops\mkldnn_max_pool3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5900604Z copying torch\include\ATen\ops\mkldnn_max_pool3d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5907680Z copying torch\include\ATen\ops\mkldnn_max_pool3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5914502Z copying torch\include\ATen\ops\mkldnn_max_pool3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5921566Z copying torch\include\ATen\ops\mkldnn_max_pool3d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5932386Z copying torch\include\ATen\ops\mkldnn_max_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5939732Z copying torch\include\ATen\ops\mkldnn_max_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5946562Z copying torch\include\ATen\ops\mkldnn_reorder_conv2d_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5953683Z copying torch\include\ATen\ops\mkldnn_reorder_conv2d_weight_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5960360Z copying torch\include\ATen\ops\mkldnn_reorder_conv2d_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5967181Z copying torch\include\ATen\ops\mkldnn_reorder_conv2d_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5974002Z copying torch\include\ATen\ops\mkldnn_reorder_conv3d_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5981586Z copying torch\include\ATen\ops\mkldnn_reorder_conv3d_weight_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5988391Z copying torch\include\ATen\ops\mkldnn_reorder_conv3d_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.5995262Z copying torch\include\ATen\ops\mkldnn_reorder_conv3d_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6001760Z copying torch\include\ATen\ops\mkldnn_rnn_layer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6008942Z copying torch\include\ATen\ops\mkldnn_rnn_layer_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6020736Z copying torch\include\ATen\ops\mkldnn_rnn_layer_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6027817Z copying torch\include\ATen\ops\mkldnn_rnn_layer_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6034742Z copying torch\include\ATen\ops\mkldnn_rnn_layer_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6041710Z copying torch\include\ATen\ops\mkldnn_rnn_layer_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6049059Z copying torch\include\ATen\ops\mkldnn_rnn_layer_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6056060Z copying torch\include\ATen\ops\mkldnn_rnn_layer_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6063279Z copying torch\include\ATen\ops\mkldnn_rnn_layer_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6069956Z copying torch\include\ATen\ops\mkldnn_rnn_layer_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6076662Z copying torch\include\ATen\ops\mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6083577Z copying torch\include\ATen\ops\mm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6095005Z copying torch\include\ATen\ops\mm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6101450Z copying torch\include\ATen\ops\mm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6108355Z copying torch\include\ATen\ops\mm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6114766Z copying torch\include\ATen\ops\mm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6121503Z copying torch\include\ATen\ops\mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6128313Z copying torch\include\ATen\ops\mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6134892Z copying torch\include\ATen\ops\mode.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6141573Z copying torch\include\ATen\ops\mode_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6148046Z copying torch\include\ATen\ops\mode_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6158634Z copying torch\include\ATen\ops\mode_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6165047Z copying torch\include\ATen\ops\mode_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6172538Z copying torch\include\ATen\ops\mode_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6179120Z copying torch\include\ATen\ops\mode_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6185684Z copying torch\include\ATen\ops\moveaxis.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6193192Z copying torch\include\ATen\ops\moveaxis_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6199767Z copying torch\include\ATen\ops\moveaxis_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6206123Z copying torch\include\ATen\ops\moveaxis_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6213023Z copying torch\include\ATen\ops\movedim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6219642Z copying torch\include\ATen\ops\movedim_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6226192Z copying torch\include\ATen\ops\movedim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6232764Z copying torch\include\ATen\ops\movedim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6262526Z copying torch\include\ATen\ops\mps_convolution_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6269249Z copying torch\include\ATen\ops\mps_convolution_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6285982Z copying torch\include\ATen\ops\mps_convolution_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6293300Z copying torch\include\ATen\ops\mps_convolution_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6300488Z copying torch\include\ATen\ops\mps_convolution_transpose_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6307830Z copying torch\include\ATen\ops\mps_convolution_transpose_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6314778Z copying torch\include\ATen\ops\mps_convolution_transpose_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6327807Z copying torch\include\ATen\ops\mps_convolution_transpose_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6339886Z copying torch\include\ATen\ops\mse_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6346498Z copying torch\include\ATen\ops\mse_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6353417Z copying torch\include\ATen\ops\mse_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6360652Z copying torch\include\ATen\ops\mse_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6367715Z copying torch\include\ATen\ops\mse_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6374455Z copying torch\include\ATen\ops\mse_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6381821Z copying torch\include\ATen\ops\mse_loss_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6389402Z copying torch\include\ATen\ops\mse_loss_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6395955Z copying torch\include\ATen\ops\mse_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6403106Z copying torch\include\ATen\ops\mse_loss_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6414942Z copying torch\include\ATen\ops\mse_loss_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6421802Z copying torch\include\ATen\ops\mse_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6428816Z copying torch\include\ATen\ops\mse_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6435703Z copying torch\include\ATen\ops\msort.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6442960Z copying torch\include\ATen\ops\msort_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6453515Z copying torch\include\ATen\ops\msort_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6460567Z copying torch\include\ATen\ops\msort_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6467332Z copying torch\include\ATen\ops\mT.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6474772Z copying torch\include\ATen\ops\mT_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6480848Z copying torch\include\ATen\ops\mT_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6487013Z copying torch\include\ATen\ops\mT_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6493749Z copying torch\include\ATen\ops\mul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6500485Z copying torch\include\ATen\ops\multilabel_margin_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6507441Z copying torch\include\ATen\ops\multilabel_margin_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6515326Z copying torch\include\ATen\ops\multilabel_margin_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6526975Z copying torch\include\ATen\ops\multilabel_margin_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6533209Z copying torch\include\ATen\ops\multilabel_margin_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6540259Z copying torch\include\ATen\ops\multilabel_margin_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6548874Z copying torch\include\ATen\ops\multilabel_margin_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6555273Z copying torch\include\ATen\ops\multilabel_margin_loss_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6566897Z copying torch\include\ATen\ops\multilabel_margin_loss_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6573783Z copying torch\include\ATen\ops\multilabel_margin_loss_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6580696Z copying torch\include\ATen\ops\multilabel_margin_loss_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6587988Z copying torch\include\ATen\ops\multilabel_margin_loss_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6594946Z copying torch\include\ATen\ops\multilabel_margin_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6606746Z copying torch\include\ATen\ops\multilabel_margin_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6613666Z copying torch\include\ATen\ops\multinomial.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6620503Z copying torch\include\ATen\ops\multinomial_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6627228Z copying torch\include\ATen\ops\multinomial_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6634126Z copying torch\include\ATen\ops\multinomial_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6642150Z copying torch\include\ATen\ops\multinomial_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6648933Z copying torch\include\ATen\ops\multiply.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6656298Z copying torch\include\ATen\ops\multiply_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6662625Z copying torch\include\ATen\ops\multiply_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6669584Z copying torch\include\ATen\ops\multiply_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6676533Z copying torch\include\ATen\ops\multi_margin_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6683334Z copying torch\include\ATen\ops\multi_margin_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6690909Z copying torch\include\ATen\ops\multi_margin_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6697842Z copying torch\include\ATen\ops\multi_margin_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6704588Z copying torch\include\ATen\ops\multi_margin_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6711538Z copying torch\include\ATen\ops\multi_margin_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6718677Z copying torch\include\ATen\ops\multi_margin_loss_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6725775Z copying torch\include\ATen\ops\multi_margin_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6732530Z copying torch\include\ATen\ops\multi_margin_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6739664Z copying torch\include\ATen\ops\multi_margin_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6746868Z copying torch\include\ATen\ops\mul_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6754040Z copying torch\include\ATen\ops\mul_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6760705Z copying torch\include\ATen\ops\mul_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6767435Z copying torch\include\ATen\ops\mul_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6775419Z copying torch\include\ATen\ops\mul_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6781186Z copying torch\include\ATen\ops\mul_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6787797Z copying torch\include\ATen\ops\mul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6794652Z copying torch\include\ATen\ops\mul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6801198Z copying torch\include\ATen\ops\mv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6808011Z copying torch\include\ATen\ops\mvlgamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6814783Z copying torch\include\ATen\ops\mvlgamma_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6821551Z copying torch\include\ATen\ops\mvlgamma_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6828239Z copying torch\include\ATen\ops\mvlgamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6834739Z copying torch\include\ATen\ops\mvlgamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6841732Z copying torch\include\ATen\ops\mvlgamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6868730Z copying torch\include\ATen\ops\mv_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6875136Z copying torch\include\ATen\ops\mv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6904623Z copying torch\include\ATen\ops\mv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6910821Z copying torch\include\ATen\ops\nanmean.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6918207Z copying torch\include\ATen\ops\nanmean_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6924289Z copying torch\include\ATen\ops\nanmean_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6931211Z copying torch\include\ATen\ops\nanmean_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6938020Z copying torch\include\ATen\ops\nanmedian.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6945116Z copying torch\include\ATen\ops\nanmedian_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6952233Z copying torch\include\ATen\ops\nanmedian_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6958819Z copying torch\include\ATen\ops\nanmedian_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6965654Z copying torch\include\ATen\ops\nanmedian_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6973681Z copying torch\include\ATen\ops\nanmedian_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6981398Z copying torch\include\ATen\ops\nanmedian_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6988519Z copying torch\include\ATen\ops\nanquantile.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.6995721Z copying torch\include\ATen\ops\nanquantile_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7001987Z copying torch\include\ATen\ops\nanquantile_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7008629Z copying torch\include\ATen\ops\nanquantile_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7015132Z copying torch\include\ATen\ops\nansum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7021671Z copying torch\include\ATen\ops\nansum_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7028393Z copying torch\include\ATen\ops\nansum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7034934Z copying torch\include\ATen\ops\nansum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7041455Z copying torch\include\ATen\ops\nansum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7047825Z copying torch\include\ATen\ops\nan_to_num.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7054700Z copying torch\include\ATen\ops\nan_to_num_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7060925Z copying torch\include\ATen\ops\nan_to_num_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7067379Z copying torch\include\ATen\ops\nan_to_num_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7074676Z copying torch\include\ATen\ops\nan_to_num_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7082077Z copying torch\include\ATen\ops\nan_to_num_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7088632Z copying torch\include\ATen\ops\narrow.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7095420Z copying torch\include\ATen\ops\narrow_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7101665Z copying torch\include\ATen\ops\narrow_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7109778Z copying torch\include\ATen\ops\narrow_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7116528Z copying torch\include\ATen\ops\narrow_copy_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7123121Z copying torch\include\ATen\ops\narrow_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7130361Z copying torch\include\ATen\ops\narrow_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7136867Z copying torch\include\ATen\ops\narrow_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7143465Z copying torch\include\ATen\ops\narrow_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7150209Z copying torch\include\ATen\ops\native_batch_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7157142Z copying torch\include\ATen\ops\native_batch_norm_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7164125Z copying torch\include\ATen\ops\native_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7171060Z copying torch\include\ATen\ops\native_batch_norm_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7178137Z copying torch\include\ATen\ops\native_batch_norm_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7185029Z copying torch\include\ATen\ops\native_batch_norm_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7191743Z copying torch\include\ATen\ops\native_batch_norm_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7199759Z copying torch\include\ATen\ops\native_batch_norm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7205675Z copying torch\include\ATen\ops\native_batch_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7212863Z copying torch\include\ATen\ops\native_batch_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7219849Z copying torch\include\ATen\ops\native_batch_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7227256Z copying torch\include\ATen\ops\native_channel_shuffle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7234662Z copying torch\include\ATen\ops\native_channel_shuffle_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7241809Z copying torch\include\ATen\ops\native_channel_shuffle_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7248379Z copying torch\include\ATen\ops\native_channel_shuffle_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7255300Z copying torch\include\ATen\ops\native_channel_shuffle_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7262209Z copying torch\include\ATen\ops\native_dropout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7269375Z copying torch\include\ATen\ops\native_dropout_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7276884Z copying torch\include\ATen\ops\native_dropout_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7283703Z copying torch\include\ATen\ops\native_dropout_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7291011Z copying torch\include\ATen\ops\native_dropout_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7297607Z copying torch\include\ATen\ops\native_dropout_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7304828Z copying torch\include\ATen\ops\native_dropout_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7311940Z copying torch\include\ATen\ops\native_dropout_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7318645Z copying torch\include\ATen\ops\native_dropout_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7325529Z copying torch\include\ATen\ops\native_dropout_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7333341Z copying torch\include\ATen\ops\native_dropout_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7344408Z copying torch\include\ATen\ops\native_dropout_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7351054Z copying torch\include\ATen\ops\native_group_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7358310Z copying torch\include\ATen\ops\native_group_norm_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7365928Z copying torch\include\ATen\ops\native_group_norm_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7373193Z copying torch\include\ATen\ops\native_group_norm_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7380285Z copying torch\include\ATen\ops\native_group_norm_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7387258Z copying torch\include\ATen\ops\native_group_norm_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7394222Z copying torch\include\ATen\ops\native_group_norm_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7401240Z copying torch\include\ATen\ops\native_group_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7407900Z copying torch\include\ATen\ops\native_group_norm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7414940Z copying torch\include\ATen\ops\native_group_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7421758Z copying torch\include\ATen\ops\native_group_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7428560Z copying torch\include\ATen\ops\native_group_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7435659Z copying torch\include\ATen\ops\native_layer_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7443348Z copying torch\include\ATen\ops\native_layer_norm_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7451199Z copying torch\include\ATen\ops\native_layer_norm_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7458068Z copying torch\include\ATen\ops\native_layer_norm_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7465167Z copying torch\include\ATen\ops\native_layer_norm_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7472389Z copying torch\include\ATen\ops\native_layer_norm_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7478988Z copying torch\include\ATen\ops\native_layer_norm_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7490397Z copying torch\include\ATen\ops\native_layer_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7497391Z copying torch\include\ATen\ops\native_layer_norm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7504135Z copying torch\include\ATen\ops\native_layer_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7510864Z copying torch\include\ATen\ops\native_layer_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7517796Z copying torch\include\ATen\ops\native_layer_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7524329Z copying torch\include\ATen\ops\native_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7531007Z copying torch\include\ATen\ops\native_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7537900Z copying torch\include\ATen\ops\native_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7544430Z copying torch\include\ATen\ops\native_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7551324Z copying torch\include\ATen\ops\ne.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7557459Z copying torch\include\ATen\ops\neg.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7565015Z copying torch\include\ATen\ops\negative.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7571391Z copying torch\include\ATen\ops\negative_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7578034Z copying torch\include\ATen\ops\negative_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7584493Z copying torch\include\ATen\ops\negative_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7591551Z copying torch\include\ATen\ops\neg_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7597816Z copying torch\include\ATen\ops\neg_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7604578Z copying torch\include\ATen\ops\neg_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7611373Z copying torch\include\ATen\ops\neg_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7617475Z copying torch\include\ATen\ops\neg_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7623984Z copying torch\include\ATen\ops\neg_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7630564Z copying torch\include\ATen\ops\neg_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7637336Z copying torch\include\ATen\ops\nested_to_padded_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7644378Z copying torch\include\ATen\ops\nested_to_padded_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7651346Z copying torch\include\ATen\ops\nested_to_padded_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7704432Z copying torch\include\ATen\ops\nested_to_padded_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7713814Z copying torch\include\ATen\ops\new_empty.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7722703Z copying torch\include\ATen\ops\new_empty_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7731574Z copying torch\include\ATen\ops\new_empty_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7739847Z copying torch\include\ATen\ops\new_empty_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7749894Z copying torch\include\ATen\ops\new_empty_strided.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7758452Z copying torch\include\ATen\ops\new_empty_strided_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7767982Z copying torch\include\ATen\ops\new_empty_strided_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7777067Z copying torch\include\ATen\ops\new_empty_strided_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7785839Z copying torch\include\ATen\ops\new_empty_strided_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7792790Z copying torch\include\ATen\ops\new_full.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7799514Z copying torch\include\ATen\ops\new_full_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7806243Z copying torch\include\ATen\ops\new_full_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7813474Z copying torch\include\ATen\ops\new_full_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7823753Z copying torch\include\ATen\ops\new_ones.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7830518Z copying torch\include\ATen\ops\new_ones_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7837243Z copying torch\include\ATen\ops\new_ones_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7843970Z copying torch\include\ATen\ops\new_ones_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7850670Z copying torch\include\ATen\ops\new_zeros.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7861391Z copying torch\include\ATen\ops\new_zeros_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7868135Z copying torch\include\ATen\ops\new_zeros_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7875375Z copying torch\include\ATen\ops\new_zeros_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7882475Z copying torch\include\ATen\ops\nextafter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7890714Z copying torch\include\ATen\ops\nextafter_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7898464Z copying torch\include\ATen\ops\nextafter_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7905875Z copying torch\include\ATen\ops\nextafter_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7913236Z copying torch\include\ATen\ops\nextafter_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7921017Z copying torch\include\ATen\ops\nextafter_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7928199Z copying torch\include\ATen\ops\nextafter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7935512Z copying torch\include\ATen\ops\nextafter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7943703Z copying torch\include\ATen\ops\ne_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7950533Z copying torch\include\ATen\ops\ne_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7957563Z copying torch\include\ATen\ops\ne_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7964677Z copying torch\include\ATen\ops\ne_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7971617Z copying torch\include\ATen\ops\ne_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7978670Z copying torch\include\ATen\ops\ne_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7986110Z copying torch\include\ATen\ops\ne_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7992925Z copying torch\include\ATen\ops\nll_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.7999553Z copying torch\include\ATen\ops\nll_loss2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.8006626Z copying torch\include\ATen\ops\nll_loss2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.8014487Z copying torch\include\ATen\ops\nll_loss2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.8022586Z copying torch\include\ATen\ops\nll_loss2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.8029454Z copying torch\include\ATen\ops\nll_loss2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.8035802Z copying torch\include\ATen\ops\nll_loss2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.8043921Z copying torch\include\ATen\ops\nll_loss2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.8052267Z copying torch\include\ATen\ops\nll_loss2d_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.8059654Z copying torch\include\ATen\ops\nll_loss2d_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.8066296Z copying torch\include\ATen\ops\nll_loss2d_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.8074431Z copying torch\include\ATen\ops\nll_loss2d_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.8081741Z copying torch\include\ATen\ops\nll_loss2d_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.8089615Z copying torch\include\ATen\ops\nll_loss2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.8098004Z copying torch\include\ATen\ops\nll_loss2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.8105934Z copying torch\include\ATen\ops\nll_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.8112929Z copying torch\include\ATen\ops\nll_loss_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.8119232Z copying torch\include\ATen\ops\nll_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.8126520Z copying torch\include\ATen\ops\nll_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.8135061Z copying torch\include\ATen\ops\nll_loss_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.8142394Z copying torch\include\ATen\ops\nll_loss_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.8149485Z copying torch\include\ATen\ops\nll_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.8157126Z copying torch\include\ATen\ops\nll_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.8165896Z copying torch\include\ATen\ops\nll_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.8173181Z copying torch\include\ATen\ops\nll_loss_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.8180910Z copying torch\include\ATen\ops\nll_loss_forward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.8188049Z copying torch\include\ATen\ops\nll_loss_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.8196010Z copying torch\include\ATen\ops\nll_loss_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.8203776Z copying torch\include\ATen\ops\nll_loss_forward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.8211413Z copying torch\include\ATen\ops\nll_loss_forward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.8219103Z copying torch\include\ATen\ops\nll_loss_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.8226505Z copying torch\include\ATen\ops\nll_loss_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.8233628Z copying torch\include\ATen\ops\nll_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.8240863Z copying torch\include\ATen\ops\nll_loss_nd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.8248870Z copying torch\include\ATen\ops\nll_loss_nd_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.8256492Z copying torch\include\ATen\ops\nll_loss_nd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.8263904Z copying torch\include\ATen\ops\nll_loss_nd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.8271425Z copying torch\include\ATen\ops\nll_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.8279523Z copying torch\include\ATen\ops\nonzero.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.8286725Z copying torch\include\ATen\ops\nonzero_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.8293932Z copying torch\include\ATen\ops\nonzero_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.8301161Z copying torch\include\ATen\ops\nonzero_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.8309074Z copying torch\include\ATen\ops\nonzero_numpy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.8316391Z copying torch\include\ATen\ops\nonzero_numpy_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.8322950Z copying torch\include\ATen\ops\nonzero_numpy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.8329968Z copying torch\include\ATen\ops\nonzero_numpy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.8337306Z copying torch\include\ATen\ops\nonzero_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.8344428Z copying torch\include\ATen\ops\nonzero_static.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.8351667Z copying torch\include\ATen\ops\nonzero_static_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.8359097Z copying torch\include\ATen\ops\nonzero_static_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.8367422Z copying torch\include\ATen\ops\nonzero_static_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.8374598Z copying torch\include\ATen\ops\norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.8380629Z copying torch\include\ATen\ops\normal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.8387498Z copying torch\include\ATen\ops\normal_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.8395240Z copying torch\include\ATen\ops\normal_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.8402343Z copying torch\include\ATen\ops\normal_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.8409026Z copying torch\include\ATen\ops\normal_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.8415932Z copying torch\include\ATen\ops\normal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.8422720Z copying torch\include\ATen\ops\normal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.8430269Z copying torch\include\ATen\ops\norm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.8437352Z copying torch\include\ATen\ops\norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.8444154Z copying torch\include\ATen\ops\norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.8458601Z copying torch\include\ATen\ops\norm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.8466002Z copying torch\include\ATen\ops\norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.8473063Z copying torch\include\ATen\ops\norm_except_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.8480623Z copying torch\include\ATen\ops\norm_except_dim_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.8487328Z copying torch\include\ATen\ops\norm_except_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.8493878Z copying torch\include\ATen\ops\norm_except_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.8501033Z copying torch\include\ATen\ops\norm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.8508160Z copying torch\include\ATen\ops\norm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.8514886Z copying torch\include\ATen\ops\norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.8521844Z copying torch\include\ATen\ops\norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.8528518Z copying torch\include\ATen\ops\not_equal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.8536289Z copying torch\include\ATen\ops\not_equal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.8543138Z copying torch\include\ATen\ops\not_equal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.8549815Z copying torch\include\ATen\ops\not_equal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.8556470Z copying torch\include\ATen\ops\nuclear_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.8563473Z copying torch\include\ATen\ops\nuclear_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.8570758Z copying torch\include\ATen\ops\nuclear_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.8608720Z copying torch\include\ATen\ops\nuclear_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.8615598Z copying torch\include\ATen\ops\numpy_T.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.8622384Z copying torch\include\ATen\ops\numpy_T_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.8628874Z copying torch\include\ATen\ops\numpy_T_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.8635166Z copying torch\include\ATen\ops\numpy_T_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.8642056Z copying torch\include\ATen\ops\ones.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.8648775Z copying torch\include\ATen\ops\ones_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.8655710Z copying torch\include\ATen\ops\ones_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.8663043Z copying torch\include\ATen\ops\ones_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.8669538Z copying torch\include\ATen\ops\ones_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.8676233Z copying torch\include\ATen\ops\ones_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.8683105Z copying torch\include\ATen\ops\ones_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.8689761Z copying torch\include\ATen\ops\ones_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.8696958Z copying torch\include\ATen\ops\one_hot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.8703617Z copying torch\include\ATen\ops\one_hot_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.8711390Z copying torch\include\ATen\ops\one_hot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.8717177Z copying torch\include\ATen\ops\one_hot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.8723391Z copying torch\include\ATen\ops\or.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.8729690Z copying torch\include\ATen\ops\orgqr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.8736763Z copying torch\include\ATen\ops\orgqr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.8743041Z copying torch\include\ATen\ops\orgqr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.8749992Z copying torch\include\ATen\ops\orgqr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.8757084Z copying torch\include\ATen\ops\ormqr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.8763427Z copying torch\include\ATen\ops\ormqr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.8770681Z copying torch\include\ATen\ops\ormqr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9153527Z copying torch\include\ATen\ops\ormqr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9160480Z copying torch\include\ATen\ops\ormqr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9167565Z copying torch\include\ATen\ops\or_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9174103Z copying torch\include\ATen\ops\or_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9180379Z copying torch\include\ATen\ops\or_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9187599Z copying torch\include\ATen\ops\outer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9193534Z copying torch\include\ATen\ops\outer_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9199752Z copying torch\include\ATen\ops\outer_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9207013Z copying torch\include\ATen\ops\outer_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9213606Z copying torch\include\ATen\ops\output_nr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9219979Z copying torch\include\ATen\ops\output_nr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9226568Z copying torch\include\ATen\ops\output_nr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9232961Z copying torch\include\ATen\ops\output_nr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9239620Z copying torch\include\ATen\ops\pad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9246183Z copying torch\include\ATen\ops\pad_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9252568Z copying torch\include\ATen\ops\pad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9258851Z copying torch\include\ATen\ops\pad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9275614Z copying torch\include\ATen\ops\pad_sequence.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9278029Z copying torch\include\ATen\ops\pad_sequence_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9280017Z copying torch\include\ATen\ops\pad_sequence_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9292723Z copying torch\include\ATen\ops\pad_sequence_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9294112Z copying torch\include\ATen\ops\pairwise_distance.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9301037Z copying torch\include\ATen\ops\pairwise_distance_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9313136Z copying torch\include\ATen\ops\pairwise_distance_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9314642Z copying torch\include\ATen\ops\pairwise_distance_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9321297Z copying torch\include\ATen\ops\pdist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9333761Z copying torch\include\ATen\ops\pdist_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9335196Z copying torch\include\ATen\ops\pdist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9350784Z copying torch\include\ATen\ops\pdist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9352010Z copying torch\include\ATen\ops\permute.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9354508Z copying torch\include\ATen\ops\permute_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9360954Z copying torch\include\ATen\ops\permute_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9368256Z copying torch\include\ATen\ops\permute_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9376262Z copying torch\include\ATen\ops\permute_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9382710Z copying torch\include\ATen\ops\permute_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9391100Z copying torch\include\ATen\ops\permute_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9398422Z copying torch\include\ATen\ops\permute_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9404885Z copying torch\include\ATen\ops\permute_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9411846Z copying torch\include\ATen\ops\pinverse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9418361Z copying torch\include\ATen\ops\pinverse_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9425042Z copying torch\include\ATen\ops\pinverse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9431685Z copying torch\include\ATen\ops\pinverse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9438980Z copying torch\include\ATen\ops\pin_memory.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9445029Z copying torch\include\ATen\ops\pin_memory_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9451905Z copying torch\include\ATen\ops\pin_memory_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9458469Z copying torch\include\ATen\ops\pin_memory_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9465198Z copying torch\include\ATen\ops\pixel_shuffle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9472703Z copying torch\include\ATen\ops\pixel_shuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9479104Z copying torch\include\ATen\ops\pixel_shuffle_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9486265Z copying torch\include\ATen\ops\pixel_shuffle_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9493321Z copying torch\include\ATen\ops\pixel_shuffle_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9500083Z copying torch\include\ATen\ops\pixel_shuffle_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9507434Z copying torch\include\ATen\ops\pixel_unshuffle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9516784Z copying torch\include\ATen\ops\pixel_unshuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9523858Z copying torch\include\ATen\ops\pixel_unshuffle_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9531311Z copying torch\include\ATen\ops\pixel_unshuffle_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9538134Z copying torch\include\ATen\ops\pixel_unshuffle_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9545385Z copying torch\include\ATen\ops\pixel_unshuffle_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9552427Z copying torch\include\ATen\ops\poisson.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9559443Z copying torch\include\ATen\ops\poisson_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9566168Z copying torch\include\ATen\ops\poisson_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9573640Z copying torch\include\ATen\ops\poisson_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9580140Z copying torch\include\ATen\ops\poisson_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9587331Z copying torch\include\ATen\ops\poisson_nll_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9594708Z copying torch\include\ATen\ops\poisson_nll_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9601361Z copying torch\include\ATen\ops\poisson_nll_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9608305Z copying torch\include\ATen\ops\poisson_nll_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9615445Z copying torch\include\ATen\ops\poisson_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9622292Z copying torch\include\ATen\ops\polar.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9629244Z copying torch\include\ATen\ops\polar_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9635867Z copying torch\include\ATen\ops\polar_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9642653Z copying torch\include\ATen\ops\polar_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9649282Z copying torch\include\ATen\ops\polar_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9655938Z copying torch\include\ATen\ops\polar_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9663116Z copying torch\include\ATen\ops\polygamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9671986Z copying torch\include\ATen\ops\polygamma_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9682905Z copying torch\include\ATen\ops\polygamma_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9689291Z copying torch\include\ATen\ops\polygamma_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9708798Z copying torch\include\ATen\ops\polygamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9715408Z copying torch\include\ATen\ops\polygamma_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9722016Z copying torch\include\ATen\ops\polygamma_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9728901Z copying torch\include\ATen\ops\polygamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9736036Z copying torch\include\ATen\ops\polygamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9742937Z copying torch\include\ATen\ops\positive.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9749316Z copying torch\include\ATen\ops\positive_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9756138Z copying torch\include\ATen\ops\positive_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9762768Z copying torch\include\ATen\ops\positive_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9769202Z copying torch\include\ATen\ops\pow.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9776131Z copying torch\include\ATen\ops\pow_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9782454Z copying torch\include\ATen\ops\pow_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9789772Z copying torch\include\ATen\ops\pow_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9796033Z copying torch\include\ATen\ops\pow_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9802827Z copying torch\include\ATen\ops\pow_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9809746Z copying torch\include\ATen\ops\pow_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9816467Z copying torch\include\ATen\ops\pow_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9822995Z copying torch\include\ATen\ops\prelu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9829967Z copying torch\include\ATen\ops\prelu_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9836828Z copying torch\include\ATen\ops\prelu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9843150Z copying torch\include\ATen\ops\prelu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9850001Z copying torch\include\ATen\ops\prod.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9857412Z copying torch\include\ATen\ops\prod_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9864518Z copying torch\include\ATen\ops\prod_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9872351Z copying torch\include\ATen\ops\prod_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9879174Z copying torch\include\ATen\ops\prod_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9885943Z copying torch\include\ATen\ops\prod_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9892967Z copying torch\include\ATen\ops\prod_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9899692Z copying torch\include\ATen\ops\prod_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9906522Z copying torch\include\ATen\ops\prod_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9913104Z copying torch\include\ATen\ops\prod_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9919659Z copying torch\include\ATen\ops\promote_types.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9926683Z copying torch\include\ATen\ops\promote_types_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9933729Z copying torch\include\ATen\ops\promote_types_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9940310Z copying torch\include\ATen\ops\promote_types_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9947009Z copying torch\include\ATen\ops\put.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9953642Z copying torch\include\ATen\ops\put_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9960761Z copying torch\include\ATen\ops\put_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9967655Z copying torch\include\ATen\ops\put_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9974385Z copying torch\include\ATen\ops\put_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9980892Z copying torch\include\ATen\ops\put_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9987495Z copying torch\include\ATen\ops\put_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:25.9993815Z copying torch\include\ATen\ops\qr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0000396Z copying torch\include\ATen\ops\qr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0007076Z copying torch\include\ATen\ops\qr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0014278Z copying torch\include\ATen\ops\qr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0020829Z copying torch\include\ATen\ops\qscheme.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0026972Z copying torch\include\ATen\ops\qscheme_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0033718Z copying torch\include\ATen\ops\qscheme_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0040423Z copying torch\include\ATen\ops\quantile.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0047664Z copying torch\include\ATen\ops\quantile_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0054597Z copying torch\include\ATen\ops\quantile_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0061419Z copying torch\include\ATen\ops\quantile_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0068376Z copying torch\include\ATen\ops\quantized_batch_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0076838Z copying torch\include\ATen\ops\quantized_batch_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0083480Z copying torch\include\ATen\ops\quantized_batch_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0090268Z copying torch\include\ATen\ops\quantized_batch_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0097201Z copying torch\include\ATen\ops\quantized_gru_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0105604Z copying torch\include\ATen\ops\quantized_gru_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0111771Z copying torch\include\ATen\ops\quantized_gru_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0118315Z copying torch\include\ATen\ops\quantized_gru_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0124884Z copying torch\include\ATen\ops\quantized_lstm_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0132698Z copying torch\include\ATen\ops\quantized_lstm_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0139242Z copying torch\include\ATen\ops\quantized_lstm_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0146197Z copying torch\include\ATen\ops\quantized_lstm_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0153008Z copying torch\include\ATen\ops\quantized_max_pool1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0160380Z copying torch\include\ATen\ops\quantized_max_pool1d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0167305Z copying torch\include\ATen\ops\quantized_max_pool1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0174297Z copying torch\include\ATen\ops\quantized_max_pool1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0181706Z copying torch\include\ATen\ops\quantized_max_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0188831Z copying torch\include\ATen\ops\quantized_max_pool2d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0195358Z copying torch\include\ATen\ops\quantized_max_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0202530Z copying torch\include\ATen\ops\quantized_max_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0209072Z copying torch\include\ATen\ops\quantized_max_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0216655Z copying torch\include\ATen\ops\quantized_max_pool3d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0223222Z copying torch\include\ATen\ops\quantized_max_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0229883Z copying torch\include\ATen\ops\quantized_max_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0236870Z copying torch\include\ATen\ops\quantized_rnn_relu_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0244099Z copying torch\include\ATen\ops\quantized_rnn_relu_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0251402Z copying torch\include\ATen\ops\quantized_rnn_relu_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0257794Z copying torch\include\ATen\ops\quantized_rnn_relu_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0264617Z copying torch\include\ATen\ops\quantized_rnn_tanh_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0272232Z copying torch\include\ATen\ops\quantized_rnn_tanh_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0279171Z copying torch\include\ATen\ops\quantized_rnn_tanh_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0285783Z copying torch\include\ATen\ops\quantized_rnn_tanh_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0293464Z copying torch\include\ATen\ops\quantize_per_channel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0300421Z copying torch\include\ATen\ops\quantize_per_channel_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0307363Z copying torch\include\ATen\ops\quantize_per_channel_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0314158Z copying torch\include\ATen\ops\quantize_per_channel_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0320675Z copying torch\include\ATen\ops\quantize_per_channel_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0327495Z copying torch\include\ATen\ops\quantize_per_channel_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0334768Z copying torch\include\ATen\ops\quantize_per_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0342267Z copying torch\include\ATen\ops\quantize_per_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0352938Z copying torch\include\ATen\ops\quantize_per_tensor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0359462Z copying torch\include\ATen\ops\quantize_per_tensor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0366309Z copying torch\include\ATen\ops\quantize_per_tensor_dynamic.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0373714Z copying torch\include\ATen\ops\quantize_per_tensor_dynamic_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0380517Z copying torch\include\ATen\ops\quantize_per_tensor_dynamic_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0388129Z copying torch\include\ATen\ops\quantize_per_tensor_dynamic_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0395207Z copying torch\include\ATen\ops\quantize_per_tensor_dynamic_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0401935Z copying torch\include\ATen\ops\quantize_per_tensor_dynamic_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0408620Z copying torch\include\ATen\ops\quantize_per_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0415572Z copying torch\include\ATen\ops\quantize_per_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0422105Z copying torch\include\ATen\ops\q_per_channel_axis.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0429901Z copying torch\include\ATen\ops\q_per_channel_axis_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0435812Z copying torch\include\ATen\ops\q_per_channel_axis_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0442253Z copying torch\include\ATen\ops\q_per_channel_scales.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0449277Z copying torch\include\ATen\ops\q_per_channel_scales_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0460049Z copying torch\include\ATen\ops\q_per_channel_scales_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0477248Z copying torch\include\ATen\ops\q_per_channel_scales_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0483710Z copying torch\include\ATen\ops\q_per_channel_zero_points.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0491263Z 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-20T21:51:26.0497938Z copying torch\include\ATen\ops\q_per_channel_zero_points_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0504785Z copying torch\include\ATen\ops\q_per_channel_zero_points_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0511725Z copying torch\include\ATen\ops\q_scale.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0518411Z copying torch\include\ATen\ops\q_scale_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0524703Z copying torch\include\ATen\ops\q_scale_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0531500Z copying torch\include\ATen\ops\q_zero_point.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0542469Z copying torch\include\ATen\ops\q_zero_point_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0548766Z copying torch\include\ATen\ops\q_zero_point_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0555269Z copying torch\include\ATen\ops\rad2deg.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0562503Z copying torch\include\ATen\ops\rad2deg_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0569271Z copying torch\include\ATen\ops\rad2deg_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0579830Z copying torch\include\ATen\ops\rad2deg_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0586371Z copying torch\include\ATen\ops\rand.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0592976Z copying torch\include\ATen\ops\randint.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0600062Z copying torch\include\ATen\ops\randint_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0607147Z copying torch\include\ATen\ops\randint_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0614470Z copying torch\include\ATen\ops\randint_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0621155Z copying torch\include\ATen\ops\randint_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0628055Z copying torch\include\ATen\ops\randint_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0635186Z copying torch\include\ATen\ops\randint_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0641960Z copying torch\include\ATen\ops\randint_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0653755Z copying torch\include\ATen\ops\randn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0660960Z copying torch\include\ATen\ops\randn_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0667612Z copying torch\include\ATen\ops\randn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0674147Z copying torch\include\ATen\ops\randn_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0681015Z copying torch\include\ATen\ops\randn_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0692193Z copying torch\include\ATen\ops\randn_like_compositeimplicitautogradnestedtensor_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0698833Z copying torch\include\ATen\ops\randn_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0705590Z copying torch\include\ATen\ops\randn_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0712143Z copying torch\include\ATen\ops\randn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0718840Z copying torch\include\ATen\ops\randn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0729227Z copying torch\include\ATen\ops\random.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0735976Z copying torch\include\ATen\ops\random_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0742640Z copying torch\include\ATen\ops\random_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0749964Z copying torch\include\ATen\ops\random_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0756742Z copying torch\include\ATen\ops\random_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0767847Z copying torch\include\ATen\ops\random_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0775290Z copying torch\include\ATen\ops\random_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0781296Z copying torch\include\ATen\ops\randperm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0787994Z copying torch\include\ATen\ops\randperm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0794854Z copying torch\include\ATen\ops\randperm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0805932Z copying torch\include\ATen\ops\randperm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0812413Z copying torch\include\ATen\ops\randperm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0819198Z copying torch\include\ATen\ops\randperm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0826304Z copying torch\include\ATen\ops\rand_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0832810Z copying torch\include\ATen\ops\rand_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0843196Z copying torch\include\ATen\ops\rand_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0850348Z copying torch\include\ATen\ops\rand_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0856713Z copying torch\include\ATen\ops\rand_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0863390Z copying torch\include\ATen\ops\rand_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0869933Z copying torch\include\ATen\ops\rand_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0880408Z copying torch\include\ATen\ops\rand_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0886446Z copying torch\include\ATen\ops\range.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0893061Z copying torch\include\ATen\ops\range_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0899523Z copying torch\include\ATen\ops\range_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0906546Z copying torch\include\ATen\ops\range_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0917367Z copying torch\include\ATen\ops\range_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0924157Z copying torch\include\ATen\ops\range_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0930959Z copying torch\include\ATen\ops\range_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0937486Z copying torch\include\ATen\ops\ravel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0943897Z copying torch\include\ATen\ops\ravel_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0954297Z copying torch\include\ATen\ops\ravel_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0960675Z copying torch\include\ATen\ops\ravel_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0968205Z copying torch\include\ATen\ops\real.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0974545Z copying torch\include\ATen\ops\real_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.0980504Z copying torch\include\ATen\ops\real_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1012587Z copying torch\include\ATen\ops\real_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1018846Z copying torch\include\ATen\ops\reciprocal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1025946Z copying torch\include\ATen\ops\reciprocal_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1032459Z copying torch\include\ATen\ops\reciprocal_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1039408Z copying torch\include\ATen\ops\reciprocal_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1051289Z copying torch\include\ATen\ops\reciprocal_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1058063Z copying torch\include\ATen\ops\reciprocal_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1065043Z copying torch\include\ATen\ops\reciprocal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1071968Z copying torch\include\ATen\ops\reciprocal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1078685Z copying torch\include\ATen\ops\record_stream.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1089445Z copying torch\include\ATen\ops\record_stream_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1095990Z copying torch\include\ATen\ops\record_stream_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1102691Z copying torch\include\ATen\ops\record_stream_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1122989Z copying torch\include\ATen\ops\refine_names.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1129903Z copying torch\include\ATen\ops\refine_names_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1139986Z copying torch\include\ATen\ops\refine_names_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1146282Z copying torch\include\ATen\ops\refine_names_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1153207Z copying torch\include\ATen\ops\reflection_pad1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1159900Z copying torch\include\ATen\ops\reflection_pad1d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1167133Z copying torch\include\ATen\ops\reflection_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1178083Z copying torch\include\ATen\ops\reflection_pad1d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1185067Z copying torch\include\ATen\ops\reflection_pad1d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1192177Z copying torch\include\ATen\ops\reflection_pad1d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1199035Z copying torch\include\ATen\ops\reflection_pad1d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1205862Z copying torch\include\ATen\ops\reflection_pad1d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1216268Z copying torch\include\ATen\ops\reflection_pad1d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1224297Z copying torch\include\ATen\ops\reflection_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1236062Z copying torch\include\ATen\ops\reflection_pad1d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1245189Z copying torch\include\ATen\ops\reflection_pad1d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1252200Z copying torch\include\ATen\ops\reflection_pad1d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1263726Z copying torch\include\ATen\ops\reflection_pad1d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1270963Z copying torch\include\ATen\ops\reflection_pad1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1277833Z copying torch\include\ATen\ops\reflection_pad1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1284998Z copying torch\include\ATen\ops\reflection_pad2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1292277Z copying torch\include\ATen\ops\reflection_pad2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1302853Z copying torch\include\ATen\ops\reflection_pad2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1311070Z copying torch\include\ATen\ops\reflection_pad2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1317596Z copying torch\include\ATen\ops\reflection_pad2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1325086Z copying torch\include\ATen\ops\reflection_pad2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1332120Z copying torch\include\ATen\ops\reflection_pad2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1342633Z copying torch\include\ATen\ops\reflection_pad2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1349653Z copying torch\include\ATen\ops\reflection_pad2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1356298Z copying torch\include\ATen\ops\reflection_pad2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1363358Z copying torch\include\ATen\ops\reflection_pad3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1370654Z copying torch\include\ATen\ops\reflection_pad3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1381680Z copying torch\include\ATen\ops\reflection_pad3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1388360Z copying torch\include\ATen\ops\reflection_pad3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1395939Z copying torch\include\ATen\ops\reflection_pad3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1402735Z copying torch\include\ATen\ops\reflection_pad3d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1409816Z copying torch\include\ATen\ops\reflection_pad3d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1420806Z copying torch\include\ATen\ops\reflection_pad3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1427367Z copying torch\include\ATen\ops\reflection_pad3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1434778Z copying torch\include\ATen\ops\reflection_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1441315Z copying torch\include\ATen\ops\reflection_pad3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1448444Z copying torch\include\ATen\ops\reflection_pad3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1459096Z copying torch\include\ATen\ops\reflection_pad3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1466570Z copying torch\include\ATen\ops\reflection_pad3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1472958Z copying torch\include\ATen\ops\reflection_pad3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1480921Z copying torch\include\ATen\ops\reflection_pad3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1487016Z copying torch\include\ATen\ops\relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1499000Z copying torch\include\ATen\ops\relu6.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1506150Z copying torch\include\ATen\ops\relu6_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1512094Z copying torch\include\ATen\ops\relu6_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1518350Z copying torch\include\ATen\ops\relu6_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1527682Z copying torch\include\ATen\ops\relu_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1536938Z copying torch\include\ATen\ops\relu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1543404Z copying torch\include\ATen\ops\relu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1550145Z copying torch\include\ATen\ops\relu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1556594Z copying torch\include\ATen\ops\relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1563230Z copying torch\include\ATen\ops\relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1573076Z copying torch\include\ATen\ops\remainder.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1580339Z copying torch\include\ATen\ops\remainder_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1587343Z copying torch\include\ATen\ops\remainder_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1616779Z copying torch\include\ATen\ops\remainder_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1623498Z copying torch\include\ATen\ops\remainder_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1633337Z copying torch\include\ATen\ops\remainder_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1640306Z copying torch\include\ATen\ops\remainder_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1647061Z copying torch\include\ATen\ops\remainder_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1654034Z copying torch\include\ATen\ops\remainder_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1661083Z copying torch\include\ATen\ops\rename.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1670327Z copying torch\include\ATen\ops\rename_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1676875Z copying torch\include\ATen\ops\rename_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1683387Z copying torch\include\ATen\ops\rename_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1690238Z copying torch\include\ATen\ops\renorm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1697885Z copying torch\include\ATen\ops\renorm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1704107Z copying torch\include\ATen\ops\renorm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1710607Z copying torch\include\ATen\ops\renorm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1717533Z copying torch\include\ATen\ops\renorm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1724106Z copying torch\include\ATen\ops\renorm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1731652Z copying torch\include\ATen\ops\renorm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1737716Z copying torch\include\ATen\ops\renorm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1744082Z copying torch\include\ATen\ops\repeat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1750931Z copying torch\include\ATen\ops\repeat_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1757723Z copying torch\include\ATen\ops\repeat_interleave.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1764615Z copying torch\include\ATen\ops\repeat_interleave_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1773231Z copying torch\include\ATen\ops\repeat_interleave_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1780111Z copying torch\include\ATen\ops\repeat_interleave_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1788176Z copying torch\include\ATen\ops\repeat_interleave_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1794516Z copying torch\include\ATen\ops\repeat_interleave_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1801315Z copying torch\include\ATen\ops\repeat_interleave_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1808516Z copying torch\include\ATen\ops\repeat_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1815407Z copying torch\include\ATen\ops\repeat_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1822176Z copying torch\include\ATen\ops\replication_pad1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1829117Z copying torch\include\ATen\ops\replication_pad1d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1836282Z copying torch\include\ATen\ops\replication_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1843035Z copying torch\include\ATen\ops\replication_pad1d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1851184Z copying torch\include\ATen\ops\replication_pad1d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1857400Z copying torch\include\ATen\ops\replication_pad1d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1864297Z copying torch\include\ATen\ops\replication_pad1d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1871428Z copying torch\include\ATen\ops\replication_pad1d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1878700Z copying torch\include\ATen\ops\replication_pad1d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1886114Z copying torch\include\ATen\ops\replication_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1893221Z copying torch\include\ATen\ops\replication_pad1d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1900397Z copying torch\include\ATen\ops\replication_pad1d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1907662Z copying torch\include\ATen\ops\replication_pad1d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1914675Z copying torch\include\ATen\ops\replication_pad1d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1921792Z copying torch\include\ATen\ops\replication_pad1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1928766Z copying torch\include\ATen\ops\replication_pad1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1936083Z copying torch\include\ATen\ops\replication_pad2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1943222Z copying torch\include\ATen\ops\replication_pad2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1950144Z copying torch\include\ATen\ops\replication_pad2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1957137Z copying torch\include\ATen\ops\replication_pad2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1965182Z copying torch\include\ATen\ops\replication_pad2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1971053Z copying torch\include\ATen\ops\replication_pad2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1978379Z copying torch\include\ATen\ops\replication_pad2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1985563Z copying torch\include\ATen\ops\replication_pad2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1993238Z copying torch\include\ATen\ops\replication_pad2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.1999543Z copying torch\include\ATen\ops\replication_pad2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2007643Z copying torch\include\ATen\ops\replication_pad2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2014930Z copying torch\include\ATen\ops\replication_pad2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2022491Z copying torch\include\ATen\ops\replication_pad2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2029049Z copying torch\include\ATen\ops\replication_pad3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2036536Z copying torch\include\ATen\ops\replication_pad3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2043669Z copying torch\include\ATen\ops\replication_pad3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2050757Z copying torch\include\ATen\ops\replication_pad3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2058195Z copying torch\include\ATen\ops\replication_pad3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2064923Z copying torch\include\ATen\ops\replication_pad3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2072873Z copying torch\include\ATen\ops\replication_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2079647Z copying torch\include\ATen\ops\replication_pad3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2086229Z copying torch\include\ATen\ops\replication_pad3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2093019Z copying torch\include\ATen\ops\replication_pad3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2100284Z copying torch\include\ATen\ops\replication_pad3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2106892Z copying torch\include\ATen\ops\replication_pad3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2142430Z copying torch\include\ATen\ops\replication_pad3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2148880Z copying torch\include\ATen\ops\requires_grad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2155633Z copying torch\include\ATen\ops\requires_grad_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2162485Z copying torch\include\ATen\ops\requires_grad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2168855Z copying torch\include\ATen\ops\requires_grad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2176411Z copying torch\include\ATen\ops\reshape.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2182571Z copying torch\include\ATen\ops\reshape_as.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2189330Z copying torch\include\ATen\ops\reshape_as_compositeimplicitautogradnestedtensor_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2195939Z copying torch\include\ATen\ops\reshape_as_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2202707Z copying torch\include\ATen\ops\reshape_as_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2209752Z copying torch\include\ATen\ops\reshape_as_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2216570Z copying torch\include\ATen\ops\reshape_compositeimplicitautogradnestedtensor_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2223517Z copying torch\include\ATen\ops\reshape_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2229901Z copying torch\include\ATen\ops\reshape_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2238020Z copying torch\include\ATen\ops\reshape_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2244888Z copying torch\include\ATen\ops\resize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2251164Z copying torch\include\ATen\ops\resize_as.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2257838Z copying torch\include\ATen\ops\resize_as_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2264269Z copying torch\include\ATen\ops\resize_as_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2270726Z copying torch\include\ATen\ops\resize_as_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2277448Z copying torch\include\ATen\ops\resize_as_sparse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2284562Z copying torch\include\ATen\ops\resize_as_sparse_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2294283Z copying torch\include\ATen\ops\resize_as_sparse_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2300945Z copying torch\include\ATen\ops\resize_as_sparse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2307872Z copying torch\include\ATen\ops\resize_as_sparse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2314639Z copying torch\include\ATen\ops\resize_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2321257Z copying torch\include\ATen\ops\resize_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2327687Z copying torch\include\ATen\ops\resize_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2334446Z copying torch\include\ATen\ops\resize_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2341059Z copying torch\include\ATen\ops\resize_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2348113Z copying torch\include\ATen\ops\resize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2354272Z copying torch\include\ATen\ops\resolve_conj.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2361777Z copying torch\include\ATen\ops\resolve_conj_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2368052Z copying torch\include\ATen\ops\resolve_conj_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2374703Z copying torch\include\ATen\ops\resolve_conj_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2381583Z copying torch\include\ATen\ops\resolve_neg.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2389560Z copying torch\include\ATen\ops\resolve_neg_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2395734Z copying torch\include\ATen\ops\resolve_neg_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2402126Z copying torch\include\ATen\ops\resolve_neg_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2408707Z copying torch\include\ATen\ops\result_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2415677Z copying torch\include\ATen\ops\result_type_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2422257Z copying torch\include\ATen\ops\result_type_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2429222Z copying torch\include\ATen\ops\result_type_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2435791Z copying torch\include\ATen\ops\retains_grad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2442278Z copying torch\include\ATen\ops\retains_grad_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2449009Z copying torch\include\ATen\ops\retains_grad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2455530Z copying torch\include\ATen\ops\retains_grad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2462200Z copying torch\include\ATen\ops\retain_grad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2469363Z copying torch\include\ATen\ops\retain_grad_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2475972Z copying torch\include\ATen\ops\retain_grad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2482337Z copying torch\include\ATen\ops\retain_grad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2488887Z copying torch\include\ATen\ops\rms_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2495844Z copying torch\include\ATen\ops\rms_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2502294Z copying torch\include\ATen\ops\rms_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2509030Z copying torch\include\ATen\ops\rms_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2515502Z copying torch\include\ATen\ops\rnn_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2521658Z copying torch\include\ATen\ops\rnn_relu_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2528525Z copying torch\include\ATen\ops\rnn_relu_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2535353Z copying torch\include\ATen\ops\rnn_relu_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2542696Z copying torch\include\ATen\ops\rnn_relu_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2549392Z copying torch\include\ATen\ops\rnn_relu_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2555941Z copying torch\include\ATen\ops\rnn_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2562583Z copying torch\include\ATen\ops\rnn_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2569146Z copying torch\include\ATen\ops\rnn_tanh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2575795Z copying torch\include\ATen\ops\rnn_tanh_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2582897Z copying torch\include\ATen\ops\rnn_tanh_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2595672Z copying torch\include\ATen\ops\rnn_tanh_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2602598Z copying torch\include\ATen\ops\rnn_tanh_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2609776Z copying torch\include\ATen\ops\rnn_tanh_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2616583Z copying torch\include\ATen\ops\rnn_tanh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2623300Z copying torch\include\ATen\ops\rnn_tanh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2629811Z copying torch\include\ATen\ops\roll.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2636397Z copying torch\include\ATen\ops\roll_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2643131Z copying torch\include\ATen\ops\roll_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2650418Z copying torch\include\ATen\ops\roll_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2658252Z copying torch\include\ATen\ops\roll_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2665139Z copying torch\include\ATen\ops\roll_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2671603Z copying torch\include\ATen\ops\rot90.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2678270Z copying torch\include\ATen\ops\rot90_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2684782Z copying torch\include\ATen\ops\rot90_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2691609Z copying torch\include\ATen\ops\rot90_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2698346Z copying torch\include\ATen\ops\round.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2705150Z copying torch\include\ATen\ops\round_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2711721Z copying torch\include\ATen\ops\round_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2718719Z copying torch\include\ATen\ops\round_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2725052Z copying torch\include\ATen\ops\round_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2731961Z copying torch\include\ATen\ops\round_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2738481Z copying torch\include\ATen\ops\round_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2745087Z copying torch\include\ATen\ops\round_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2751655Z copying torch\include\ATen\ops\row_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2758566Z copying torch\include\ATen\ops\row_indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2764851Z copying torch\include\ATen\ops\row_indices_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2772037Z copying torch\include\ATen\ops\row_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2778690Z copying torch\include\ATen\ops\row_indices_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2786562Z copying torch\include\ATen\ops\row_indices_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2792939Z copying torch\include\ATen\ops\row_indices_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2800016Z copying torch\include\ATen\ops\row_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2806517Z copying torch\include\ATen\ops\row_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2813408Z copying torch\include\ATen\ops\row_stack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2820587Z copying torch\include\ATen\ops\row_stack_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2827194Z copying torch\include\ATen\ops\row_stack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2833626Z copying torch\include\ATen\ops\row_stack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2840136Z copying torch\include\ATen\ops\rrelu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2848023Z copying torch\include\ATen\ops\rrelu_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2854143Z copying torch\include\ATen\ops\rrelu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2860811Z copying torch\include\ATen\ops\rrelu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2868112Z copying torch\include\ATen\ops\rrelu_with_noise.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2875687Z copying torch\include\ATen\ops\rrelu_with_noise_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2882203Z copying torch\include\ATen\ops\rrelu_with_noise_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2888969Z copying torch\include\ATen\ops\rrelu_with_noise_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2923326Z copying torch\include\ATen\ops\rrelu_with_noise_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2930142Z copying torch\include\ATen\ops\rrelu_with_noise_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2937550Z copying torch\include\ATen\ops\rrelu_with_noise_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2944515Z copying torch\include\ATen\ops\rrelu_with_noise_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2950915Z copying torch\include\ATen\ops\rrelu_with_noise_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2958005Z copying torch\include\ATen\ops\rrelu_with_noise_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2964511Z copying torch\include\ATen\ops\rshift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2972242Z copying torch\include\ATen\ops\rshift_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2978516Z copying torch\include\ATen\ops\rshift_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2985302Z copying torch\include\ATen\ops\rshift_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2991930Z copying torch\include\ATen\ops\rshift_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.2998675Z copying torch\include\ATen\ops\rshift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3006325Z copying torch\include\ATen\ops\rshift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3012508Z copying torch\include\ATen\ops\rsqrt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3019164Z copying torch\include\ATen\ops\rsqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3027227Z copying torch\include\ATen\ops\rsqrt_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3034915Z copying torch\include\ATen\ops\rsqrt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3040944Z copying torch\include\ATen\ops\rsqrt_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3047354Z copying torch\include\ATen\ops\rsqrt_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3054104Z copying torch\include\ATen\ops\rsqrt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3061062Z copying torch\include\ATen\ops\rsqrt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3067610Z copying torch\include\ATen\ops\rsub.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3075106Z copying torch\include\ATen\ops\rsub_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3081162Z copying torch\include\ATen\ops\rsub_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3087891Z copying torch\include\ATen\ops\rsub_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3094730Z copying torch\include\ATen\ops\rsub_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3101276Z copying torch\include\ATen\ops\rsub_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3107622Z copying torch\include\ATen\ops\scalar_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3115147Z copying torch\include\ATen\ops\scalar_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3121560Z copying torch\include\ATen\ops\scalar_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3128538Z copying torch\include\ATen\ops\scalar_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3135406Z copying torch\include\ATen\ops\scaled_dot_product_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3142543Z copying torch\include\ATen\ops\scaled_dot_product_attention_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3148898Z copying torch\include\ATen\ops\scaled_dot_product_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3155597Z copying torch\include\ATen\ops\scaled_dot_product_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3161987Z copying torch\include\ATen\ops\scatter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3168677Z copying torch\include\ATen\ops\scatter_add.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3176387Z copying torch\include\ATen\ops\scatter_add_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3182998Z copying torch\include\ATen\ops\scatter_add_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3189561Z copying torch\include\ATen\ops\scatter_add_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3196683Z copying torch\include\ATen\ops\scatter_add_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3203106Z copying torch\include\ATen\ops\scatter_add_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3210135Z copying torch\include\ATen\ops\scatter_add_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3216958Z copying torch\include\ATen\ops\scatter_add_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3223801Z copying torch\include\ATen\ops\scatter_add_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3231217Z copying torch\include\ATen\ops\scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3237972Z copying torch\include\ATen\ops\scatter_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3244784Z copying torch\include\ATen\ops\scatter_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3251762Z copying torch\include\ATen\ops\scatter_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3258239Z copying torch\include\ATen\ops\scatter_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3265022Z copying torch\include\ATen\ops\scatter_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3271671Z copying torch\include\ATen\ops\scatter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3278736Z copying torch\include\ATen\ops\scatter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3285330Z copying torch\include\ATen\ops\scatter_reduce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3298247Z copying torch\include\ATen\ops\scatter_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3304875Z copying torch\include\ATen\ops\scatter_reduce_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3311939Z copying torch\include\ATen\ops\scatter_reduce_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3318956Z copying torch\include\ATen\ops\scatter_reduce_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3325728Z copying torch\include\ATen\ops\scatter_reduce_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3332958Z copying torch\include\ATen\ops\scatter_reduce_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3339318Z copying torch\include\ATen\ops\scatter_reduce_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3346036Z copying torch\include\ATen\ops\searchsorted.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3352985Z copying torch\include\ATen\ops\searchsorted_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3364510Z copying torch\include\ATen\ops\searchsorted_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3367751Z copying torch\include\ATen\ops\searchsorted_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3403524Z copying torch\include\ATen\ops\searchsorted_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3404041Z copying torch\include\ATen\ops\segment_reduce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3404734Z copying torch\include\ATen\ops\segment_reduce_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3405308Z copying torch\include\ATen\ops\segment_reduce_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3406226Z copying torch\include\ATen\ops\segment_reduce_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3413049Z copying torch\include\ATen\ops\segment_reduce_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3421203Z copying torch\include\ATen\ops\segment_reduce_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3427209Z copying torch\include\ATen\ops\select.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3433328Z copying torch\include\ATen\ops\select_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3440552Z copying torch\include\ATen\ops\select_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3447505Z copying torch\include\ATen\ops\select_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3454268Z copying torch\include\ATen\ops\select_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3461220Z copying torch\include\ATen\ops\select_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3468546Z copying torch\include\ATen\ops\select_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3475485Z copying torch\include\ATen\ops\select_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3481832Z copying torch\include\ATen\ops\select_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3489071Z copying torch\include\ATen\ops\select_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3495549Z copying torch\include\ATen\ops\select_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3502008Z copying torch\include\ATen\ops\select_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3508621Z copying torch\include\ATen\ops\select_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3515379Z copying torch\include\ATen\ops\select_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3521875Z copying torch\include\ATen\ops\select_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3528414Z copying torch\include\ATen\ops\select_scatter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3535956Z copying torch\include\ATen\ops\select_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3547293Z copying torch\include\ATen\ops\select_scatter_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3553986Z copying torch\include\ATen\ops\select_scatter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3560632Z copying torch\include\ATen\ops\select_scatter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3567511Z copying torch\include\ATen\ops\selu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3574146Z copying torch\include\ATen\ops\selu_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3585893Z copying torch\include\ATen\ops\selu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3591982Z copying torch\include\ATen\ops\selu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3598173Z copying torch\include\ATen\ops\set.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3605284Z copying torch\include\ATen\ops\set_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3612710Z copying torch\include\ATen\ops\set_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3619585Z copying torch\include\ATen\ops\set_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3626091Z copying torch\include\ATen\ops\set_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3632489Z copying torch\include\ATen\ops\set_data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3639173Z copying torch\include\ATen\ops\set_data_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3645588Z copying torch\include\ATen\ops\set_data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3651965Z copying torch\include\ATen\ops\set_data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3658665Z copying torch\include\ATen\ops\set_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3665666Z copying torch\include\ATen\ops\set_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3672240Z copying torch\include\ATen\ops\set_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3678679Z copying torch\include\ATen\ops\sgn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3689718Z copying torch\include\ATen\ops\sgn_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3696171Z copying torch\include\ATen\ops\sgn_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3702647Z copying torch\include\ATen\ops\sgn_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3709294Z copying torch\include\ATen\ops\sgn_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3715507Z copying torch\include\ATen\ops\sgn_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3727601Z copying torch\include\ATen\ops\sgn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3734672Z copying torch\include\ATen\ops\sgn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3742018Z copying torch\include\ATen\ops\sigmoid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3749201Z copying torch\include\ATen\ops\sigmoid_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3757551Z copying torch\include\ATen\ops\sigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3764574Z copying torch\include\ATen\ops\sigmoid_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3771860Z copying torch\include\ATen\ops\sigmoid_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3778885Z copying torch\include\ATen\ops\sigmoid_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3785598Z copying torch\include\ATen\ops\sigmoid_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3793238Z copying torch\include\ATen\ops\sigmoid_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3800420Z copying torch\include\ATen\ops\sigmoid_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3807622Z copying torch\include\ATen\ops\sigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3814148Z copying torch\include\ATen\ops\sigmoid_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3822951Z copying torch\include\ATen\ops\sigmoid_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3891605Z copying torch\include\ATen\ops\sigmoid_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3898022Z copying torch\include\ATen\ops\sigmoid_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3904663Z copying torch\include\ATen\ops\sigmoid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3911498Z copying torch\include\ATen\ops\sigmoid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3918361Z copying torch\include\ATen\ops\sign.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3924756Z copying torch\include\ATen\ops\signbit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3931941Z copying torch\include\ATen\ops\signbit_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3938425Z copying torch\include\ATen\ops\signbit_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3945485Z copying torch\include\ATen\ops\signbit_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3951662Z copying torch\include\ATen\ops\signbit_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3958052Z copying torch\include\ATen\ops\signbit_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3965112Z copying torch\include\ATen\ops\signbit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3971534Z copying torch\include\ATen\ops\signbit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3978948Z copying torch\include\ATen\ops\sign_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3985495Z copying torch\include\ATen\ops\sign_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.3992445Z copying torch\include\ATen\ops\sign_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4007119Z copying torch\include\ATen\ops\sign_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4013252Z copying torch\include\ATen\ops\sign_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4019645Z copying torch\include\ATen\ops\sign_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4026481Z copying torch\include\ATen\ops\sign_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4032740Z copying torch\include\ATen\ops\silu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4039313Z copying torch\include\ATen\ops\silu_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4046718Z copying torch\include\ATen\ops\silu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4053922Z copying torch\include\ATen\ops\silu_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4060781Z copying torch\include\ATen\ops\silu_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4067272Z copying torch\include\ATen\ops\silu_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4073581Z copying torch\include\ATen\ops\silu_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4080336Z copying torch\include\ATen\ops\silu_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4086933Z copying torch\include\ATen\ops\silu_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4093674Z copying torch\include\ATen\ops\silu_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4100795Z copying torch\include\ATen\ops\silu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4107219Z copying torch\include\ATen\ops\silu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4113626Z copying torch\include\ATen\ops\silu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4120153Z copying torch\include\ATen\ops\silu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4127141Z copying torch\include\ATen\ops\silu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4134074Z copying torch\include\ATen\ops\silu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4140910Z copying torch\include\ATen\ops\silu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4147138Z copying torch\include\ATen\ops\sin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4153093Z copying torch\include\ATen\ops\sinc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4159585Z copying torch\include\ATen\ops\sinc_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4165793Z copying torch\include\ATen\ops\sinc_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4178972Z copying torch\include\ATen\ops\sinc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4185487Z copying torch\include\ATen\ops\sinc_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4191895Z copying torch\include\ATen\ops\sinc_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4198528Z copying torch\include\ATen\ops\sinc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4205593Z copying torch\include\ATen\ops\sinc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4223230Z copying torch\include\ATen\ops\sinh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4230267Z copying torch\include\ATen\ops\sinh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4236997Z copying torch\include\ATen\ops\sinh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4244198Z copying torch\include\ATen\ops\sinh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4250772Z copying torch\include\ATen\ops\sinh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4257099Z copying torch\include\ATen\ops\sinh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4264278Z copying torch\include\ATen\ops\sinh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4271257Z copying torch\include\ATen\ops\sinh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4279144Z copying torch\include\ATen\ops\sin_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4284921Z copying torch\include\ATen\ops\sin_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4291416Z copying torch\include\ATen\ops\sin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4298574Z copying torch\include\ATen\ops\sin_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4304649Z copying torch\include\ATen\ops\sin_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4311291Z copying torch\include\ATen\ops\sin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4318233Z copying torch\include\ATen\ops\sin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4333647Z copying torch\include\ATen\ops\size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4340360Z copying torch\include\ATen\ops\size_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4347239Z copying torch\include\ATen\ops\size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4353613Z copying torch\include\ATen\ops\size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4360000Z copying torch\include\ATen\ops\slice.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4366600Z copying torch\include\ATen\ops\slice_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4373721Z copying torch\include\ATen\ops\slice_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4380414Z copying torch\include\ATen\ops\slice_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4387661Z copying torch\include\ATen\ops\slice_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4394856Z copying torch\include\ATen\ops\slice_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4409950Z copying torch\include\ATen\ops\slice_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4417445Z copying torch\include\ATen\ops\slice_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4424238Z copying torch\include\ATen\ops\slice_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4430887Z copying torch\include\ATen\ops\slice_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4437720Z copying torch\include\ATen\ops\slice_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4444972Z copying torch\include\ATen\ops\slice_inverse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4452353Z copying torch\include\ATen\ops\slice_inverse_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4458764Z copying torch\include\ATen\ops\slice_inverse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4465549Z copying torch\include\ATen\ops\slice_inverse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4472933Z copying torch\include\ATen\ops\slice_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4479665Z copying torch\include\ATen\ops\slice_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4486209Z copying torch\include\ATen\ops\slice_scatter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4493653Z copying torch\include\ATen\ops\slice_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4500500Z copying torch\include\ATen\ops\slice_scatter_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4506953Z copying torch\include\ATen\ops\slice_scatter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4514015Z copying torch\include\ATen\ops\slice_scatter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4520415Z copying torch\include\ATen\ops\slogdet.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4527184Z copying torch\include\ATen\ops\slogdet_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4534227Z copying torch\include\ATen\ops\slogdet_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4540626Z copying torch\include\ATen\ops\slogdet_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4547642Z copying torch\include\ATen\ops\slow_conv3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4554374Z copying torch\include\ATen\ops\slow_conv3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4561225Z copying torch\include\ATen\ops\slow_conv3d_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4568173Z copying torch\include\ATen\ops\slow_conv3d_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4576157Z copying torch\include\ATen\ops\slow_conv3d_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4583589Z copying torch\include\ATen\ops\slow_conv3d_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4590922Z copying torch\include\ATen\ops\slow_conv3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4599434Z copying torch\include\ATen\ops\slow_conv3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4670367Z copying torch\include\ATen\ops\slow_conv_dilated2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4698812Z copying torch\include\ATen\ops\slow_conv_dilated2d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4710661Z copying torch\include\ATen\ops\slow_conv_dilated2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4717162Z copying torch\include\ATen\ops\slow_conv_dilated2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4724073Z copying torch\include\ATen\ops\slow_conv_dilated2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4730687Z copying torch\include\ATen\ops\slow_conv_dilated2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4737603Z copying torch\include\ATen\ops\slow_conv_dilated3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4745380Z copying torch\include\ATen\ops\slow_conv_dilated3d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4752071Z copying torch\include\ATen\ops\slow_conv_dilated3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4759971Z copying torch\include\ATen\ops\slow_conv_dilated3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4766746Z copying torch\include\ATen\ops\slow_conv_dilated3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4773374Z copying torch\include\ATen\ops\slow_conv_dilated3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4784369Z copying torch\include\ATen\ops\slow_conv_transpose2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4791817Z copying torch\include\ATen\ops\slow_conv_transpose2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4798548Z copying torch\include\ATen\ops\slow_conv_transpose2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4805404Z copying torch\include\ATen\ops\slow_conv_transpose2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4812329Z copying torch\include\ATen\ops\slow_conv_transpose2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4818904Z copying torch\include\ATen\ops\slow_conv_transpose2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4825295Z copying torch\include\ATen\ops\slow_conv_transpose2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4831964Z copying torch\include\ATen\ops\slow_conv_transpose2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4838610Z copying torch\include\ATen\ops\slow_conv_transpose3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4845428Z copying torch\include\ATen\ops\slow_conv_transpose3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4852826Z copying torch\include\ATen\ops\slow_conv_transpose3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4859504Z copying torch\include\ATen\ops\slow_conv_transpose3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4866339Z copying torch\include\ATen\ops\slow_conv_transpose3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4872850Z copying torch\include\ATen\ops\smm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4879282Z copying torch\include\ATen\ops\smm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4885782Z copying torch\include\ATen\ops\smm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.4892201Z copying torch\include\ATen\ops\smm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6063777Z copying torch\include\ATen\ops\smooth_l1_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6071201Z copying torch\include\ATen\ops\smooth_l1_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6078838Z copying torch\include\ATen\ops\smooth_l1_loss_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6086643Z copying torch\include\ATen\ops\smooth_l1_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6094280Z copying torch\include\ATen\ops\smooth_l1_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6101775Z copying torch\include\ATen\ops\smooth_l1_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6109274Z copying torch\include\ATen\ops\smooth_l1_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6118339Z copying torch\include\ATen\ops\smooth_l1_loss_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6124834Z copying torch\include\ATen\ops\smooth_l1_loss_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6131772Z copying torch\include\ATen\ops\smooth_l1_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6138151Z copying torch\include\ATen\ops\smooth_l1_loss_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6144840Z copying torch\include\ATen\ops\smooth_l1_loss_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6151424Z copying torch\include\ATen\ops\smooth_l1_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6158148Z copying torch\include\ATen\ops\smooth_l1_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6164632Z copying torch\include\ATen\ops\softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6171298Z copying torch\include\ATen\ops\softmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6177944Z copying torch\include\ATen\ops\softmax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6184753Z copying torch\include\ATen\ops\softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6191213Z copying torch\include\ATen\ops\softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6197821Z copying torch\include\ATen\ops\softplus.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6204523Z copying torch\include\ATen\ops\softplus_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6211634Z copying torch\include\ATen\ops\softplus_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6217951Z copying torch\include\ATen\ops\softplus_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6224557Z copying torch\include\ATen\ops\softplus_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6231111Z copying torch\include\ATen\ops\softplus_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6237732Z copying torch\include\ATen\ops\softplus_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6244728Z copying torch\include\ATen\ops\softplus_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6251513Z copying torch\include\ATen\ops\softplus_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6259311Z copying torch\include\ATen\ops\softplus_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6265514Z copying torch\include\ATen\ops\softplus_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6272030Z copying torch\include\ATen\ops\softplus_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6278594Z copying torch\include\ATen\ops\softplus_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6285339Z copying torch\include\ATen\ops\softplus_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6292416Z copying torch\include\ATen\ops\softplus_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6299053Z copying torch\include\ATen\ops\softplus_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6305691Z copying torch\include\ATen\ops\softshrink.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6312394Z copying torch\include\ATen\ops\softshrink_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6319783Z copying torch\include\ATen\ops\softshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6327240Z copying torch\include\ATen\ops\softshrink_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6333755Z copying torch\include\ATen\ops\softshrink_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6340706Z copying torch\include\ATen\ops\softshrink_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6349124Z copying torch\include\ATen\ops\softshrink_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6355863Z copying torch\include\ATen\ops\softshrink_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6362795Z copying torch\include\ATen\ops\softshrink_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6370136Z copying torch\include\ATen\ops\softshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6377057Z copying torch\include\ATen\ops\softshrink_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6384135Z copying torch\include\ATen\ops\softshrink_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6390697Z copying torch\include\ATen\ops\softshrink_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6397589Z copying torch\include\ATen\ops\softshrink_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6404337Z copying torch\include\ATen\ops\softshrink_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6411416Z copying torch\include\ATen\ops\softshrink_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6420352Z copying torch\include\ATen\ops\soft_margin_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6427089Z copying torch\include\ATen\ops\soft_margin_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6434338Z copying torch\include\ATen\ops\soft_margin_loss_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6441550Z copying torch\include\ATen\ops\soft_margin_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6448101Z copying torch\include\ATen\ops\soft_margin_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6455239Z copying torch\include\ATen\ops\soft_margin_loss_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6461955Z copying torch\include\ATen\ops\soft_margin_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6468630Z copying torch\include\ATen\ops\soft_margin_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6475322Z copying torch\include\ATen\ops\sort.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6482478Z copying torch\include\ATen\ops\sort_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6489562Z copying torch\include\ATen\ops\sort_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6496067Z copying torch\include\ATen\ops\sort_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6503994Z copying torch\include\ATen\ops\sort_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6509829Z copying torch\include\ATen\ops\sort_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6516530Z copying torch\include\ATen\ops\sort_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6522826Z copying torch\include\ATen\ops\sort_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6529701Z copying torch\include\ATen\ops\sort_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6536809Z copying torch\include\ATen\ops\sort_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6543903Z copying torch\include\ATen\ops\sparse_bsc_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6551443Z copying torch\include\ATen\ops\sparse_bsc_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6558687Z copying torch\include\ATen\ops\sparse_bsc_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6566341Z copying torch\include\ATen\ops\sparse_bsc_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6573544Z copying torch\include\ATen\ops\sparse_bsr_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6581440Z copying torch\include\ATen\ops\sparse_bsr_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6587876Z copying torch\include\ATen\ops\sparse_bsr_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6594704Z copying torch\include\ATen\ops\sparse_bsr_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6601558Z copying torch\include\ATen\ops\sparse_compressed_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6612408Z copying torch\include\ATen\ops\sparse_compressed_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6619691Z copying torch\include\ATen\ops\sparse_compressed_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6626925Z copying torch\include\ATen\ops\sparse_compressed_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6633701Z copying torch\include\ATen\ops\sparse_coo_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6642315Z copying torch\include\ATen\ops\sparse_coo_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6649043Z copying torch\include\ATen\ops\sparse_coo_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6656017Z copying torch\include\ATen\ops\sparse_coo_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6663027Z copying torch\include\ATen\ops\sparse_coo_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6670006Z copying torch\include\ATen\ops\sparse_csc_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6677150Z copying torch\include\ATen\ops\sparse_csc_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6683801Z copying torch\include\ATen\ops\sparse_csc_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6690605Z copying torch\include\ATen\ops\sparse_csc_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6697269Z copying torch\include\ATen\ops\sparse_csr_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6704321Z copying torch\include\ATen\ops\sparse_csr_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6711300Z copying torch\include\ATen\ops\sparse_csr_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6717947Z copying torch\include\ATen\ops\sparse_csr_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6724516Z copying torch\include\ATen\ops\sparse_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6731386Z copying torch\include\ATen\ops\sparse_dim_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6737796Z copying torch\include\ATen\ops\sparse_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6744301Z copying torch\include\ATen\ops\sparse_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6750851Z copying torch\include\ATen\ops\sparse_mask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6757748Z copying torch\include\ATen\ops\sparse_mask_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6764369Z copying torch\include\ATen\ops\sparse_mask_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6771150Z copying torch\include\ATen\ops\sparse_mask_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6777902Z copying torch\include\ATen\ops\sparse_resize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6784722Z copying torch\include\ATen\ops\sparse_resize_and_clear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6792032Z copying torch\include\ATen\ops\sparse_resize_and_clear_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6799205Z copying torch\include\ATen\ops\sparse_resize_and_clear_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6806260Z copying torch\include\ATen\ops\sparse_resize_and_clear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6813038Z copying torch\include\ATen\ops\sparse_resize_and_clear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6820090Z copying torch\include\ATen\ops\sparse_resize_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6827584Z copying torch\include\ATen\ops\sparse_resize_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6834267Z copying torch\include\ATen\ops\sparse_resize_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6840905Z copying torch\include\ATen\ops\sparse_resize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6848080Z copying torch\include\ATen\ops\sparse_sampled_addmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6855034Z copying torch\include\ATen\ops\sparse_sampled_addmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6861857Z copying torch\include\ATen\ops\sparse_sampled_addmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6868637Z copying torch\include\ATen\ops\special_airy_ai.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6875706Z copying torch\include\ATen\ops\special_airy_ai_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6882823Z copying torch\include\ATen\ops\special_airy_ai_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6889173Z copying torch\include\ATen\ops\special_airy_ai_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6896904Z copying torch\include\ATen\ops\special_airy_ai_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6905146Z copying torch\include\ATen\ops\special_airy_ai_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6910297Z copying torch\include\ATen\ops\special_airy_ai_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6916677Z copying torch\include\ATen\ops\special_airy_ai_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6923970Z copying torch\include\ATen\ops\special_bessel_j0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6931583Z copying torch\include\ATen\ops\special_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6940768Z copying torch\include\ATen\ops\special_bessel_j0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6945269Z copying torch\include\ATen\ops\special_bessel_j0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.6952250Z copying torch\include\ATen\ops\special_bessel_j0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.7255461Z copying torch\include\ATen\ops\special_bessel_j0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.7268759Z copying torch\include\ATen\ops\special_bessel_j0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.7270264Z copying torch\include\ATen\ops\special_bessel_j0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.7271488Z copying torch\include\ATen\ops\special_bessel_j1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.7272965Z copying torch\include\ATen\ops\special_bessel_j1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.7274505Z copying torch\include\ATen\ops\special_bessel_j1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.7275912Z copying torch\include\ATen\ops\special_bessel_j1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.7277190Z copying torch\include\ATen\ops\special_bessel_j1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.7278475Z copying torch\include\ATen\ops\special_bessel_j1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.7279752Z copying torch\include\ATen\ops\special_bessel_j1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.7280967Z copying torch\include\ATen\ops\special_bessel_j1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.8361644Z copying torch\include\ATen\ops\special_bessel_y0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.8369347Z copying torch\include\ATen\ops\special_bessel_y0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.8376346Z copying torch\include\ATen\ops\special_bessel_y0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.8383704Z copying torch\include\ATen\ops\special_bessel_y0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.8390047Z copying torch\include\ATen\ops\special_bessel_y0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.8397125Z copying torch\include\ATen\ops\special_bessel_y0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.8403921Z copying torch\include\ATen\ops\special_bessel_y0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.8410748Z copying torch\include\ATen\ops\special_bessel_y0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.8417920Z copying torch\include\ATen\ops\special_bessel_y1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.8425307Z copying torch\include\ATen\ops\special_bessel_y1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.8431916Z copying torch\include\ATen\ops\special_bessel_y1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.8439835Z copying torch\include\ATen\ops\special_bessel_y1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.8446876Z copying torch\include\ATen\ops\special_bessel_y1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.8453734Z copying torch\include\ATen\ops\special_bessel_y1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.8460457Z copying torch\include\ATen\ops\special_bessel_y1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.8467434Z copying torch\include\ATen\ops\special_bessel_y1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.8473916Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.8481160Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.8488711Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.8495308Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.8502088Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.8508501Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.8515622Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.8522769Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.8529740Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.8536784Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.8544026Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.8550752Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.8558102Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.8564695Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.8571412Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.8578148Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.8584871Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.8591837Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.8598613Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.8606061Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.8612859Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.8620050Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.8626579Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.8633061Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.8647424Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.8654832Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.8661507Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.8669117Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.8676945Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.8683895Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.8690946Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.8704901Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.8712950Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.8720845Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.8728153Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.8736362Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.8743734Z copying torch\include\ATen\ops\special_digamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.8751414Z copying torch\include\ATen\ops\special_digamma_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.8758796Z copying torch\include\ATen\ops\special_digamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.8766355Z copying torch\include\ATen\ops\special_digamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.8774262Z copying torch\include\ATen\ops\special_entr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.8782479Z copying torch\include\ATen\ops\special_entr_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.8789625Z copying torch\include\ATen\ops\special_entr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.8797787Z copying torch\include\ATen\ops\special_entr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.8805297Z copying torch\include\ATen\ops\special_entr_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.8812663Z copying torch\include\ATen\ops\special_entr_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.8819857Z copying torch\include\ATen\ops\special_entr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.8827993Z copying torch\include\ATen\ops\special_entr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.8835341Z copying torch\include\ATen\ops\special_erf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.8842428Z copying torch\include\ATen\ops\special_erfc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.8849721Z copying torch\include\ATen\ops\special_erfcx.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.8858077Z copying torch\include\ATen\ops\special_erfcx_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.8865555Z copying torch\include\ATen\ops\special_erfcx_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.8872804Z copying torch\include\ATen\ops\special_erfcx_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.8879995Z copying torch\include\ATen\ops\special_erfcx_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.8887455Z copying torch\include\ATen\ops\special_erfcx_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.8895410Z copying torch\include\ATen\ops\special_erfcx_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.8902774Z copying torch\include\ATen\ops\special_erfcx_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.8910612Z copying torch\include\ATen\ops\special_erfc_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.8917695Z copying torch\include\ATen\ops\special_erfc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.8924993Z copying torch\include\ATen\ops\special_erfc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.8932382Z copying torch\include\ATen\ops\special_erfinv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.8940014Z copying torch\include\ATen\ops\special_erfinv_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.8947505Z copying torch\include\ATen\ops\special_erfinv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.8954734Z copying torch\include\ATen\ops\special_erfinv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.8962732Z copying torch\include\ATen\ops\special_erf_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.8969835Z copying torch\include\ATen\ops\special_erf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.8976729Z copying torch\include\ATen\ops\special_erf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.8983950Z copying torch\include\ATen\ops\special_exp2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.8992606Z copying torch\include\ATen\ops\special_exp2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.8999662Z copying torch\include\ATen\ops\special_exp2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9006768Z copying torch\include\ATen\ops\special_exp2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9014368Z copying torch\include\ATen\ops\special_expit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9022389Z copying torch\include\ATen\ops\special_expit_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9029491Z copying torch\include\ATen\ops\special_expit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9035922Z copying torch\include\ATen\ops\special_expit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9042842Z copying torch\include\ATen\ops\special_expm1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9049850Z copying torch\include\ATen\ops\special_expm1_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9057006Z copying torch\include\ATen\ops\special_expm1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9063632Z copying torch\include\ATen\ops\special_expm1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9070339Z copying torch\include\ATen\ops\special_gammainc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9076932Z copying torch\include\ATen\ops\special_gammaincc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9084052Z copying torch\include\ATen\ops\special_gammaincc_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9091147Z copying torch\include\ATen\ops\special_gammaincc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9097886Z copying torch\include\ATen\ops\special_gammaincc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9104884Z copying torch\include\ATen\ops\special_gammainc_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9111953Z copying torch\include\ATen\ops\special_gammainc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9118610Z copying torch\include\ATen\ops\special_gammainc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9125280Z copying torch\include\ATen\ops\special_gammaln.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9132291Z copying torch\include\ATen\ops\special_gammaln_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9138817Z copying torch\include\ATen\ops\special_gammaln_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9148647Z copying torch\include\ATen\ops\special_gammaln_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9158022Z copying torch\include\ATen\ops\special_hermite_polynomial_h.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9168535Z copying torch\include\ATen\ops\special_hermite_polynomial_he.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9179620Z copying torch\include\ATen\ops\special_hermite_polynomial_he_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9190131Z copying torch\include\ATen\ops\special_hermite_polynomial_he_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9199585Z copying torch\include\ATen\ops\special_hermite_polynomial_he_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9207235Z copying torch\include\ATen\ops\special_hermite_polynomial_he_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9215454Z copying torch\include\ATen\ops\special_hermite_polynomial_he_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9223498Z copying torch\include\ATen\ops\special_hermite_polynomial_he_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9260997Z copying torch\include\ATen\ops\special_hermite_polynomial_he_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9267561Z copying torch\include\ATen\ops\special_hermite_polynomial_he_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9274732Z copying torch\include\ATen\ops\special_hermite_polynomial_h_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9281887Z copying torch\include\ATen\ops\special_hermite_polynomial_h_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9288570Z copying torch\include\ATen\ops\special_hermite_polynomial_h_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9295459Z copying torch\include\ATen\ops\special_hermite_polynomial_h_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9302084Z copying torch\include\ATen\ops\special_hermite_polynomial_h_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9308857Z copying torch\include\ATen\ops\special_hermite_polynomial_h_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9315682Z copying torch\include\ATen\ops\special_hermite_polynomial_h_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9322411Z copying torch\include\ATen\ops\special_hermite_polynomial_h_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9328997Z copying torch\include\ATen\ops\special_i0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9335700Z copying torch\include\ATen\ops\special_i0e.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9342839Z copying torch\include\ATen\ops\special_i0e_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9349099Z copying torch\include\ATen\ops\special_i0e_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9355852Z copying torch\include\ATen\ops\special_i0e_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9362253Z copying torch\include\ATen\ops\special_i0e_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9368841Z copying torch\include\ATen\ops\special_i0e_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9375718Z copying torch\include\ATen\ops\special_i0e_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9382151Z copying torch\include\ATen\ops\special_i0e_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9389048Z copying torch\include\ATen\ops\special_i0_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9395451Z copying torch\include\ATen\ops\special_i0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9401990Z copying torch\include\ATen\ops\special_i0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9408440Z copying torch\include\ATen\ops\special_i1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9415141Z copying torch\include\ATen\ops\special_i1e.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9422284Z copying torch\include\ATen\ops\special_i1e_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9428758Z copying torch\include\ATen\ops\special_i1e_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9435187Z copying torch\include\ATen\ops\special_i1e_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9441861Z copying torch\include\ATen\ops\special_i1e_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9448979Z copying torch\include\ATen\ops\special_i1e_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9455972Z copying torch\include\ATen\ops\special_i1e_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9462561Z copying torch\include\ATen\ops\special_i1e_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9469702Z copying torch\include\ATen\ops\special_i1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9477293Z copying torch\include\ATen\ops\special_i1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9484561Z copying torch\include\ATen\ops\special_i1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9491530Z copying torch\include\ATen\ops\special_i1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9498713Z copying torch\include\ATen\ops\special_i1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9505558Z copying torch\include\ATen\ops\special_i1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9512297Z copying torch\include\ATen\ops\special_i1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9519200Z copying torch\include\ATen\ops\special_laguerre_polynomial_l.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9526403Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9533677Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9541322Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9547692Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9554584Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9561542Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9568501Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9575959Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9582823Z copying torch\include\ATen\ops\special_legendre_polynomial_p.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9590251Z copying torch\include\ATen\ops\special_legendre_polynomial_p_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9597517Z copying torch\include\ATen\ops\special_legendre_polynomial_p_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9604420Z copying torch\include\ATen\ops\special_legendre_polynomial_p_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9611732Z copying torch\include\ATen\ops\special_legendre_polynomial_p_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9618591Z copying torch\include\ATen\ops\special_legendre_polynomial_p_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9625728Z copying torch\include\ATen\ops\special_legendre_polynomial_p_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9632794Z copying torch\include\ATen\ops\special_legendre_polynomial_p_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9639650Z copying torch\include\ATen\ops\special_legendre_polynomial_p_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9646336Z copying torch\include\ATen\ops\special_log1p.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9654129Z copying torch\include\ATen\ops\special_log1p_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9660781Z copying torch\include\ATen\ops\special_log1p_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9667418Z copying torch\include\ATen\ops\special_log1p_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9674150Z copying torch\include\ATen\ops\special_logit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9681410Z copying torch\include\ATen\ops\special_logit_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9688553Z copying torch\include\ATen\ops\special_logit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9695396Z copying torch\include\ATen\ops\special_logit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9702312Z copying torch\include\ATen\ops\special_logsumexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9709479Z copying torch\include\ATen\ops\special_logsumexp_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9716649Z copying torch\include\ATen\ops\special_logsumexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9723404Z copying torch\include\ATen\ops\special_logsumexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9730271Z copying torch\include\ATen\ops\special_log_ndtr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9737555Z copying torch\include\ATen\ops\special_log_ndtr_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9744554Z copying torch\include\ATen\ops\special_log_ndtr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9751282Z copying torch\include\ATen\ops\special_log_ndtr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9758027Z copying torch\include\ATen\ops\special_log_ndtr_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9765373Z copying torch\include\ATen\ops\special_log_ndtr_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9771798Z copying torch\include\ATen\ops\special_log_ndtr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9778572Z copying torch\include\ATen\ops\special_log_ndtr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9785363Z copying torch\include\ATen\ops\special_log_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9792788Z copying torch\include\ATen\ops\special_log_softmax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9799443Z copying torch\include\ATen\ops\special_log_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9806115Z copying torch\include\ATen\ops\special_log_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9812957Z copying torch\include\ATen\ops\special_modified_bessel_i0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9820339Z copying torch\include\ATen\ops\special_modified_bessel_i0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9827780Z copying torch\include\ATen\ops\special_modified_bessel_i0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9834769Z copying torch\include\ATen\ops\special_modified_bessel_i0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9841396Z copying torch\include\ATen\ops\special_modified_bessel_i0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9848108Z copying torch\include\ATen\ops\special_modified_bessel_i0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9855637Z copying torch\include\ATen\ops\special_modified_bessel_i0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9862206Z copying torch\include\ATen\ops\special_modified_bessel_i0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9869262Z copying torch\include\ATen\ops\special_modified_bessel_i1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9876467Z copying torch\include\ATen\ops\special_modified_bessel_i1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9883193Z copying torch\include\ATen\ops\special_modified_bessel_i1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9889839Z copying torch\include\ATen\ops\special_modified_bessel_i1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9896572Z copying torch\include\ATen\ops\special_modified_bessel_i1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9903479Z copying torch\include\ATen\ops\special_modified_bessel_i1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9910355Z copying torch\include\ATen\ops\special_modified_bessel_i1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9917009Z copying torch\include\ATen\ops\special_modified_bessel_i1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9923729Z copying torch\include\ATen\ops\special_modified_bessel_k0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9931109Z copying torch\include\ATen\ops\special_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9937608Z copying torch\include\ATen\ops\special_modified_bessel_k0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9944717Z copying torch\include\ATen\ops\special_modified_bessel_k0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9951779Z copying torch\include\ATen\ops\special_modified_bessel_k0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9958973Z copying torch\include\ATen\ops\special_modified_bessel_k0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9965919Z copying torch\include\ATen\ops\special_modified_bessel_k0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9972678Z copying torch\include\ATen\ops\special_modified_bessel_k0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9979431Z copying torch\include\ATen\ops\special_modified_bessel_k1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9986914Z copying torch\include\ATen\ops\special_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:26.9993652Z copying torch\include\ATen\ops\special_modified_bessel_k1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0000563Z copying torch\include\ATen\ops\special_modified_bessel_k1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0007275Z copying torch\include\ATen\ops\special_modified_bessel_k1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0014372Z copying torch\include\ATen\ops\special_modified_bessel_k1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0021288Z copying torch\include\ATen\ops\special_modified_bessel_k1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0028064Z copying torch\include\ATen\ops\special_modified_bessel_k1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0034897Z copying torch\include\ATen\ops\special_multigammaln.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0041927Z copying torch\include\ATen\ops\special_multigammaln_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0048725Z copying torch\include\ATen\ops\special_multigammaln_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0055465Z copying torch\include\ATen\ops\special_multigammaln_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0061894Z copying torch\include\ATen\ops\special_ndtr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0069173Z copying torch\include\ATen\ops\special_ndtri.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0076266Z copying torch\include\ATen\ops\special_ndtri_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0082688Z copying torch\include\ATen\ops\special_ndtri_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0089307Z copying torch\include\ATen\ops\special_ndtri_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0096203Z copying torch\include\ATen\ops\special_ndtri_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0102904Z copying torch\include\ATen\ops\special_ndtri_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0110059Z copying torch\include\ATen\ops\special_ndtri_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0116652Z copying torch\include\ATen\ops\special_ndtri_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0123914Z copying torch\include\ATen\ops\special_ndtr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0130673Z copying torch\include\ATen\ops\special_ndtr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0137071Z copying torch\include\ATen\ops\special_ndtr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0143791Z copying torch\include\ATen\ops\special_polygamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0150834Z copying torch\include\ATen\ops\special_polygamma_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0157445Z copying torch\include\ATen\ops\special_polygamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0163912Z copying torch\include\ATen\ops\special_polygamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0170254Z copying torch\include\ATen\ops\special_psi.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0177278Z copying torch\include\ATen\ops\special_psi_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0183757Z copying torch\include\ATen\ops\special_psi_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0190080Z copying torch\include\ATen\ops\special_psi_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0196737Z copying torch\include\ATen\ops\special_round.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0203871Z copying torch\include\ATen\ops\special_round_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0210506Z copying torch\include\ATen\ops\special_round_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0217072Z copying torch\include\ATen\ops\special_round_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0223992Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0231619Z 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-20T21:51:27.0238157Z 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-20T21:51:27.0245227Z 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-20T21:51:27.0256161Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0262958Z 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-20T21:51:27.0276584Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0282908Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0289821Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0297141Z 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-20T21:51:27.0308697Z 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-20T21:51:27.0315410Z 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-20T21:51:27.0322138Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0329582Z 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-20T21:51:27.0336585Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0343250Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0349988Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0357316Z 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-20T21:51:27.0364543Z 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-20T21:51:27.0371937Z 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-20T21:51:27.0378801Z 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-20T21:51:27.0385549Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0392707Z 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-20T21:51:27.0399651Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0406557Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0413789Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0421895Z 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-20T21:51:27.0429196Z 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-20T21:51:27.0436555Z 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-20T21:51:27.0443380Z 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-20T21:51:27.0450722Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0457661Z 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-20T21:51:27.0464542Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0471751Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0478720Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0486308Z 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-20T21:51:27.0494611Z 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-20T21:51:27.0501765Z 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-20T21:51:27.0508905Z 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-20T21:51:27.0515681Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0522738Z 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-20T21:51:27.0543032Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0549732Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0557337Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0565068Z 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-20T21:51:27.0572490Z 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-20T21:51:27.0579880Z 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-20T21:51:27.0587299Z 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-20T21:51:27.0594383Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0601597Z 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-20T21:51:27.0608809Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0615899Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0623208Z copying torch\include\ATen\ops\special_sinc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0630611Z copying torch\include\ATen\ops\special_sinc_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0637348Z copying torch\include\ATen\ops\special_sinc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0644118Z copying torch\include\ATen\ops\special_sinc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0651298Z copying torch\include\ATen\ops\special_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0659155Z copying torch\include\ATen\ops\special_softmax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0666047Z copying torch\include\ATen\ops\special_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0672755Z copying torch\include\ATen\ops\special_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0680524Z copying torch\include\ATen\ops\special_spherical_bessel_j0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0689073Z copying torch\include\ATen\ops\special_spherical_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0695634Z copying torch\include\ATen\ops\special_spherical_bessel_j0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0702814Z copying torch\include\ATen\ops\special_spherical_bessel_j0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0709827Z copying torch\include\ATen\ops\special_spherical_bessel_j0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0717115Z copying torch\include\ATen\ops\special_spherical_bessel_j0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0724467Z copying torch\include\ATen\ops\special_spherical_bessel_j0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0731583Z copying torch\include\ATen\ops\special_spherical_bessel_j0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0738749Z copying torch\include\ATen\ops\special_xlog1py.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0746391Z copying torch\include\ATen\ops\special_xlog1py_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0753259Z copying torch\include\ATen\ops\special_xlog1py_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0760104Z copying torch\include\ATen\ops\special_xlog1py_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0767117Z copying torch\include\ATen\ops\special_xlog1py_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0774509Z copying torch\include\ATen\ops\special_xlog1py_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0781586Z copying torch\include\ATen\ops\special_xlog1py_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0788016Z copying torch\include\ATen\ops\special_xlog1py_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0800397Z copying torch\include\ATen\ops\special_xlog1py_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0807302Z copying torch\include\ATen\ops\special_xlogy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0814703Z copying torch\include\ATen\ops\special_xlogy_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0821371Z copying torch\include\ATen\ops\special_xlogy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0828201Z copying torch\include\ATen\ops\special_xlogy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0835173Z copying torch\include\ATen\ops\special_zeta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0842471Z copying torch\include\ATen\ops\special_zeta_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0849404Z copying torch\include\ATen\ops\special_zeta_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0856530Z copying torch\include\ATen\ops\special_zeta_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0863151Z copying torch\include\ATen\ops\special_zeta_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0870097Z copying torch\include\ATen\ops\special_zeta_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0876957Z copying torch\include\ATen\ops\special_zeta_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0883842Z copying torch\include\ATen\ops\special_zeta_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0890791Z copying torch\include\ATen\ops\special_zeta_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0897434Z copying torch\include\ATen\ops\split.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0904981Z copying torch\include\ATen\ops\split_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0911866Z copying torch\include\ATen\ops\split_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0918396Z copying torch\include\ATen\ops\split_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0929724Z copying torch\include\ATen\ops\split_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0936511Z copying torch\include\ATen\ops\split_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0943123Z copying torch\include\ATen\ops\split_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0949641Z copying torch\include\ATen\ops\split_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0956513Z copying torch\include\ATen\ops\split_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0963220Z copying torch\include\ATen\ops\split_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0976380Z copying torch\include\ATen\ops\split_with_sizes.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0983332Z copying torch\include\ATen\ops\split_with_sizes_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0990154Z copying torch\include\ATen\ops\split_with_sizes_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.0997586Z copying torch\include\ATen\ops\split_with_sizes_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1004693Z copying torch\include\ATen\ops\split_with_sizes_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1011498Z copying torch\include\ATen\ops\split_with_sizes_copy_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1018330Z copying torch\include\ATen\ops\split_with_sizes_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1025360Z copying torch\include\ATen\ops\split_with_sizes_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1033040Z copying torch\include\ATen\ops\split_with_sizes_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1039717Z copying torch\include\ATen\ops\split_with_sizes_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1046318Z copying torch\include\ATen\ops\sqrt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1053688Z copying torch\include\ATen\ops\sqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1060444Z copying torch\include\ATen\ops\sqrt_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1067017Z copying torch\include\ATen\ops\sqrt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1073909Z copying torch\include\ATen\ops\sqrt_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1080361Z copying torch\include\ATen\ops\sqrt_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1108895Z copying torch\include\ATen\ops\sqrt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1115149Z copying torch\include\ATen\ops\sqrt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1121398Z copying torch\include\ATen\ops\square.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1128135Z copying torch\include\ATen\ops\square_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1134808Z copying torch\include\ATen\ops\square_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1141304Z copying torch\include\ATen\ops\square_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1147896Z copying torch\include\ATen\ops\squeeze.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1154759Z copying torch\include\ATen\ops\squeeze_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1161405Z copying torch\include\ATen\ops\squeeze_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1168026Z copying torch\include\ATen\ops\squeeze_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1175271Z copying torch\include\ATen\ops\squeeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1182086Z copying torch\include\ATen\ops\squeeze_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1189001Z copying torch\include\ATen\ops\squeeze_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1195796Z copying torch\include\ATen\ops\squeeze_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1206748Z copying torch\include\ATen\ops\squeeze_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1213426Z copying torch\include\ATen\ops\squeeze_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1220086Z copying torch\include\ATen\ops\sspaddmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1226794Z copying torch\include\ATen\ops\sspaddmm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1233861Z copying torch\include\ATen\ops\sspaddmm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1240485Z copying torch\include\ATen\ops\sspaddmm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1247519Z copying torch\include\ATen\ops\sspaddmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1254344Z copying torch\include\ATen\ops\sspaddmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1260973Z copying torch\include\ATen\ops\stack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1267602Z copying torch\include\ATen\ops\stack_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1274032Z copying torch\include\ATen\ops\stack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1280429Z copying torch\include\ATen\ops\stack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1291922Z copying torch\include\ATen\ops\std.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1298579Z copying torch\include\ATen\ops\std_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1305416Z copying torch\include\ATen\ops\std_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1312065Z copying torch\include\ATen\ops\std_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1318565Z copying torch\include\ATen\ops\std_mean.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1325207Z copying torch\include\ATen\ops\std_mean_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1332091Z copying torch\include\ATen\ops\std_mean_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1339252Z copying torch\include\ATen\ops\std_mean_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1345498Z copying torch\include\ATen\ops\std_mean_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1352214Z copying torch\include\ATen\ops\std_mean_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1358698Z copying torch\include\ATen\ops\std_mean_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1365253Z copying torch\include\ATen\ops\std_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1381706Z copying torch\include\ATen\ops\std_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1387762Z copying torch\include\ATen\ops\stft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1394230Z copying torch\include\ATen\ops\stft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1400590Z copying torch\include\ATen\ops\stft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1406820Z copying torch\include\ATen\ops\stft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1412973Z copying torch\include\ATen\ops\stride.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1419702Z copying torch\include\ATen\ops\stride_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1425937Z copying torch\include\ATen\ops\stride_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1432142Z copying torch\include\ATen\ops\stride_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1438473Z copying torch\include\ATen\ops\sub.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1444916Z copying torch\include\ATen\ops\subtract.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1451470Z copying torch\include\ATen\ops\subtract_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1462840Z copying torch\include\ATen\ops\subtract_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1468827Z copying torch\include\ATen\ops\subtract_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1476083Z copying torch\include\ATen\ops\sub_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1482454Z copying torch\include\ATen\ops\sub_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1489989Z copying torch\include\ATen\ops\sub_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1495912Z copying torch\include\ATen\ops\sub_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1502144Z copying torch\include\ATen\ops\sub_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1508277Z copying torch\include\ATen\ops\sub_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1514776Z copying torch\include\ATen\ops\sub_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1521315Z copying torch\include\ATen\ops\sub_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1527262Z copying torch\include\ATen\ops\sum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1534369Z copying torch\include\ATen\ops\sum_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1545107Z copying torch\include\ATen\ops\sum_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1551525Z copying torch\include\ATen\ops\sum_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1558016Z copying torch\include\ATen\ops\sum_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1564466Z copying torch\include\ATen\ops\sum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1571127Z copying torch\include\ATen\ops\sum_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1577393Z copying torch\include\ATen\ops\sum_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1583814Z copying torch\include\ATen\ops\sum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1590098Z copying torch\include\ATen\ops\sum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1596136Z copying torch\include\ATen\ops\sum_to_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1602822Z copying torch\include\ATen\ops\sum_to_size_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1609255Z copying torch\include\ATen\ops\sum_to_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1615405Z copying torch\include\ATen\ops\sum_to_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1622008Z copying torch\include\ATen\ops\svd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1628490Z copying torch\include\ATen\ops\svd_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1634662Z copying torch\include\ATen\ops\svd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1640971Z copying torch\include\ATen\ops\svd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1647025Z copying torch\include\ATen\ops\swapaxes.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1653203Z copying torch\include\ATen\ops\swapaxes_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1660108Z copying torch\include\ATen\ops\swapaxes_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1666684Z copying torch\include\ATen\ops\swapaxes_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1673205Z copying torch\include\ATen\ops\swapdims.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1680150Z copying torch\include\ATen\ops\swapdims_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1686844Z copying torch\include\ATen\ops\swapdims_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1693309Z copying torch\include\ATen\ops\swapdims_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1700354Z copying torch\include\ATen\ops\sym_constrain_range.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1706881Z copying torch\include\ATen\ops\sym_constrain_range_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1713620Z copying torch\include\ATen\ops\sym_constrain_range_for_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1721222Z 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-20T21:51:27.1728628Z copying torch\include\ATen\ops\sym_constrain_range_for_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1735131Z copying torch\include\ATen\ops\sym_constrain_range_for_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1744163Z copying torch\include\ATen\ops\sym_constrain_range_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1752791Z copying torch\include\ATen\ops\sym_constrain_range_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1759351Z copying torch\include\ATen\ops\sym_numel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1766124Z copying torch\include\ATen\ops\sym_numel_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1773069Z copying torch\include\ATen\ops\sym_numel_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1779633Z copying torch\include\ATen\ops\sym_numel_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1786011Z copying torch\include\ATen\ops\sym_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1792553Z copying torch\include\ATen\ops\sym_size_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1799064Z copying torch\include\ATen\ops\sym_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1805508Z copying torch\include\ATen\ops\sym_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1812345Z copying torch\include\ATen\ops\sym_storage_offset.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1819498Z copying torch\include\ATen\ops\sym_storage_offset_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1826140Z copying torch\include\ATen\ops\sym_storage_offset_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1832969Z copying torch\include\ATen\ops\sym_storage_offset_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1839656Z copying torch\include\ATen\ops\sym_stride.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1849538Z copying torch\include\ATen\ops\sym_stride_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1857653Z copying torch\include\ATen\ops\sym_stride_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1863598Z copying torch\include\ATen\ops\sym_stride_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1870270Z copying torch\include\ATen\ops\t.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1876514Z copying torch\include\ATen\ops\take.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1882692Z copying torch\include\ATen\ops\take_along_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1889698Z copying torch\include\ATen\ops\take_along_dim_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1896283Z copying torch\include\ATen\ops\take_along_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1902683Z copying torch\include\ATen\ops\take_along_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1914850Z copying torch\include\ATen\ops\take_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1921406Z copying torch\include\ATen\ops\take_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1928247Z copying torch\include\ATen\ops\take_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1935477Z copying torch\include\ATen\ops\take_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1941704Z copying torch\include\ATen\ops\tan.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1949639Z copying torch\include\ATen\ops\tanh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1958712Z copying torch\include\ATen\ops\tanh_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1967012Z copying torch\include\ATen\ops\tanh_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1976382Z copying torch\include\ATen\ops\tanh_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1984250Z copying torch\include\ATen\ops\tanh_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.1993557Z copying torch\include\ATen\ops\tanh_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2000462Z copying torch\include\ATen\ops\tanh_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2008404Z copying torch\include\ATen\ops\tanh_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2015269Z copying torch\include\ATen\ops\tanh_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2023623Z copying torch\include\ATen\ops\tanh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2029731Z copying torch\include\ATen\ops\tanh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2036386Z copying torch\include\ATen\ops\tanh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2042705Z copying torch\include\ATen\ops\tanh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2049275Z copying torch\include\ATen\ops\tanh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2057380Z copying torch\include\ATen\ops\tanh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2063944Z copying torch\include\ATen\ops\tanh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2070599Z copying torch\include\ATen\ops\tan_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2076886Z copying torch\include\ATen\ops\tan_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2083438Z copying torch\include\ATen\ops\tan_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2090297Z copying torch\include\ATen\ops\tan_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2096258Z copying torch\include\ATen\ops\tan_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2102599Z copying torch\include\ATen\ops\tan_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2110475Z copying torch\include\ATen\ops\tan_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2119044Z copying torch\include\ATen\ops\tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2126648Z copying torch\include\ATen\ops\tensordot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2135116Z copying torch\include\ATen\ops\tensordot_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2144060Z copying torch\include\ATen\ops\tensordot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2151869Z copying torch\include\ATen\ops\tensordot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2161276Z copying torch\include\ATen\ops\tensor_split.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2169659Z copying torch\include\ATen\ops\tensor_split_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2178609Z copying torch\include\ATen\ops\tensor_split_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2186563Z copying torch\include\ATen\ops\tensor_split_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2195424Z copying torch\include\ATen\ops\thnn_conv2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2203745Z copying torch\include\ATen\ops\thnn_conv2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2213120Z copying torch\include\ATen\ops\thnn_conv2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2221313Z copying torch\include\ATen\ops\thnn_conv2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2229070Z copying torch\include\ATen\ops\threshold.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2238166Z copying torch\include\ATen\ops\threshold_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2246499Z copying torch\include\ATen\ops\threshold_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2255707Z copying torch\include\ATen\ops\threshold_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2263791Z copying torch\include\ATen\ops\threshold_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2274234Z copying torch\include\ATen\ops\threshold_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2282398Z copying torch\include\ATen\ops\threshold_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2291808Z copying torch\include\ATen\ops\threshold_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2299856Z copying torch\include\ATen\ops\threshold_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2309680Z copying torch\include\ATen\ops\threshold_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2317430Z copying torch\include\ATen\ops\threshold_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2327312Z copying torch\include\ATen\ops\threshold_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2335668Z copying torch\include\ATen\ops\threshold_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2344716Z copying torch\include\ATen\ops\threshold_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2352859Z copying torch\include\ATen\ops\threshold_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2361947Z copying torch\include\ATen\ops\threshold_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2369796Z copying torch\include\ATen\ops\tile.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2379015Z copying torch\include\ATen\ops\tile_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2386611Z copying torch\include\ATen\ops\tile_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2394127Z copying torch\include\ATen\ops\tile_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2402961Z copying torch\include\ATen\ops\to.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2410405Z copying torch\include\ATen\ops\topk.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2419316Z copying torch\include\ATen\ops\topk_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2450987Z copying torch\include\ATen\ops\topk_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2457320Z copying torch\include\ATen\ops\topk_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2463817Z copying torch\include\ATen\ops\topk_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2470221Z copying torch\include\ATen\ops\topk_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2476575Z copying torch\include\ATen\ops\topk_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2483112Z copying torch\include\ATen\ops\topk_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2489649Z copying torch\include\ATen\ops\to_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2495959Z copying torch\include\ATen\ops\to_dense.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2502088Z copying torch\include\ATen\ops\to_dense_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2508960Z copying torch\include\ATen\ops\to_dense_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2515786Z copying torch\include\ATen\ops\to_dense_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2522023Z copying torch\include\ATen\ops\to_dense_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2529135Z copying torch\include\ATen\ops\to_dense_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2535864Z copying torch\include\ATen\ops\to_dense_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2542390Z copying torch\include\ATen\ops\to_dense_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2548857Z copying torch\include\ATen\ops\to_mkldnn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2555355Z copying torch\include\ATen\ops\to_mkldnn_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2562140Z copying torch\include\ATen\ops\to_mkldnn_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2568607Z copying torch\include\ATen\ops\to_mkldnn_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2575164Z copying torch\include\ATen\ops\to_mkldnn_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2582280Z copying torch\include\ATen\ops\to_mkldnn_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2588724Z copying torch\include\ATen\ops\to_mkldnn_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2595178Z copying torch\include\ATen\ops\to_mkldnn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2601623Z copying torch\include\ATen\ops\to_mkldnn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2608219Z copying torch\include\ATen\ops\to_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2614538Z copying torch\include\ATen\ops\to_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2620880Z copying torch\include\ATen\ops\to_padded_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2627847Z copying torch\include\ATen\ops\to_padded_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2634175Z copying torch\include\ATen\ops\to_padded_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2640559Z copying torch\include\ATen\ops\to_padded_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2646969Z copying torch\include\ATen\ops\to_sparse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2653707Z copying torch\include\ATen\ops\to_sparse_bsc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2660516Z copying torch\include\ATen\ops\to_sparse_bsc_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2667478Z copying torch\include\ATen\ops\to_sparse_bsc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2673648Z copying torch\include\ATen\ops\to_sparse_bsc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2680565Z copying torch\include\ATen\ops\to_sparse_bsr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2687331Z copying torch\include\ATen\ops\to_sparse_bsr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2693928Z copying torch\include\ATen\ops\to_sparse_bsr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2704537Z copying torch\include\ATen\ops\to_sparse_bsr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2711422Z copying torch\include\ATen\ops\to_sparse_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2718154Z copying torch\include\ATen\ops\to_sparse_csc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2724946Z copying torch\include\ATen\ops\to_sparse_csc_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2732415Z copying torch\include\ATen\ops\to_sparse_csc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2738896Z copying torch\include\ATen\ops\to_sparse_csc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2749106Z copying torch\include\ATen\ops\to_sparse_csr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2755870Z copying torch\include\ATen\ops\to_sparse_csr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2762970Z copying torch\include\ATen\ops\to_sparse_csr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2769514Z copying torch\include\ATen\ops\to_sparse_csr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2776255Z copying torch\include\ATen\ops\to_sparse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2782817Z copying torch\include\ATen\ops\to_sparse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2789281Z copying torch\include\ATen\ops\trace.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2795602Z copying torch\include\ATen\ops\trace_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2802488Z copying torch\include\ATen\ops\trace_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2808893Z copying torch\include\ATen\ops\trace_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2815542Z copying torch\include\ATen\ops\trace_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2822387Z copying torch\include\ATen\ops\trace_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2829133Z copying torch\include\ATen\ops\trace_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2836140Z copying torch\include\ATen\ops\trace_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2842627Z copying torch\include\ATen\ops\trace_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2849246Z copying torch\include\ATen\ops\trace_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2855900Z copying torch\include\ATen\ops\transpose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2862738Z copying torch\include\ATen\ops\transpose_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2870195Z copying torch\include\ATen\ops\transpose_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2876672Z copying torch\include\ATen\ops\transpose_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2883875Z copying torch\include\ATen\ops\transpose_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2890899Z copying torch\include\ATen\ops\transpose_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2897382Z copying torch\include\ATen\ops\transpose_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2904116Z copying torch\include\ATen\ops\transpose_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2911112Z copying torch\include\ATen\ops\transpose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2917695Z copying torch\include\ATen\ops\transpose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2924182Z copying torch\include\ATen\ops\trapezoid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2931062Z copying torch\include\ATen\ops\trapezoid_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2937487Z copying torch\include\ATen\ops\trapezoid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2944503Z copying torch\include\ATen\ops\trapezoid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2950625Z copying torch\include\ATen\ops\trapz.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2957382Z copying torch\include\ATen\ops\trapz_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.2993582Z copying torch\include\ATen\ops\trapz_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3000450Z copying torch\include\ATen\ops\trapz_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3006474Z copying torch\include\ATen\ops\triangular_solve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3013668Z copying torch\include\ATen\ops\triangular_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3020618Z copying torch\include\ATen\ops\triangular_solve_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3027188Z copying torch\include\ATen\ops\triangular_solve_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3033781Z copying torch\include\ATen\ops\triangular_solve_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3040452Z copying torch\include\ATen\ops\triangular_solve_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3047106Z copying torch\include\ATen\ops\triangular_solve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3054136Z copying torch\include\ATen\ops\triangular_solve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3060578Z copying torch\include\ATen\ops\tril.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3067493Z copying torch\include\ATen\ops\tril_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3073641Z copying torch\include\ATen\ops\tril_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3080232Z copying torch\include\ATen\ops\tril_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3086923Z copying torch\include\ATen\ops\tril_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3094311Z copying torch\include\ATen\ops\tril_indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3100721Z copying torch\include\ATen\ops\tril_indices_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3107497Z copying torch\include\ATen\ops\tril_indices_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3114560Z copying torch\include\ATen\ops\tril_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3121180Z copying torch\include\ATen\ops\tril_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3127994Z copying torch\include\ATen\ops\tril_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3134599Z copying torch\include\ATen\ops\tril_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3145387Z copying torch\include\ATen\ops\tril_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3151959Z copying torch\include\ATen\ops\tril_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3158408Z copying torch\include\ATen\ops\triplet_margin_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3165567Z copying torch\include\ATen\ops\triplet_margin_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3172150Z copying torch\include\ATen\ops\triplet_margin_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3178946Z copying torch\include\ATen\ops\triplet_margin_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3185722Z copying torch\include\ATen\ops\triu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3192583Z copying torch\include\ATen\ops\triu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3199014Z copying torch\include\ATen\ops\triu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3205467Z copying torch\include\ATen\ops\triu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3212129Z copying torch\include\ATen\ops\triu_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3218977Z copying torch\include\ATen\ops\triu_indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3230017Z copying torch\include\ATen\ops\triu_indices_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3240296Z copying torch\include\ATen\ops\triu_indices_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3246304Z copying torch\include\ATen\ops\triu_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3252710Z copying torch\include\ATen\ops\triu_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3259374Z copying torch\include\ATen\ops\triu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3265866Z copying torch\include\ATen\ops\triu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3272376Z copying torch\include\ATen\ops\triu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3278826Z copying torch\include\ATen\ops\triu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3285162Z copying torch\include\ATen\ops\true_divide.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3292327Z copying torch\include\ATen\ops\true_divide_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3298806Z copying torch\include\ATen\ops\true_divide_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3305374Z copying torch\include\ATen\ops\true_divide_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3311908Z copying torch\include\ATen\ops\trunc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3318994Z copying torch\include\ATen\ops\trunc_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3325535Z copying torch\include\ATen\ops\trunc_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3332228Z copying torch\include\ATen\ops\trunc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3338876Z copying torch\include\ATen\ops\trunc_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3345246Z copying torch\include\ATen\ops\trunc_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3356717Z copying torch\include\ATen\ops\trunc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3363529Z copying torch\include\ATen\ops\trunc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3370518Z copying torch\include\ATen\ops\type_as.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3376729Z copying torch\include\ATen\ops\type_as_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3383229Z copying torch\include\ATen\ops\type_as_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3389584Z copying torch\include\ATen\ops\type_as_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3400818Z copying torch\include\ATen\ops\t_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3407367Z copying torch\include\ATen\ops\t_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3414272Z copying torch\include\ATen\ops\t_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3420962Z copying torch\include\ATen\ops\t_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3427334Z copying torch\include\ATen\ops\t_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3434008Z copying torch\include\ATen\ops\t_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3440701Z copying torch\include\ATen\ops\t_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3446663Z copying torch\include\ATen\ops\t_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3453288Z copying torch\include\ATen\ops\unbind.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3459714Z copying torch\include\ATen\ops\unbind_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3466505Z copying torch\include\ATen\ops\unbind_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3472781Z copying torch\include\ATen\ops\unbind_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3480184Z copying torch\include\ATen\ops\unbind_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3486724Z copying torch\include\ATen\ops\unbind_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3493265Z copying torch\include\ATen\ops\unbind_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3499811Z copying torch\include\ATen\ops\unbind_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3506449Z copying torch\include\ATen\ops\unbind_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3513213Z copying torch\include\ATen\ops\unbind_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3520264Z copying torch\include\ATen\ops\unflatten.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3527358Z copying torch\include\ATen\ops\unflatten_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3534595Z copying torch\include\ATen\ops\unflatten_dense_tensors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3542275Z copying torch\include\ATen\ops\unflatten_dense_tensors_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3549486Z copying torch\include\ATen\ops\unflatten_dense_tensors_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3556017Z copying torch\include\ATen\ops\unflatten_dense_tensors_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3562619Z copying torch\include\ATen\ops\unflatten_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3569014Z copying torch\include\ATen\ops\unflatten_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3575962Z copying torch\include\ATen\ops\unfold.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3582164Z copying torch\include\ATen\ops\unfold_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3598989Z copying torch\include\ATen\ops\unfold_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3606126Z copying torch\include\ATen\ops\unfold_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3613514Z copying torch\include\ATen\ops\unfold_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3620032Z copying torch\include\ATen\ops\unfold_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3626797Z copying torch\include\ATen\ops\unfold_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3633281Z copying torch\include\ATen\ops\unfold_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3640443Z copying torch\include\ATen\ops\unfold_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3647184Z copying torch\include\ATen\ops\unfold_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3654337Z copying torch\include\ATen\ops\unfold_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3661080Z copying torch\include\ATen\ops\unfold_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3667809Z copying torch\include\ATen\ops\unfold_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3674506Z copying torch\include\ATen\ops\unfold_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3681872Z copying torch\include\ATen\ops\unfold_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3688409Z copying torch\include\ATen\ops\unfold_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3696045Z copying torch\include\ATen\ops\unfold_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3702671Z copying torch\include\ATen\ops\uniform.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3709348Z copying torch\include\ATen\ops\uniform_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3715838Z copying torch\include\ATen\ops\uniform_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3722507Z copying torch\include\ATen\ops\uniform_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3729117Z copying torch\include\ATen\ops\uniform_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3736069Z copying torch\include\ATen\ops\uniform_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3742812Z copying torch\include\ATen\ops\uniform_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3749436Z copying torch\include\ATen\ops\unique_consecutive.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3756546Z copying torch\include\ATen\ops\unique_consecutive_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3763040Z copying torch\include\ATen\ops\unique_consecutive_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3770047Z copying torch\include\ATen\ops\unique_consecutive_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3777386Z copying torch\include\ATen\ops\unique_consecutive_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3784035Z copying torch\include\ATen\ops\unique_consecutive_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3790749Z copying torch\include\ATen\ops\unique_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3798005Z copying torch\include\ATen\ops\unique_dim_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3804969Z copying torch\include\ATen\ops\unique_dim_consecutive.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3812384Z copying torch\include\ATen\ops\unique_dim_consecutive_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3819472Z copying torch\include\ATen\ops\unique_dim_consecutive_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3826619Z copying torch\include\ATen\ops\unique_dim_consecutive_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3833855Z copying torch\include\ATen\ops\unique_dim_consecutive_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3840814Z copying torch\include\ATen\ops\unique_dim_consecutive_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3847509Z copying torch\include\ATen\ops\unique_dim_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3854492Z copying torch\include\ATen\ops\unique_dim_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3861516Z copying torch\include\ATen\ops\unique_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3869756Z copying torch\include\ATen\ops\unique_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3877104Z copying torch\include\ATen\ops\unsafe_chunk.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3883907Z copying torch\include\ATen\ops\unsafe_chunk_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3890785Z copying torch\include\ATen\ops\unsafe_chunk_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3897044Z copying torch\include\ATen\ops\unsafe_chunk_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3903643Z copying torch\include\ATen\ops\unsafe_split.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3911080Z copying torch\include\ATen\ops\unsafe_split_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3918196Z copying torch\include\ATen\ops\unsafe_split_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3924950Z copying torch\include\ATen\ops\unsafe_split_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3932098Z copying torch\include\ATen\ops\unsafe_split_with_sizes.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3939200Z copying torch\include\ATen\ops\unsafe_split_with_sizes_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3946014Z copying torch\include\ATen\ops\unsafe_split_with_sizes_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3953644Z copying torch\include\ATen\ops\unsafe_split_with_sizes_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3960225Z copying torch\include\ATen\ops\unsqueeze.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3967432Z copying torch\include\ATen\ops\unsqueeze_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3974160Z copying torch\include\ATen\ops\unsqueeze_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3981310Z copying torch\include\ATen\ops\unsqueeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3988843Z copying torch\include\ATen\ops\unsqueeze_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.3995525Z copying torch\include\ATen\ops\unsqueeze_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4002912Z copying torch\include\ATen\ops\unsqueeze_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4010204Z copying torch\include\ATen\ops\unsqueeze_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4016843Z copying torch\include\ATen\ops\unsqueeze_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4023679Z copying torch\include\ATen\ops\upsample_bicubic2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4030973Z copying torch\include\ATen\ops\upsample_bicubic2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4038546Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4045242Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4052152Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4058876Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4065551Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4072288Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4079399Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4086708Z copying torch\include\ATen\ops\upsample_bicubic2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4093566Z copying torch\include\ATen\ops\upsample_bicubic2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4108235Z copying torch\include\ATen\ops\upsample_bicubic2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4108926Z copying torch\include\ATen\ops\upsample_bicubic2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4113460Z copying torch\include\ATen\ops\upsample_bicubic2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4120594Z copying torch\include\ATen\ops\upsample_bicubic2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4127069Z copying torch\include\ATen\ops\upsample_bicubic2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4133891Z copying torch\include\ATen\ops\upsample_bicubic2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4149374Z copying torch\include\ATen\ops\upsample_bilinear2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4150032Z copying torch\include\ATen\ops\upsample_bilinear2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4156672Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4163181Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4174152Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4185113Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4185869Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4190901Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4197538Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4204976Z copying torch\include\ATen\ops\upsample_bilinear2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4212655Z copying torch\include\ATen\ops\upsample_bilinear2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4227005Z copying torch\include\ATen\ops\upsample_bilinear2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4227679Z copying torch\include\ATen\ops\upsample_bilinear2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4243870Z copying torch\include\ATen\ops\upsample_bilinear2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4245294Z copying torch\include\ATen\ops\upsample_bilinear2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4247016Z copying torch\include\ATen\ops\upsample_bilinear2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4254380Z copying torch\include\ATen\ops\upsample_bilinear2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4260897Z copying torch\include\ATen\ops\upsample_linear1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4267753Z copying torch\include\ATen\ops\upsample_linear1d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4275313Z copying torch\include\ATen\ops\upsample_linear1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4282089Z copying torch\include\ATen\ops\upsample_linear1d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4289093Z copying torch\include\ATen\ops\upsample_linear1d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4296086Z copying torch\include\ATen\ops\upsample_linear1d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4303066Z copying torch\include\ATen\ops\upsample_linear1d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4309873Z copying torch\include\ATen\ops\upsample_linear1d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4317298Z copying torch\include\ATen\ops\upsample_linear1d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4324653Z copying torch\include\ATen\ops\upsample_linear1d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4331849Z copying torch\include\ATen\ops\upsample_linear1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4339315Z copying torch\include\ATen\ops\upsample_linear1d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4346550Z copying torch\include\ATen\ops\upsample_linear1d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4355328Z copying torch\include\ATen\ops\upsample_linear1d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4361307Z copying torch\include\ATen\ops\upsample_linear1d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4368297Z copying torch\include\ATen\ops\upsample_linear1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4375409Z copying torch\include\ATen\ops\upsample_linear1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4382540Z copying torch\include\ATen\ops\upsample_nearest1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4390159Z copying torch\include\ATen\ops\upsample_nearest1d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4398541Z copying torch\include\ATen\ops\upsample_nearest1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4405058Z copying torch\include\ATen\ops\upsample_nearest1d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4412328Z copying torch\include\ATen\ops\upsample_nearest1d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4419201Z copying torch\include\ATen\ops\upsample_nearest1d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4426407Z copying torch\include\ATen\ops\upsample_nearest1d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4433286Z copying torch\include\ATen\ops\upsample_nearest1d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4440032Z copying torch\include\ATen\ops\upsample_nearest1d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4447611Z copying torch\include\ATen\ops\upsample_nearest1d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4454696Z copying torch\include\ATen\ops\upsample_nearest1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4461656Z copying torch\include\ATen\ops\upsample_nearest1d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4468489Z copying torch\include\ATen\ops\upsample_nearest1d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4475332Z copying torch\include\ATen\ops\upsample_nearest1d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4482298Z copying torch\include\ATen\ops\upsample_nearest1d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4489255Z copying torch\include\ATen\ops\upsample_nearest1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4496170Z copying torch\include\ATen\ops\upsample_nearest1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4503000Z copying torch\include\ATen\ops\upsample_nearest2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4510401Z copying torch\include\ATen\ops\upsample_nearest2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4518189Z copying torch\include\ATen\ops\upsample_nearest2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4524986Z copying torch\include\ATen\ops\upsample_nearest2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4531855Z copying torch\include\ATen\ops\upsample_nearest2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4538869Z copying torch\include\ATen\ops\upsample_nearest2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4546229Z copying torch\include\ATen\ops\upsample_nearest2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4552968Z copying torch\include\ATen\ops\upsample_nearest2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4559696Z copying torch\include\ATen\ops\upsample_nearest2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4566984Z copying torch\include\ATen\ops\upsample_nearest2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4574137Z copying torch\include\ATen\ops\upsample_nearest2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4581438Z copying torch\include\ATen\ops\upsample_nearest2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4587880Z copying torch\include\ATen\ops\upsample_nearest2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4594594Z copying torch\include\ATen\ops\upsample_nearest2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4601645Z copying torch\include\ATen\ops\upsample_nearest2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4608872Z copying torch\include\ATen\ops\upsample_nearest2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4615942Z copying torch\include\ATen\ops\upsample_nearest2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4622893Z copying torch\include\ATen\ops\upsample_nearest3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4629424Z copying torch\include\ATen\ops\upsample_nearest3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4636652Z copying torch\include\ATen\ops\upsample_nearest3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4643555Z copying torch\include\ATen\ops\upsample_nearest3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4650422Z copying torch\include\ATen\ops\upsample_nearest3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4657052Z copying torch\include\ATen\ops\upsample_nearest3d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4663986Z copying torch\include\ATen\ops\upsample_nearest3d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4670972Z copying torch\include\ATen\ops\upsample_nearest3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4677748Z copying torch\include\ATen\ops\upsample_nearest3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4685241Z copying torch\include\ATen\ops\upsample_nearest3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4692433Z copying torch\include\ATen\ops\upsample_nearest3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4699113Z copying torch\include\ATen\ops\upsample_nearest3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4706768Z copying torch\include\ATen\ops\upsample_nearest3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4713070Z copying torch\include\ATen\ops\upsample_nearest3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4719963Z copying torch\include\ATen\ops\upsample_nearest3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4726904Z copying torch\include\ATen\ops\upsample_nearest3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4735760Z copying torch\include\ATen\ops\upsample_nearest3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4742995Z copying torch\include\ATen\ops\upsample_trilinear3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4750183Z copying torch\include\ATen\ops\upsample_trilinear3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4758271Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4765190Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4772311Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4780124Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4787101Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4818543Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4825958Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4833177Z copying torch\include\ATen\ops\upsample_trilinear3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4840181Z copying torch\include\ATen\ops\upsample_trilinear3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4847550Z copying torch\include\ATen\ops\upsample_trilinear3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4854603Z copying torch\include\ATen\ops\upsample_trilinear3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4866351Z copying torch\include\ATen\ops\upsample_trilinear3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4873259Z copying torch\include\ATen\ops\upsample_trilinear3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4881364Z copying torch\include\ATen\ops\upsample_trilinear3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4888261Z copying torch\include\ATen\ops\upsample_trilinear3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4895115Z copying torch\include\ATen\ops\values.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4901863Z copying torch\include\ATen\ops\values_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4912956Z copying torch\include\ATen\ops\values_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4920127Z copying torch\include\ATen\ops\values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4927059Z copying torch\include\ATen\ops\values_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4933794Z copying torch\include\ATen\ops\values_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4940416Z copying torch\include\ATen\ops\values_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4947441Z copying torch\include\ATen\ops\values_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4953966Z copying torch\include\ATen\ops\values_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4960857Z copying torch\include\ATen\ops\value_selecting_reduction_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4968402Z copying torch\include\ATen\ops\value_selecting_reduction_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4975095Z copying torch\include\ATen\ops\value_selecting_reduction_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4981769Z copying torch\include\ATen\ops\value_selecting_reduction_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4988450Z copying torch\include\ATen\ops\vander.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.4995324Z copying torch\include\ATen\ops\vander_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5001718Z copying torch\include\ATen\ops\vander_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5007946Z copying torch\include\ATen\ops\vander_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5014629Z copying torch\include\ATen\ops\var.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5021153Z copying torch\include\ATen\ops\var_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5027667Z copying torch\include\ATen\ops\var_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5034129Z copying torch\include\ATen\ops\var_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5040717Z copying torch\include\ATen\ops\var_mean.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5047384Z copying torch\include\ATen\ops\var_mean_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5054033Z copying torch\include\ATen\ops\var_mean_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5061437Z copying torch\include\ATen\ops\var_mean_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5068082Z copying torch\include\ATen\ops\var_mean_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5074595Z copying torch\include\ATen\ops\var_mean_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5081205Z copying torch\include\ATen\ops\var_mean_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5088032Z copying torch\include\ATen\ops\var_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5095320Z copying torch\include\ATen\ops\var_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5101583Z copying torch\include\ATen\ops\vdot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5108121Z copying torch\include\ATen\ops\vdot_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5115458Z copying torch\include\ATen\ops\vdot_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5122007Z copying torch\include\ATen\ops\vdot_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5129232Z copying torch\include\ATen\ops\vdot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5136057Z copying torch\include\ATen\ops\vdot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5142584Z copying torch\include\ATen\ops\view.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5148831Z copying torch\include\ATen\ops\view_as.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5155137Z copying torch\include\ATen\ops\view_as_complex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5161725Z copying torch\include\ATen\ops\view_as_complex_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5169478Z copying torch\include\ATen\ops\view_as_complex_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5176534Z copying torch\include\ATen\ops\view_as_complex_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5183527Z copying torch\include\ATen\ops\view_as_complex_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5190550Z copying torch\include\ATen\ops\view_as_complex_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5202484Z copying torch\include\ATen\ops\view_as_complex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5209467Z copying torch\include\ATen\ops\view_as_complex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5216775Z copying torch\include\ATen\ops\view_as_complex_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5223770Z copying torch\include\ATen\ops\view_as_complex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5230539Z copying torch\include\ATen\ops\view_as_complex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5237485Z copying torch\include\ATen\ops\view_as_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5244423Z copying torch\include\ATen\ops\view_as_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5250993Z copying torch\include\ATen\ops\view_as_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5257767Z copying torch\include\ATen\ops\view_as_real.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5264492Z copying torch\include\ATen\ops\view_as_real_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5278610Z copying torch\include\ATen\ops\view_as_real_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5285208Z copying torch\include\ATen\ops\view_as_real_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5296993Z copying torch\include\ATen\ops\view_as_real_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5303881Z copying torch\include\ATen\ops\view_as_real_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5310850Z copying torch\include\ATen\ops\view_as_real_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5318180Z copying torch\include\ATen\ops\view_as_real_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5324852Z copying torch\include\ATen\ops\view_as_real_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5332007Z copying torch\include\ATen\ops\view_as_real_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5338577Z copying torch\include\ATen\ops\view_as_real_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5345696Z copying torch\include\ATen\ops\view_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5352657Z copying torch\include\ATen\ops\view_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5360145Z copying torch\include\ATen\ops\view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5367047Z copying torch\include\ATen\ops\view_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5373539Z copying torch\include\ATen\ops\view_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5384315Z copying torch\include\ATen\ops\view_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5390857Z copying torch\include\ATen\ops\view_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5397637Z copying torch\include\ATen\ops\view_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5404219Z copying torch\include\ATen\ops\view_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5410406Z copying torch\include\ATen\ops\view_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5416778Z copying torch\include\ATen\ops\view_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5422818Z copying torch\include\ATen\ops\vsplit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5429602Z copying torch\include\ATen\ops\vsplit_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5436031Z copying torch\include\ATen\ops\vsplit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5442814Z copying torch\include\ATen\ops\vsplit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5450036Z copying torch\include\ATen\ops\vstack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5456853Z copying torch\include\ATen\ops\vstack_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5463579Z copying torch\include\ATen\ops\vstack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5470426Z copying torch\include\ATen\ops\vstack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5476992Z copying torch\include\ATen\ops\where.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5484410Z copying torch\include\ATen\ops\where_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5491478Z copying torch\include\ATen\ops\where_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5498364Z copying torch\include\ATen\ops\where_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5512389Z copying torch\include\ATen\ops\where_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5518978Z copying torch\include\ATen\ops\where_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5525547Z copying torch\include\ATen\ops\xlogy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5534011Z copying torch\include\ATen\ops\xlogy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5539887Z copying torch\include\ATen\ops\xlogy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5546717Z copying torch\include\ATen\ops\xlogy_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5554021Z copying torch\include\ATen\ops\xlogy_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5560818Z copying torch\include\ATen\ops\xlogy_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5567429Z copying torch\include\ATen\ops\xlogy_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5574623Z copying torch\include\ATen\ops\xlogy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5581391Z copying torch\include\ATen\ops\xlogy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5587956Z copying torch\include\ATen\ops\xor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5594612Z copying torch\include\ATen\ops\xor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5601428Z copying torch\include\ATen\ops\xor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5608176Z copying torch\include\ATen\ops\xor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5615168Z copying torch\include\ATen\ops\zero.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5621988Z copying torch\include\ATen\ops\zeros.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5628846Z copying torch\include\ATen\ops\zeros_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5635939Z copying torch\include\ATen\ops\zeros_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5642859Z copying torch\include\ATen\ops\zeros_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5650248Z copying torch\include\ATen\ops\zeros_like_compositeimplicitautogradnestedtensor_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5656560Z copying torch\include\ATen\ops\zeros_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5663771Z copying torch\include\ATen\ops\zeros_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5671218Z copying torch\include\ATen\ops\zeros_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5678181Z copying torch\include\ATen\ops\zeros_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5685266Z copying torch\include\ATen\ops\zero_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5692163Z copying torch\include\ATen\ops\zero_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5699152Z copying torch\include\ATen\ops\zero_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5706402Z copying torch\include\ATen\ops\zero_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5713746Z copying torch\include\ATen\ops\zero_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5721864Z copying torch\include\ATen\ops\zero_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5728222Z copying torch\include\ATen\ops\_adaptive_avg_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5735223Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5742396Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5749533Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5756537Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5763557Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5770634Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5777967Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5784740Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5791736Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5798558Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5810560Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5817482Z copying torch\include\ATen\ops\_adaptive_avg_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5824327Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5831453Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5838389Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5845261Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5852461Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5859570Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5867220Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5873543Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5880481Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5887294Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5894315Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5901011Z copying torch\include\ATen\ops\_addmm_activation.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5908240Z copying torch\include\ATen\ops\_addmm_activation_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5914751Z copying torch\include\ATen\ops\_addmm_activation_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5921657Z copying torch\include\ATen\ops\_addmm_activation_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5928786Z copying torch\include\ATen\ops\_addmm_activation_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5935765Z copying torch\include\ATen\ops\_addmm_activation_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5942833Z copying torch\include\ATen\ops\_addmm_activation_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5949790Z copying torch\include\ATen\ops\_addmm_activation_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5956716Z copying torch\include\ATen\ops\_add_batch_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5964333Z copying torch\include\ATen\ops\_add_batch_dim_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5970852Z copying torch\include\ATen\ops\_add_batch_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5977941Z copying torch\include\ATen\ops\_add_batch_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5985035Z copying torch\include\ATen\ops\_add_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5992073Z copying torch\include\ATen\ops\_add_relu_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.5998642Z copying torch\include\ATen\ops\_add_relu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6005624Z copying torch\include\ATen\ops\_add_relu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6012523Z copying torch\include\ATen\ops\_add_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6019706Z copying torch\include\ATen\ops\_add_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6026789Z copying torch\include\ATen\ops\_aminmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6033729Z copying torch\include\ATen\ops\_aminmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6040364Z copying torch\include\ATen\ops\_aminmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6048780Z copying torch\include\ATen\ops\_aminmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6055560Z copying torch\include\ATen\ops\_aminmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6062887Z copying torch\include\ATen\ops\_aminmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6070032Z 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-20T21:51:27.6078408Z 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-20T21:51:27.6085432Z 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-20T21:51:27.6092535Z 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-20T21:51:27.6099650Z 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-20T21:51:27.6111062Z 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-20T21:51:27.6118048Z copying torch\include\ATen\ops\_amp_update_scale.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6125427Z copying torch\include\ATen\ops\_amp_update_scale_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6132190Z copying torch\include\ATen\ops\_amp_update_scale_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6139543Z copying torch\include\ATen\ops\_amp_update_scale_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6145987Z copying torch\include\ATen\ops\_amp_update_scale_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6153061Z copying torch\include\ATen\ops\_amp_update_scale_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6161038Z copying torch\include\ATen\ops\_amp_update_scale_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6167741Z copying torch\include\ATen\ops\_assert_async.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6174904Z copying torch\include\ATen\ops\_assert_async_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6181542Z copying torch\include\ATen\ops\_assert_async_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6188548Z copying torch\include\ATen\ops\_assert_async_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6195226Z copying torch\include\ATen\ops\_assert_async_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6202356Z copying torch\include\ATen\ops\_assert_scalar.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6209905Z copying torch\include\ATen\ops\_assert_scalar_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6216782Z copying torch\include\ATen\ops\_assert_scalar_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6223293Z copying torch\include\ATen\ops\_assert_scalar_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6230040Z copying torch\include\ATen\ops\_assert_tensor_metadata.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6237236Z copying torch\include\ATen\ops\_assert_tensor_metadata_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6244211Z copying torch\include\ATen\ops\_assert_tensor_metadata_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6251533Z copying torch\include\ATen\ops\_assert_tensor_metadata_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6258309Z copying torch\include\ATen\ops\_autocast_to_full_precision.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6265277Z copying torch\include\ATen\ops\_autocast_to_full_precision_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6272047Z copying torch\include\ATen\ops\_autocast_to_full_precision_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6278462Z copying torch\include\ATen\ops\_autocast_to_full_precision_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6285202Z copying torch\include\ATen\ops\_autocast_to_reduced_precision.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6292656Z copying torch\include\ATen\ops\_autocast_to_reduced_precision_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6299337Z copying torch\include\ATen\ops\_autocast_to_reduced_precision_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6306252Z copying torch\include\ATen\ops\_autocast_to_reduced_precision_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6312896Z copying torch\include\ATen\ops\_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6319318Z copying torch\include\ATen\ops\_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6326047Z copying torch\include\ATen\ops\_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6332873Z copying torch\include\ATen\ops\_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6339443Z copying torch\include\ATen\ops\_batch_norm_impl_index.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6346235Z copying torch\include\ATen\ops\_batch_norm_impl_index_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6353407Z 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-20T21:51:27.6360174Z copying torch\include\ATen\ops\_batch_norm_impl_index_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6366931Z copying torch\include\ATen\ops\_batch_norm_impl_index_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6374333Z copying torch\include\ATen\ops\_batch_norm_impl_index_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6381957Z copying torch\include\ATen\ops\_batch_norm_impl_index_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6388580Z copying torch\include\ATen\ops\_batch_norm_impl_index_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6395327Z copying torch\include\ATen\ops\_batch_norm_no_update.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6402279Z copying torch\include\ATen\ops\_batch_norm_no_update_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6408741Z copying torch\include\ATen\ops\_batch_norm_no_update_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6415924Z copying torch\include\ATen\ops\_batch_norm_no_update_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6422594Z copying torch\include\ATen\ops\_batch_norm_with_update.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6429580Z copying torch\include\ATen\ops\_batch_norm_with_update_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6436503Z copying torch\include\ATen\ops\_batch_norm_with_update_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6443617Z copying torch\include\ATen\ops\_batch_norm_with_update_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6450301Z copying torch\include\ATen\ops\_batch_norm_with_update_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6457159Z copying torch\include\ATen\ops\_batch_norm_with_update_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6463749Z copying torch\include\ATen\ops\_cast_Byte.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6488771Z copying torch\include\ATen\ops\_cast_Byte_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6495352Z copying torch\include\ATen\ops\_cast_Byte_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6501581Z copying torch\include\ATen\ops\_cast_Byte_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6507936Z copying torch\include\ATen\ops\_cast_Char.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6514988Z copying torch\include\ATen\ops\_cast_Char_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6521798Z copying torch\include\ATen\ops\_cast_Char_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6550476Z copying torch\include\ATen\ops\_cast_Char_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6557274Z copying torch\include\ATen\ops\_cast_Double.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6564338Z copying torch\include\ATen\ops\_cast_Double_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6571256Z copying torch\include\ATen\ops\_cast_Double_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6577898Z copying torch\include\ATen\ops\_cast_Double_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6584651Z copying torch\include\ATen\ops\_cast_Float.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6591805Z copying torch\include\ATen\ops\_cast_Float_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6598515Z copying torch\include\ATen\ops\_cast_Float_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6605023Z copying torch\include\ATen\ops\_cast_Float_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6611927Z copying torch\include\ATen\ops\_cast_Half.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6618872Z copying torch\include\ATen\ops\_cast_Half_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6625607Z copying torch\include\ATen\ops\_cast_Half_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6632444Z copying torch\include\ATen\ops\_cast_Half_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6639169Z copying torch\include\ATen\ops\_cast_Int.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6646313Z copying torch\include\ATen\ops\_cast_Int_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6652959Z copying torch\include\ATen\ops\_cast_Int_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6659617Z copying torch\include\ATen\ops\_cast_Int_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6666143Z copying torch\include\ATen\ops\_cast_Long.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6708405Z copying torch\include\ATen\ops\_cast_Long_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6715077Z copying torch\include\ATen\ops\_cast_Long_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6721906Z copying torch\include\ATen\ops\_cast_Long_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6728467Z copying torch\include\ATen\ops\_cast_Short.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6735836Z copying torch\include\ATen\ops\_cast_Short_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6742442Z copying torch\include\ATen\ops\_cast_Short_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6749242Z copying torch\include\ATen\ops\_cast_Short_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6756221Z copying torch\include\ATen\ops\_cdist_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6763337Z copying torch\include\ATen\ops\_cdist_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6770331Z copying torch\include\ATen\ops\_cdist_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6777146Z copying torch\include\ATen\ops\_cdist_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6784024Z copying torch\include\ATen\ops\_cdist_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6790708Z copying torch\include\ATen\ops\_cdist_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6797448Z copying torch\include\ATen\ops\_cdist_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6804472Z copying torch\include\ATen\ops\_cdist_forward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6811324Z copying torch\include\ATen\ops\_cdist_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6818293Z copying torch\include\ATen\ops\_cdist_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6825071Z copying torch\include\ATen\ops\_cdist_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6831804Z copying torch\include\ATen\ops\_cdist_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6838816Z copying torch\include\ATen\ops\_cholesky_solve_helper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6846045Z copying torch\include\ATen\ops\_cholesky_solve_helper_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6852706Z copying torch\include\ATen\ops\_cholesky_solve_helper_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6859868Z copying torch\include\ATen\ops\_cholesky_solve_helper_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6866770Z copying torch\include\ATen\ops\_cholesky_solve_helper_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6873354Z copying torch\include\ATen\ops\_cholesky_solve_helper_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6880410Z copying torch\include\ATen\ops\_choose_qparams_per_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6887358Z copying torch\include\ATen\ops\_choose_qparams_per_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6893839Z copying torch\include\ATen\ops\_choose_qparams_per_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6900567Z copying torch\include\ATen\ops\_choose_qparams_per_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6907377Z copying torch\include\ATen\ops\_chunk_cat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6914171Z copying torch\include\ATen\ops\_chunk_cat_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6920831Z copying torch\include\ATen\ops\_chunk_cat_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6927504Z copying torch\include\ATen\ops\_chunk_cat_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6934284Z copying torch\include\ATen\ops\_chunk_cat_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6940808Z copying torch\include\ATen\ops\_coalesce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6947443Z copying torch\include\ATen\ops\_coalesced.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6954587Z copying torch\include\ATen\ops\_coalesced_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6960820Z copying torch\include\ATen\ops\_coalesced_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6967526Z copying torch\include\ATen\ops\_coalesced_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6974433Z copying torch\include\ATen\ops\_coalesced_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6981506Z copying torch\include\ATen\ops\_coalesce_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6988557Z copying torch\include\ATen\ops\_coalesce_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.6995293Z copying torch\include\ATen\ops\_coalesce_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7002203Z copying torch\include\ATen\ops\_compute_linear_combination.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7009180Z copying torch\include\ATen\ops\_compute_linear_combination_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7015930Z copying torch\include\ATen\ops\_compute_linear_combination_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7022480Z copying torch\include\ATen\ops\_compute_linear_combination_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7029298Z copying torch\include\ATen\ops\_compute_linear_combination_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7036044Z copying torch\include\ATen\ops\_conj.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7042516Z copying torch\include\ATen\ops\_conj_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7048843Z copying torch\include\ATen\ops\_conj_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7056062Z copying torch\include\ATen\ops\_conj_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7062888Z copying torch\include\ATen\ops\_conj_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7069650Z copying torch\include\ATen\ops\_conj_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7076066Z copying torch\include\ATen\ops\_conj_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7082760Z copying torch\include\ATen\ops\_conj_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7089455Z copying torch\include\ATen\ops\_conj_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7096707Z copying torch\include\ATen\ops\_conj_physical.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7103863Z copying torch\include\ATen\ops\_conj_physical_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7110491Z copying torch\include\ATen\ops\_conj_physical_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7117269Z copying torch\include\ATen\ops\_conj_physical_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7124310Z copying torch\include\ATen\ops\_convert_indices_from_coo_to_csr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7131886Z 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-20T21:51:27.7138855Z 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-20T21:51:27.7146096Z 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-20T21:51:27.7152815Z 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-20T21:51:27.7160296Z 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-20T21:51:27.7167653Z 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-20T21:51:27.7174666Z 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-20T21:51:27.7181719Z copying torch\include\ATen\ops\_convert_indices_from_csr_to_coo.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7189699Z 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-20T21:51:27.7196758Z 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-20T21:51:27.7203945Z 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-20T21:51:27.7211178Z 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-20T21:51:27.7218411Z 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-20T21:51:27.7226208Z 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-20T21:51:27.7233220Z 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-20T21:51:27.7240066Z copying torch\include\ATen\ops\_convert_weight_to_int4pack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7247369Z copying torch\include\ATen\ops\_convert_weight_to_int4pack_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7254481Z copying torch\include\ATen\ops\_convert_weight_to_int4pack_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7261748Z copying torch\include\ATen\ops\_convert_weight_to_int4pack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7268609Z copying torch\include\ATen\ops\_convert_weight_to_int4pack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7276123Z copying torch\include\ATen\ops\_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7287727Z copying torch\include\ATen\ops\_convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7294792Z copying torch\include\ATen\ops\_convolution_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7301683Z copying torch\include\ATen\ops\_convolution_double_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7308972Z copying torch\include\ATen\ops\_convolution_double_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7315735Z copying torch\include\ATen\ops\_convolution_double_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7322749Z copying torch\include\ATen\ops\_convolution_double_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7342281Z copying torch\include\ATen\ops\_convolution_mode.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7349658Z copying torch\include\ATen\ops\_convolution_mode_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7356290Z copying torch\include\ATen\ops\_convolution_mode_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7363015Z copying torch\include\ATen\ops\_convolution_mode_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7370155Z copying torch\include\ATen\ops\_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7376902Z copying torch\include\ATen\ops\_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7383743Z copying torch\include\ATen\ops\_conv_depthwise2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7390683Z copying torch\include\ATen\ops\_conv_depthwise2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7397292Z copying torch\include\ATen\ops\_conv_depthwise2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7404571Z copying torch\include\ATen\ops\_conv_depthwise2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7411260Z copying torch\include\ATen\ops\_copy_from.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7417897Z copying torch\include\ATen\ops\_copy_from_and_resize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7425123Z copying torch\include\ATen\ops\_copy_from_and_resize_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7431810Z copying torch\include\ATen\ops\_copy_from_and_resize_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7438459Z copying torch\include\ATen\ops\_copy_from_and_resize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7445446Z copying torch\include\ATen\ops\_copy_from_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7452295Z copying torch\include\ATen\ops\_copy_from_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7459192Z copying torch\include\ATen\ops\_copy_from_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7466088Z copying torch\include\ATen\ops\_cslt_compress.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7473437Z copying torch\include\ATen\ops\_cslt_compress_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7479743Z copying torch\include\ATen\ops\_cslt_compress_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7486132Z copying torch\include\ATen\ops\_cslt_compress_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7493132Z copying torch\include\ATen\ops\_cslt_sparse_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7499932Z copying torch\include\ATen\ops\_cslt_sparse_mm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7506931Z copying torch\include\ATen\ops\_cslt_sparse_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7513846Z copying torch\include\ATen\ops\_cslt_sparse_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7520556Z copying torch\include\ATen\ops\_cslt_sparse_mm_search.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7527339Z copying torch\include\ATen\ops\_cslt_sparse_mm_search_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7534523Z copying torch\include\ATen\ops\_cslt_sparse_mm_search_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7541589Z copying torch\include\ATen\ops\_cslt_sparse_mm_search_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7548166Z copying torch\include\ATen\ops\_ctc_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7554988Z copying torch\include\ATen\ops\_ctc_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7561882Z copying torch\include\ATen\ops\_ctc_loss_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7568441Z copying torch\include\ATen\ops\_ctc_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7575732Z copying torch\include\ATen\ops\_ctc_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7582709Z copying torch\include\ATen\ops\_ctc_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7589498Z copying torch\include\ATen\ops\_ctc_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7596721Z copying torch\include\ATen\ops\_ctc_loss_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7603507Z copying torch\include\ATen\ops\_ctc_loss_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7610480Z copying torch\include\ATen\ops\_ctc_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7617661Z copying torch\include\ATen\ops\_ctc_loss_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7625041Z copying torch\include\ATen\ops\_ctc_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7631793Z copying torch\include\ATen\ops\_ctc_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7638859Z copying torch\include\ATen\ops\_cudnn_ctc_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7645713Z copying torch\include\ATen\ops\_cudnn_ctc_loss_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7652568Z copying torch\include\ATen\ops\_cudnn_ctc_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7659379Z copying torch\include\ATen\ops\_cudnn_ctc_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7666095Z copying torch\include\ATen\ops\_cudnn_ctc_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7673401Z copying torch\include\ATen\ops\_cudnn_init_dropout_state.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7680433Z copying torch\include\ATen\ops\_cudnn_init_dropout_state_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7687414Z copying torch\include\ATen\ops\_cudnn_init_dropout_state_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7694639Z copying torch\include\ATen\ops\_cudnn_init_dropout_state_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7701234Z copying torch\include\ATen\ops\_cudnn_init_dropout_state_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7707799Z copying torch\include\ATen\ops\_cudnn_rnn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7715033Z copying torch\include\ATen\ops\_cudnn_rnn_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7722683Z copying torch\include\ATen\ops\_cudnn_rnn_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7729379Z copying torch\include\ATen\ops\_cudnn_rnn_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7736262Z copying torch\include\ATen\ops\_cudnn_rnn_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7743041Z copying torch\include\ATen\ops\_cudnn_rnn_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7749994Z copying torch\include\ATen\ops\_cudnn_rnn_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7756835Z copying torch\include\ATen\ops\_cudnn_rnn_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7763307Z copying torch\include\ATen\ops\_cudnn_rnn_flatten_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7770427Z copying torch\include\ATen\ops\_cudnn_rnn_flatten_weight_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7777161Z copying torch\include\ATen\ops\_cudnn_rnn_flatten_weight_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7783859Z copying torch\include\ATen\ops\_cudnn_rnn_flatten_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7790720Z copying torch\include\ATen\ops\_cudnn_rnn_flatten_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7797855Z copying torch\include\ATen\ops\_cudnn_rnn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7804755Z copying torch\include\ATen\ops\_cudnn_rnn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7811741Z copying torch\include\ATen\ops\_cufft_clear_plan_cache.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7818606Z copying torch\include\ATen\ops\_cufft_clear_plan_cache_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7825514Z copying torch\include\ATen\ops\_cufft_clear_plan_cache_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7831950Z copying torch\include\ATen\ops\_cufft_clear_plan_cache_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7838784Z copying torch\include\ATen\ops\_cufft_get_plan_cache_max_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7846263Z 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-20T21:51:27.7853364Z 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-20T21:51:27.7860222Z 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-20T21:51:27.7867222Z copying torch\include\ATen\ops\_cufft_get_plan_cache_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7874620Z 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-20T21:51:27.7881953Z copying torch\include\ATen\ops\_cufft_get_plan_cache_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7888508Z copying torch\include\ATen\ops\_cufft_get_plan_cache_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7895564Z copying torch\include\ATen\ops\_cufft_set_plan_cache_max_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7903518Z 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-20T21:51:27.7909996Z 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-20T21:51:27.7916732Z 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-20T21:51:27.7923744Z copying torch\include\ATen\ops\_cummax_helper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7930675Z copying torch\include\ATen\ops\_cummax_helper_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7937798Z copying torch\include\ATen\ops\_cummax_helper_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7944804Z copying torch\include\ATen\ops\_cummax_helper_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7952741Z copying torch\include\ATen\ops\_cummax_helper_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7960010Z copying torch\include\ATen\ops\_cummin_helper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7966615Z copying torch\include\ATen\ops\_cummin_helper_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7973426Z copying torch\include\ATen\ops\_cummin_helper_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7980175Z copying torch\include\ATen\ops\_cummin_helper_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7987262Z copying torch\include\ATen\ops\_cummin_helper_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.7994008Z copying torch\include\ATen\ops\_debug_has_internal_overlap.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.8001148Z copying torch\include\ATen\ops\_debug_has_internal_overlap_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.8008179Z copying torch\include\ATen\ops\_debug_has_internal_overlap_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.8015033Z copying torch\include\ATen\ops\_debug_has_internal_overlap_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.8022208Z copying torch\include\ATen\ops\_dimI.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.8028286Z copying torch\include\ATen\ops\_dimI_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.8034631Z copying torch\include\ATen\ops\_dimI_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.8041281Z copying torch\include\ATen\ops\_dimV.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.8047454Z copying torch\include\ATen\ops\_dimV_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.8054384Z copying torch\include\ATen\ops\_dimV_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.8061031Z copying torch\include\ATen\ops\_dim_arange.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.8068433Z copying torch\include\ATen\ops\_dim_arange_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.8074869Z copying torch\include\ATen\ops\_dim_arange_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.8081262Z copying torch\include\ATen\ops\_dim_arange_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.8088287Z copying torch\include\ATen\ops\_dirichlet_grad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.8095224Z copying torch\include\ATen\ops\_dirichlet_grad_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.8101953Z copying torch\include\ATen\ops\_dirichlet_grad_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.8108752Z copying torch\include\ATen\ops\_dirichlet_grad_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.8116551Z copying torch\include\ATen\ops\_dirichlet_grad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.8123892Z copying torch\include\ATen\ops\_dirichlet_grad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.8130421Z copying torch\include\ATen\ops\_efficientzerotensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.8137285Z copying torch\include\ATen\ops\_efficientzerotensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.8143815Z copying torch\include\ATen\ops\_efficientzerotensor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.8150901Z copying torch\include\ATen\ops\_efficientzerotensor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.8157664Z copying torch\include\ATen\ops\_efficientzerotensor_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.8164361Z copying torch\include\ATen\ops\_efficientzerotensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.8171103Z copying torch\include\ATen\ops\_efficientzerotensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.8178122Z copying torch\include\ATen\ops\_efficient_attention_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.8184971Z copying torch\include\ATen\ops\_efficient_attention_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.8191744Z copying torch\include\ATen\ops\_efficient_attention_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.8198885Z copying torch\include\ATen\ops\_efficient_attention_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.8205544Z copying torch\include\ATen\ops\_efficient_attention_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.8212681Z copying torch\include\ATen\ops\_efficient_attention_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.8219201Z copying torch\include\ATen\ops\_efficient_attention_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.8226397Z copying torch\include\ATen\ops\_efficient_attention_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.8232826Z copying torch\include\ATen\ops\_embedding_bag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.8240033Z copying torch\include\ATen\ops\_embedding_bag_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.8246866Z copying torch\include\ATen\ops\_embedding_bag_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.8253917Z copying torch\include\ATen\ops\_embedding_bag_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.8260459Z copying torch\include\ATen\ops\_embedding_bag_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.8267388Z copying torch\include\ATen\ops\_embedding_bag_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.8275017Z copying torch\include\ATen\ops\_embedding_bag_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.8281663Z copying torch\include\ATen\ops\_embedding_bag_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.8288453Z copying torch\include\ATen\ops\_embedding_bag_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.8295466Z copying torch\include\ATen\ops\_embedding_bag_dense_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.8302736Z copying torch\include\ATen\ops\_embedding_bag_dense_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.8309128Z copying torch\include\ATen\ops\_embedding_bag_dense_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.8316181Z copying torch\include\ATen\ops\_embedding_bag_dense_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.8323521Z copying torch\include\ATen\ops\_embedding_bag_dense_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.8330642Z copying torch\include\ATen\ops\_embedding_bag_dense_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.8337864Z copying torch\include\ATen\ops\_embedding_bag_forward_only.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.8345315Z copying torch\include\ATen\ops\_embedding_bag_forward_only_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.8352256Z copying torch\include\ATen\ops\_embedding_bag_forward_only_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.8359451Z copying torch\include\ATen\ops\_embedding_bag_forward_only_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.8366313Z copying torch\include\ATen\ops\_embedding_bag_forward_only_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.8374018Z copying torch\include\ATen\ops\_embedding_bag_forward_only_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.8380766Z copying torch\include\ATen\ops\_embedding_bag_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.8387834Z copying torch\include\ATen\ops\_embedding_bag_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.8395286Z copying torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.8402759Z 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-20T21:51:27.8410333Z 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-20T21:51:27.8417579Z 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-20T21:51:27.8424492Z 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-20T21:51:27.8431738Z 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-20T21:51:27.8439078Z copying torch\include\ATen\ops\_embedding_bag_sparse_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.8446505Z copying torch\include\ATen\ops\_embedding_bag_sparse_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.8453393Z copying torch\include\ATen\ops\_embedding_bag_sparse_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.8460600Z copying torch\include\ATen\ops\_embedding_bag_sparse_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.8467389Z copying torch\include\ATen\ops\_empty_affine_quantized.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.8474757Z copying torch\include\ATen\ops\_empty_affine_quantized_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.8481833Z copying torch\include\ATen\ops\_empty_affine_quantized_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.8488734Z copying torch\include\ATen\ops\_empty_affine_quantized_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.8495893Z copying torch\include\ATen\ops\_empty_affine_quantized_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.8522439Z copying torch\include\ATen\ops\_empty_per_channel_affine_quantized.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.8529928Z 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-20T21:51:27.8537601Z 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-20T21:51:27.8544681Z copying torch\include\ATen\ops\_empty_per_channel_affine_quantized_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.8551374Z copying torch\include\ATen\ops\_empty_per_channel_affine_quantized_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.8558175Z copying torch\include\ATen\ops\_euclidean_dist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.8565467Z copying torch\include\ATen\ops\_euclidean_dist_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.8572573Z copying torch\include\ATen\ops\_euclidean_dist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.8579168Z copying torch\include\ATen\ops\_euclidean_dist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.8586471Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.8593772Z 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-20T21:51:27.8600927Z 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-20T21:51:27.8607850Z 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-20T21:51:27.8615381Z 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-20T21:51:27.8622454Z 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-20T21:51:27.8629944Z 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-20T21:51:27.8636964Z 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-20T21:51:27.8644504Z 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-20T21:51:27.8652039Z 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-20T21:51:27.8658813Z 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-20T21:51:27.8665967Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.8673261Z 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-20T21:51:27.8680865Z 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-20T21:51:27.8688174Z 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-20T21:51:27.8695728Z 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-20T21:51:27.8702787Z 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-20T21:51:27.8710373Z 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-20T21:51:27.8717564Z 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-20T21:51:27.8724836Z 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-20T21:51:27.8731852Z 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-20T21:51:27.8739145Z 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-20T21:51:27.8746197Z 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-20T21:51:27.8753606Z 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-20T21:51:27.8762032Z 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-20T21:51:27.8769330Z 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-20T21:51:27.8776846Z 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-20T21:51:27.8783921Z 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-20T21:51:27.8791110Z copying torch\include\ATen\ops\_fft_c2c.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.8797952Z copying torch\include\ATen\ops\_fft_c2c_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.8804341Z copying torch\include\ATen\ops\_fft_c2c_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.8811090Z copying torch\include\ATen\ops\_fft_c2c_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.8817892Z copying torch\include\ATen\ops\_fft_c2c_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.8831052Z copying torch\include\ATen\ops\_fft_c2r.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.8838147Z copying torch\include\ATen\ops\_fft_c2r_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.8845484Z copying torch\include\ATen\ops\_fft_c2r_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.8852481Z copying torch\include\ATen\ops\_fft_c2r_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.8859085Z copying torch\include\ATen\ops\_fft_c2r_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.8866150Z copying torch\include\ATen\ops\_fft_r2c.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.8872992Z copying torch\include\ATen\ops\_fft_r2c_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.8879605Z copying torch\include\ATen\ops\_fft_r2c_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.8886447Z copying torch\include\ATen\ops\_fft_r2c_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.8893657Z copying torch\include\ATen\ops\_fft_r2c_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.8900887Z copying torch\include\ATen\ops\_fill_mem_eff_dropout_mask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.8908052Z 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-20T21:51:27.8915630Z 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-20T21:51:27.8922288Z copying torch\include\ATen\ops\_fill_mem_eff_dropout_mask_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.8929122Z copying torch\include\ATen\ops\_fill_mem_eff_dropout_mask_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.8935944Z copying torch\include\ATen\ops\_flash_attention_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.8943364Z copying torch\include\ATen\ops\_flash_attention_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.8950465Z copying torch\include\ATen\ops\_flash_attention_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.8957737Z copying torch\include\ATen\ops\_flash_attention_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.8964837Z copying torch\include\ATen\ops\_flash_attention_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.8972218Z copying torch\include\ATen\ops\_flash_attention_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.8979408Z copying torch\include\ATen\ops\_flash_attention_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.8986088Z copying torch\include\ATen\ops\_flash_attention_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.8993994Z copying torch\include\ATen\ops\_foobar.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9001255Z copying torch\include\ATen\ops\_foobar_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9007527Z copying torch\include\ATen\ops\_foobar_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9013937Z copying torch\include\ATen\ops\_foobar_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9020671Z copying torch\include\ATen\ops\_foobar_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9027600Z copying torch\include\ATen\ops\_foreach_abs.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9035564Z copying torch\include\ATen\ops\_foreach_abs_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9042495Z copying torch\include\ATen\ops\_foreach_abs_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9049052Z copying torch\include\ATen\ops\_foreach_abs_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9056498Z copying torch\include\ATen\ops\_foreach_abs_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9063619Z copying torch\include\ATen\ops\_foreach_acos.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9071379Z copying torch\include\ATen\ops\_foreach_acos_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9077870Z copying torch\include\ATen\ops\_foreach_acos_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9084978Z copying torch\include\ATen\ops\_foreach_acos_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9092009Z copying torch\include\ATen\ops\_foreach_acos_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9099398Z copying torch\include\ATen\ops\_foreach_add.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9107009Z copying torch\include\ATen\ops\_foreach_addcdiv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9114204Z copying torch\include\ATen\ops\_foreach_addcdiv_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9120883Z copying torch\include\ATen\ops\_foreach_addcdiv_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9128192Z copying torch\include\ATen\ops\_foreach_addcdiv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9138895Z copying torch\include\ATen\ops\_foreach_addcdiv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9147434Z copying torch\include\ATen\ops\_foreach_addcmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9154429Z copying torch\include\ATen\ops\_foreach_addcmul_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9160995Z copying torch\include\ATen\ops\_foreach_addcmul_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9168275Z copying torch\include\ATen\ops\_foreach_addcmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9175388Z copying torch\include\ATen\ops\_foreach_addcmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9183095Z copying torch\include\ATen\ops\_foreach_add_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9190665Z copying torch\include\ATen\ops\_foreach_add_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9197407Z copying torch\include\ATen\ops\_foreach_add_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9204293Z copying torch\include\ATen\ops\_foreach_add_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9211359Z copying torch\include\ATen\ops\_foreach_asin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9219020Z copying torch\include\ATen\ops\_foreach_asin_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9251207Z copying torch\include\ATen\ops\_foreach_asin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9257729Z copying torch\include\ATen\ops\_foreach_asin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9264709Z copying torch\include\ATen\ops\_foreach_asin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9271500Z copying torch\include\ATen\ops\_foreach_atan.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9278416Z copying torch\include\ATen\ops\_foreach_atan_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9285427Z copying torch\include\ATen\ops\_foreach_atan_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9293154Z copying torch\include\ATen\ops\_foreach_atan_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9299330Z copying torch\include\ATen\ops\_foreach_atan_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9306132Z copying torch\include\ATen\ops\_foreach_ceil.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9313220Z copying torch\include\ATen\ops\_foreach_ceil_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9320124Z copying torch\include\ATen\ops\_foreach_ceil_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9326956Z copying torch\include\ATen\ops\_foreach_ceil_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9333643Z copying torch\include\ATen\ops\_foreach_ceil_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9340651Z copying torch\include\ATen\ops\_foreach_clamp_max.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9347444Z copying torch\include\ATen\ops\_foreach_clamp_max_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9354189Z copying torch\include\ATen\ops\_foreach_clamp_max_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9361664Z copying torch\include\ATen\ops\_foreach_clamp_max_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9369290Z copying torch\include\ATen\ops\_foreach_clamp_max_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9376145Z copying torch\include\ATen\ops\_foreach_clamp_min.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9383560Z copying torch\include\ATen\ops\_foreach_clamp_min_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9390670Z copying torch\include\ATen\ops\_foreach_clamp_min_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9397335Z copying torch\include\ATen\ops\_foreach_clamp_min_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9409089Z copying torch\include\ATen\ops\_foreach_clamp_min_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9416079Z copying torch\include\ATen\ops\_foreach_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9423015Z copying torch\include\ATen\ops\_foreach_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9429422Z copying torch\include\ATen\ops\_foreach_copy_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9435956Z copying torch\include\ATen\ops\_foreach_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9442981Z copying torch\include\ATen\ops\_foreach_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9450104Z copying torch\include\ATen\ops\_foreach_cos.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9456878Z copying torch\include\ATen\ops\_foreach_cosh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9465119Z copying torch\include\ATen\ops\_foreach_cosh_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9471851Z copying torch\include\ATen\ops\_foreach_cosh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9478356Z copying torch\include\ATen\ops\_foreach_cosh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9486167Z copying torch\include\ATen\ops\_foreach_cosh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9493040Z copying torch\include\ATen\ops\_foreach_cos_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9500145Z copying torch\include\ATen\ops\_foreach_cos_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9507055Z copying torch\include\ATen\ops\_foreach_cos_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9514055Z copying torch\include\ATen\ops\_foreach_cos_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9520882Z copying torch\include\ATen\ops\_foreach_div.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9528498Z copying torch\include\ATen\ops\_foreach_div_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9535260Z copying torch\include\ATen\ops\_foreach_div_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9542131Z copying torch\include\ATen\ops\_foreach_div_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9549141Z copying torch\include\ATen\ops\_foreach_div_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9556100Z copying torch\include\ATen\ops\_foreach_erf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9563879Z copying torch\include\ATen\ops\_foreach_erfc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9570597Z copying torch\include\ATen\ops\_foreach_erfc_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9577216Z copying torch\include\ATen\ops\_foreach_erfc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9584197Z copying torch\include\ATen\ops\_foreach_erfc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9591191Z copying torch\include\ATen\ops\_foreach_erfc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9598536Z copying torch\include\ATen\ops\_foreach_erf_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9605510Z copying torch\include\ATen\ops\_foreach_erf_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9612372Z copying torch\include\ATen\ops\_foreach_erf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9619953Z copying torch\include\ATen\ops\_foreach_erf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9626742Z copying torch\include\ATen\ops\_foreach_exp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9633413Z copying torch\include\ATen\ops\_foreach_expm1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9640523Z copying torch\include\ATen\ops\_foreach_expm1_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9647536Z copying torch\include\ATen\ops\_foreach_expm1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9655487Z copying torch\include\ATen\ops\_foreach_expm1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9662353Z copying torch\include\ATen\ops\_foreach_expm1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9669526Z copying torch\include\ATen\ops\_foreach_exp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9676421Z copying torch\include\ATen\ops\_foreach_exp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9683446Z copying torch\include\ATen\ops\_foreach_exp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9690334Z copying torch\include\ATen\ops\_foreach_exp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9697362Z copying torch\include\ATen\ops\_foreach_floor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9704687Z copying torch\include\ATen\ops\_foreach_floor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9713222Z copying torch\include\ATen\ops\_foreach_floor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9718821Z copying torch\include\ATen\ops\_foreach_floor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9726086Z copying torch\include\ATen\ops\_foreach_floor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9733048Z copying torch\include\ATen\ops\_foreach_frac.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9740692Z copying torch\include\ATen\ops\_foreach_frac_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9747700Z copying torch\include\ATen\ops\_foreach_frac_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9754311Z copying torch\include\ATen\ops\_foreach_frac_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9762030Z copying torch\include\ATen\ops\_foreach_frac_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9769711Z copying torch\include\ATen\ops\_foreach_lerp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9776452Z copying torch\include\ATen\ops\_foreach_lerp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9783100Z copying torch\include\ATen\ops\_foreach_lerp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9789905Z copying torch\include\ATen\ops\_foreach_lerp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9796886Z copying torch\include\ATen\ops\_foreach_lerp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9804183Z copying torch\include\ATen\ops\_foreach_lgamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9812150Z copying torch\include\ATen\ops\_foreach_lgamma_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9818952Z copying torch\include\ATen\ops\_foreach_lgamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9826069Z copying torch\include\ATen\ops\_foreach_lgamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9833176Z copying torch\include\ATen\ops\_foreach_lgamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9839760Z copying torch\include\ATen\ops\_foreach_log.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9846356Z copying torch\include\ATen\ops\_foreach_log10.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9854248Z copying torch\include\ATen\ops\_foreach_log10_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9860847Z copying torch\include\ATen\ops\_foreach_log10_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9867841Z copying torch\include\ATen\ops\_foreach_log10_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9875285Z copying torch\include\ATen\ops\_foreach_log10_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9882173Z copying torch\include\ATen\ops\_foreach_log1p.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9889189Z copying torch\include\ATen\ops\_foreach_log1p_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9895821Z copying torch\include\ATen\ops\_foreach_log1p_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9903262Z copying torch\include\ATen\ops\_foreach_log1p_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9909839Z copying torch\include\ATen\ops\_foreach_log1p_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9916852Z copying torch\include\ATen\ops\_foreach_log2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9924120Z copying torch\include\ATen\ops\_foreach_log2_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9931181Z copying torch\include\ATen\ops\_foreach_log2_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9937575Z copying torch\include\ATen\ops\_foreach_log2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9944157Z copying torch\include\ATen\ops\_foreach_log2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9951635Z copying torch\include\ATen\ops\_foreach_log_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9958868Z copying torch\include\ATen\ops\_foreach_log_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9965589Z copying torch\include\ATen\ops\_foreach_log_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9971863Z copying torch\include\ATen\ops\_foreach_log_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9978982Z copying torch\include\ATen\ops\_foreach_max.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9985537Z copying torch\include\ATen\ops\_foreach_maximum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:27.9992994Z copying torch\include\ATen\ops\_foreach_maximum_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0000245Z copying torch\include\ATen\ops\_foreach_maximum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0006879Z copying torch\include\ATen\ops\_foreach_maximum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0014408Z copying torch\include\ATen\ops\_foreach_maximum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0021366Z copying torch\include\ATen\ops\_foreach_max_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0028215Z copying torch\include\ATen\ops\_foreach_max_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0034821Z copying torch\include\ATen\ops\_foreach_max_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0041822Z copying torch\include\ATen\ops\_foreach_max_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0048405Z copying torch\include\ATen\ops\_foreach_minimum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0055449Z copying torch\include\ATen\ops\_foreach_minimum_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0062496Z copying torch\include\ATen\ops\_foreach_minimum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0069056Z copying torch\include\ATen\ops\_foreach_minimum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0076386Z copying torch\include\ATen\ops\_foreach_minimum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0082788Z copying torch\include\ATen\ops\_foreach_mul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0090125Z copying torch\include\ATen\ops\_foreach_mul_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0096841Z copying torch\include\ATen\ops\_foreach_mul_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0103840Z copying torch\include\ATen\ops\_foreach_mul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0110704Z copying torch\include\ATen\ops\_foreach_mul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0117653Z copying torch\include\ATen\ops\_foreach_neg.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0124738Z copying torch\include\ATen\ops\_foreach_neg_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0131667Z copying torch\include\ATen\ops\_foreach_neg_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0138530Z copying torch\include\ATen\ops\_foreach_neg_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0145368Z copying torch\include\ATen\ops\_foreach_neg_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0152001Z copying torch\include\ATen\ops\_foreach_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0159192Z copying torch\include\ATen\ops\_foreach_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0166064Z copying torch\include\ATen\ops\_foreach_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0172831Z copying torch\include\ATen\ops\_foreach_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0179874Z copying torch\include\ATen\ops\_foreach_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0186663Z copying torch\include\ATen\ops\_foreach_pow.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0193554Z copying torch\include\ATen\ops\_foreach_pow_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0200591Z copying torch\include\ATen\ops\_foreach_pow_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0207040Z copying torch\include\ATen\ops\_foreach_pow_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0214008Z copying torch\include\ATen\ops\_foreach_pow_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0220326Z copying torch\include\ATen\ops\_foreach_reciprocal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0227876Z copying torch\include\ATen\ops\_foreach_reciprocal_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0234842Z copying torch\include\ATen\ops\_foreach_reciprocal_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0241681Z copying torch\include\ATen\ops\_foreach_reciprocal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0248669Z copying torch\include\ATen\ops\_foreach_reciprocal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0255228Z copying torch\include\ATen\ops\_foreach_round.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0262116Z copying torch\include\ATen\ops\_foreach_round_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0268643Z copying torch\include\ATen\ops\_foreach_round_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0275786Z copying torch\include\ATen\ops\_foreach_round_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0282634Z copying torch\include\ATen\ops\_foreach_round_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0289843Z copying torch\include\ATen\ops\_foreach_sigmoid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0296990Z copying torch\include\ATen\ops\_foreach_sigmoid_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0304085Z copying torch\include\ATen\ops\_foreach_sigmoid_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0310740Z copying torch\include\ATen\ops\_foreach_sigmoid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0317808Z copying torch\include\ATen\ops\_foreach_sigmoid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0324776Z copying torch\include\ATen\ops\_foreach_sign.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0332841Z copying torch\include\ATen\ops\_foreach_sign_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0368189Z copying torch\include\ATen\ops\_foreach_sign_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0375064Z copying torch\include\ATen\ops\_foreach_sign_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0381866Z copying torch\include\ATen\ops\_foreach_sign_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0388855Z copying torch\include\ATen\ops\_foreach_sin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0395527Z copying torch\include\ATen\ops\_foreach_sinh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0402981Z copying torch\include\ATen\ops\_foreach_sinh_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0409759Z copying torch\include\ATen\ops\_foreach_sinh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0416509Z copying torch\include\ATen\ops\_foreach_sinh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0423266Z copying torch\include\ATen\ops\_foreach_sinh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0430516Z copying torch\include\ATen\ops\_foreach_sin_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0437503Z copying torch\include\ATen\ops\_foreach_sin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0444606Z copying torch\include\ATen\ops\_foreach_sin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0451561Z copying torch\include\ATen\ops\_foreach_sin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0458462Z copying torch\include\ATen\ops\_foreach_sqrt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0465614Z copying torch\include\ATen\ops\_foreach_sqrt_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0472752Z copying torch\include\ATen\ops\_foreach_sqrt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0479473Z copying torch\include\ATen\ops\_foreach_sqrt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0486382Z copying torch\include\ATen\ops\_foreach_sqrt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0493492Z copying torch\include\ATen\ops\_foreach_sub.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0500759Z copying torch\include\ATen\ops\_foreach_sub_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0507492Z copying torch\include\ATen\ops\_foreach_sub_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0516121Z copying torch\include\ATen\ops\_foreach_sub_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0521139Z copying torch\include\ATen\ops\_foreach_sub_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0528320Z copying torch\include\ATen\ops\_foreach_tan.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0537481Z copying torch\include\ATen\ops\_foreach_tanh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0541986Z copying torch\include\ATen\ops\_foreach_tanh_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0557729Z copying torch\include\ATen\ops\_foreach_tanh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0559079Z copying torch\include\ATen\ops\_foreach_tanh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0562639Z copying torch\include\ATen\ops\_foreach_tanh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0576689Z copying torch\include\ATen\ops\_foreach_tan_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0578203Z copying torch\include\ATen\ops\_foreach_tan_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0613103Z copying torch\include\ATen\ops\_foreach_tan_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0619780Z copying torch\include\ATen\ops\_foreach_tan_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0626616Z copying torch\include\ATen\ops\_foreach_trunc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0633286Z copying torch\include\ATen\ops\_foreach_trunc_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0659992Z copying torch\include\ATen\ops\_foreach_trunc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0666620Z copying torch\include\ATen\ops\_foreach_trunc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0673268Z copying torch\include\ATen\ops\_foreach_trunc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0680058Z copying torch\include\ATen\ops\_foreach_zero.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0687045Z copying torch\include\ATen\ops\_foreach_zero_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0694301Z copying torch\include\ATen\ops\_foreach_zero_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0700942Z copying torch\include\ATen\ops\_foreach_zero_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0707530Z copying torch\include\ATen\ops\_foreach_zero_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0714200Z copying torch\include\ATen\ops\_functional_assert_async.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0720963Z copying torch\include\ATen\ops\_functional_assert_async_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0727891Z copying torch\include\ATen\ops\_functional_assert_async_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0734960Z copying torch\include\ATen\ops\_functional_assert_async_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0741959Z copying torch\include\ATen\ops\_functional_assert_scalar.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0748874Z copying torch\include\ATen\ops\_functional_assert_scalar_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0755449Z copying torch\include\ATen\ops\_functional_assert_scalar_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0762218Z copying torch\include\ATen\ops\_functional_assert_scalar_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0769231Z copying torch\include\ATen\ops\_functional_sym_constrain_range.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0776635Z copying torch\include\ATen\ops\_functional_sym_constrain_range_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0783468Z copying torch\include\ATen\ops\_functional_sym_constrain_range_for_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0790904Z 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-20T21:51:28.0797851Z 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-20T21:51:28.0805240Z 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-20T21:51:28.0812659Z copying torch\include\ATen\ops\_functional_sym_constrain_range_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0819565Z copying torch\include\ATen\ops\_functional_sym_constrain_range_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0826289Z copying torch\include\ATen\ops\_fused_adagrad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0833250Z copying torch\include\ATen\ops\_fused_adagrad_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0839924Z copying torch\include\ATen\ops\_fused_adagrad_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0847061Z copying torch\include\ATen\ops\_fused_adagrad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0854378Z copying torch\include\ATen\ops\_fused_adagrad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0861173Z copying torch\include\ATen\ops\_fused_adam.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0867956Z copying torch\include\ATen\ops\_fused_adamw.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0875303Z copying torch\include\ATen\ops\_fused_adamw_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0882548Z copying torch\include\ATen\ops\_fused_adamw_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0889575Z copying torch\include\ATen\ops\_fused_adamw_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0896441Z copying torch\include\ATen\ops\_fused_adamw_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0903615Z copying torch\include\ATen\ops\_fused_adamw_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0910712Z copying torch\include\ATen\ops\_fused_adam_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0917517Z copying torch\include\ATen\ops\_fused_adam_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0924525Z copying torch\include\ATen\ops\_fused_adam_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0931274Z copying torch\include\ATen\ops\_fused_adam_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0938177Z copying torch\include\ATen\ops\_fused_adam_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0945113Z copying torch\include\ATen\ops\_fused_dropout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0952409Z copying torch\include\ATen\ops\_fused_dropout_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0959102Z copying torch\include\ATen\ops\_fused_dropout_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0966053Z copying torch\include\ATen\ops\_fused_dropout_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0973101Z copying torch\include\ATen\ops\_fused_dropout_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0980049Z copying torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.0987424Z 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-20T21:51:28.0994269Z 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-20T21:51:28.1001571Z 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-20T21:51:28.1008443Z 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-20T21:51:28.1015656Z 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-20T21:51:28.1022450Z copying torch\include\ATen\ops\_fused_sdp_choice.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1029666Z copying torch\include\ATen\ops\_fused_sdp_choice_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1036696Z copying torch\include\ATen\ops\_fused_sdp_choice_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1043611Z copying torch\include\ATen\ops\_fused_sdp_choice_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1050845Z copying torch\include\ATen\ops\_fused_sdp_choice_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1058626Z copying torch\include\ATen\ops\_fused_sdp_choice_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1066739Z copying torch\include\ATen\ops\_fused_sgd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1075317Z copying torch\include\ATen\ops\_fused_sgd_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1082778Z copying torch\include\ATen\ops\_fused_sgd_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1091072Z copying torch\include\ATen\ops\_fused_sgd_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1098563Z copying torch\include\ATen\ops\_fused_sgd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1104969Z copying torch\include\ATen\ops\_fused_sgd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1111796Z copying torch\include\ATen\ops\_fw_primal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1118616Z copying torch\include\ATen\ops\_fw_primal_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1125262Z copying torch\include\ATen\ops\_fw_primal_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1133508Z copying torch\include\ATen\ops\_fw_primal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1140073Z copying torch\include\ATen\ops\_fw_primal_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1146797Z copying torch\include\ATen\ops\_fw_primal_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1153633Z copying torch\include\ATen\ops\_fw_primal_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1165541Z copying torch\include\ATen\ops\_fw_primal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1195213Z copying torch\include\ATen\ops\_fw_primal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1201989Z copying torch\include\ATen\ops\_gather_sparse_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1210003Z copying torch\include\ATen\ops\_gather_sparse_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1216738Z copying torch\include\ATen\ops\_gather_sparse_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1223575Z copying torch\include\ATen\ops\_gather_sparse_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1230789Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1237400Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1245557Z 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-20T21:51:28.1253372Z 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-20T21:51:28.1260763Z 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-20T21:51:28.1267610Z 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-20T21:51:28.1275001Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1281692Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1288767Z copying torch\include\ATen\ops\_has_compatible_shallow_copy_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1295956Z 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-20T21:51:28.1302888Z copying torch\include\ATen\ops\_has_compatible_shallow_copy_type_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1309542Z copying torch\include\ATen\ops\_has_compatible_shallow_copy_type_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1315977Z copying torch\include\ATen\ops\_has_same_storage_numel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1323032Z copying torch\include\ATen\ops\_has_same_storage_numel_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1329714Z copying torch\include\ATen\ops\_has_same_storage_numel_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1337127Z copying torch\include\ATen\ops\_has_same_storage_numel_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1343698Z copying torch\include\ATen\ops\_histogramdd_bin_edges.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1351435Z copying torch\include\ATen\ops\_histogramdd_bin_edges_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1358550Z copying torch\include\ATen\ops\_histogramdd_bin_edges_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1365275Z copying torch\include\ATen\ops\_histogramdd_bin_edges_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1372449Z copying torch\include\ATen\ops\_histogramdd_bin_edges_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1379417Z copying torch\include\ATen\ops\_histogramdd_from_bin_cts.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1388489Z copying torch\include\ATen\ops\_histogramdd_from_bin_cts_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1395251Z copying torch\include\ATen\ops\_histogramdd_from_bin_cts_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1402096Z copying torch\include\ATen\ops\_histogramdd_from_bin_cts_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1408964Z copying torch\include\ATen\ops\_histogramdd_from_bin_cts_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1416160Z copying torch\include\ATen\ops\_histogramdd_from_bin_tensors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1423634Z copying torch\include\ATen\ops\_histogramdd_from_bin_tensors_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1430814Z copying torch\include\ATen\ops\_histogramdd_from_bin_tensors_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1437866Z copying torch\include\ATen\ops\_histogramdd_from_bin_tensors_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1444897Z copying torch\include\ATen\ops\_histogramdd_from_bin_tensors_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1451724Z copying torch\include\ATen\ops\_index_put_impl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1458626Z copying torch\include\ATen\ops\_index_put_impl_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1465779Z copying torch\include\ATen\ops\_index_put_impl_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1472628Z copying torch\include\ATen\ops\_index_put_impl_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1479652Z copying torch\include\ATen\ops\_index_put_impl_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1487231Z copying torch\include\ATen\ops\_index_put_impl_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1494020Z copying torch\include\ATen\ops\_index_put_impl_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1500856Z copying torch\include\ATen\ops\_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1507182Z copying torch\include\ATen\ops\_indices_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1514717Z copying torch\include\ATen\ops\_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1522396Z copying torch\include\ATen\ops\_indices_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1531067Z copying torch\include\ATen\ops\_indices_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1537425Z copying torch\include\ATen\ops\_indices_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1544545Z copying torch\include\ATen\ops\_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1551310Z copying torch\include\ATen\ops\_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1559065Z copying torch\include\ATen\ops\_int_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1565700Z copying torch\include\ATen\ops\_int_mm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1572758Z copying torch\include\ATen\ops\_int_mm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1579497Z copying torch\include\ATen\ops\_int_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1586518Z copying torch\include\ATen\ops\_int_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1593857Z copying torch\include\ATen\ops\_is_all_true.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1601093Z copying torch\include\ATen\ops\_is_all_true_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1607991Z copying torch\include\ATen\ops\_is_all_true_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1615320Z copying torch\include\ATen\ops\_is_all_true_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1622156Z copying torch\include\ATen\ops\_is_any_true.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1629876Z copying torch\include\ATen\ops\_is_any_true_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1636922Z copying torch\include\ATen\ops\_is_any_true_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1643108Z copying torch\include\ATen\ops\_is_any_true_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1650300Z copying torch\include\ATen\ops\_is_zerotensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1657812Z copying torch\include\ATen\ops\_is_zerotensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1664558Z copying torch\include\ATen\ops\_is_zerotensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1671119Z copying torch\include\ATen\ops\_is_zerotensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1678423Z copying torch\include\ATen\ops\_jagged_to_padded_dense_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1686018Z 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-20T21:51:28.1693109Z 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-20T21:51:28.1700350Z copying torch\include\ATen\ops\_jagged_to_padded_dense_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1708036Z copying torch\include\ATen\ops\_jagged_to_padded_dense_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1715249Z copying torch\include\ATen\ops\_lazy_clone.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1722279Z copying torch\include\ATen\ops\_lazy_clone_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1729261Z copying torch\include\ATen\ops\_lazy_clone_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1736240Z copying torch\include\ATen\ops\_lazy_clone_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1743209Z copying torch\include\ATen\ops\_linalg_check_errors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1750679Z copying torch\include\ATen\ops\_linalg_check_errors_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1757960Z copying torch\include\ATen\ops\_linalg_check_errors_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1764642Z copying torch\include\ATen\ops\_linalg_check_errors_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1771657Z copying torch\include\ATen\ops\_linalg_det.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1779353Z copying torch\include\ATen\ops\_linalg_det_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1786489Z copying torch\include\ATen\ops\_linalg_det_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1793537Z copying torch\include\ATen\ops\_linalg_det_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1800425Z copying torch\include\ATen\ops\_linalg_det_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1808133Z copying torch\include\ATen\ops\_linalg_det_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1814960Z copying torch\include\ATen\ops\_linalg_det_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1821689Z copying torch\include\ATen\ops\_linalg_det_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1828394Z copying torch\include\ATen\ops\_linalg_eigh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1836201Z copying torch\include\ATen\ops\_linalg_eigh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1843150Z copying torch\include\ATen\ops\_linalg_eigh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1850249Z copying torch\include\ATen\ops\_linalg_eigh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1857391Z copying torch\include\ATen\ops\_linalg_eigh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1864089Z copying torch\include\ATen\ops\_linalg_eigh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1871129Z copying torch\include\ATen\ops\_linalg_eigh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1877979Z copying torch\include\ATen\ops\_linalg_eigh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1884977Z copying torch\include\ATen\ops\_linalg_eigvals.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1892430Z copying torch\include\ATen\ops\_linalg_eigvals_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1899422Z copying torch\include\ATen\ops\_linalg_eigvals_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1906453Z copying torch\include\ATen\ops\_linalg_eigvals_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1913443Z copying torch\include\ATen\ops\_linalg_eigvals_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1920330Z copying torch\include\ATen\ops\_linalg_slogdet.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1927918Z copying torch\include\ATen\ops\_linalg_slogdet_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1934744Z copying torch\include\ATen\ops\_linalg_slogdet_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1941653Z copying torch\include\ATen\ops\_linalg_slogdet_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1948913Z copying torch\include\ATen\ops\_linalg_slogdet_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1956269Z copying torch\include\ATen\ops\_linalg_slogdet_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1963188Z copying torch\include\ATen\ops\_linalg_slogdet_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1970084Z copying torch\include\ATen\ops\_linalg_slogdet_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1977177Z copying torch\include\ATen\ops\_linalg_solve_ex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1984853Z copying torch\include\ATen\ops\_linalg_solve_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1992991Z copying torch\include\ATen\ops\_linalg_solve_ex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.1999869Z copying torch\include\ATen\ops\_linalg_solve_ex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2007038Z copying torch\include\ATen\ops\_linalg_solve_ex_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2014436Z copying torch\include\ATen\ops\_linalg_solve_ex_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2021098Z copying torch\include\ATen\ops\_linalg_solve_ex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2028319Z copying torch\include\ATen\ops\_linalg_solve_ex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2036117Z copying torch\include\ATen\ops\_linalg_svd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2043638Z copying torch\include\ATen\ops\_linalg_svd_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2050422Z copying torch\include\ATen\ops\_linalg_svd_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2057717Z copying torch\include\ATen\ops\_linalg_svd_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2064880Z copying torch\include\ATen\ops\_linalg_svd_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2072848Z copying torch\include\ATen\ops\_linalg_svd_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2079700Z copying torch\include\ATen\ops\_linalg_svd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2086814Z copying torch\include\ATen\ops\_linalg_svd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2095008Z copying torch\include\ATen\ops\_local_scalar_dense.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2101376Z copying torch\include\ATen\ops\_local_scalar_dense_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2108478Z copying torch\include\ATen\ops\_local_scalar_dense_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2115971Z copying torch\include\ATen\ops\_local_scalar_dense_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2122799Z copying torch\include\ATen\ops\_local_scalar_dense_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2129835Z copying torch\include\ATen\ops\_logcumsumexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2136787Z copying torch\include\ATen\ops\_logcumsumexp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2143979Z copying torch\include\ATen\ops\_logcumsumexp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2150987Z copying torch\include\ATen\ops\_logcumsumexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2158148Z copying torch\include\ATen\ops\_logcumsumexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2164826Z copying torch\include\ATen\ops\_log_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2171846Z copying torch\include\ATen\ops\_log_softmax_backward_data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2179547Z copying torch\include\ATen\ops\_log_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2186681Z copying torch\include\ATen\ops\_log_softmax_backward_data_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2193831Z copying torch\include\ATen\ops\_log_softmax_backward_data_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2200699Z copying torch\include\ATen\ops\_log_softmax_backward_data_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2208089Z copying torch\include\ATen\ops\_log_softmax_backward_data_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2215495Z copying torch\include\ATen\ops\_log_softmax_backward_data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2222625Z copying torch\include\ATen\ops\_log_softmax_backward_data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2252028Z copying torch\include\ATen\ops\_log_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2258762Z copying torch\include\ATen\ops\_log_softmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2265757Z copying torch\include\ATen\ops\_log_softmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2272543Z copying torch\include\ATen\ops\_log_softmax_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2279595Z copying torch\include\ATen\ops\_log_softmax_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2286796Z copying torch\include\ATen\ops\_log_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2293893Z copying torch\include\ATen\ops\_log_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2300747Z copying torch\include\ATen\ops\_lstm_mps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2308117Z copying torch\include\ATen\ops\_lstm_mps_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2315175Z copying torch\include\ATen\ops\_lstm_mps_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2321936Z copying torch\include\ATen\ops\_lstm_mps_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2328474Z copying torch\include\ATen\ops\_lu_with_info.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2336355Z copying torch\include\ATen\ops\_lu_with_info_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2342670Z copying torch\include\ATen\ops\_lu_with_info_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2349530Z copying torch\include\ATen\ops\_lu_with_info_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2356111Z copying torch\include\ATen\ops\_make_dep_token.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2363080Z copying torch\include\ATen\ops\_make_dep_token_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2370039Z copying torch\include\ATen\ops\_make_dep_token_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2376652Z copying torch\include\ATen\ops\_make_dep_token_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2383265Z copying torch\include\ATen\ops\_make_dual.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2391219Z copying torch\include\ATen\ops\_make_dual_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2397876Z copying torch\include\ATen\ops\_make_dual_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2404925Z copying torch\include\ATen\ops\_make_dual_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2411805Z copying torch\include\ATen\ops\_make_dual_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2418450Z copying torch\include\ATen\ops\_make_dual_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2425003Z copying torch\include\ATen\ops\_make_dual_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2432104Z copying torch\include\ATen\ops\_make_dual_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2438370Z copying torch\include\ATen\ops\_make_dual_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2445704Z copying torch\include\ATen\ops\_make_per_channel_quantized_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2452549Z 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-20T21:51:28.2459140Z 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-20T21:51:28.2466109Z 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-20T21:51:28.2472890Z copying torch\include\ATen\ops\_make_per_channel_quantized_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2479745Z copying torch\include\ATen\ops\_make_per_channel_quantized_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2486356Z copying torch\include\ATen\ops\_make_per_tensor_quantized_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2493386Z 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-20T21:51:28.2500156Z 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-20T21:51:28.2506834Z 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-20T21:51:28.2514438Z copying torch\include\ATen\ops\_make_per_tensor_quantized_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2521129Z copying torch\include\ATen\ops\_make_per_tensor_quantized_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2527208Z copying torch\include\ATen\ops\_masked_scale.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2534365Z copying torch\include\ATen\ops\_masked_scale_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2541188Z copying torch\include\ATen\ops\_masked_scale_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2548236Z copying torch\include\ATen\ops\_masked_scale_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2555772Z copying torch\include\ATen\ops\_masked_scale_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2562757Z copying torch\include\ATen\ops\_masked_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2569292Z copying torch\include\ATen\ops\_masked_softmax_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2576685Z copying torch\include\ATen\ops\_masked_softmax_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2583742Z copying torch\include\ATen\ops\_masked_softmax_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2590604Z copying torch\include\ATen\ops\_masked_softmax_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2597839Z copying torch\include\ATen\ops\_masked_softmax_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2604887Z copying torch\include\ATen\ops\_masked_softmax_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2612256Z copying torch\include\ATen\ops\_masked_softmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2618963Z copying torch\include\ATen\ops\_masked_softmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2625766Z copying torch\include\ATen\ops\_masked_softmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2632491Z copying torch\include\ATen\ops\_masked_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2639492Z copying torch\include\ATen\ops\_masked_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2646496Z copying torch\include\ATen\ops\_mixed_dtypes_linear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2653641Z copying torch\include\ATen\ops\_mixed_dtypes_linear_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2660234Z copying torch\include\ATen\ops\_mixed_dtypes_linear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2666965Z copying torch\include\ATen\ops\_mixed_dtypes_linear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2673759Z copying torch\include\ATen\ops\_mkldnn_reshape.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2680861Z copying torch\include\ATen\ops\_mkldnn_reshape_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2687724Z copying torch\include\ATen\ops\_mkldnn_reshape_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2695664Z copying torch\include\ATen\ops\_mkldnn_reshape_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2702740Z copying torch\include\ATen\ops\_mkldnn_transpose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2710443Z copying torch\include\ATen\ops\_mkldnn_transpose_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2717386Z copying torch\include\ATen\ops\_mkldnn_transpose_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2724163Z copying torch\include\ATen\ops\_mkldnn_transpose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2731056Z copying torch\include\ATen\ops\_mkldnn_transpose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2738367Z copying torch\include\ATen\ops\_mps_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2745490Z copying torch\include\ATen\ops\_mps_convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2752174Z copying torch\include\ATen\ops\_mps_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2760917Z copying torch\include\ATen\ops\_mps_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2768043Z copying torch\include\ATen\ops\_mps_convolution_transpose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2775294Z copying torch\include\ATen\ops\_mps_convolution_transpose_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2782278Z copying torch\include\ATen\ops\_mps_convolution_transpose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2789335Z copying torch\include\ATen\ops\_mps_convolution_transpose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2796521Z copying torch\include\ATen\ops\_native_batch_norm_legit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2803616Z copying torch\include\ATen\ops\_native_batch_norm_legit_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2810586Z copying torch\include\ATen\ops\_native_batch_norm_legit_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2817544Z copying torch\include\ATen\ops\_native_batch_norm_legit_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2825102Z copying torch\include\ATen\ops\_native_batch_norm_legit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2831488Z copying torch\include\ATen\ops\_native_batch_norm_legit_no_training.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2838686Z 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-20T21:51:28.2845862Z 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-20T21:51:28.2854082Z 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-20T21:51:28.2860944Z copying torch\include\ATen\ops\_native_batch_norm_legit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2868508Z copying torch\include\ATen\ops\_native_multi_head_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2875724Z copying torch\include\ATen\ops\_native_multi_head_attention_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2882582Z copying torch\include\ATen\ops\_native_multi_head_attention_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2890057Z copying torch\include\ATen\ops\_native_multi_head_attention_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2897293Z copying torch\include\ATen\ops\_native_multi_head_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2904663Z copying torch\include\ATen\ops\_native_multi_head_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2911368Z copying torch\include\ATen\ops\_neg_view.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2919268Z copying torch\include\ATen\ops\_neg_view_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2925523Z copying torch\include\ATen\ops\_neg_view_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2932895Z copying torch\include\ATen\ops\_neg_view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2939737Z copying torch\include\ATen\ops\_neg_view_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2946534Z copying torch\include\ATen\ops\_neg_view_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2953105Z copying torch\include\ATen\ops\_neg_view_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.2960779Z copying torch\include\ATen\ops\_neg_view_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.3001976Z copying torch\include\ATen\ops\_neg_view_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.3008912Z copying torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.3016017Z 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-20T21:51:28.3023011Z 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-20T21:51:28.3029954Z copying torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.3038822Z copying torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.3045439Z copying torch\include\ATen\ops\_nested_from_padded.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.3052855Z copying torch\include\ATen\ops\_nested_from_padded_and_nested_example.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.3060511Z 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-20T21:51:28.3067397Z 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-20T21:51:28.3075226Z 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-20T21:51:28.3082216Z copying torch\include\ATen\ops\_nested_from_padded_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.3089457Z copying torch\include\ATen\ops\_nested_from_padded_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.3096656Z copying torch\include\ATen\ops\_nested_from_padded_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.3102852Z copying torch\include\ATen\ops\_nested_from_padded_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.3110267Z copying torch\include\ATen\ops\_nested_from_padded_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.3116912Z copying torch\include\ATen\ops\_nested_get_jagged_dummy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.3124186Z copying torch\include\ATen\ops\_nested_get_jagged_dummy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.3130563Z copying torch\include\ATen\ops\_nested_get_jagged_dummy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.3137057Z copying torch\include\ATen\ops\_nested_get_lengths.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.3143988Z copying torch\include\ATen\ops\_nested_get_lengths_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.3150224Z copying torch\include\ATen\ops\_nested_get_lengths_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.3157441Z copying torch\include\ATen\ops\_nested_get_max_seqlen.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.3164139Z copying torch\include\ATen\ops\_nested_get_max_seqlen_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.3170732Z copying torch\include\ATen\ops\_nested_get_max_seqlen_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.3178144Z copying torch\include\ATen\ops\_nested_get_min_seqlen.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.3184662Z copying torch\include\ATen\ops\_nested_get_min_seqlen_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.3191324Z copying torch\include\ATen\ops\_nested_get_min_seqlen_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.3198485Z copying torch\include\ATen\ops\_nested_get_offsets.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.3205627Z copying torch\include\ATen\ops\_nested_get_offsets_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.3212600Z copying torch\include\ATen\ops\_nested_get_offsets_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.3219767Z copying torch\include\ATen\ops\_nested_get_ragged_idx.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.3226829Z copying torch\include\ATen\ops\_nested_get_ragged_idx_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.3233056Z copying torch\include\ATen\ops\_nested_get_ragged_idx_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.3240187Z copying torch\include\ATen\ops\_nested_get_values.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.3246498Z copying torch\include\ATen\ops\_nested_get_values_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.3254595Z copying torch\include\ATen\ops\_nested_get_values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.3262108Z copying torch\include\ATen\ops\_nested_get_values_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.3268705Z copying torch\include\ATen\ops\_nested_get_values_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.3275469Z copying torch\include\ATen\ops\_nested_get_values_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.3282450Z copying torch\include\ATen\ops\_nested_get_values_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.3290857Z copying torch\include\ATen\ops\_nested_get_values_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.3296390Z copying torch\include\ATen\ops\_nested_select_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.3303600Z copying torch\include\ATen\ops\_nested_select_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.3310087Z copying torch\include\ATen\ops\_nested_select_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.3316811Z copying torch\include\ATen\ops\_nested_sum_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.3325302Z copying torch\include\ATen\ops\_nested_sum_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.3332868Z copying torch\include\ATen\ops\_nested_sum_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.3339452Z copying torch\include\ATen\ops\_nested_tensor_from_mask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.3346916Z copying torch\include\ATen\ops\_nested_tensor_from_mask_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.3354079Z copying torch\include\ATen\ops\_nested_tensor_from_mask_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.3360601Z copying torch\include\ATen\ops\_nested_tensor_from_mask_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.3367420Z copying torch\include\ATen\ops\_nested_tensor_from_mask_left_aligned.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.3374942Z 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-20T21:51:28.3382535Z 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-20T21:51:28.3389258Z 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-20T21:51:28.3396497Z 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-20T21:51:28.3403362Z copying torch\include\ATen\ops\_nested_tensor_from_mask_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.3411668Z copying torch\include\ATen\ops\_nested_tensor_from_mask_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.3418863Z copying torch\include\ATen\ops\_nested_tensor_from_tensor_list.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.3426176Z 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-20T21:51:28.3433130Z copying torch\include\ATen\ops\_nested_tensor_from_tensor_list_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.3440040Z copying torch\include\ATen\ops\_nested_tensor_from_tensor_list_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.3447156Z copying torch\include\ATen\ops\_nested_tensor_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.3454772Z copying torch\include\ATen\ops\_nested_tensor_size_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.3462402Z copying torch\include\ATen\ops\_nested_tensor_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.3468943Z copying torch\include\ATen\ops\_nested_tensor_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.3475724Z copying torch\include\ATen\ops\_nested_tensor_softmax_with_shape.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.3482621Z copying torch\include\ATen\ops\_nested_tensor_softmax_with_shape_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.3489795Z copying torch\include\ATen\ops\_nested_tensor_softmax_with_shape_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.3496787Z copying torch\include\ATen\ops\_nested_tensor_storage_offsets.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.3504202Z copying torch\include\ATen\ops\_nested_tensor_storage_offsets_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.3511263Z copying torch\include\ATen\ops\_nested_tensor_storage_offsets_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.3518733Z copying torch\include\ATen\ops\_nested_tensor_storage_offsets_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.3525247Z copying torch\include\ATen\ops\_nested_tensor_strides.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.3532914Z copying torch\include\ATen\ops\_nested_tensor_strides_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.3540032Z copying torch\include\ATen\ops\_nested_tensor_strides_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.3546791Z copying torch\include\ATen\ops\_nested_tensor_strides_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.3553625Z copying torch\include\ATen\ops\_nested_view_from_buffer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.3560772Z copying torch\include\ATen\ops\_nested_view_from_buffer_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.3568159Z 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-20T21:51:28.3603761Z 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-20T21:51:28.3610657Z copying torch\include\ATen\ops\_nested_view_from_buffer_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.3617627Z copying torch\include\ATen\ops\_nested_view_from_buffer_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.3750761Z copying torch\include\ATen\ops\_nested_view_from_buffer_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.3758541Z copying torch\include\ATen\ops\_nested_view_from_buffer_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.3766091Z copying torch\include\ATen\ops\_nested_view_from_buffer_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.3773521Z copying torch\include\ATen\ops\_nested_view_from_buffer_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.3781596Z copying torch\include\ATen\ops\_nested_view_from_jagged.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.3789305Z copying torch\include\ATen\ops\_nested_view_from_jagged_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.3797098Z 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-20T21:51:28.3804580Z 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-20T21:51:28.3812092Z copying torch\include\ATen\ops\_nested_view_from_jagged_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.3819316Z copying torch\include\ATen\ops\_nested_view_from_jagged_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.3826268Z copying torch\include\ATen\ops\_nested_view_from_jagged_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.3833075Z copying torch\include\ATen\ops\_nested_view_from_jagged_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.3840400Z copying torch\include\ATen\ops\_new_zeros_with_same_feature_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.3847615Z 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-20T21:51:28.3854680Z 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-20T21:51:28.3861872Z 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-20T21:51:28.3869344Z copying torch\include\ATen\ops\_nnpack_available.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.3876633Z copying torch\include\ATen\ops\_nnpack_available_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.3883184Z copying torch\include\ATen\ops\_nnpack_available_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.3890111Z copying torch\include\ATen\ops\_nnpack_available_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.3897117Z copying torch\include\ATen\ops\_nnpack_spatial_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.3905190Z copying torch\include\ATen\ops\_nnpack_spatial_convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.3912225Z copying torch\include\ATen\ops\_nnpack_spatial_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.3919298Z copying torch\include\ATen\ops\_nnpack_spatial_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.3926174Z copying torch\include\ATen\ops\_nnz.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.3932437Z copying torch\include\ATen\ops\_nnz_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.3939027Z copying torch\include\ATen\ops\_nnz_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.3945757Z copying torch\include\ATen\ops\_pack_padded_sequence.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.3952594Z copying torch\include\ATen\ops\_pack_padded_sequence_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.3959915Z copying torch\include\ATen\ops\_pack_padded_sequence_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.3966760Z copying torch\include\ATen\ops\_pack_padded_sequence_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.3973784Z copying torch\include\ATen\ops\_pack_padded_sequence_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.3981713Z copying torch\include\ATen\ops\_pack_padded_sequence_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.3988424Z copying torch\include\ATen\ops\_pack_padded_sequence_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.3995426Z copying torch\include\ATen\ops\_pack_padded_sequence_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.4004422Z copying torch\include\ATen\ops\_padded_dense_to_jagged_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.4011565Z 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-20T21:51:28.4018388Z 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-20T21:51:28.4025321Z copying torch\include\ATen\ops\_padded_dense_to_jagged_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.4032320Z copying torch\include\ATen\ops\_padded_dense_to_jagged_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.4039200Z copying torch\include\ATen\ops\_pad_circular.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.4046339Z copying torch\include\ATen\ops\_pad_circular_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.4053121Z copying torch\include\ATen\ops\_pad_circular_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.4061056Z copying torch\include\ATen\ops\_pad_circular_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.4069019Z copying torch\include\ATen\ops\_pad_enum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.4075994Z copying torch\include\ATen\ops\_pad_enum_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.4083984Z copying torch\include\ATen\ops\_pad_enum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.4118080Z copying torch\include\ATen\ops\_pad_enum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.4124624Z copying torch\include\ATen\ops\_pad_packed_sequence.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.4132029Z copying torch\include\ATen\ops\_pad_packed_sequence_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.4139013Z copying torch\include\ATen\ops\_pad_packed_sequence_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.4146195Z copying torch\include\ATen\ops\_pad_packed_sequence_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.4152752Z copying torch\include\ATen\ops\_pdist_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.4159731Z copying torch\include\ATen\ops\_pdist_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.4166380Z copying torch\include\ATen\ops\_pdist_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.4173369Z copying torch\include\ATen\ops\_pdist_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.4179571Z copying torch\include\ATen\ops\_pdist_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.4186539Z copying torch\include\ATen\ops\_pdist_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.4193396Z copying torch\include\ATen\ops\_pdist_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.4200080Z copying torch\include\ATen\ops\_pdist_forward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.4206651Z copying torch\include\ATen\ops\_pdist_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.4214590Z copying torch\include\ATen\ops\_pdist_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.4221241Z copying torch\include\ATen\ops\_pdist_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.4228703Z copying torch\include\ATen\ops\_pdist_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.4235444Z copying torch\include\ATen\ops\_pin_memory.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.4242590Z copying torch\include\ATen\ops\_pin_memory_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.4250023Z copying torch\include\ATen\ops\_pin_memory_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.8125010Z copying torch\include\ATen\ops\_pin_memory_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.8132284Z copying torch\include\ATen\ops\_prelu_kernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.8139025Z copying torch\include\ATen\ops\_prelu_kernel_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.8145607Z copying torch\include\ATen\ops\_prelu_kernel_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.8152528Z copying torch\include\ATen\ops\_prelu_kernel_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.8159470Z copying torch\include\ATen\ops\_prelu_kernel_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.8167266Z copying torch\include\ATen\ops\_prelu_kernel_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.8174013Z copying torch\include\ATen\ops\_prelu_kernel_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.8182966Z copying torch\include\ATen\ops\_prelu_kernel_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.8189449Z copying torch\include\ATen\ops\_prelu_kernel_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.8196723Z copying torch\include\ATen\ops\_prelu_kernel_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.8203379Z copying torch\include\ATen\ops\_print.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.8209984Z copying torch\include\ATen\ops\_print_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.8216506Z copying torch\include\ATen\ops\_print_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.8223244Z copying torch\include\ATen\ops\_print_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.8229952Z copying torch\include\ATen\ops\_propagate_xla_data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.8236834Z copying torch\include\ATen\ops\_propagate_xla_data_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.8243730Z copying torch\include\ATen\ops\_propagate_xla_data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.8250099Z copying torch\include\ATen\ops\_propagate_xla_data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.8257303Z copying torch\include\ATen\ops\_remove_batch_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.8264135Z copying torch\include\ATen\ops\_remove_batch_dim_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.8270496Z copying torch\include\ATen\ops\_remove_batch_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.8276981Z copying torch\include\ATen\ops\_remove_batch_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.8284317Z copying torch\include\ATen\ops\_reshape_alias.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.8291096Z copying torch\include\ATen\ops\_reshape_alias_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.8298123Z copying torch\include\ATen\ops\_reshape_alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.8304983Z copying torch\include\ATen\ops\_reshape_alias_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.8311636Z copying torch\include\ATen\ops\_reshape_alias_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.8318305Z copying torch\include\ATen\ops\_reshape_alias_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.8324996Z copying torch\include\ATen\ops\_reshape_alias_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.8332254Z copying torch\include\ATen\ops\_reshape_alias_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.8338945Z copying torch\include\ATen\ops\_reshape_alias_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.8345717Z copying torch\include\ATen\ops\_reshape_alias_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.8351981Z copying torch\include\ATen\ops\_reshape_alias_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.8358536Z copying torch\include\ATen\ops\_reshape_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.8365442Z copying torch\include\ATen\ops\_reshape_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.8372119Z copying torch\include\ATen\ops\_reshape_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.8378724Z copying torch\include\ATen\ops\_reshape_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.8385400Z copying torch\include\ATen\ops\_reshape_from_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.8392405Z copying torch\include\ATen\ops\_reshape_from_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.8399006Z copying torch\include\ATen\ops\_reshape_from_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.8405688Z copying torch\include\ATen\ops\_reshape_from_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.8413427Z copying torch\include\ATen\ops\_resize_output.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.8420397Z copying torch\include\ATen\ops\_resize_output_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.8427029Z copying torch\include\ATen\ops\_resize_output_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.8433633Z copying torch\include\ATen\ops\_resize_output_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.8440203Z copying torch\include\ATen\ops\_resize_output_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.8446771Z copying torch\include\ATen\ops\_rowwise_prune.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.8453968Z copying torch\include\ATen\ops\_rowwise_prune_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.8460437Z copying torch\include\ATen\ops\_rowwise_prune_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.8467243Z copying torch\include\ATen\ops\_rowwise_prune_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.8474057Z copying torch\include\ATen\ops\_safe_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.8480925Z copying torch\include\ATen\ops\_safe_softmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.8487861Z copying torch\include\ATen\ops\_safe_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.8494274Z copying torch\include\ATen\ops\_safe_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.8500927Z copying torch\include\ATen\ops\_sample_dirichlet.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.8507824Z copying torch\include\ATen\ops\_sample_dirichlet_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.8514559Z copying torch\include\ATen\ops\_sample_dirichlet_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.8521244Z copying torch\include\ATen\ops\_sample_dirichlet_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.8527716Z copying torch\include\ATen\ops\_sample_dirichlet_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.8557514Z copying torch\include\ATen\ops\_sample_dirichlet_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.8563987Z copying torch\include\ATen\ops\_saturate_weight_to_fp16.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.8571113Z copying torch\include\ATen\ops\_saturate_weight_to_fp16_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.8578522Z copying torch\include\ATen\ops\_saturate_weight_to_fp16_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.8585094Z copying torch\include\ATen\ops\_saturate_weight_to_fp16_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.8591910Z copying torch\include\ATen\ops\_scaled_dot_product_attention_math.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.8598823Z 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-20T21:51:28.8605620Z 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-20T21:51:28.8612666Z 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-20T21:51:28.8619328Z 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-20T21:51:28.8626310Z copying torch\include\ATen\ops\_scaled_dot_product_attention_math_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.8633282Z copying torch\include\ATen\ops\_scaled_dot_product_attention_math_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.8640223Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.8647620Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.8654937Z 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-20T21:51:28.8661992Z 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-20T21:51:28.8669203Z 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-20T21:51:28.8676338Z 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-20T21:51:28.8683300Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.8690705Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.8697600Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.8705077Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.8712314Z 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-20T21:51:28.8719581Z 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-20T21:51:28.8726853Z 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-20T21:51:28.8734231Z 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-20T21:51:28.8741449Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.8748314Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.8755345Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.8762502Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.8770111Z 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-20T21:51:28.8777140Z 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-20T21:51:28.8784034Z 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-20T21:51:28.8791266Z 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-20T21:51:28.8798261Z 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-20T21:51:28.8805372Z 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-20T21:51:28.8824036Z 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-20T21:51:28.8831244Z 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-20T21:51:28.8838398Z 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-20T21:51:28.8845365Z 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-20T21:51:28.8852426Z 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-20T21:51:28.8859200Z 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-20T21:51:28.8866144Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.8873399Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.8880346Z copying torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.8887416Z 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-20T21:51:28.8895674Z 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-20T21:51:28.8902889Z 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-20T21:51:28.8910043Z 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-20T21:51:28.8917442Z 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-20T21:51:28.8924998Z 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-20T21:51:28.8932509Z 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-20T21:51:28.8939281Z copying torch\include\ATen\ops\_scaled_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.8946064Z copying torch\include\ATen\ops\_scaled_mm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.8952880Z copying torch\include\ATen\ops\_scaled_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.8959649Z copying torch\include\ATen\ops\_scaled_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.8966575Z copying torch\include\ATen\ops\_segment_reduce_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.8973774Z copying torch\include\ATen\ops\_segment_reduce_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.8980687Z copying torch\include\ATen\ops\_segment_reduce_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.8987596Z copying torch\include\ATen\ops\_segment_reduce_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.8994507Z copying torch\include\ATen\ops\_segment_reduce_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9001319Z copying torch\include\ATen\ops\_segment_reduce_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9008125Z copying torch\include\ATen\ops\_shape_as_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9015215Z copying torch\include\ATen\ops\_shape_as_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9022067Z copying torch\include\ATen\ops\_shape_as_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9028506Z copying torch\include\ATen\ops\_shape_as_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9035290Z copying torch\include\ATen\ops\_slow_conv2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9042250Z copying torch\include\ATen\ops\_slow_conv2d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9049049Z copying torch\include\ATen\ops\_slow_conv2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9055824Z copying torch\include\ATen\ops\_slow_conv2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9062773Z copying torch\include\ATen\ops\_slow_conv2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9069453Z copying torch\include\ATen\ops\_slow_conv2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9076267Z copying torch\include\ATen\ops\_slow_conv2d_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9083310Z copying torch\include\ATen\ops\_slow_conv2d_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9090423Z copying torch\include\ATen\ops\_slow_conv2d_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9097375Z copying torch\include\ATen\ops\_slow_conv2d_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9104503Z copying torch\include\ATen\ops\_slow_conv2d_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9111323Z copying torch\include\ATen\ops\_sobol_engine_draw.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9118509Z copying torch\include\ATen\ops\_sobol_engine_draw_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9125177Z copying torch\include\ATen\ops\_sobol_engine_draw_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9132707Z copying torch\include\ATen\ops\_sobol_engine_draw_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9139422Z copying torch\include\ATen\ops\_sobol_engine_ff.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9146724Z copying torch\include\ATen\ops\_sobol_engine_ff_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9154295Z copying torch\include\ATen\ops\_sobol_engine_ff_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9161153Z copying torch\include\ATen\ops\_sobol_engine_ff_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9168076Z copying torch\include\ATen\ops\_sobol_engine_initialize_state.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9175627Z copying torch\include\ATen\ops\_sobol_engine_initialize_state_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9182306Z copying torch\include\ATen\ops\_sobol_engine_initialize_state_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9189258Z copying torch\include\ATen\ops\_sobol_engine_initialize_state_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9195966Z copying torch\include\ATen\ops\_sobol_engine_scramble.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9203208Z copying torch\include\ATen\ops\_sobol_engine_scramble_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9210113Z copying torch\include\ATen\ops\_sobol_engine_scramble_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9216808Z copying torch\include\ATen\ops\_sobol_engine_scramble_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9223146Z copying torch\include\ATen\ops\_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9248355Z copying torch\include\ATen\ops\_softmax_backward_data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9255863Z copying torch\include\ATen\ops\_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9262195Z copying torch\include\ATen\ops\_softmax_backward_data_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9269422Z copying torch\include\ATen\ops\_softmax_backward_data_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9276231Z copying torch\include\ATen\ops\_softmax_backward_data_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9283173Z copying torch\include\ATen\ops\_softmax_backward_data_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9290190Z copying torch\include\ATen\ops\_softmax_backward_data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9296943Z copying torch\include\ATen\ops\_softmax_backward_data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9304203Z copying torch\include\ATen\ops\_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9311118Z copying torch\include\ATen\ops\_softmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9318132Z copying torch\include\ATen\ops\_softmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9324723Z copying torch\include\ATen\ops\_softmax_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9332058Z copying torch\include\ATen\ops\_softmax_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9338973Z copying torch\include\ATen\ops\_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9345547Z copying torch\include\ATen\ops\_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9352408Z copying torch\include\ATen\ops\_sparse_addmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9359422Z copying torch\include\ATen\ops\_sparse_addmm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9366124Z copying torch\include\ATen\ops\_sparse_addmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9373004Z copying torch\include\ATen\ops\_sparse_addmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9379639Z copying torch\include\ATen\ops\_sparse_broadcast_to.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9387395Z copying torch\include\ATen\ops\_sparse_broadcast_to_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9394625Z copying torch\include\ATen\ops\_sparse_broadcast_to_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9401981Z copying torch\include\ATen\ops\_sparse_broadcast_to_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9408715Z copying torch\include\ATen\ops\_sparse_broadcast_to_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9415677Z copying torch\include\ATen\ops\_sparse_broadcast_to_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9422789Z copying torch\include\ATen\ops\_sparse_broadcast_to_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9429481Z copying torch\include\ATen\ops\_sparse_broadcast_to_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9436459Z copying torch\include\ATen\ops\_sparse_bsc_tensor_unsafe.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9443677Z copying torch\include\ATen\ops\_sparse_bsc_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9450814Z copying torch\include\ATen\ops\_sparse_bsc_tensor_unsafe_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9457330Z copying torch\include\ATen\ops\_sparse_bsc_tensor_unsafe_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9463928Z copying torch\include\ATen\ops\_sparse_bsr_tensor_unsafe.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9471329Z copying torch\include\ATen\ops\_sparse_bsr_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9478692Z copying torch\include\ATen\ops\_sparse_bsr_tensor_unsafe_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9485553Z copying torch\include\ATen\ops\_sparse_bsr_tensor_unsafe_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9492520Z copying torch\include\ATen\ops\_sparse_compressed_tensor_unsafe.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9499721Z copying torch\include\ATen\ops\_sparse_compressed_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9506614Z copying torch\include\ATen\ops\_sparse_compressed_tensor_unsafe_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9513380Z copying torch\include\ATen\ops\_sparse_compressed_tensor_unsafe_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9520091Z copying torch\include\ATen\ops\_sparse_compressed_tensor_with_dims.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9528008Z 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-20T21:51:28.9536252Z copying torch\include\ATen\ops\_sparse_compressed_tensor_with_dims_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9544606Z copying torch\include\ATen\ops\_sparse_compressed_tensor_with_dims_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9551320Z copying torch\include\ATen\ops\_sparse_coo_tensor_unsafe.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9558283Z copying torch\include\ATen\ops\_sparse_coo_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9566574Z copying torch\include\ATen\ops\_sparse_coo_tensor_unsafe_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9573528Z copying torch\include\ATen\ops\_sparse_coo_tensor_unsafe_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9580512Z copying torch\include\ATen\ops\_sparse_coo_tensor_with_dims.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9587496Z 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-20T21:51:28.9594870Z 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-20T21:51:28.9602266Z 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-20T21:51:28.9609406Z 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-20T21:51:28.9616346Z 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-20T21:51:28.9625449Z 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-20T21:51:28.9631755Z 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-20T21:51:28.9638627Z copying torch\include\ATen\ops\_sparse_coo_tensor_with_dims_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9645406Z copying torch\include\ATen\ops\_sparse_coo_tensor_with_dims_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9652427Z copying torch\include\ATen\ops\_sparse_csc_tensor_unsafe.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9660345Z copying torch\include\ATen\ops\_sparse_csc_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9666863Z copying torch\include\ATen\ops\_sparse_csc_tensor_unsafe_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9673416Z copying torch\include\ATen\ops\_sparse_csc_tensor_unsafe_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9680172Z copying torch\include\ATen\ops\_sparse_csr_prod.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9687734Z copying torch\include\ATen\ops\_sparse_csr_prod_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9694863Z copying torch\include\ATen\ops\_sparse_csr_prod_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9701943Z copying torch\include\ATen\ops\_sparse_csr_prod_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9710118Z copying torch\include\ATen\ops\_sparse_csr_sum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9716995Z copying torch\include\ATen\ops\_sparse_csr_sum_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9723696Z copying torch\include\ATen\ops\_sparse_csr_sum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9730824Z copying torch\include\ATen\ops\_sparse_csr_sum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9737784Z copying torch\include\ATen\ops\_sparse_csr_tensor_unsafe.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9745010Z copying torch\include\ATen\ops\_sparse_csr_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9752096Z copying torch\include\ATen\ops\_sparse_csr_tensor_unsafe_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9759153Z copying torch\include\ATen\ops\_sparse_csr_tensor_unsafe_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9765886Z copying torch\include\ATen\ops\_sparse_log_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9773591Z copying torch\include\ATen\ops\_sparse_log_softmax_backward_data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9780964Z 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-20T21:51:28.9788026Z copying torch\include\ATen\ops\_sparse_log_softmax_backward_data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9795077Z copying torch\include\ATen\ops\_sparse_log_softmax_backward_data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9802731Z copying torch\include\ATen\ops\_sparse_log_softmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9809926Z copying torch\include\ATen\ops\_sparse_log_softmax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9816625Z copying torch\include\ATen\ops\_sparse_log_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9823492Z copying torch\include\ATen\ops\_sparse_log_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9830391Z copying torch\include\ATen\ops\_sparse_mask_projection.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9837501Z copying torch\include\ATen\ops\_sparse_mask_projection_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9844541Z copying torch\include\ATen\ops\_sparse_mask_projection_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9851610Z copying torch\include\ATen\ops\_sparse_mask_projection_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9858741Z copying torch\include\ATen\ops\_sparse_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9866047Z copying torch\include\ATen\ops\_sparse_mm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9873073Z copying torch\include\ATen\ops\_sparse_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9879944Z copying torch\include\ATen\ops\_sparse_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9886766Z copying torch\include\ATen\ops\_sparse_mm_reduce_impl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9894106Z copying torch\include\ATen\ops\_sparse_mm_reduce_impl_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9901445Z copying torch\include\ATen\ops\_sparse_mm_reduce_impl_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9908572Z copying torch\include\ATen\ops\_sparse_mm_reduce_impl_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9915053Z copying torch\include\ATen\ops\_sparse_mm_reduce_impl_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9921798Z copying torch\include\ATen\ops\_sparse_mm_reduce_impl_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9929094Z copying torch\include\ATen\ops\_sparse_semi_structured_addmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9935838Z copying torch\include\ATen\ops\_sparse_semi_structured_addmm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:28.9943007Z copying torch\include\ATen\ops\_sparse_semi_structured_addmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.1421412Z copying torch\include\ATen\ops\_sparse_semi_structured_addmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.1428319Z copying torch\include\ATen\ops\_sparse_semi_structured_apply.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.1435632Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.1443023Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_dense.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.1450118Z 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-20T21:51:29.1458548Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_dense_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.1464898Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_dense_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.1472329Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.1492880Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.1500130Z copying torch\include\ATen\ops\_sparse_semi_structured_linear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.1507661Z copying torch\include\ATen\ops\_sparse_semi_structured_linear_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.1514565Z copying torch\include\ATen\ops\_sparse_semi_structured_linear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.1521445Z copying torch\include\ATen\ops\_sparse_semi_structured_linear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.1528072Z copying torch\include\ATen\ops\_sparse_semi_structured_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.1535766Z copying torch\include\ATen\ops\_sparse_semi_structured_mm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.1542123Z copying torch\include\ATen\ops\_sparse_semi_structured_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.1549460Z copying torch\include\ATen\ops\_sparse_semi_structured_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.1555840Z copying torch\include\ATen\ops\_sparse_semi_structured_tile.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.1562753Z copying torch\include\ATen\ops\_sparse_semi_structured_tile_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.1570180Z copying torch\include\ATen\ops\_sparse_semi_structured_tile_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.1576849Z copying torch\include\ATen\ops\_sparse_semi_structured_tile_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.1583505Z copying torch\include\ATen\ops\_sparse_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.1590313Z copying torch\include\ATen\ops\_sparse_softmax_backward_data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.1597639Z copying torch\include\ATen\ops\_sparse_softmax_backward_data_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.1604334Z copying torch\include\ATen\ops\_sparse_softmax_backward_data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.1610904Z copying torch\include\ATen\ops\_sparse_softmax_backward_data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.1618216Z copying torch\include\ATen\ops\_sparse_softmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.1625432Z copying torch\include\ATen\ops\_sparse_softmax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.1638819Z copying torch\include\ATen\ops\_sparse_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.1641201Z copying torch\include\ATen\ops\_sparse_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.1648150Z copying torch\include\ATen\ops\_sparse_sparse_matmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.1655746Z copying torch\include\ATen\ops\_sparse_sparse_matmul_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.1662022Z copying torch\include\ATen\ops\_sparse_sparse_matmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.1668802Z copying torch\include\ATen\ops\_sparse_sparse_matmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.1675821Z copying torch\include\ATen\ops\_sparse_sum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.1682578Z copying torch\include\ATen\ops\_sparse_sum_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.1690017Z copying torch\include\ATen\ops\_sparse_sum_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.1696765Z copying torch\include\ATen\ops\_sparse_sum_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.1703606Z copying torch\include\ATen\ops\_sparse_sum_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.1710743Z copying torch\include\ATen\ops\_sparse_sum_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.1717972Z copying torch\include\ATen\ops\_sparse_sum_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.1724616Z copying torch\include\ATen\ops\_sparse_sum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.1731533Z copying torch\include\ATen\ops\_sparse_sum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.1738307Z copying torch\include\ATen\ops\_spdiags.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.1745072Z copying torch\include\ATen\ops\_spdiags_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.1751609Z copying torch\include\ATen\ops\_spdiags_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.1758210Z copying torch\include\ATen\ops\_spdiags_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.1765057Z copying torch\include\ATen\ops\_spdiags_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.1771799Z copying torch\include\ATen\ops\_stack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.1779295Z copying torch\include\ATen\ops\_stack_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.1785850Z copying torch\include\ATen\ops\_stack_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.1792498Z copying torch\include\ATen\ops\_stack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.1799200Z copying torch\include\ATen\ops\_stack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.1805976Z copying torch\include\ATen\ops\_standard_gamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.1814273Z copying torch\include\ATen\ops\_standard_gamma_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.1821171Z copying torch\include\ATen\ops\_standard_gamma_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.1827636Z copying torch\include\ATen\ops\_standard_gamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.1834117Z copying torch\include\ATen\ops\_standard_gamma_grad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.1841338Z copying torch\include\ATen\ops\_standard_gamma_grad_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.1848401Z copying torch\include\ATen\ops\_standard_gamma_grad_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.1855272Z copying torch\include\ATen\ops\_standard_gamma_grad_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.1862402Z copying torch\include\ATen\ops\_standard_gamma_grad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.1868858Z copying torch\include\ATen\ops\_standard_gamma_grad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.1875682Z copying torch\include\ATen\ops\_standard_gamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.1882504Z copying torch\include\ATen\ops\_standard_gamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.1889523Z copying torch\include\ATen\ops\_test_ambiguous_defaults.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.1896666Z copying torch\include\ATen\ops\_test_ambiguous_defaults_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.1903428Z copying torch\include\ATen\ops\_test_ambiguous_defaults_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.1910088Z copying torch\include\ATen\ops\_test_ambiguous_defaults_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.1917029Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.1924266Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.1931555Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.1938441Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.1945765Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.1952478Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.1959683Z 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-20T21:51:29.1966468Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.1973991Z 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-20T21:51:29.1981238Z 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-20T21:51:29.1988091Z 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-20T21:51:29.1994878Z 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-20T21:51:29.2001834Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.2008725Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.2015322Z copying torch\include\ATen\ops\_test_check_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.2022650Z copying torch\include\ATen\ops\_test_check_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.2029045Z copying torch\include\ATen\ops\_test_check_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.2035512Z copying torch\include\ATen\ops\_test_check_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.2042433Z copying torch\include\ATen\ops\_test_functorch_fallback.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.2050231Z copying torch\include\ATen\ops\_test_functorch_fallback_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.2056604Z copying torch\include\ATen\ops\_test_functorch_fallback_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.2063846Z copying torch\include\ATen\ops\_test_functorch_fallback_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.2070690Z copying torch\include\ATen\ops\_test_functorch_fallback_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.2077627Z copying torch\include\ATen\ops\_test_optional_filled_intlist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.2084801Z copying torch\include\ATen\ops\_test_optional_filled_intlist_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.2092164Z copying torch\include\ATen\ops\_test_optional_filled_intlist_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.2099022Z copying torch\include\ATen\ops\_test_optional_filled_intlist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.2105756Z copying torch\include\ATen\ops\_test_optional_filled_intlist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.2112494Z copying torch\include\ATen\ops\_test_optional_floatlist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.2119654Z copying torch\include\ATen\ops\_test_optional_floatlist_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.2126660Z copying torch\include\ATen\ops\_test_optional_floatlist_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.2134169Z copying torch\include\ATen\ops\_test_optional_floatlist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.2141042Z copying torch\include\ATen\ops\_test_optional_floatlist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3322736Z copying torch\include\ATen\ops\_test_optional_intlist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3336060Z copying torch\include\ATen\ops\_test_optional_intlist_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3337565Z copying torch\include\ATen\ops\_test_optional_intlist_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3338886Z copying torch\include\ATen\ops\_test_optional_intlist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3340158Z copying torch\include\ATen\ops\_test_optional_intlist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3341558Z copying torch\include\ATen\ops\_test_parallel_materialize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3343033Z copying torch\include\ATen\ops\_test_parallel_materialize_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3344527Z copying torch\include\ATen\ops\_test_parallel_materialize_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3346041Z copying torch\include\ATen\ops\_test_parallel_materialize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3347427Z copying torch\include\ATen\ops\_test_serialization_subcmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3348987Z copying torch\include\ATen\ops\_test_serialization_subcmul_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3350572Z copying torch\include\ATen\ops\_test_serialization_subcmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3351911Z copying torch\include\ATen\ops\_test_serialization_subcmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3353254Z copying torch\include\ATen\ops\_test_string_default.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3354650Z copying torch\include\ATen\ops\_test_string_default_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3356077Z copying torch\include\ATen\ops\_test_string_default_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3357321Z copying torch\include\ATen\ops\_test_string_default_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3358642Z copying torch\include\ATen\ops\_test_warn_in_autograd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3360062Z copying torch\include\ATen\ops\_test_warn_in_autograd_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3361568Z copying torch\include\ATen\ops\_test_warn_in_autograd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3362832Z copying torch\include\ATen\ops\_test_warn_in_autograd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3364212Z copying torch\include\ATen\ops\_thnn_differentiable_gru_cell_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3365900Z 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-20T21:51:29.3367524Z copying torch\include\ATen\ops\_thnn_differentiable_gru_cell_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3369030Z copying torch\include\ATen\ops\_thnn_differentiable_gru_cell_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3370547Z copying torch\include\ATen\ops\_thnn_differentiable_lstm_cell_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3372142Z 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-20T21:51:29.3373768Z copying torch\include\ATen\ops\_thnn_differentiable_lstm_cell_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3375221Z copying torch\include\ATen\ops\_thnn_differentiable_lstm_cell_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3376639Z copying torch\include\ATen\ops\_thnn_fused_gru_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3377902Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3379395Z 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-20T21:51:29.3380944Z 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-20T21:51:29.3382504Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3383853Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3385292Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3386812Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3388259Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3389514Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3390718Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3391975Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3393598Z 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-20T21:51:29.3395122Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_impl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3396670Z 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-20T21:51:29.3398333Z 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-20T21:51:29.3399887Z 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-20T21:51:29.3401291Z 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-20T21:51:29.3402657Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3404023Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3405595Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3410914Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3418266Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3424967Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3431799Z copying torch\include\ATen\ops\_to_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3439663Z copying torch\include\ATen\ops\_to_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3446696Z copying torch\include\ATen\ops\_to_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3453217Z copying torch\include\ATen\ops\_to_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3459910Z copying torch\include\ATen\ops\_to_cpu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3466675Z copying torch\include\ATen\ops\_to_cpu_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3474468Z copying torch\include\ATen\ops\_to_cpu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3480187Z copying torch\include\ATen\ops\_to_cpu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3487075Z copying torch\include\ATen\ops\_to_dense.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3494228Z copying torch\include\ATen\ops\_to_dense_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3500753Z copying torch\include\ATen\ops\_to_dense_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3508239Z copying torch\include\ATen\ops\_to_dense_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3514190Z copying torch\include\ATen\ops\_to_sparse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3520789Z copying torch\include\ATen\ops\_to_sparse_bsc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3528225Z copying torch\include\ATen\ops\_to_sparse_bsc_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3534998Z copying torch\include\ATen\ops\_to_sparse_bsc_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3542164Z copying torch\include\ATen\ops\_to_sparse_bsc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3548763Z copying torch\include\ATen\ops\_to_sparse_bsc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3555887Z copying torch\include\ATen\ops\_to_sparse_bsc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3562255Z copying torch\include\ATen\ops\_to_sparse_bsr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3569477Z copying torch\include\ATen\ops\_to_sparse_bsr_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3576490Z copying torch\include\ATen\ops\_to_sparse_bsr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3583710Z copying torch\include\ATen\ops\_to_sparse_bsr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3590506Z copying torch\include\ATen\ops\_to_sparse_bsr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3596955Z copying torch\include\ATen\ops\_to_sparse_bsr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3603936Z copying torch\include\ATen\ops\_to_sparse_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3610927Z copying torch\include\ATen\ops\_to_sparse_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3617626Z copying torch\include\ATen\ops\_to_sparse_csc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3625424Z copying torch\include\ATen\ops\_to_sparse_csc_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3631754Z copying torch\include\ATen\ops\_to_sparse_csc_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3638617Z copying torch\include\ATen\ops\_to_sparse_csc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3645590Z copying torch\include\ATen\ops\_to_sparse_csc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3652913Z copying torch\include\ATen\ops\_to_sparse_csc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3659772Z copying torch\include\ATen\ops\_to_sparse_csr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3668100Z copying torch\include\ATen\ops\_to_sparse_csr_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3674940Z copying torch\include\ATen\ops\_to_sparse_csr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3681412Z copying torch\include\ATen\ops\_to_sparse_csr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3690583Z copying torch\include\ATen\ops\_to_sparse_csr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3696596Z copying torch\include\ATen\ops\_to_sparse_csr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3703490Z copying torch\include\ATen\ops\_to_sparse_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3710424Z copying torch\include\ATen\ops\_to_sparse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3717300Z copying torch\include\ATen\ops\_to_sparse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3725526Z copying torch\include\ATen\ops\_to_sparse_semi_structured.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3738010Z copying torch\include\ATen\ops\_to_sparse_semi_structured_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3744689Z copying torch\include\ATen\ops\_to_sparse_semi_structured_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3751302Z copying torch\include\ATen\ops\_to_sparse_semi_structured_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3758233Z copying torch\include\ATen\ops\_transformer_encoder_layer_fwd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3765507Z copying torch\include\ATen\ops\_transformer_encoder_layer_fwd_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3772954Z copying torch\include\ATen\ops\_transformer_encoder_layer_fwd_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3779537Z copying torch\include\ATen\ops\_transformer_encoder_layer_fwd_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3786428Z copying torch\include\ATen\ops\_transformer_encoder_layer_fwd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3793344Z copying torch\include\ATen\ops\_transformer_encoder_layer_fwd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3800307Z copying torch\include\ATen\ops\_transform_bias_rescale_qkv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3808354Z copying torch\include\ATen\ops\_transform_bias_rescale_qkv_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3815482Z copying torch\include\ATen\ops\_transform_bias_rescale_qkv_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3822532Z copying torch\include\ATen\ops\_transform_bias_rescale_qkv_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3829352Z copying torch\include\ATen\ops\_transform_bias_rescale_qkv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3836135Z copying torch\include\ATen\ops\_transform_bias_rescale_qkv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3843514Z copying torch\include\ATen\ops\_trilinear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3850878Z copying torch\include\ATen\ops\_trilinear_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3857755Z copying torch\include\ATen\ops\_trilinear_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3864384Z copying torch\include\ATen\ops\_trilinear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3870790Z copying torch\include\ATen\ops\_trilinear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3877781Z copying torch\include\ATen\ops\_triton_multi_head_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3885317Z copying torch\include\ATen\ops\_triton_multi_head_attention_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3892571Z copying torch\include\ATen\ops\_triton_multi_head_attention_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3899413Z copying torch\include\ATen\ops\_triton_multi_head_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3906783Z copying torch\include\ATen\ops\_triton_multi_head_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3913065Z copying torch\include\ATen\ops\_triton_scaled_dot_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3919909Z copying torch\include\ATen\ops\_triton_scaled_dot_attention_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3927134Z copying torch\include\ATen\ops\_triton_scaled_dot_attention_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3934422Z copying torch\include\ATen\ops\_triton_scaled_dot_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3941796Z copying torch\include\ATen\ops\_triton_scaled_dot_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3948526Z copying torch\include\ATen\ops\_unique.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3954956Z copying torch\include\ATen\ops\_unique2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3961749Z copying torch\include\ATen\ops\_unique2_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3968832Z copying torch\include\ATen\ops\_unique2_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3975514Z copying torch\include\ATen\ops\_unique2_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3982099Z copying torch\include\ATen\ops\_unique2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3989008Z copying torch\include\ATen\ops\_unique2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.3995700Z copying torch\include\ATen\ops\_unique_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4002738Z copying torch\include\ATen\ops\_unique_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4009604Z copying torch\include\ATen\ops\_unique_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4016399Z copying torch\include\ATen\ops\_unique_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4022912Z copying torch\include\ATen\ops\_unique_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4029800Z copying torch\include\ATen\ops\_unpack_dual.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4036485Z copying torch\include\ATen\ops\_unpack_dual_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4042349Z copying torch\include\ATen\ops\_unpack_dual_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4048809Z copying torch\include\ATen\ops\_unpack_dual_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4055317Z copying torch\include\ATen\ops\_unsafe_index.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4061963Z copying torch\include\ATen\ops\_unsafe_index_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4068659Z copying torch\include\ATen\ops\_unsafe_index_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4074529Z copying torch\include\ATen\ops\_unsafe_index_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4081099Z copying torch\include\ATen\ops\_unsafe_index_put.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4088138Z copying torch\include\ATen\ops\_unsafe_index_put_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4094681Z copying torch\include\ATen\ops\_unsafe_index_put_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4101114Z copying torch\include\ATen\ops\_unsafe_index_put_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4107741Z copying torch\include\ATen\ops\_unsafe_masked_index.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4143926Z copying torch\include\ATen\ops\_unsafe_masked_index_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4150467Z copying torch\include\ATen\ops\_unsafe_masked_index_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4156749Z copying torch\include\ATen\ops\_unsafe_masked_index_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4163993Z copying torch\include\ATen\ops\_unsafe_masked_index_put_accumulate.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4171177Z 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-20T21:51:29.4177979Z copying torch\include\ATen\ops\_unsafe_masked_index_put_accumulate_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4184780Z copying torch\include\ATen\ops\_unsafe_masked_index_put_accumulate_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4190963Z copying torch\include\ATen\ops\_unsafe_view.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4197836Z copying torch\include\ATen\ops\_unsafe_view_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4204516Z copying torch\include\ATen\ops\_unsafe_view_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4211171Z copying torch\include\ATen\ops\_unsafe_view_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4218394Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4224931Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4232025Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4238652Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4245380Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4253266Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4260055Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4266982Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4273628Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4280935Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4287719Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4294970Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4301650Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4308476Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4315308Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4322029Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4329636Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4336432Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4343449Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4350877Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4357843Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4364952Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4372591Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4379616Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4386305Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4393179Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4400545Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4407684Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4414663Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4421645Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4428421Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4435645Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4442637Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4450216Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4456760Z copying torch\include\ATen\ops\_upsample_nearest_exact1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4463435Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4471653Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4478084Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4484773Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4491849Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4498970Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4506414Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4513343Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4520553Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4527477Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4534625Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4541423Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4548263Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4555321Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4562494Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4569287Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4576020Z copying torch\include\ATen\ops\_upsample_nearest_exact2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4582841Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4590276Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4599328Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4606363Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4614075Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4621819Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4656012Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4663113Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4670233Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4676856Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4683492Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4690808Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4697586Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4704683Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4711443Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4718299Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4725020Z copying torch\include\ATen\ops\_upsample_nearest_exact3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4732320Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4740202Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4746986Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4753765Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4760830Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4767911Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4774980Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4781801Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4789631Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4796515Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4803415Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4810417Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4817645Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4824875Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4831539Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4838516Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4845133Z copying torch\include\ATen\ops\_use_cudnn_ctc_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4851710Z copying torch\include\ATen\ops\_use_cudnn_ctc_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4858561Z copying torch\include\ATen\ops\_use_cudnn_ctc_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4865441Z copying torch\include\ATen\ops\_use_cudnn_ctc_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4872093Z copying torch\include\ATen\ops\_use_cudnn_rnn_flatten_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4879236Z 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-20T21:51:29.4886169Z copying torch\include\ATen\ops\_use_cudnn_rnn_flatten_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4892699Z copying torch\include\ATen\ops\_use_cudnn_rnn_flatten_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4899716Z copying torch\include\ATen\ops\_validate_compressed_sparse_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4906515Z copying torch\include\ATen\ops\_validate_compressed_sparse_indices_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4913154Z copying torch\include\ATen\ops\_validate_compressed_sparse_indices_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4920071Z copying torch\include\ATen\ops\_validate_compressed_sparse_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4926812Z copying torch\include\ATen\ops\_validate_compressed_sparse_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4933585Z copying torch\include\ATen\ops\_validate_sparse_bsc_tensor_args.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4940674Z 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-20T21:51:29.4947781Z copying torch\include\ATen\ops\_validate_sparse_bsc_tensor_args_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4954810Z copying torch\include\ATen\ops\_validate_sparse_bsc_tensor_args_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4961640Z copying torch\include\ATen\ops\_validate_sparse_bsr_tensor_args.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4968745Z 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-20T21:51:29.4975608Z copying torch\include\ATen\ops\_validate_sparse_bsr_tensor_args_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4982274Z copying torch\include\ATen\ops\_validate_sparse_bsr_tensor_args_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4989133Z copying torch\include\ATen\ops\_validate_sparse_compressed_tensor_args.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.4996535Z 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-20T21:51:29.5003375Z copying torch\include\ATen\ops\_validate_sparse_compressed_tensor_args_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.5010636Z copying torch\include\ATen\ops\_validate_sparse_compressed_tensor_args_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.5016851Z copying torch\include\ATen\ops\_validate_sparse_coo_tensor_args.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.5024000Z 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-20T21:51:29.5030926Z copying torch\include\ATen\ops\_validate_sparse_coo_tensor_args_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.5037712Z copying torch\include\ATen\ops\_validate_sparse_coo_tensor_args_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.5044503Z copying torch\include\ATen\ops\_validate_sparse_csc_tensor_args.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.5051826Z 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-20T21:51:29.5058411Z copying torch\include\ATen\ops\_validate_sparse_csc_tensor_args_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.5066250Z copying torch\include\ATen\ops\_validate_sparse_csc_tensor_args_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.5073014Z copying torch\include\ATen\ops\_validate_sparse_csr_tensor_args.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.5080277Z 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-20T21:51:29.5087013Z copying torch\include\ATen\ops\_validate_sparse_csr_tensor_args_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.5094876Z copying torch\include\ATen\ops\_validate_sparse_csr_tensor_args_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.5101720Z copying torch\include\ATen\ops\_values.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.5107732Z copying torch\include\ATen\ops\_values_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.5114991Z copying torch\include\ATen\ops\_values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.5121792Z copying torch\include\ATen\ops\_values_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.5128606Z copying torch\include\ATen\ops\_values_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.5135636Z copying torch\include\ATen\ops\_values_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.5142004Z copying torch\include\ATen\ops\_values_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.5148714Z copying torch\include\ATen\ops\_values_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.5155361Z copying torch\include\ATen\ops\_version.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.5161900Z copying torch\include\ATen\ops\_version_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.5168345Z copying torch\include\ATen\ops\_version_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.5175522Z copying torch\include\ATen\ops\_version_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.5181997Z copying torch\include\ATen\ops\_weight_int4pack_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.5188540Z copying torch\include\ATen\ops\_weight_int4pack_mm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.5195455Z copying torch\include\ATen\ops\_weight_int4pack_mm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.5202233Z copying torch\include\ATen\ops\_weight_int4pack_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.5209330Z copying torch\include\ATen\ops\_weight_int4pack_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.5216238Z copying torch\include\ATen\ops\_weight_int8pack_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.5222736Z copying torch\include\ATen\ops\_weight_int8pack_mm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.5229585Z copying torch\include\ATen\ops\_weight_int8pack_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.5236178Z copying torch\include\ATen\ops\_weight_int8pack_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.5243164Z copying torch\include\ATen\ops\_weight_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.5250746Z copying torch\include\ATen\ops\_weight_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.5257488Z copying torch\include\ATen\ops\_weight_norm_differentiable_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.5264835Z copying torch\include\ATen\ops\_weight_norm_differentiable_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.5271749Z copying torch\include\ATen\ops\_weight_norm_differentiable_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.5279412Z copying torch\include\ATen\ops\_weight_norm_differentiable_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.5286100Z copying torch\include\ATen\ops\_weight_norm_interface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.5293129Z copying torch\include\ATen\ops\_weight_norm_interface_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.5300258Z copying torch\include\ATen\ops\_weight_norm_interface_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.5307862Z copying torch\include\ATen\ops\_weight_norm_interface_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.5314645Z copying torch\include\ATen\ops\_weight_norm_interface_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.5321855Z copying torch\include\ATen\ops\_weight_norm_interface_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.5328838Z copying torch\include\ATen\ops\_weight_norm_interface_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.5336960Z copying torch\include\ATen\ops\_weight_norm_interface_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.5343242Z copying torch\include\ATen\ops\_weight_norm_interface_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.5350234Z copying torch\include\ATen\ops\_weight_norm_interface_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.5359581Z copying torch\include\ATen\ops\_weight_norm_interface_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.5367261Z copying torch\include\ATen\ops\_weight_norm_interface_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.5374152Z copying torch\include\ATen\ops\_weight_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.5380895Z copying torch\include\ATen\ops\_weight_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-08-20T21:51:29.5387909Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\hip 2024-08-20T21:51:29.5389565Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\hip\impl 2024-08-20T21:51:29.5393712Z copying torch\include\ATen\hip\impl\HIPAllocatorMasqueradingAsCUDA.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\hip\impl 2024-08-20T21:51:29.5400019Z copying torch\include\ATen\hip\impl\HIPCachingAllocatorMasqueradingAsCUDA.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\hip\impl 2024-08-20T21:51:29.5406001Z copying torch\include\ATen\hip\impl\HIPGuardImplMasqueradingAsCUDA.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\hip\impl 2024-08-20T21:51:29.5419719Z copying torch\include\ATen\hip\impl\HIPStreamMasqueradingAsCUDA.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\hip\impl 2024-08-20T21:51:29.5425339Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2024-08-20T21:51:29.5428263Z copying torch\include\ATen\mps\EmptyTensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2024-08-20T21:51:29.5434533Z copying torch\include\ATen\mps\IndexKernels.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2024-08-20T21:51:29.5441181Z copying torch\include\ATen\mps\MPSAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2024-08-20T21:51:29.5452576Z copying torch\include\ATen\mps\MPSAllocatorInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2024-08-20T21:51:29.5464232Z copying torch\include\ATen\mps\MPSDevice.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2024-08-20T21:51:29.5470106Z copying torch\include\ATen\mps\MPSEvent.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2024-08-20T21:51:29.5476336Z copying torch\include\ATen\mps\MPSGeneratorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2024-08-20T21:51:29.5482784Z copying torch\include\ATen\mps\MPSGuardImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2024-08-20T21:51:29.5489163Z copying torch\include\ATen\mps\MPSHooks.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2024-08-20T21:51:29.5495490Z copying torch\include\ATen\mps\MPSProfiler.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2024-08-20T21:51:29.5502386Z copying torch\include\ATen\mps\MPSStream.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2024-08-20T21:51:29.5507952Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2024-08-20T21:51:29.5510531Z copying torch\include\ATen\miopen\Descriptors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2024-08-20T21:51:29.5516682Z copying torch\include\ATen\miopen\Exceptions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2024-08-20T21:51:29.5522853Z copying torch\include\ATen\miopen\Handle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2024-08-20T21:51:29.5528913Z copying torch\include\ATen\miopen\miopen-wrapper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2024-08-20T21:51:29.5541257Z copying torch\include\ATen\miopen\Types.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2024-08-20T21:51:29.5548002Z copying torch\include\ATen\miopen\Utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2024-08-20T21:51:29.5554027Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2024-08-20T21:51:29.5556896Z copying torch\include\ATen\detail\AcceleratorHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2024-08-20T21:51:29.5563268Z copying torch\include\ATen\detail\CUDAHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2024-08-20T21:51:29.5569595Z copying torch\include\ATen\detail\FunctionTraits.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2024-08-20T21:51:29.5582515Z copying torch\include\ATen\detail\HIPHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2024-08-20T21:51:29.5588782Z copying torch\include\ATen\detail\IPUHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2024-08-20T21:51:29.5594972Z copying torch\include\ATen\detail\MAIAHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2024-08-20T21:51:29.5601604Z copying torch\include\ATen\detail\MPSHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2024-08-20T21:51:29.5608448Z copying torch\include\ATen\detail\MTIAHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2024-08-20T21:51:29.5614585Z copying torch\include\ATen\detail\PrivateUse1HooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2024-08-20T21:51:29.5621035Z copying torch\include\ATen\detail\XPUHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2024-08-20T21:51:29.5626226Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-20T21:51:29.5628960Z copying torch\include\ATen\native\Activation.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-20T21:51:29.5635195Z copying torch\include\ATen\native\AdaptivePooling.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-20T21:51:29.5646096Z copying torch\include\ATen\native\AmpKernels.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-20T21:51:29.5652114Z copying torch\include\ATen\native\BatchLinearAlgebra.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-20T21:51:29.5666358Z copying torch\include\ATen\native\batch_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-20T21:51:29.5672499Z copying torch\include\ATen\native\BinaryOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-20T21:51:29.5678677Z copying torch\include\ATen\native\BucketizationUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-20T21:51:29.5684816Z copying torch\include\ATen\native\CanUse32BitIndexMath.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-20T21:51:29.5690895Z copying torch\include\ATen\native\ComplexHelper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-20T21:51:29.5697272Z copying torch\include\ATen\native\CompositeRandomAccessor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-20T21:51:29.5703694Z copying torch\include\ATen\native\CompositeRandomAccessorCommon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-20T21:51:29.5709809Z copying torch\include\ATen\native\ConvolutionMM3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-20T21:51:29.5715890Z copying torch\include\ATen\native\ConvUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-20T21:51:29.5722521Z copying torch\include\ATen\native\Copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-20T21:51:29.5728352Z copying torch\include\ATen\native\CPUBlas.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-20T21:51:29.5734568Z copying torch\include\ATen\native\CPUFallback.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-20T21:51:29.5740656Z copying torch\include\ATen\native\Cross.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-20T21:51:29.5746612Z copying torch\include\ATen\native\DilatedConvolutionUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-20T21:51:29.5753028Z copying torch\include\ATen\native\DispatchStub.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-20T21:51:29.5759660Z copying torch\include\ATen\native\Distance.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-20T21:51:29.5765698Z copying torch\include\ATen\native\Distributions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-20T21:51:29.5779941Z copying torch\include\ATen\native\DistributionTemplates.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-20T21:51:29.5786389Z copying torch\include\ATen\native\EmbeddingBag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-20T21:51:29.5792368Z copying torch\include\ATen\native\Fill.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-20T21:51:29.5798492Z copying torch\include\ATen\native\ForeachUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-20T21:51:29.5804471Z copying torch\include\ATen\native\FractionalMaxPooling.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-20T21:51:29.5810984Z copying torch\include\ATen\native\FunctionOfAMatrixUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-20T21:51:29.5816819Z copying torch\include\ATen\native\FusedAdagrad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-20T21:51:29.5822780Z copying torch\include\ATen\native\FusedAdam.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-20T21:51:29.5829115Z copying torch\include\ATen\native\FusedSGD.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-20T21:51:29.5835497Z copying torch\include\ATen\native\GridSampler.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-20T21:51:29.5848971Z copying torch\include\ATen\native\GridSamplerUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-20T21:51:29.5856425Z copying torch\include\ATen\native\group_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-20T21:51:29.5862673Z copying torch\include\ATen\native\Histogram.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-20T21:51:29.5868738Z copying torch\include\ATen\native\im2col.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-20T21:51:29.5874856Z copying torch\include\ATen\native\im2col_shape_check.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-20T21:51:29.5881021Z copying torch\include\ATen\native\IndexingUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-20T21:51:29.5887298Z copying torch\include\ATen\native\IndexKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-20T21:51:29.5893808Z copying torch\include\ATen\native\layer_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-20T21:51:29.5900237Z copying torch\include\ATen\native\Lerp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-20T21:51:29.5906191Z copying torch\include\ATen\native\LinearAlgebra.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-20T21:51:29.5912235Z copying torch\include\ATen\native\LinearAlgebraUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-20T21:51:29.5924965Z copying torch\include\ATen\native\LossMulti.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-20T21:51:29.5931224Z copying torch\include\ATen\native\Math.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-20T21:51:29.5939218Z copying torch\include\ATen\native\MathBitFallThroughLists.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-20T21:51:29.5965416Z copying torch\include\ATen\native\MathBitsFallback.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-20T21:51:29.5971589Z copying torch\include\ATen\native\MaxPooling.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-20T21:51:29.5977856Z copying torch\include\ATen\native\NonEmptyUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-20T21:51:29.5984227Z copying torch\include\ATen\native\NonSymbolicBC.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-20T21:51:29.5990524Z copying torch\include\ATen\native\Normalization.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-20T21:51:29.5996332Z copying torch\include\ATen\native\Padding.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-20T21:51:29.6002183Z copying torch\include\ATen\native\PixelShuffle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-20T21:51:29.6008251Z copying torch\include\ATen\native\PointwiseOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-20T21:51:29.6019922Z copying torch\include\ATen\native\Pool.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-20T21:51:29.6026004Z copying torch\include\ATen\native\Pow.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-20T21:51:29.6032017Z copying torch\include\ATen\native\RangeFactories.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-20T21:51:29.6037998Z copying torch\include\ATen\native\ReduceAllOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-20T21:51:29.6043847Z copying torch\include\ATen\native\ReduceOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-20T21:51:29.6050398Z copying torch\include\ATen\native\ReduceOpsUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-20T21:51:29.6057552Z copying torch\include\ATen\native\ReductionType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-20T21:51:29.6063585Z copying torch\include\ATen\native\Repeat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-20T21:51:29.6069594Z copying torch\include\ATen\native\Resize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-20T21:51:29.6076089Z copying torch\include\ATen\native\ResizeCommon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-20T21:51:29.6082464Z copying torch\include\ATen\native\RNN.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-20T21:51:29.6089004Z copying torch\include\ATen\native\ScatterGatherChecks.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-20T21:51:29.6108344Z copying torch\include\ATen\native\SegmentReduce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-20T21:51:29.6114793Z copying torch\include\ATen\native\SharedReduceOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-20T21:51:29.6121761Z copying torch\include\ATen\native\SobolEngineOpsUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-20T21:51:29.6128590Z copying torch\include\ATen\native\Sorting.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-20T21:51:29.6134328Z copying torch\include\ATen\native\SortingUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-20T21:51:29.6141232Z copying torch\include\ATen\native\SparseTensorUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-20T21:51:29.6147732Z copying torch\include\ATen\native\SpectralOpsUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-20T21:51:29.6153997Z copying torch\include\ATen\native\StridedRandomAccessor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-20T21:51:29.6160802Z copying torch\include\ATen\native\TensorAdvancedIndexing.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-20T21:51:29.6173326Z copying torch\include\ATen\native\TensorAdvancedIndexingUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-20T21:51:29.6179829Z copying torch\include\ATen\native\TensorCompare.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-20T21:51:29.6186244Z copying torch\include\ATen\native\TensorConversions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-20T21:51:29.6193063Z copying torch\include\ATen\native\TensorDimApply.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-20T21:51:29.6199371Z copying torch\include\ATen\native\TensorFactories.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-20T21:51:29.6205569Z copying torch\include\ATen\native\TensorIterator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-20T21:51:29.6212473Z copying torch\include\ATen\native\TensorIteratorDynamicCasting.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-20T21:51:29.6218976Z copying torch\include\ATen\native\TensorProperties.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-20T21:51:29.6225266Z copying torch\include\ATen\native\TensorShape.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-20T21:51:29.6237739Z copying torch\include\ATen\native\TensorTransformations.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-20T21:51:29.6244322Z copying torch\include\ATen\native\TopKImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-20T21:51:29.6250684Z copying torch\include\ATen\native\TransposeType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-20T21:51:29.6256647Z copying torch\include\ATen\native\TriangularOpsUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-20T21:51:29.6263047Z copying torch\include\ATen\native\TypeProperties.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-20T21:51:29.6269444Z copying torch\include\ATen\native\UnaryOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-20T21:51:29.6276316Z copying torch\include\ATen\native\Unfold2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-20T21:51:29.6282852Z copying torch\include\ATen\native\Unfold3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-20T21:51:29.6289298Z copying torch\include\ATen\native\UnfoldBackward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-20T21:51:29.6296305Z copying torch\include\ATen\native\UpSample.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-20T21:51:29.6303357Z copying torch\include\ATen\native\verbose_wrapper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-20T21:51:29.6309273Z copying torch\include\ATen\native\vol2col.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-08-20T21:51:29.6314898Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-08-20T21:51:29.6317834Z copying torch\include\ATen\native\cpu\AtomicAddFloat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-08-20T21:51:29.6324243Z copying torch\include\ATen\native\cpu\avx_mathfun.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-08-20T21:51:29.6331462Z copying torch\include\ATen\native\cpu\CatKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-08-20T21:51:29.6341839Z copying torch\include\ATen\native\cpu\ChannelShuffleKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-08-20T21:51:29.6355669Z copying torch\include\ATen\native\cpu\CopyKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-08-20T21:51:29.6362270Z copying torch\include\ATen\native\cpu\DepthwiseConvKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-08-20T21:51:29.6368795Z copying torch\include\ATen\native\cpu\DistributionTemplates.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-08-20T21:51:29.6375700Z copying torch\include\ATen\native\cpu\GridSamplerKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-08-20T21:51:29.6381867Z copying torch\include\ATen\native\cpu\IndexKernelUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-08-20T21:51:29.6388398Z copying torch\include\ATen\native\cpu\Intrinsics.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-08-20T21:51:29.6394636Z copying torch\include\ATen\native\cpu\int_mm_kernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-08-20T21:51:29.6401727Z copying torch\include\ATen\native\cpu\IsContiguous.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-08-20T21:51:29.6407547Z copying torch\include\ATen\native\cpu\LogAddExp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-08-20T21:51:29.6414096Z copying torch\include\ATen\native\cpu\Loops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-08-20T21:51:29.6420537Z copying torch\include\ATen\native\cpu\MaxUnpoolKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-08-20T21:51:29.6426764Z copying torch\include\ATen\native\cpu\mixed_data_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-08-20T21:51:29.6433074Z copying torch\include\ATen\native\cpu\moments_utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-08-20T21:51:29.6439429Z copying torch\include\ATen\native\cpu\PixelShuffleKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-08-20T21:51:29.6446140Z copying torch\include\ATen\native\cpu\Reduce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-08-20T21:51:29.6452281Z copying torch\include\ATen\native\cpu\ReduceUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-08-20T21:51:29.6466910Z copying torch\include\ATen\native\cpu\SampledAddmmKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-08-20T21:51:29.6473119Z copying torch\include\ATen\native\cpu\SerialStackImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-08-20T21:51:29.6479154Z copying torch\include\ATen\native\cpu\SoftmaxKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-08-20T21:51:29.6486293Z copying torch\include\ATen\native\cpu\SpmmReduceKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-08-20T21:51:29.6493049Z copying torch\include\ATen\native\cpu\StackKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-08-20T21:51:29.6499448Z copying torch\include\ATen\native\cpu\UpSampleKernelAVXAntialias.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-08-20T21:51:29.6506952Z copying torch\include\ATen\native\cpu\utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-08-20T21:51:29.6513386Z copying torch\include\ATen\native\cpu\WeightNormKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-08-20T21:51:29.6519130Z copying torch\include\ATen\native\cpu\zmath.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-08-20T21:51:29.6525849Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-20T21:51:29.6528686Z copying torch\include\ATen\native\cuda\Activation.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-20T21:51:29.6535120Z copying torch\include\ATen\native\cuda\BinaryInternal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-20T21:51:29.6542096Z copying torch\include\ATen\native\cuda\CompositeRandomAccessor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-20T21:51:29.6547962Z copying torch\include\ATen\native\cuda\Copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-20T21:51:29.6561758Z copying torch\include\ATen\native\cuda\CuFFTPlanCache.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-20T21:51:29.6568497Z copying torch\include\ATen\native\cuda\CuFFTUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-20T21:51:29.6574899Z copying torch\include\ATen\native\cuda\Distributions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-20T21:51:29.6581419Z copying torch\include\ATen\native\cuda\DistributionTemplates.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-20T21:51:29.6593210Z copying torch\include\ATen\native\cuda\GridSampler.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-20T21:51:29.6599712Z copying torch\include\ATen\native\cuda\IndexKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-20T21:51:29.6606037Z copying torch\include\ATen\native\cuda\jit_utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-20T21:51:29.6613090Z copying torch\include\ATen\native\cuda\LaunchUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-20T21:51:29.6619124Z copying torch\include\ATen\native\cuda\MiscUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-20T21:51:29.6625474Z copying torch\include\ATen\native\cuda\ReduceOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-20T21:51:29.6631642Z copying torch\include\ATen\native\cuda\Resize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-20T21:51:29.6637939Z copying torch\include\ATen\native\cuda\RowwiseScaledMM.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-20T21:51:29.6644015Z copying torch\include\ATen\native\cuda\ScanKernels.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-20T21:51:29.6650802Z copying torch\include\ATen\native\cuda\Sort.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-20T21:51:29.6656846Z copying torch\include\ATen\native\cuda\Sorting.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-20T21:51:29.6662993Z copying torch\include\ATen\native\cuda\SortStable.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-20T21:51:29.6669917Z copying torch\include\ATen\native\cuda\TensorModeKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-20T21:51:29.6683546Z copying torch\include\ATen\native\cuda\TensorTopK.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-20T21:51:29.6689195Z copying torch\include\ATen\native\cuda\thread_constants.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-20T21:51:29.6695624Z copying torch\include\ATen\native\cuda\block_reduce.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-20T21:51:29.6701968Z copying torch\include\ATen\native\cuda\CUDAJitLoops.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-20T21:51:29.6708448Z copying torch\include\ATen\native\cuda\CUDALoops.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-20T21:51:29.6716204Z copying torch\include\ATen\native\cuda\DeviceSqrt.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-20T21:51:29.6722288Z copying torch\include\ATen\native\cuda\EmbeddingBackwardKernel.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-20T21:51:29.6728914Z copying torch\include\ATen\native\cuda\ForeachFunctors.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-20T21:51:29.6736602Z copying torch\include\ATen\native\cuda\ForeachMinMaxFunctors.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-20T21:51:29.6742765Z copying torch\include\ATen\native\cuda\fused_adamw_amsgrad_impl.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-20T21:51:29.6748905Z copying torch\include\ATen\native\cuda\fused_adamw_impl.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-20T21:51:29.6761319Z copying torch\include\ATen\native\cuda\fused_adam_amsgrad_impl.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-20T21:51:29.6767458Z copying torch\include\ATen\native\cuda\fused_adam_impl.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-20T21:51:29.6774639Z copying torch\include\ATen\native\cuda\fused_adam_utils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-20T21:51:29.6781690Z copying torch\include\ATen\native\cuda\GridSampler.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-20T21:51:29.6788361Z copying torch\include\ATen\native\cuda\im2col.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-20T21:51:29.6794174Z copying torch\include\ATen\native\cuda\JitLoops.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-20T21:51:29.6801175Z copying torch\include\ATen\native\cuda\KernelUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-20T21:51:29.6809504Z copying torch\include\ATen\native\cuda\Loops.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-20T21:51:29.6815529Z copying torch\include\ATen\native\cuda\Math.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-20T21:51:29.6824048Z copying torch\include\ATen\native\cuda\MemoryAccess.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-20T21:51:29.6830409Z copying torch\include\ATen\native\cuda\MultiTensorApply.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-20T21:51:29.6837977Z copying torch\include\ATen\native\cuda\Normalization.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-20T21:51:29.6845801Z copying torch\include\ATen\native\cuda\PersistentSoftmax.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-20T21:51:29.6852169Z copying torch\include\ATen\native\cuda\Pow.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-20T21:51:29.7169088Z copying torch\include\ATen\native\cuda\Randperm.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-20T21:51:29.7175610Z copying torch\include\ATen\native\cuda\Reduce.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-20T21:51:29.7182664Z copying torch\include\ATen\native\cuda\reduction_template.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-20T21:51:29.7189695Z copying torch\include\ATen\native\cuda\ScanUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-20T21:51:29.7197509Z copying torch\include\ATen\native\cuda\SortingCommon.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-20T21:51:29.7203742Z copying torch\include\ATen\native\cuda\SortingRadixSelect.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-20T21:51:29.7210715Z copying torch\include\ATen\native\cuda\SortUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-20T21:51:29.7217380Z copying torch\include\ATen\native\cuda\TensorModeKernel.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-20T21:51:29.7223740Z copying torch\include\ATen\native\cuda\UniqueCub.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-20T21:51:29.7230525Z copying torch\include\ATen\native\cuda\UpSample.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-20T21:51:29.7237580Z copying torch\include\ATen\native\cuda\vol2col.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-08-20T21:51:29.7249348Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2024-08-20T21:51:29.7252001Z copying torch\include\ATen\native\mps\Copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2024-08-20T21:51:29.7258038Z copying torch\include\ATen\native\mps\MPSGraphSequoiaOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2024-08-20T21:51:29.7267152Z copying torch\include\ATen\native\mps\MPSGraphSonomaOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2024-08-20T21:51:29.7274440Z copying torch\include\ATen\native\mps\MPSGraphVenturaOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2024-08-20T21:51:29.7286306Z copying torch\include\ATen\native\mps\OperationUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2024-08-20T21:51:29.7293234Z copying torch\include\ATen\native\mps\TensorFactory.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2024-08-20T21:51:29.7299742Z copying torch\include\ATen\native\mps\UnaryConstants.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2024-08-20T21:51:29.7305084Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested 2024-08-20T21:51:29.7308191Z copying torch\include\ATen\native\nested\NestedTensorBinaryOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested 2024-08-20T21:51:29.7314103Z copying torch\include\ATen\native\nested\NestedTensorFactories.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested 2024-08-20T21:51:29.7320453Z copying torch\include\ATen\native\nested\NestedTensorMath.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested 2024-08-20T21:51:29.7332018Z copying torch\include\ATen\native\nested\NestedTensorTransformerFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested 2024-08-20T21:51:29.7338271Z copying torch\include\ATen\native\nested\NestedTensorTransformerUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested 2024-08-20T21:51:29.7344707Z copying torch\include\ATen\native\nested\NestedTensorUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested 2024-08-20T21:51:29.7350839Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2024-08-20T21:51:29.7353319Z copying torch\include\ATen\native\quantized\AffineQuantizer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2024-08-20T21:51:29.7360202Z copying torch\include\ATen\native\quantized\AffineQuantizerBase.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2024-08-20T21:51:29.7366494Z copying torch\include\ATen\native\quantized\ConvUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2024-08-20T21:51:29.7380527Z copying torch\include\ATen\native\quantized\Copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2024-08-20T21:51:29.7386554Z copying torch\include\ATen\native\quantized\FakeQuantAffine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2024-08-20T21:51:29.7392841Z copying torch\include\ATen\native\quantized\IndexKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2024-08-20T21:51:29.7399036Z copying torch\include\ATen\native\quantized\PackedParams.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2024-08-20T21:51:29.7404592Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-08-20T21:51:29.7407288Z copying torch\include\ATen\native\quantized\cpu\BinaryOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-08-20T21:51:29.7413414Z copying torch\include\ATen\native\quantized\cpu\conv_serialization.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-08-20T21:51:29.7419842Z copying torch\include\ATen\native\quantized\cpu\EmbeddingPackedParams.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-08-20T21:51:29.7426228Z copying torch\include\ATen\native\quantized\cpu\fbgemm_utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-08-20T21:51:29.7438765Z copying torch\include\ATen\native\quantized\cpu\init_qnnpack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-08-20T21:51:29.7444432Z copying torch\include\ATen\native\quantized\cpu\OnednnUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-08-20T21:51:29.7450822Z copying torch\include\ATen\native\quantized\cpu\qembeddingbag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-08-20T21:51:29.7457168Z copying torch\include\ATen\native\quantized\cpu\qembeddingbag_prepack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-08-20T21:51:29.7465602Z copying torch\include\ATen\native\quantized\cpu\QnnpackUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-08-20T21:51:29.7472980Z copying torch\include\ATen\native\quantized\cpu\QuantizedOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-08-20T21:51:29.7479251Z copying torch\include\ATen\native\quantized\cpu\QuantUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-08-20T21:51:29.7485628Z copying torch\include\ATen\native\quantized\cpu\RuyUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-08-20T21:51:29.7493469Z copying torch\include\ATen\native\quantized\cpu\XnnpackUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-08-20T21:51:29.7498409Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers 2024-08-20T21:51:29.7501417Z copying torch\include\ATen\native\transformers\attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers 2024-08-20T21:51:29.7512539Z copying torch\include\ATen\native\transformers\sdp_utils_cpp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers 2024-08-20T21:51:29.7518383Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\utils 2024-08-20T21:51:29.7520960Z copying torch\include\ATen\native\utils\Factory.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\utils 2024-08-20T21:51:29.7526872Z copying torch\include\ATen\native\utils\ParamsHash.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\utils 2024-08-20T21:51:29.7533221Z copying torch\include\ATen\native\utils\ParamUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\utils 2024-08-20T21:51:29.7539044Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\quantized 2024-08-20T21:51:29.7541754Z copying torch\include\ATen\quantized\QTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\quantized 2024-08-20T21:51:29.7548044Z copying torch\include\ATen\quantized\Quantizer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\quantized 2024-08-20T21:51:29.7553458Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2024-08-20T21:51:29.7557391Z copying torch\include\ATen\xpu\CachingHostAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2024-08-20T21:51:29.7563565Z copying torch\include\ATen\xpu\PinnedMemoryAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2024-08-20T21:51:29.7569630Z copying torch\include\ATen\xpu\XPUContext.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2024-08-20T21:51:29.7576005Z copying torch\include\ATen\xpu\XPUDevice.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2024-08-20T21:51:29.7727700Z copying torch\include\ATen\xpu\XPUEvent.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2024-08-20T21:51:29.7733873Z copying torch\include\ATen\xpu\XPUGeneratorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2024-08-20T21:51:29.7739633Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\detail 2024-08-20T21:51:29.7742436Z copying torch\include\ATen\xpu\detail\XPUHooks.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\detail 2024-08-20T21:51:29.7747971Z creating build\lib.win-amd64-cpython-39\torch\include\caffe2 2024-08-20T21:51:29.7749751Z creating build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2024-08-20T21:51:29.7752311Z copying torch\include\caffe2\serialize\crc_alt.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2024-08-20T21:51:29.7759570Z copying torch\include\caffe2\serialize\file_adapter.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2024-08-20T21:51:29.7765845Z copying torch\include\caffe2\serialize\inline_container.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2024-08-20T21:51:29.7772190Z copying torch\include\caffe2\serialize\in_memory_adapter.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2024-08-20T21:51:29.7913371Z copying torch\include\caffe2\serialize\istream_adapter.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2024-08-20T21:51:29.7920170Z copying torch\include\caffe2\serialize\read_adapter_interface.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2024-08-20T21:51:29.7926569Z copying torch\include\caffe2\serialize\versions.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2024-08-20T21:51:29.7932873Z creating build\lib.win-amd64-cpython-39\torch\include\c10 2024-08-20T21:51:29.7934275Z creating build\lib.win-amd64-cpython-39\torch\include\c10\macros 2024-08-20T21:51:29.7937409Z copying torch\include\c10\macros\cmake_macros.h -> build\lib.win-amd64-cpython-39\torch\include\c10\macros 2024-08-20T21:51:29.7943831Z copying torch\include\c10\macros\Export.h -> build\lib.win-amd64-cpython-39\torch\include\c10\macros 2024-08-20T21:51:29.7950190Z copying torch\include\c10\macros\Macros.h -> build\lib.win-amd64-cpython-39\torch\include\c10\macros 2024-08-20T21:51:29.7960835Z creating build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-20T21:51:29.7963411Z copying torch\include\c10\core\alignment.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-20T21:51:29.7969561Z copying torch\include\c10\core\Allocator.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-20T21:51:29.7975996Z copying torch\include\c10\core\AutogradState.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-20T21:51:29.7983085Z copying torch\include\c10\core\Backend.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-20T21:51:29.8096906Z copying torch\include\c10\core\CompileTimeFunctionPointer.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-20T21:51:29.8103645Z copying torch\include\c10\core\ConstantSymNodeImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-20T21:51:29.8109433Z copying torch\include\c10\core\Contiguity.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-20T21:51:29.8115644Z copying torch\include\c10\core\CopyBytes.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-20T21:51:29.8122028Z copying torch\include\c10\core\CPUAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-20T21:51:29.8128265Z copying torch\include\c10\core\DefaultDtype.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-20T21:51:29.8134566Z copying torch\include\c10\core\DefaultTensorOptions.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-20T21:51:29.8140333Z copying torch\include\c10\core\Device.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-20T21:51:29.8146555Z copying torch\include\c10\core\DeviceArray.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-20T21:51:29.8152612Z copying torch\include\c10\core\DeviceGuard.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-20T21:51:29.8159447Z copying torch\include\c10\core\DeviceType.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-20T21:51:29.8165382Z copying torch\include\c10\core\DispatchKey.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-20T21:51:29.8172038Z copying torch\include\c10\core\DispatchKeySet.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-20T21:51:29.8178751Z copying torch\include\c10\core\DynamicCast.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-20T21:51:29.8185177Z copying torch\include\c10\core\Event.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-20T21:51:29.8191302Z copying torch\include\c10\core\GeneratorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-20T21:51:29.8206655Z copying torch\include\c10\core\GradMode.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-20T21:51:29.8212713Z copying torch\include\c10\core\InferenceMode.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-20T21:51:29.8218489Z copying torch\include\c10\core\Layout.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-20T21:51:29.8224559Z copying torch\include\c10\core\MemoryFormat.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-20T21:51:29.8230589Z copying torch\include\c10\core\OptionalRef.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-20T21:51:29.8236711Z copying torch\include\c10\core\PyHandleCache.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-20T21:51:29.8242725Z copying torch\include\c10\core\QEngine.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-20T21:51:29.8248907Z copying torch\include\c10\core\QScheme.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-20T21:51:29.8256531Z copying torch\include\c10\core\RefcountedDeleter.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-20T21:51:29.8263092Z copying torch\include\c10\core\SafePyObject.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-20T21:51:29.8269034Z copying torch\include\c10\core\Scalar.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-20T21:51:29.8275101Z copying torch\include\c10\core\ScalarType.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-20T21:51:29.8282314Z copying torch\include\c10\core\ScalarTypeToTypeMeta.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-20T21:51:29.8299653Z copying torch\include\c10\core\Storage.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-20T21:51:29.8306198Z copying torch\include\c10\core\StorageImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-20T21:51:29.8312499Z copying torch\include\c10\core\Stream.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-20T21:51:29.8319254Z copying torch\include\c10\core\StreamGuard.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-20T21:51:29.8325340Z copying torch\include\c10\core\SymbolicShapeMeta.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-20T21:51:29.8331630Z copying torch\include\c10\core\SymBool.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-20T21:51:29.8337821Z copying torch\include\c10\core\SymFloat.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-20T21:51:29.8344082Z copying torch\include\c10\core\SymInt.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-20T21:51:29.8350157Z copying torch\include\c10\core\SymIntArrayRef.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-20T21:51:29.8356288Z copying torch\include\c10\core\SymNodeImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-20T21:51:29.8362661Z copying torch\include\c10\core\TensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-20T21:51:29.8399303Z copying torch\include\c10\core\TensorOptions.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-20T21:51:29.8411775Z copying torch\include\c10\core\thread_pool.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-20T21:51:29.8418271Z copying torch\include\c10\core\UndefinedTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-20T21:51:29.8424471Z copying torch\include\c10\core\WrapDimMinimal.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-08-20T21:51:29.8430059Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing 2024-08-20T21:51:29.8432926Z copying torch\include\ATen\core\boxing\BoxedKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing 2024-08-20T21:51:29.8439241Z copying torch\include\ATen\core\boxing\BoxedKernel_impl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing 2024-08-20T21:51:29.8445873Z copying torch\include\ATen\core\boxing\KernelFunction.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing 2024-08-20T21:51:29.8452367Z copying torch\include\ATen\core\boxing\KernelFunction_impl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing 2024-08-20T21:51:29.8465285Z copying torch\include\ATen\core\boxing\OperatorKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing 2024-08-20T21:51:29.8470484Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\impl 2024-08-20T21:51:29.8473105Z copying torch\include\ATen\core\boxing\impl\boxing.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\impl 2024-08-20T21:51:29.8479695Z 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-20T21:51:29.8486553Z copying torch\include\ATen\core\boxing\impl\test_helpers.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\impl 2024-08-20T21:51:29.8492983Z copying torch\include\ATen\core\boxing\impl\WrapFunctionIntoFunctor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\impl 2024-08-20T21:51:29.8511659Z copying torch\include\ATen\core\boxing\impl\WrapFunctionIntoRuntimeFunctor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\impl 2024-08-20T21:51:29.8517041Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2024-08-20T21:51:29.8519776Z copying torch\include\ATen\core\dispatch\CppSignature.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2024-08-20T21:51:29.8525954Z copying torch\include\ATen\core\dispatch\Dispatcher.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2024-08-20T21:51:29.8532941Z copying torch\include\ATen\core\dispatch\DispatchKeyExtractor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2024-08-20T21:51:29.8539239Z copying torch\include\ATen\core\dispatch\ObservedOperators.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2024-08-20T21:51:29.8557705Z copying torch\include\ATen\core\dispatch\OperatorEntry.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2024-08-20T21:51:29.8586705Z copying torch\include\ATen\core\dispatch\OperatorOptions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2024-08-20T21:51:29.8593090Z copying torch\include\ATen\core\dispatch\RegistrationHandleRAII.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2024-08-20T21:51:29.8598732Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\core\op_registration 2024-08-20T21:51:29.8601267Z copying torch\include\ATen\core\op_registration\adaption.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\op_registration 2024-08-20T21:51:29.8607424Z copying torch\include\ATen\core\op_registration\infer_schema.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\op_registration 2024-08-20T21:51:29.8613994Z copying torch\include\ATen\core\op_registration\op_allowlist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\op_registration 2024-08-20T21:51:29.8620076Z copying torch\include\ATen\core\op_registration\op_registration.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\op_registration 2024-08-20T21:51:29.8634958Z creating build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-08-20T21:51:29.8637258Z copying torch\include\c10\core\impl\alloc_cpu.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-08-20T21:51:29.8646367Z copying torch\include\c10\core\impl\COW.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-08-20T21:51:29.8654896Z copying torch\include\c10\core\impl\COWDeleter.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-08-20T21:51:29.8663860Z copying torch\include\c10\core\impl\DeviceGuardImplInterface.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-08-20T21:51:29.8680513Z copying torch\include\c10\core\impl\FakeGuardImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-08-20T21:51:29.8686313Z copying torch\include\c10\core\impl\GPUTrace.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-08-20T21:51:29.8692481Z copying torch\include\c10\core\impl\HermeticPyObjectTLS.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-08-20T21:51:29.8699151Z copying torch\include\c10\core\impl\InlineDeviceGuard.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-08-20T21:51:29.8705242Z copying torch\include\c10\core\impl\InlineEvent.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-08-20T21:51:29.8711497Z copying torch\include\c10\core\impl\InlineStreamGuard.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-08-20T21:51:29.8717938Z copying torch\include\c10\core\impl\LocalDispatchKeySet.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-08-20T21:51:29.8724502Z copying torch\include\c10\core\impl\PyInterpreter.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-08-20T21:51:29.8730437Z copying torch\include\c10\core\impl\PyObjectSlot.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-08-20T21:51:29.8736854Z copying torch\include\c10\core\impl\PythonDispatcherTLS.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-08-20T21:51:29.8742945Z copying torch\include\c10\core\impl\SizesAndStrides.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-08-20T21:51:29.8749468Z copying torch\include\c10\core\impl\TorchDispatchModeTLS.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-08-20T21:51:29.8756247Z copying torch\include\c10\core\impl\VirtualGuardImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-08-20T21:51:29.8761278Z creating build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-20T21:51:29.8763846Z copying torch\include\c10\util\AbortHandler.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-20T21:51:29.8769919Z copying torch\include\c10\util\accumulate.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-20T21:51:29.8776049Z copying torch\include\c10\util\AlignOf.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-20T21:51:29.8782161Z copying torch\include\c10\util\ApproximateClock.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-20T21:51:29.8800370Z copying torch\include\c10\util\Array.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-20T21:51:29.8805853Z copying torch\include\c10\util\ArrayRef.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-20T21:51:29.8812070Z copying torch\include\c10\util\Backtrace.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-20T21:51:29.8818672Z copying torch\include\c10\util\BFloat16-inl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-20T21:51:29.8824837Z copying torch\include\c10\util\BFloat16-math.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-20T21:51:29.8831123Z copying torch\include\c10\util\BFloat16.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-20T21:51:29.8837617Z copying torch\include\c10\util\bits.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-20T21:51:29.8843787Z copying torch\include\c10\util\Bitset.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-20T21:51:29.8850311Z copying torch\include\c10\util\bit_cast.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-20T21:51:29.8856300Z copying torch\include\c10\util\C++17.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-20T21:51:29.8862686Z copying torch\include\c10\util\CallOnce.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-20T21:51:29.8868597Z copying torch\include\c10\util\complex.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-20T21:51:29.8875252Z copying torch\include\c10\util\complex_math.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-20T21:51:29.8881768Z copying torch\include\c10\util\complex_utils.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-20T21:51:29.8888035Z copying torch\include\c10\util\ConstexprCrc.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-20T21:51:29.8894682Z copying torch\include\c10\util\copysign.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-20T21:51:29.8900886Z copying torch\include\c10\util\DeadlockDetection.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-20T21:51:29.8907521Z copying torch\include\c10\util\Deprecated.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-20T21:51:29.8914419Z copying torch\include\c10\util\DimVector.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-20T21:51:29.8920007Z copying torch\include\c10\util\DynamicCounter.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-20T21:51:29.8938495Z copying torch\include\c10\util\env.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-20T21:51:29.8944531Z copying torch\include\c10\util\Exception.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-20T21:51:29.8951579Z copying torch\include\c10\util\ExclusivelyOwned.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-20T21:51:29.8958007Z copying torch\include\c10\util\ExclusivelyOwnedTensorTraits.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-20T21:51:29.8964648Z copying torch\include\c10\util\FbcodeMaps.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-20T21:51:29.8970758Z copying torch\include\c10\util\Flags.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-20T21:51:29.8976873Z copying torch\include\c10\util\flat_hash_map.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-20T21:51:29.8983971Z copying torch\include\c10\util\Float8_e4m3fn-inl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-20T21:51:29.8990277Z copying torch\include\c10\util\Float8_e4m3fn.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-20T21:51:29.8996718Z copying torch\include\c10\util\Float8_e4m3fnuz-inl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-20T21:51:29.9003435Z copying torch\include\c10\util\Float8_e4m3fnuz.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-20T21:51:29.9024085Z copying torch\include\c10\util\Float8_e5m2-inl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-20T21:51:29.9030340Z copying torch\include\c10\util\Float8_e5m2.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-20T21:51:29.9036815Z copying torch\include\c10\util\Float8_e5m2fnuz-inl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-20T21:51:29.9043106Z copying torch\include\c10\util\Float8_e5m2fnuz.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-20T21:51:29.9049483Z copying torch\include\c10\util\Float8_fnuz_cvt.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-20T21:51:29.9056348Z copying torch\include\c10\util\floating_point_utils.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-20T21:51:29.9062512Z copying torch\include\c10\util\FunctionRef.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-20T21:51:29.9068735Z copying torch\include\c10\util\generic_math.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-20T21:51:29.9075263Z copying torch\include\c10\util\Half-inl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-20T21:51:29.9094836Z copying torch\include\c10\util\Half.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-20T21:51:29.9101356Z copying torch\include\c10\util\hash.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-20T21:51:29.9107558Z copying torch\include\c10\util\IdWrapper.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-20T21:51:29.9113704Z copying torch\include\c10\util\int128.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-20T21:51:29.9119863Z copying torch\include\c10\util\intrusive_ptr.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-20T21:51:29.9126847Z copying torch\include\c10\util\irange.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-20T21:51:29.9133063Z copying torch\include\c10\util\Lazy.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-20T21:51:29.9138950Z copying torch\include\c10\util\LeftRight.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-20T21:51:29.9145215Z copying torch\include\c10\util\llvmMathExtras.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-20T21:51:29.9152968Z copying torch\include\c10\util\Load.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-20T21:51:29.9158472Z copying torch\include\c10\util\Logging.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-20T21:51:29.9164928Z copying torch\include\c10\util\logging_is_google_glog.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-20T21:51:29.9172107Z copying torch\include\c10\util\logging_is_not_google_glog.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-20T21:51:29.9191848Z copying torch\include\c10\util\MathConstants.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-20T21:51:29.9198752Z copying torch\include\c10\util\MaybeOwned.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-20T21:51:29.9205358Z copying torch\include\c10\util\Metaprogramming.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-20T21:51:29.9211932Z copying torch\include\c10\util\numa.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-20T21:51:29.9218059Z copying torch\include\c10\util\Optional.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-20T21:51:29.9224228Z copying torch\include\c10\util\OptionalArrayRef.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-20T21:51:29.9230710Z copying torch\include\c10\util\order_preserving_flat_hash_map.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-20T21:51:29.9238130Z copying torch\include\c10\util\overloaded.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-20T21:51:29.9244532Z copying torch\include\c10\util\ParallelGuard.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-20T21:51:29.9250708Z copying torch\include\c10\util\python_stub.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-20T21:51:29.9273642Z copying torch\include\c10\util\qint32.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-20T21:51:29.9279518Z copying torch\include\c10\util\qint8.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-20T21:51:29.9285515Z copying torch\include\c10\util\quint2x4.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-20T21:51:29.9291945Z copying torch\include\c10\util\quint4x2.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-20T21:51:29.9297761Z copying torch\include\c10\util\quint8.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-20T21:51:29.9303811Z copying torch\include\c10\util\Registry.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-20T21:51:29.9310217Z copying torch\include\c10\util\safe_numerics.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-20T21:51:29.9316295Z copying torch\include\c10\util\ScopeExit.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-20T21:51:29.9322758Z copying torch\include\c10\util\signal_handler.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-20T21:51:29.9329209Z copying torch\include\c10\util\SmallBuffer.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-20T21:51:29.9350275Z copying torch\include\c10\util\SmallVector.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-20T21:51:29.9357467Z copying torch\include\c10\util\sparse_bitset.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-20T21:51:29.9364233Z copying torch\include\c10\util\ssize.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-20T21:51:29.9370949Z copying torch\include\c10\util\static_tracepoint.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-20T21:51:29.9391523Z copying torch\include\c10\util\static_tracepoint_elfx86.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-20T21:51:29.9397912Z copying torch\include\c10\util\strides.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-20T21:51:29.9403748Z copying torch\include\c10\util\StringUtil.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-20T21:51:29.9418030Z copying torch\include\c10\util\string_utils.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-20T21:51:29.9419352Z copying torch\include\c10\util\string_view.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-20T21:51:29.9423221Z copying torch\include\c10\util\strong_type.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-20T21:51:29.9430442Z copying torch\include\c10\util\Synchronized.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-20T21:51:29.9436527Z copying torch\include\c10\util\tempfile.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-20T21:51:29.9442997Z copying torch\include\c10\util\ThreadLocal.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-20T21:51:29.9449546Z copying torch\include\c10\util\ThreadLocalDebugInfo.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-20T21:51:29.9463148Z copying torch\include\c10\util\thread_name.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-20T21:51:29.9469203Z copying torch\include\c10\util\Type.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-20T21:51:29.9475644Z copying torch\include\c10\util\TypeCast.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-20T21:51:29.9482177Z copying torch\include\c10\util\typeid.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-20T21:51:29.9488896Z copying torch\include\c10\util\TypeIndex.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-20T21:51:29.9495191Z copying torch\include\c10\util\TypeList.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-20T21:51:29.9501933Z copying torch\include\c10\util\TypeSafeSignMath.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-20T21:51:29.9508500Z copying torch\include\c10\util\TypeTraits.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-20T21:51:29.9514661Z copying torch\include\c10\util\Unicode.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-20T21:51:29.9520716Z copying torch\include\c10\util\UniqueVoidPtr.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-20T21:51:29.9527067Z copying torch\include\c10\util\Unroll.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-20T21:51:29.9533625Z copying torch\include\c10\util\WaitCounter.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-20T21:51:29.9539860Z copying torch\include\c10\util\win32-headers.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-08-20T21:51:29.9545736Z creating build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-08-20T21:51:29.9548339Z copying torch\include\c10\cuda\CUDAAlgorithm.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-08-20T21:51:29.9554722Z copying torch\include\c10\cuda\CUDAAllocatorConfig.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-08-20T21:51:29.9560785Z copying torch\include\c10\cuda\CUDACachingAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-08-20T21:51:29.9567839Z copying torch\include\c10\cuda\CUDADeviceAssertion.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-08-20T21:51:29.9587599Z copying torch\include\c10\cuda\CUDADeviceAssertionHost.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-08-20T21:51:29.9593701Z copying torch\include\c10\cuda\CUDAException.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-08-20T21:51:29.9600070Z copying torch\include\c10\cuda\CUDAFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-08-20T21:51:29.9606870Z copying torch\include\c10\cuda\CUDAGraphsC10Utils.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-08-20T21:51:29.9613194Z copying torch\include\c10\cuda\CUDAGuard.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-08-20T21:51:29.9619568Z copying torch\include\c10\cuda\CUDAMacros.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-08-20T21:51:29.9626061Z copying torch\include\c10\cuda\CUDAMathCompat.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-08-20T21:51:29.9632694Z copying torch\include\c10\cuda\CUDAMiscFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-08-20T21:51:29.9638754Z copying torch\include\c10\cuda\CUDAStream.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-08-20T21:51:29.9645014Z copying torch\include\c10\cuda\driver_api.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-08-20T21:51:29.9650869Z creating build\lib.win-amd64-cpython-39\torch\include\c10\cuda\impl 2024-08-20T21:51:29.9653762Z copying torch\include\c10\cuda\impl\CUDAGuardImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda\impl 2024-08-20T21:51:29.9660007Z copying torch\include\c10\cuda\impl\CUDATest.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda\impl 2024-08-20T21:51:29.9665582Z creating build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2024-08-20T21:51:29.9668468Z copying torch\include\c10\xpu\XPUCachingAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2024-08-20T21:51:29.9674410Z copying torch\include\c10\xpu\XPUDeviceProp.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2024-08-20T21:51:29.9680827Z copying torch\include\c10\xpu\XPUException.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2024-08-20T21:51:29.9686783Z copying torch\include\c10\xpu\XPUFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2024-08-20T21:51:29.9706264Z copying torch\include\c10\xpu\XPUMacros.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2024-08-20T21:51:29.9712539Z copying torch\include\c10\xpu\XPUStream.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2024-08-20T21:51:29.9718214Z creating build\lib.win-amd64-cpython-39\torch\include\c10\xpu\impl 2024-08-20T21:51:29.9720888Z copying torch\include\c10\xpu\impl\XPUGuardImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu\impl 2024-08-20T21:51:29.9726586Z creating build\lib.win-amd64-cpython-39\torch\include\torch 2024-08-20T21:51:29.9729245Z copying torch\include\torch\custom_class.h -> build\lib.win-amd64-cpython-39\torch\include\torch 2024-08-20T21:51:29.9735921Z copying torch\include\torch\custom_class_detail.h -> build\lib.win-amd64-cpython-39\torch\include\torch 2024-08-20T21:51:29.9742586Z copying torch\include\torch\extension.h -> build\lib.win-amd64-cpython-39\torch\include\torch 2024-08-20T21:51:29.9748623Z copying torch\include\torch\library.h -> build\lib.win-amd64-cpython-39\torch\include\torch 2024-08-20T21:51:29.9763130Z copying torch\include\torch\script.h -> build\lib.win-amd64-cpython-39\torch\include\torch 2024-08-20T21:51:29.9768508Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-08-20T21:51:29.9771076Z copying torch\include\torch\csrc\copy_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-08-20T21:51:29.9777530Z copying torch\include\torch\csrc\CudaIPCTypes.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-08-20T21:51:29.9784376Z copying torch\include\torch\csrc\DataLoader.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-08-20T21:51:29.9790068Z copying torch\include\torch\csrc\Device.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-08-20T21:51:29.9809581Z copying torch\include\torch\csrc\Dtype.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-08-20T21:51:29.9815586Z copying torch\include\torch\csrc\DynamicTypes.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-08-20T21:51:29.9821901Z copying torch\include\torch\csrc\Event.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-08-20T21:51:29.9827684Z copying torch\include\torch\csrc\Exceptions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-08-20T21:51:29.9834127Z copying torch\include\torch\csrc\Export.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-08-20T21:51:29.9840050Z copying torch\include\torch\csrc\Generator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-08-20T21:51:29.9846309Z copying torch\include\torch\csrc\itt_wrapper.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-08-20T21:51:29.9852288Z copying torch\include\torch\csrc\Layout.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-08-20T21:51:29.9858150Z copying torch\include\torch\csrc\MemoryFormat.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-08-20T21:51:29.9864281Z copying torch\include\torch\csrc\Module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-08-20T21:51:29.9870072Z copying torch\include\torch\csrc\PyInterpreter.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-08-20T21:51:29.9876527Z copying torch\include\torch\csrc\python_dimname.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-08-20T21:51:29.9882436Z copying torch\include\torch\csrc\python_headers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-08-20T21:51:29.9888524Z copying torch\include\torch\csrc\QScheme.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-08-20T21:51:29.9894111Z copying torch\include\torch\csrc\serialization.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-08-20T21:51:29.9900137Z copying torch\include\torch\csrc\Size.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-08-20T21:51:29.9906057Z copying torch\include\torch\csrc\Storage.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-08-20T21:51:29.9912280Z copying torch\include\torch\csrc\StorageMethods.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-08-20T21:51:29.9918108Z copying torch\include\torch\csrc\StorageSharing.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-08-20T21:51:29.9923868Z copying torch\include\torch\csrc\Stream.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-08-20T21:51:29.9947420Z copying torch\include\torch\csrc\THConcat.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-08-20T21:51:29.9953131Z copying torch\include\torch\csrc\THP.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-08-20T21:51:29.9959082Z copying torch\include\torch\csrc\TypeInfo.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-08-20T21:51:29.9965007Z copying torch\include\torch\csrc\Types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-08-20T21:51:29.9970764Z copying torch\include\torch\csrc\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-08-20T21:51:29.9976905Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api 2024-08-20T21:51:29.9978567Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include 2024-08-20T21:51:29.9979836Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-08-20T21:51:29.9982392Z 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-20T21:51:29.9988359Z 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-20T21:51:29.9994588Z 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-20T21:51:30.0005752Z 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-20T21:51:30.0008515Z 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-20T21:51:30.0014782Z 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-20T21:51:30.0020849Z 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-20T21:51:30.0035812Z 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-20T21:51:30.0042128Z 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-20T21:51:30.0048246Z 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-20T21:51:30.0054723Z 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-20T21:51:30.0061969Z 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-20T21:51:30.0068576Z 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-20T21:51:30.0074490Z 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-20T21:51:30.0080371Z 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-20T21:51:30.0086572Z 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-20T21:51:30.0093235Z 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-20T21:51:30.0099452Z 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-20T21:51:30.0105998Z 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-20T21:51:30.0111942Z 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-20T21:51:30.0119390Z 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-20T21:51:30.0125287Z 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-20T21:51:30.0131610Z 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-20T21:51:30.0137927Z 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-20T21:51:30.0143805Z 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-20T21:51:30.0149022Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data 2024-08-20T21:51:30.0151814Z 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-20T21:51:30.0157844Z 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-20T21:51:30.0164342Z 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-20T21:51:30.0170573Z 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-20T21:51:30.0176686Z 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-20T21:51:30.0195584Z 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-20T21:51:30.0201522Z 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-20T21:51:30.0207654Z 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-20T21:51:30.0213236Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\dataloader 2024-08-20T21:51:30.0215980Z 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-20T21:51:30.0222346Z 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-20T21:51:30.0250091Z 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-20T21:51:30.0255363Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\datasets 2024-08-20T21:51:30.0258421Z 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-20T21:51:30.0264706Z 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-20T21:51:30.0271089Z 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-20T21:51:30.0277039Z 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-20T21:51:30.0283065Z 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-20T21:51:30.0289240Z 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-20T21:51:30.0295659Z 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-20T21:51:30.0313122Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\detail 2024-08-20T21:51:30.0315912Z 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-20T21:51:30.0321990Z 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-20T21:51:30.0328183Z 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-20T21:51:30.0334376Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\samplers 2024-08-20T21:51:30.0337096Z 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-20T21:51:30.0343856Z 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-20T21:51:30.0350144Z 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-20T21:51:30.0355807Z 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-20T21:51:30.0361738Z 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-20T21:51:30.0374902Z 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-20T21:51:30.0381153Z 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-20T21:51:30.0386387Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\transforms 2024-08-20T21:51:30.0389134Z 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-20T21:51:30.0395201Z 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-20T21:51:30.0401419Z 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-20T21:51:30.0407412Z 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-20T21:51:30.0413539Z 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-20T21:51:30.0418669Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\detail 2024-08-20T21:51:30.0421425Z 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-20T21:51:30.0427545Z 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-20T21:51:30.0432960Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn 2024-08-20T21:51:30.0435626Z 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-20T21:51:30.0441715Z 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-20T21:51:30.0447641Z 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-20T21:51:30.0453756Z 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-20T21:51:30.0460439Z 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-20T21:51:30.0476295Z 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-20T21:51:30.0482022Z 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-20T21:51:30.0488036Z 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-20T21:51:30.0494289Z 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-20T21:51:30.0499442Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional 2024-08-20T21:51:30.0502238Z 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-20T21:51:30.0509076Z 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-20T21:51:30.0515139Z 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-20T21:51:30.0521297Z 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-20T21:51:30.0537995Z 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-20T21:51:30.0544243Z 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-20T21:51:30.0550278Z 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-20T21:51:30.0556475Z 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-20T21:51:30.0562588Z 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-20T21:51:30.0568613Z 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-20T21:51:30.0575403Z 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-20T21:51:30.0581629Z 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-20T21:51:30.0587821Z 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-20T21:51:30.0593923Z 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-20T21:51:30.0600626Z 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-20T21:51:30.0607458Z 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-20T21:51:30.0612828Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options 2024-08-20T21:51:30.0615602Z 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-20T21:51:30.0622956Z 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-20T21:51:30.0628436Z 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-20T21:51:30.0634598Z 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-20T21:51:30.0640633Z 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-20T21:51:30.0656389Z 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-20T21:51:30.0662318Z 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-20T21:51:30.0668442Z 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-20T21:51:30.0674656Z 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-20T21:51:30.0680984Z 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-20T21:51:30.0692857Z 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-20T21:51:30.0699390Z 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-20T21:51:30.0705639Z 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-20T21:51:30.0711720Z 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-20T21:51:30.0717930Z 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-20T21:51:30.0724391Z 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-20T21:51:30.0730665Z 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-20T21:51:30.0737079Z 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-20T21:51:30.0743618Z 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-20T21:51:30.0749791Z 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-20T21:51:30.0755963Z 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-20T21:51:30.0761201Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2024-08-20T21:51:30.0763918Z 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-20T21:51:30.0770729Z 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-20T21:51:30.0776732Z 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-20T21:51:30.0782978Z 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-20T21:51:30.0788944Z 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-20T21:51:30.0806259Z 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-20T21:51:30.0812502Z 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-20T21:51:30.0818671Z 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-20T21:51:30.0824781Z 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-20T21:51:30.0830832Z 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-20T21:51:30.0837429Z 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-20T21:51:30.0843419Z 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-20T21:51:30.0850274Z 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-20T21:51:30.0856426Z 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-20T21:51:30.0862593Z 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-20T21:51:30.0868782Z 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-20T21:51:30.0875460Z 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-20T21:51:30.0882069Z 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-20T21:51:30.0888377Z 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-20T21:51:30.0894814Z 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-20T21:51:30.0901085Z 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-20T21:51:30.0907246Z 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-20T21:51:30.0913446Z 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-20T21:51:30.0918486Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\container 2024-08-20T21:51:30.0921250Z 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-20T21:51:30.0927532Z 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-20T21:51:30.0934036Z 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-20T21:51:30.0940495Z 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-20T21:51:30.0958387Z 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-20T21:51:30.0964733Z 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-20T21:51:30.0971306Z 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-20T21:51:30.0977714Z 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-20T21:51:30.0984149Z 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-20T21:51:30.0990567Z 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-20T21:51:30.0996139Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\parallel 2024-08-20T21:51:30.0999055Z 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-20T21:51:30.1004761Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\utils 2024-08-20T21:51:30.1007550Z 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-20T21:51:30.1014118Z 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-20T21:51:30.1020421Z 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-20T21:51:30.1025887Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim 2024-08-20T21:51:30.1028710Z 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-20T21:51:30.1034884Z 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-20T21:51:30.1041031Z 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-20T21:51:30.1047263Z 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-20T21:51:30.1054044Z 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-20T21:51:30.1060319Z 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-20T21:51:30.1075108Z 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-20T21:51:30.1081336Z 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-20T21:51:30.1086870Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim\schedulers 2024-08-20T21:51:30.1089914Z 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-20T21:51:30.1096940Z 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-20T21:51:30.1102778Z 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-20T21:51:30.1120687Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\serialize 2024-08-20T21:51:30.1123496Z 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-20T21:51:30.1129560Z 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-20T21:51:30.1136080Z 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-20T21:51:30.1142450Z 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-20T21:51:30.1155121Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-20T21:51:30.1158274Z copying torch\include\torch\csrc\autograd\anomaly_mode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-20T21:51:30.1164477Z copying torch\include\torch\csrc\autograd\autograd.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-20T21:51:30.1171006Z copying torch\include\torch\csrc\autograd\autograd_not_implemented_fallback.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-20T21:51:30.1177195Z copying torch\include\torch\csrc\autograd\cpp_hook.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-20T21:51:30.1189590Z copying torch\include\torch\csrc\autograd\custom_function.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-20T21:51:30.1196218Z copying torch\include\torch\csrc\autograd\edge.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-20T21:51:30.1202304Z copying torch\include\torch\csrc\autograd\engine.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-20T21:51:30.1208774Z copying torch\include\torch\csrc\autograd\forward_grad.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-20T21:51:30.1215414Z copying torch\include\torch\csrc\autograd\function.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-20T21:51:30.1222234Z copying torch\include\torch\csrc\autograd\FunctionsManual.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-20T21:51:30.1229151Z copying torch\include\torch\csrc\autograd\function_hook.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-20T21:51:30.1235357Z copying torch\include\torch\csrc\autograd\grad_mode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-20T21:51:30.1241351Z copying torch\include\torch\csrc\autograd\graph_task.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-20T21:51:30.1247522Z copying torch\include\torch\csrc\autograd\InferenceMode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-20T21:51:30.1253812Z copying torch\include\torch\csrc\autograd\input_buffer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-20T21:51:30.1259861Z copying torch\include\torch\csrc\autograd\input_metadata.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-20T21:51:30.1266199Z copying torch\include\torch\csrc\autograd\jit_decomp_interface.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-20T21:51:30.1272593Z copying torch\include\torch\csrc\autograd\profiler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-20T21:51:30.1278697Z copying torch\include\torch\csrc\autograd\profiler_kineto.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-20T21:51:30.1285093Z copying torch\include\torch\csrc\autograd\profiler_legacy.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-20T21:51:30.1291312Z copying torch\include\torch\csrc\autograd\profiler_python.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-20T21:51:30.1297400Z copying torch\include\torch\csrc\autograd\python_anomaly_mode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-20T21:51:30.1314144Z copying torch\include\torch\csrc\autograd\python_autograd.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-20T21:51:30.1320075Z copying torch\include\torch\csrc\autograd\python_cpp_function.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-20T21:51:30.1326383Z copying torch\include\torch\csrc\autograd\python_engine.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-20T21:51:30.1333117Z copying torch\include\torch\csrc\autograd\python_enum_tag.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-20T21:51:30.1339198Z copying torch\include\torch\csrc\autograd\python_fft_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-20T21:51:30.1345105Z copying torch\include\torch\csrc\autograd\python_function.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-20T21:51:30.1351393Z copying torch\include\torch\csrc\autograd\python_hook.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-20T21:51:30.1357934Z copying torch\include\torch\csrc\autograd\python_legacy_variable.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-20T21:51:30.1364175Z copying torch\include\torch\csrc\autograd\python_linalg_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-20T21:51:30.1376592Z copying torch\include\torch\csrc\autograd\python_nested_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-20T21:51:30.1382559Z copying torch\include\torch\csrc\autograd\python_nn_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-20T21:51:30.1389056Z copying torch\include\torch\csrc\autograd\python_saved_variable_hooks.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-20T21:51:30.1395366Z copying torch\include\torch\csrc\autograd\python_sparse_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-20T21:51:30.1401647Z copying torch\include\torch\csrc\autograd\python_special_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-20T21:51:30.1407522Z copying torch\include\torch\csrc\autograd\python_torch_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-20T21:51:30.1413976Z copying torch\include\torch\csrc\autograd\python_variable.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-20T21:51:30.1420979Z copying torch\include\torch\csrc\autograd\python_variable_indexing.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-20T21:51:30.1427269Z copying torch\include\torch\csrc\autograd\record_function_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-20T21:51:30.1439754Z copying torch\include\torch\csrc\autograd\saved_variable.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-20T21:51:30.1447851Z copying torch\include\torch\csrc\autograd\saved_variable_hooks.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-20T21:51:30.1461380Z copying torch\include\torch\csrc\autograd\symbolic.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-20T21:51:30.1467039Z copying torch\include\torch\csrc\autograd\variable.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-20T21:51:30.1473932Z copying torch\include\torch\csrc\autograd\VariableTypeUtils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-20T21:51:30.1480229Z copying torch\include\torch\csrc\autograd\variable_info.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-08-20T21:51:30.1485580Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2024-08-20T21:51:30.1489897Z copying torch\include\torch\csrc\autograd\functions\accumulate_grad.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2024-08-20T21:51:30.1495002Z copying torch\include\torch\csrc\autograd\functions\basic_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2024-08-20T21:51:30.1501150Z copying torch\include\torch\csrc\autograd\functions\comm.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2024-08-20T21:51:30.1507407Z copying torch\include\torch\csrc\autograd\functions\pybind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2024-08-20T21:51:30.1523823Z copying torch\include\torch\csrc\autograd\functions\tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2024-08-20T21:51:30.1529803Z copying torch\include\torch\csrc\autograd\functions\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2024-08-20T21:51:30.1535167Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2024-08-20T21:51:30.1537954Z copying torch\include\torch\csrc\autograd\generated\Functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2024-08-20T21:51:30.1549003Z copying torch\include\torch\csrc\autograd\generated\python_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2024-08-20T21:51:30.1555006Z 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-20T21:51:30.1569744Z copying torch\include\torch\csrc\autograd\generated\VariableType.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2024-08-20T21:51:30.1575888Z copying torch\include\torch\csrc\autograd\generated\variable_factories.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2024-08-20T21:51:30.1583027Z copying torch\include\torch\csrc\autograd\generated\ViewFuncs.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2024-08-20T21:51:30.1589328Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils 2024-08-20T21:51:30.1592256Z copying torch\include\torch\csrc\autograd\utils\error_messages.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils 2024-08-20T21:51:30.1598250Z 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-20T21:51:30.1604633Z 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-20T21:51:30.1611004Z 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-20T21:51:30.1631175Z copying torch\include\torch\csrc\autograd\utils\warnings.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils 2024-08-20T21:51:30.1637028Z copying torch\include\torch\csrc\autograd\utils\wrap_outputs.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils 2024-08-20T21:51:30.1642655Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2024-08-20T21:51:30.1645230Z copying torch\include\torch\csrc\cuda\comm.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2024-08-20T21:51:30.1651674Z copying torch\include\torch\csrc\cuda\CUDAPluggableAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2024-08-20T21:51:30.1658026Z copying torch\include\torch\csrc\cuda\device_set.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2024-08-20T21:51:30.1664296Z copying torch\include\torch\csrc\cuda\Event.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2024-08-20T21:51:30.1669957Z copying torch\include\torch\csrc\cuda\GdsFile.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2024-08-20T21:51:30.1682194Z copying torch\include\torch\csrc\cuda\memory_snapshot.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2024-08-20T21:51:30.1687567Z copying torch\include\torch\csrc\cuda\Module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2024-08-20T21:51:30.1693182Z copying torch\include\torch\csrc\cuda\nccl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2024-08-20T21:51:30.1699461Z copying torch\include\torch\csrc\cuda\python_comm.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2024-08-20T21:51:30.1705423Z copying torch\include\torch\csrc\cuda\python_nccl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2024-08-20T21:51:30.1711865Z copying torch\include\torch\csrc\cuda\Stream.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2024-08-20T21:51:30.1717942Z copying torch\include\torch\csrc\cuda\THCP.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2024-08-20T21:51:30.1723523Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed 2024-08-20T21:51:30.1725080Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-20T21:51:30.1727803Z copying torch\include\torch\csrc\distributed\c10d\c10d.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-20T21:51:30.1733934Z copying torch\include\torch\csrc\distributed\c10d\debug.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-20T21:51:30.1739825Z copying torch\include\torch\csrc\distributed\c10d\error.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-20T21:51:30.1745987Z copying torch\include\torch\csrc\distributed\c10d\exception.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-20T21:51:30.1752197Z copying torch\include\torch\csrc\distributed\c10d\logging.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-20T21:51:30.1758495Z 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-20T21:51:30.1772339Z copying torch\include\torch\csrc\distributed\c10d\socket.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-20T21:51:30.1778365Z copying torch\include\torch\csrc\distributed\c10d\TraceUtils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-20T21:51:30.1784846Z copying torch\include\torch\csrc\distributed\c10d\Backend.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-20T21:51:30.1792058Z copying torch\include\torch\csrc\distributed\c10d\Backoff.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-20T21:51:30.1797550Z copying torch\include\torch\csrc\distributed\c10d\comm.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-20T21:51:30.1803858Z copying torch\include\torch\csrc\distributed\c10d\CUDASymmetricMemory.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-20T21:51:30.1810375Z 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-20T21:51:30.1816656Z copying torch\include\torch\csrc\distributed\c10d\DMAConnectivity.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-20T21:51:30.1823175Z copying torch\include\torch\csrc\distributed\c10d\FakeProcessGroup.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-20T21:51:30.1829807Z copying torch\include\torch\csrc\distributed\c10d\FileStore.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-20T21:51:30.1835879Z copying torch\include\torch\csrc\distributed\c10d\Functional.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-20T21:51:30.1842226Z copying torch\include\torch\csrc\distributed\c10d\GlooDeviceFactory.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-20T21:51:30.1848790Z copying torch\include\torch\csrc\distributed\c10d\GroupRegistry.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-20T21:51:30.1854759Z copying torch\include\torch\csrc\distributed\c10d\HashStore.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-20T21:51:30.1861078Z 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-20T21:51:30.1867384Z copying torch\include\torch\csrc\distributed\c10d\logger.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-20T21:51:30.1873674Z copying torch\include\torch\csrc\distributed\c10d\NCCLUtils.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-20T21:51:30.1892416Z copying torch\include\torch\csrc\distributed\c10d\ParamCommsUtils.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-20T21:51:30.1898743Z copying torch\include\torch\csrc\distributed\c10d\PrefixStore.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-20T21:51:30.1905353Z copying torch\include\torch\csrc\distributed\c10d\ProcessGroup.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-20T21:51:30.1912419Z copying torch\include\torch\csrc\distributed\c10d\ProcessGroupGloo.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-20T21:51:30.1918966Z copying torch\include\torch\csrc\distributed\c10d\ProcessGroupMPI.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-20T21:51:30.1925960Z copying torch\include\torch\csrc\distributed\c10d\ProcessGroupNCCL.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-20T21:51:30.1932854Z copying torch\include\torch\csrc\distributed\c10d\ProcessGroupUCC.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-20T21:51:30.1939960Z copying torch\include\torch\csrc\distributed\c10d\ProcessGroupWrapper.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-20T21:51:30.1946047Z copying torch\include\torch\csrc\distributed\c10d\PyProcessGroup.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-20T21:51:30.1961734Z copying torch\include\torch\csrc\distributed\c10d\RankLocal.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-20T21:51:30.1967683Z copying torch\include\torch\csrc\distributed\c10d\reducer.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-20T21:51:30.1975044Z copying torch\include\torch\csrc\distributed\c10d\reducer_timer.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-20T21:51:30.2008021Z copying torch\include\torch\csrc\distributed\c10d\sequence_num.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-20T21:51:30.2014318Z copying torch\include\torch\csrc\distributed\c10d\Store.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-20T21:51:30.2020355Z copying torch\include\torch\csrc\distributed\c10d\SymmetricMemory.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-20T21:51:30.2026511Z copying torch\include\torch\csrc\distributed\c10d\TCPStore.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-20T21:51:30.2032800Z copying torch\include\torch\csrc\distributed\c10d\TCPStoreBackend.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-20T21:51:30.2039031Z copying torch\include\torch\csrc\distributed\c10d\Types.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-20T21:51:30.2046403Z copying torch\include\torch\csrc\distributed\c10d\UCCTracing.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-20T21:51:30.2053256Z copying torch\include\torch\csrc\distributed\c10d\UCCUtils.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-20T21:51:30.2059578Z copying torch\include\torch\csrc\distributed\c10d\UnixSockUtils.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-20T21:51:30.2075485Z copying torch\include\torch\csrc\distributed\c10d\Utils.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-20T21:51:30.2081982Z copying torch\include\torch\csrc\distributed\c10d\WinSockUtils.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-20T21:51:30.2087825Z copying torch\include\torch\csrc\distributed\c10d\Work.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-08-20T21:51:30.2093365Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-08-20T21:51:30.2096055Z copying torch\include\torch\csrc\distributed\rpc\agent_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-08-20T21:51:30.2102055Z copying torch\include\torch\csrc\distributed\rpc\message.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-08-20T21:51:30.2108275Z copying torch\include\torch\csrc\distributed\rpc\python_call.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-08-20T21:51:30.2117219Z copying torch\include\torch\csrc\distributed\rpc\python_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-08-20T21:51:30.2130404Z 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-20T21:51:30.2141133Z copying torch\include\torch\csrc\distributed\rpc\python_resp.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-08-20T21:51:30.2147299Z 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-20T21:51:30.2153346Z copying torch\include\torch\csrc\distributed\rpc\py_rref.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-08-20T21:51:30.2159698Z copying torch\include\torch\csrc\distributed\rpc\request_callback.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-08-20T21:51:30.2165697Z 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-20T21:51:30.2172188Z 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-20T21:51:30.2178346Z copying torch\include\torch\csrc\distributed\rpc\rpc.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-08-20T21:51:30.2184093Z copying torch\include\torch\csrc\distributed\rpc\rpc_agent.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-08-20T21:51:30.2190663Z 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-20T21:51:30.2196985Z copying torch\include\torch\csrc\distributed\rpc\rref_context.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-08-20T21:51:30.2203252Z copying torch\include\torch\csrc\distributed\rpc\rref_impl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-08-20T21:51:30.2210178Z copying torch\include\torch\csrc\distributed\rpc\rref_proto.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-08-20T21:51:30.2216470Z copying torch\include\torch\csrc\distributed\rpc\script_call.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-08-20T21:51:30.2222669Z 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-20T21:51:30.2228959Z copying torch\include\torch\csrc\distributed\rpc\script_resp.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-08-20T21:51:30.2247070Z copying torch\include\torch\csrc\distributed\rpc\tensorpipe_agent.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-08-20T21:51:30.2253946Z copying torch\include\torch\csrc\distributed\rpc\tensorpipe_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-08-20T21:51:30.2260350Z copying torch\include\torch\csrc\distributed\rpc\torchscript_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-08-20T21:51:30.2271344Z copying torch\include\torch\csrc\distributed\rpc\types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-08-20T21:51:30.2277952Z 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-20T21:51:30.2284237Z 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-20T21:51:30.2290504Z copying torch\include\torch\csrc\distributed\rpc\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-08-20T21:51:30.2296329Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd 2024-08-20T21:51:30.2298022Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\context 2024-08-20T21:51:30.2300616Z 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-20T21:51:30.2306973Z 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-20T21:51:30.2312475Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\functions 2024-08-20T21:51:30.2315286Z 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-20T21:51:30.2321568Z 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-20T21:51:30.2326982Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\rpc_messages 2024-08-20T21:51:30.2330058Z 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-20T21:51:30.2336346Z 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-20T21:51:30.2342678Z 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-20T21:51:30.2358084Z 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-20T21:51:30.2364361Z 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-20T21:51:30.2371021Z 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-20T21:51:30.2378189Z 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-20T21:51:30.2384111Z 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-20T21:51:30.2390607Z 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-20T21:51:30.2397170Z 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-20T21:51:30.2402382Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-08-20T21:51:30.2405140Z copying torch\include\torch\csrc\dynamo\cache_entry.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-08-20T21:51:30.2411971Z copying torch\include\torch\csrc\dynamo\compiled_autograd.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-08-20T21:51:30.2418649Z copying torch\include\torch\csrc\dynamo\cpp_shim.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-08-20T21:51:30.2424592Z copying torch\include\torch\csrc\dynamo\cpython_defs.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-08-20T21:51:30.2437475Z copying torch\include\torch\csrc\dynamo\cpython_includes.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-08-20T21:51:30.2443658Z copying torch\include\torch\csrc\dynamo\debug_macros.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-08-20T21:51:30.2450084Z copying torch\include\torch\csrc\dynamo\eval_frame.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-08-20T21:51:30.2456294Z copying torch\include\torch\csrc\dynamo\extra_state.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-08-20T21:51:30.2462897Z copying torch\include\torch\csrc\dynamo\framelocals_mapping.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-08-20T21:51:30.2468519Z copying torch\include\torch\csrc\dynamo\guards.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-08-20T21:51:30.2474750Z copying torch\include\torch\csrc\dynamo\init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-08-20T21:51:30.2480747Z copying torch\include\torch\csrc\dynamo\python_compiled_autograd.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-08-20T21:51:30.2486827Z copying torch\include\torch\csrc\dynamo\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-08-20T21:51:30.2492327Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor 2024-08-20T21:51:30.2494970Z copying torch\include\torch\csrc\inductor\inductor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor 2024-08-20T21:51:30.2500513Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runner 2024-08-20T21:51:30.2503437Z 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-20T21:51:30.2509898Z 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-20T21:51:30.2515967Z 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-20T21:51:30.2529340Z 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-20T21:51:30.2535177Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2024-08-20T21:51:30.2538181Z 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-20T21:51:30.2544511Z 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-20T21:51:30.2550648Z 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-20T21:51:30.2563019Z 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-20T21:51:30.2569750Z 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-20T21:51:30.2576635Z 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-20T21:51:30.2582840Z 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-20T21:51:30.2589092Z 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-20T21:51:30.2595381Z 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-20T21:51:30.2600822Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch 2024-08-20T21:51:30.2616254Z 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-20T21:51:30.2622305Z 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-20T21:51:30.2628571Z 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-20T21:51:30.2640446Z 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-20T21:51:30.2646655Z 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-20T21:51:30.2652097Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\c 2024-08-20T21:51:30.2654892Z 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-20T21:51:30.2660775Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\generated 2024-08-20T21:51:30.2663614Z 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-20T21:51:30.2670756Z 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-20T21:51:30.2676697Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit 2024-08-20T21:51:30.2679498Z copying torch\include\torch\csrc\jit\jit_log.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit 2024-08-20T21:51:30.2685747Z copying torch\include\torch\csrc\jit\jit_opt_limit.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit 2024-08-20T21:51:30.2692235Z copying torch\include\torch\csrc\jit\resource_guard.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit 2024-08-20T21:51:30.2697645Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2024-08-20T21:51:30.2700238Z copying torch\include\torch\csrc\jit\backends\backend.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2024-08-20T21:51:30.2706629Z 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-20T21:51:30.2719753Z 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-20T21:51:30.2726648Z copying torch\include\torch\csrc\jit\backends\backend_detail.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2024-08-20T21:51:30.2738576Z copying torch\include\torch\csrc\jit\backends\backend_exception.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2024-08-20T21:51:30.2744934Z copying torch\include\torch\csrc\jit\backends\backend_init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2024-08-20T21:51:30.2751365Z copying torch\include\torch\csrc\jit\backends\backend_interface.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2024-08-20T21:51:30.2757783Z copying torch\include\torch\csrc\jit\backends\backend_preprocess.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2024-08-20T21:51:30.2763891Z copying torch\include\torch\csrc\jit\backends\backend_resolver.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2024-08-20T21:51:30.2769549Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-20T21:51:30.2778147Z 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-20T21:51:30.2784250Z copying torch\include\torch\csrc\jit\passes\annotate_warns.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-20T21:51:30.2790612Z copying torch\include\torch\csrc\jit\passes\autocast.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-20T21:51:30.2796363Z copying torch\include\torch\csrc\jit\passes\bailout_graph.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-20T21:51:30.2814199Z copying torch\include\torch\csrc\jit\passes\batch_mm.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-20T21:51:30.2820891Z copying torch\include\torch\csrc\jit\passes\canonicalize.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-20T21:51:30.2827016Z 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-20T21:51:30.2833113Z 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-20T21:51:30.2839258Z copying torch\include\torch\csrc\jit\passes\clear_profiling.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-20T21:51:30.2845364Z copying torch\include\torch\csrc\jit\passes\clear_undefinedness.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-20T21:51:30.2851947Z 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-20T21:51:30.2857987Z copying torch\include\torch\csrc\jit\passes\concat_opt.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-20T21:51:30.2864217Z copying torch\include\torch\csrc\jit\passes\constant_pooling.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-20T21:51:30.2870675Z copying torch\include\torch\csrc\jit\passes\constant_propagation.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-20T21:51:30.2877165Z 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-20T21:51:30.2883393Z 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-20T21:51:30.2889853Z 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-20T21:51:30.2896295Z copying torch\include\torch\csrc\jit\passes\decompose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-20T21:51:30.2902449Z 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-20T21:51:30.2916084Z copying torch\include\torch\csrc\jit\passes\dtype_analysis.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-20T21:51:30.2922317Z 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-20T21:51:30.2928679Z 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-20T21:51:30.2935281Z 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-20T21:51:30.2941480Z 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-20T21:51:30.2947849Z 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-20T21:51:30.2954187Z copying torch\include\torch\csrc\jit\passes\freeze_module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-20T21:51:30.2960667Z 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-20T21:51:30.2967570Z 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-20T21:51:30.2980846Z 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-20T21:51:30.2987422Z 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-20T21:51:30.2993572Z 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-20T21:51:30.2999648Z 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-20T21:51:30.3005956Z 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-20T21:51:30.3012189Z copying torch\include\torch\csrc\jit\passes\fuse_linear.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-20T21:51:30.3018337Z copying torch\include\torch\csrc\jit\passes\fuse_relu.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-20T21:51:30.3024329Z copying torch\include\torch\csrc\jit\passes\graph_fuser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-20T21:51:30.3030788Z 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-20T21:51:30.3043527Z copying torch\include\torch\csrc\jit\passes\guard_elimination.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-20T21:51:30.3049719Z 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-20T21:51:30.3055812Z copying torch\include\torch\csrc\jit\passes\inliner.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-20T21:51:30.3061905Z 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-20T21:51:30.3068138Z 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-20T21:51:30.3074443Z 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-20T21:51:30.3080856Z copying torch\include\torch\csrc\jit\passes\inplace_check.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-20T21:51:30.3087150Z copying torch\include\torch\csrc\jit\passes\insert_guards.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-20T21:51:30.3093509Z 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-20T21:51:30.3107576Z copying torch\include\torch\csrc\jit\passes\lift_closures.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-20T21:51:30.3113441Z copying torch\include\torch\csrc\jit\passes\liveness.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-20T21:51:30.3119420Z copying torch\include\torch\csrc\jit\passes\loop_unrolling.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-20T21:51:30.3125706Z 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-20T21:51:30.3131883Z copying torch\include\torch\csrc\jit\passes\lower_graph.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-20T21:51:30.3138148Z copying torch\include\torch\csrc\jit\passes\lower_tuples.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-20T21:51:30.3144653Z copying torch\include\torch\csrc\jit\passes\metal_rewrite.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-20T21:51:30.3150850Z copying torch\include\torch\csrc\jit\passes\mkldnn_rewrite.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-20T21:51:30.3157176Z 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-20T21:51:30.3163402Z copying torch\include\torch\csrc\jit\passes\normalize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-20T21:51:30.3187916Z 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-20T21:51:30.3194034Z copying torch\include\torch\csrc\jit\passes\onnx.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-20T21:51:30.3204597Z copying torch\include\torch\csrc\jit\passes\pass_manager.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-20T21:51:30.3210675Z copying torch\include\torch\csrc\jit\passes\peephole.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-20T21:51:30.3216802Z 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-20T21:51:30.3223299Z 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-20T21:51:30.3229860Z 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-20T21:51:30.3236297Z 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-20T21:51:30.3242563Z copying torch\include\torch\csrc\jit\passes\prepack_folding.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-20T21:51:30.3248776Z 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-20T21:51:30.3255051Z copying torch\include\torch\csrc\jit\passes\remove_dropout.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-20T21:51:30.3266887Z copying torch\include\torch\csrc\jit\passes\remove_exceptions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-20T21:51:30.3272952Z copying torch\include\torch\csrc\jit\passes\remove_expands.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-20T21:51:30.3279436Z 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-20T21:51:30.3285547Z copying torch\include\torch\csrc\jit\passes\remove_mutation.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-20T21:51:30.3292302Z 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-20T21:51:30.3298798Z 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-20T21:51:30.3305089Z 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-20T21:51:30.3310994Z copying torch\include\torch\csrc\jit\passes\restore_mutation.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-20T21:51:30.3317341Z copying torch\include\torch\csrc\jit\passes\shape_analysis.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-20T21:51:30.3334474Z copying torch\include\torch\csrc\jit\passes\specialize_autogradzero.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-20T21:51:30.3341527Z copying torch\include\torch\csrc\jit\passes\subgraph_rewrite.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-20T21:51:30.3347643Z 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-20T21:51:30.3354644Z 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-20T21:51:30.3361548Z 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-20T21:51:30.3367982Z copying torch\include\torch\csrc\jit\passes\tensorexpr_fuser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-20T21:51:30.3374765Z 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-20T21:51:30.3381145Z 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-20T21:51:30.3387861Z copying torch\include\torch\csrc\jit\passes\variadic_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-20T21:51:30.3394339Z copying torch\include\torch\csrc\jit\passes\vulkan_rewrite.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-20T21:51:30.3401470Z copying torch\include\torch\csrc\jit\passes\xnnpack_rewrite.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-08-20T21:51:30.3407265Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization 2024-08-20T21:51:30.3410305Z 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-20T21:51:30.3416638Z 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-20T21:51:30.3422879Z 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-20T21:51:30.3428875Z 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-20T21:51:30.3442536Z 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-20T21:51:30.3449051Z 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-20T21:51:30.3455455Z 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-20T21:51:30.3462735Z 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-20T21:51:30.3468706Z 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-20T21:51:30.3473968Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\utils 2024-08-20T21:51:30.3476732Z 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-20T21:51:30.3482781Z 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-20T21:51:30.3489047Z 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-20T21:51:30.3504612Z 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-20T21:51:30.3510585Z 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-20T21:51:30.3516333Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-08-20T21:51:30.3518938Z copying torch\include\torch\csrc\jit\runtime\argument_spec.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-08-20T21:51:30.3525505Z copying torch\include\torch\csrc\jit\runtime\autodiff.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-08-20T21:51:30.3531773Z 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-20T21:51:30.3537843Z copying torch\include\torch\csrc\jit\runtime\custom_operator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-08-20T21:51:30.3551732Z copying torch\include\torch\csrc\jit\runtime\decomposition_registry.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-08-20T21:51:30.3557871Z 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-20T21:51:30.3564314Z copying torch\include\torch\csrc\jit\runtime\exception_message.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-08-20T21:51:30.3570459Z copying torch\include\torch\csrc\jit\runtime\graph_executor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-08-20T21:51:30.3576553Z 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-20T21:51:30.3582747Z copying torch\include\torch\csrc\jit\runtime\graph_iterator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-08-20T21:51:30.3588909Z copying torch\include\torch\csrc\jit\runtime\instruction.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-08-20T21:51:30.3595151Z copying torch\include\torch\csrc\jit\runtime\interpreter.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-08-20T21:51:30.3601432Z copying torch\include\torch\csrc\jit\runtime\jit_exception.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-08-20T21:51:30.3607950Z copying torch\include\torch\csrc\jit\runtime\jit_trace.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-08-20T21:51:30.3614164Z copying torch\include\torch\csrc\jit\runtime\logging.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-08-20T21:51:30.3620432Z copying torch\include\torch\csrc\jit\runtime\operator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-08-20T21:51:30.3626596Z copying torch\include\torch\csrc\jit\runtime\operator_options.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-08-20T21:51:30.3632329Z copying torch\include\torch\csrc\jit\runtime\print_handler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-08-20T21:51:30.3638445Z 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-20T21:51:30.3644844Z copying torch\include\torch\csrc\jit\runtime\profiling_record.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-08-20T21:51:30.3662515Z 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-20T21:51:30.3669408Z copying torch\include\torch\csrc\jit\runtime\script_profile.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-08-20T21:51:30.3676139Z 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-20T21:51:30.3682470Z 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-20T21:51:30.3688902Z 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-20T21:51:30.3695442Z 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-20T21:51:30.3701549Z copying torch\include\torch\csrc\jit\runtime\symbolic_script.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-08-20T21:51:30.3707714Z 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-20T21:51:30.3714577Z 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-20T21:51:30.3728480Z copying torch\include\torch\csrc\jit\runtime\vararg_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-08-20T21:51:30.3735043Z 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-20T21:51:30.3740523Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2024-08-20T21:51:30.3743278Z copying torch\include\torch\csrc\jit\ir\alias_analysis.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2024-08-20T21:51:30.3750484Z copying torch\include\torch\csrc\jit\ir\attributes.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2024-08-20T21:51:30.3756197Z copying torch\include\torch\csrc\jit\ir\constants.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2024-08-20T21:51:30.3784752Z 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-20T21:51:30.3799870Z copying torch\include\torch\csrc\jit\ir\graph_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2024-08-20T21:51:30.3806166Z copying torch\include\torch\csrc\jit\ir\ir.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2024-08-20T21:51:30.3813573Z copying torch\include\torch\csrc\jit\ir\irparser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2024-08-20T21:51:30.3820169Z copying torch\include\torch\csrc\jit\ir\ir_views.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2024-08-20T21:51:30.3826541Z copying torch\include\torch\csrc\jit\ir\named_value.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2024-08-20T21:51:30.3833200Z copying torch\include\torch\csrc\jit\ir\node_hashing.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2024-08-20T21:51:30.3838978Z copying torch\include\torch\csrc\jit\ir\scope.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2024-08-20T21:51:30.3845384Z copying torch\include\torch\csrc\jit\ir\subgraph_matcher.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2024-08-20T21:51:30.3851668Z copying torch\include\torch\csrc\jit\ir\type_hashing.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2024-08-20T21:51:30.3857165Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-08-20T21:51:30.3859978Z copying torch\include\torch\csrc\jit\frontend\builtin_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-08-20T21:51:30.3866948Z 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-20T21:51:30.3873308Z 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-20T21:51:30.3956486Z 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-20T21:51:30.3961944Z copying torch\include\torch\csrc\jit\frontend\edit_distance.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-08-20T21:51:30.3968313Z copying torch\include\torch\csrc\jit\frontend\error_report.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-08-20T21:51:30.3974595Z copying torch\include\torch\csrc\jit\frontend\exit_transforms.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-08-20T21:51:30.3980829Z 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-20T21:51:30.3986994Z 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-20T21:51:30.3992930Z copying torch\include\torch\csrc\jit\frontend\ir_emitter.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-08-20T21:51:30.3999739Z copying torch\include\torch\csrc\jit\frontend\lexer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-08-20T21:51:30.4006513Z copying torch\include\torch\csrc\jit\frontend\mini_environment.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-08-20T21:51:30.4012832Z copying torch\include\torch\csrc\jit\frontend\name_mangler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-08-20T21:51:30.4018900Z copying torch\include\torch\csrc\jit\frontend\parser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-08-20T21:51:30.4024981Z copying torch\include\torch\csrc\jit\frontend\parser_constants.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-08-20T21:51:30.4030949Z 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-20T21:51:30.4037479Z copying torch\include\torch\csrc\jit\frontend\resolver.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-08-20T21:51:30.4075764Z copying torch\include\torch\csrc\jit\frontend\schema_matching.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-08-20T21:51:30.4081849Z 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-20T21:51:30.4088034Z 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-20T21:51:30.4204554Z copying torch\include\torch\csrc\jit\frontend\source_range.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-08-20T21:51:30.4210767Z copying torch\include\torch\csrc\jit\frontend\source_ref.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-08-20T21:51:30.4218172Z copying torch\include\torch\csrc\jit\frontend\strtod.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-08-20T21:51:30.4224350Z copying torch\include\torch\csrc\jit\frontend\sugared_value.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-08-20T21:51:30.4238761Z copying torch\include\torch\csrc\jit\frontend\tracer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-08-20T21:51:30.4244946Z copying torch\include\torch\csrc\jit\frontend\tree.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-08-20T21:51:30.4251191Z copying torch\include\torch\csrc\jit\frontend\tree_views.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-08-20T21:51:30.4258196Z copying torch\include\torch\csrc\jit\frontend\versioned_symbols.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-08-20T21:51:30.4264021Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api 2024-08-20T21:51:30.4266615Z copying torch\include\torch\csrc\jit\api\compilation_unit.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api 2024-08-20T21:51:30.4273030Z copying torch\include\torch\csrc\jit\api\function_impl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api 2024-08-20T21:51:30.4279557Z copying torch\include\torch\csrc\jit\api\method.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api 2024-08-20T21:51:30.4285426Z copying torch\include\torch\csrc\jit\api\module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api 2024-08-20T21:51:30.4292305Z copying torch\include\torch\csrc\jit\api\object.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api 2024-08-20T21:51:30.4310598Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-08-20T21:51:30.4313653Z 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-20T21:51:30.4319924Z copying torch\include\torch\csrc\jit\serialization\export.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-08-20T21:51:30.4326856Z copying torch\include\torch\csrc\jit\serialization\export_bytecode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-08-20T21:51:30.4340607Z copying torch\include\torch\csrc\jit\serialization\flatbuffer_serializer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-08-20T21:51:30.4349626Z 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-20T21:51:30.4355605Z copying torch\include\torch\csrc\jit\serialization\import.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-08-20T21:51:30.4362215Z 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-20T21:51:30.4368678Z 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-20T21:51:30.4374972Z 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-20T21:51:30.4381607Z copying torch\include\torch\csrc\jit\serialization\import_read.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-08-20T21:51:30.4387994Z copying torch\include\torch\csrc\jit\serialization\import_source.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-08-20T21:51:30.4394788Z 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-20T21:51:30.4402290Z copying torch\include\torch\csrc\jit\serialization\onnx.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-08-20T21:51:30.4408432Z copying torch\include\torch\csrc\jit\serialization\pickle.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-08-20T21:51:30.4415273Z copying torch\include\torch\csrc\jit\serialization\pickler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-08-20T21:51:30.4421638Z copying torch\include\torch\csrc\jit\serialization\python_print.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-08-20T21:51:30.4428262Z 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-20T21:51:30.4434860Z 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-20T21:51:30.4441204Z copying torch\include\torch\csrc\jit\serialization\storage_context.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-08-20T21:51:30.4447787Z 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-20T21:51:30.4463861Z copying torch\include\torch\csrc\jit\serialization\unpickler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-08-20T21:51:30.4469561Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-08-20T21:51:30.4472179Z copying torch\include\torch\csrc\jit\python\init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-08-20T21:51:30.4478513Z copying torch\include\torch\csrc\jit\python\module_python.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-08-20T21:51:30.4484629Z copying torch\include\torch\csrc\jit\python\pybind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-08-20T21:51:30.4491074Z copying torch\include\torch\csrc\jit\python\pybind_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-08-20T21:51:30.4497997Z 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-20T21:51:30.4510974Z 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-20T21:51:30.4516936Z copying torch\include\torch\csrc\jit\python\python_dict.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-08-20T21:51:30.4523157Z copying torch\include\torch\csrc\jit\python\python_ir.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-08-20T21:51:30.4529643Z copying torch\include\torch\csrc\jit\python\python_ivalue.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-08-20T21:51:30.4535886Z copying torch\include\torch\csrc\jit\python\python_list.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-08-20T21:51:30.4542298Z 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-20T21:51:30.4548730Z copying torch\include\torch\csrc\jit\python\python_tracer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-08-20T21:51:30.4554954Z 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-20T21:51:30.4560947Z copying torch\include\torch\csrc\jit\python\script_init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-08-20T21:51:30.4566995Z 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-20T21:51:30.4573236Z 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-20T21:51:30.4578640Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-08-20T21:51:30.4581322Z copying torch\include\torch\csrc\jit\mobile\code.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-08-20T21:51:30.4587373Z copying torch\include\torch\csrc\jit\mobile\debug_info.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-08-20T21:51:30.4593756Z copying torch\include\torch\csrc\jit\mobile\file_format.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-08-20T21:51:30.4600086Z copying torch\include\torch\csrc\jit\mobile\flatbuffer_loader.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-08-20T21:51:30.4613500Z copying torch\include\torch\csrc\jit\mobile\frame.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-08-20T21:51:30.4619512Z copying torch\include\torch\csrc\jit\mobile\function.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-08-20T21:51:30.4625618Z copying torch\include\torch\csrc\jit\mobile\import.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-08-20T21:51:30.4632744Z copying torch\include\torch\csrc\jit\mobile\import_data.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-08-20T21:51:30.4640801Z 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-20T21:51:30.4646668Z copying torch\include\torch\csrc\jit\mobile\interpreter.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-08-20T21:51:30.4652916Z copying torch\include\torch\csrc\jit\mobile\method.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-08-20T21:51:30.4659238Z copying torch\include\torch\csrc\jit\mobile\module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-08-20T21:51:30.4665368Z copying torch\include\torch\csrc\jit\mobile\observer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-08-20T21:51:30.4671561Z copying torch\include\torch\csrc\jit\mobile\parse_bytecode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-08-20T21:51:30.4677686Z copying torch\include\torch\csrc\jit\mobile\parse_operators.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-08-20T21:51:30.4683930Z 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-20T21:51:30.4690145Z copying torch\include\torch\csrc\jit\mobile\profiler_edge.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-08-20T21:51:30.4696495Z 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-20T21:51:30.4703186Z copying torch\include\torch\csrc\jit\mobile\quantization.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-08-20T21:51:30.4708951Z 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-20T21:51:30.4715353Z copying torch\include\torch\csrc\jit\mobile\type_parser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-08-20T21:51:30.4721793Z copying torch\include\torch\csrc\jit\mobile\upgrader_mobile.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-08-20T21:51:30.4905041Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\testing 2024-08-20T21:51:30.4907512Z copying torch\include\torch\csrc\jit\testing\file_check.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\testing 2024-08-20T21:51:30.4914537Z 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-20T21:51:30.4920189Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-20T21:51:30.4922630Z copying torch\include\torch\csrc\jit\tensorexpr\analysis.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-20T21:51:30.4929070Z copying torch\include\torch\csrc\jit\tensorexpr\block_codegen.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-20T21:51:30.4935532Z copying torch\include\torch\csrc\jit\tensorexpr\bounds_inference.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-20T21:51:30.4941970Z copying torch\include\torch\csrc\jit\tensorexpr\bounds_overlap.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-20T21:51:30.4954607Z copying torch\include\torch\csrc\jit\tensorexpr\codegen.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-20T21:51:30.4961038Z copying torch\include\torch\csrc\jit\tensorexpr\cpp_codegen.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-20T21:51:30.4967260Z copying torch\include\torch\csrc\jit\tensorexpr\cpp_intrinsics.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-20T21:51:30.4973931Z copying torch\include\torch\csrc\jit\tensorexpr\cuda_codegen.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-20T21:51:30.4979962Z copying torch\include\torch\csrc\jit\tensorexpr\cuda_random.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-20T21:51:30.4986355Z copying torch\include\torch\csrc\jit\tensorexpr\eval.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-20T21:51:30.4992388Z copying torch\include\torch\csrc\jit\tensorexpr\exceptions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-20T21:51:30.4998740Z copying torch\include\torch\csrc\jit\tensorexpr\expr.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-20T21:51:30.5004943Z copying torch\include\torch\csrc\jit\tensorexpr\external_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-20T21:51:30.5011516Z 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-20T21:51:30.5017872Z 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-20T21:51:30.5024232Z copying torch\include\torch\csrc\jit\tensorexpr\fwd_decls.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-20T21:51:30.5034659Z copying torch\include\torch\csrc\jit\tensorexpr\graph_opt.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-20T21:51:30.5041459Z copying torch\include\torch\csrc\jit\tensorexpr\half_support.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-20T21:51:30.5047742Z copying torch\include\torch\csrc\jit\tensorexpr\hash_provider.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-20T21:51:30.5055843Z copying torch\include\torch\csrc\jit\tensorexpr\intrinsic_symbols.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-20T21:51:30.5063598Z copying torch\include\torch\csrc\jit\tensorexpr\ir.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-20T21:51:30.5082116Z copying torch\include\torch\csrc\jit\tensorexpr\ir_cloner.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-20T21:51:30.5089682Z copying torch\include\torch\csrc\jit\tensorexpr\ir_mutator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-20T21:51:30.5096416Z copying torch\include\torch\csrc\jit\tensorexpr\ir_printer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-20T21:51:30.5109075Z copying torch\include\torch\csrc\jit\tensorexpr\ir_simplifier.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-20T21:51:30.5110611Z copying torch\include\torch\csrc\jit\tensorexpr\ir_verifier.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-20T21:51:30.5115904Z copying torch\include\torch\csrc\jit\tensorexpr\ir_visitor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-20T21:51:30.5122208Z copying torch\include\torch\csrc\jit\tensorexpr\kernel.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-20T21:51:30.5128805Z copying torch\include\torch\csrc\jit\tensorexpr\llvm_codegen.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-20T21:51:30.5135339Z copying torch\include\torch\csrc\jit\tensorexpr\llvm_jit.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-20T21:51:30.5141553Z copying torch\include\torch\csrc\jit\tensorexpr\loopnest.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-20T21:51:30.5148720Z copying torch\include\torch\csrc\jit\tensorexpr\loopnest_randomization.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-20T21:51:30.5165694Z copying torch\include\torch\csrc\jit\tensorexpr\lowerings.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-20T21:51:30.5172198Z 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-20T21:51:30.5178860Z copying torch\include\torch\csrc\jit\tensorexpr\reduction.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-20T21:51:30.5185548Z copying torch\include\torch\csrc\jit\tensorexpr\registerizer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-20T21:51:30.5191926Z copying torch\include\torch\csrc\jit\tensorexpr\stmt.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-20T21:51:30.5198862Z copying torch\include\torch\csrc\jit\tensorexpr\tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-20T21:51:30.5205255Z copying torch\include\torch\csrc\jit\tensorexpr\tensorexpr_init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-20T21:51:30.5211523Z copying torch\include\torch\csrc\jit\tensorexpr\types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-20T21:51:30.5218441Z 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-20T21:51:30.5224811Z copying torch\include\torch\csrc\jit\tensorexpr\var_substitutor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-08-20T21:51:30.5230472Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2024-08-20T21:51:30.5233317Z 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-20T21:51:30.5239683Z 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-20T21:51:30.5245606Z 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-20T21:51:30.5251809Z 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-20T21:51:30.5276047Z 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-20T21:51:30.5291515Z 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-20T21:51:30.5298012Z 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-20T21:51:30.5304370Z 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-20T21:51:30.5310830Z 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-20T21:51:30.5316542Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen 2024-08-20T21:51:30.5318620Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\cuda 2024-08-20T21:51:30.5321141Z 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-20T21:51:30.5326631Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\onnx 2024-08-20T21:51:30.5329510Z copying torch\include\torch\csrc\onnx\back_compat.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\onnx 2024-08-20T21:51:30.5336193Z copying torch\include\torch\csrc\onnx\init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\onnx 2024-08-20T21:51:30.5341993Z copying torch\include\torch\csrc\onnx\onnx.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\onnx 2024-08-20T21:51:30.5347429Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2024-08-20T21:51:30.5349996Z copying torch\include\torch\csrc\profiler\api.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2024-08-20T21:51:30.5355937Z copying torch\include\torch\csrc\profiler\collection.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2024-08-20T21:51:30.5362817Z copying torch\include\torch\csrc\profiler\combined_traceback.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2024-08-20T21:51:30.5369224Z copying torch\include\torch\csrc\profiler\containers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2024-08-20T21:51:30.5381267Z copying torch\include\torch\csrc\profiler\data_flow.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2024-08-20T21:51:30.5387498Z copying torch\include\torch\csrc\profiler\events.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2024-08-20T21:51:30.5393690Z copying torch\include\torch\csrc\profiler\kineto_shim.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2024-08-20T21:51:30.5400047Z copying torch\include\torch\csrc\profiler\perf-inl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2024-08-20T21:51:30.5406085Z copying torch\include\torch\csrc\profiler\perf.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2024-08-20T21:51:30.5412295Z copying torch\include\torch\csrc\profiler\util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2024-08-20T21:51:30.5417939Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\orchestration 2024-08-20T21:51:30.5420639Z copying torch\include\torch\csrc\profiler\orchestration\observer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\orchestration 2024-08-20T21:51:30.5427132Z copying torch\include\torch\csrc\profiler\orchestration\python_tracer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\orchestration 2024-08-20T21:51:30.5433446Z copying torch\include\torch\csrc\profiler\orchestration\vulkan.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\orchestration 2024-08-20T21:51:30.5438787Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\standalone 2024-08-20T21:51:30.5441780Z 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-20T21:51:30.5448075Z copying torch\include\torch\csrc\profiler\standalone\itt_observer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\standalone 2024-08-20T21:51:30.5454335Z copying torch\include\torch\csrc\profiler\standalone\nvtx_observer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\standalone 2024-08-20T21:51:30.5469222Z copying torch\include\torch\csrc\profiler\standalone\privateuse1_observer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\standalone 2024-08-20T21:51:30.5474543Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\stubs 2024-08-20T21:51:30.5477316Z copying torch\include\torch\csrc\profiler\stubs\base.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\stubs 2024-08-20T21:51:30.5482843Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-08-20T21:51:30.5485416Z copying torch\include\torch\csrc\profiler\unwind\action.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-08-20T21:51:30.5492120Z copying torch\include\torch\csrc\profiler\unwind\communicate.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-08-20T21:51:30.5498263Z copying torch\include\torch\csrc\profiler\unwind\debug_info.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-08-20T21:51:30.5504481Z copying torch\include\torch\csrc\profiler\unwind\dwarf_enums.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-08-20T21:51:30.5516859Z 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-20T21:51:30.5523057Z 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-20T21:51:30.5529631Z copying torch\include\torch\csrc\profiler\unwind\fast_symbolizer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-08-20T21:51:30.5535918Z copying torch\include\torch\csrc\profiler\unwind\fde.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-08-20T21:51:30.5542849Z copying torch\include\torch\csrc\profiler\unwind\lexer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-08-20T21:51:30.5549344Z 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-20T21:51:30.5556002Z copying torch\include\torch\csrc\profiler\unwind\mem_file.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-08-20T21:51:30.5562298Z copying torch\include\torch\csrc\profiler\unwind\range_table.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-08-20T21:51:30.5568577Z copying torch\include\torch\csrc\profiler\unwind\sections.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-08-20T21:51:30.5574834Z copying torch\include\torch\csrc\profiler\unwind\unwind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-08-20T21:51:30.5581185Z copying torch\include\torch\csrc\profiler\unwind\unwinder.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-08-20T21:51:30.5588115Z copying torch\include\torch\csrc\profiler\unwind\unwind_error.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-08-20T21:51:30.5593662Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\python 2024-08-20T21:51:30.5596498Z copying torch\include\torch\csrc\profiler\python\combined_traceback.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\python 2024-08-20T21:51:30.5602570Z copying torch\include\torch\csrc\profiler\python\init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\python 2024-08-20T21:51:30.5608748Z copying torch\include\torch\csrc\profiler\python\pybind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\python 2024-08-20T21:51:30.5614311Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-20T21:51:30.5617049Z copying torch\include\torch\csrc\utils\byte_order.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-20T21:51:30.5623490Z copying torch\include\torch\csrc\utils\cpp_stacktraces.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-20T21:51:30.5629484Z copying torch\include\torch\csrc\utils\cuda_enabled.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-20T21:51:30.5635626Z copying torch\include\torch\csrc\utils\device_lazy_init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-20T21:51:30.5653226Z copying torch\include\torch\csrc\utils\disable_torch_function.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-20T21:51:30.5659203Z copying torch\include\torch\csrc\utils\init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-20T21:51:30.5665368Z copying torch\include\torch\csrc\utils\invalid_arguments.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-20T21:51:30.5671317Z copying torch\include\torch\csrc\utils\nested.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-20T21:51:30.5677339Z copying torch\include\torch\csrc\utils\numpy_stub.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-20T21:51:30.5683322Z copying torch\include\torch\csrc\utils\object_ptr.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-20T21:51:30.5689607Z copying torch\include\torch\csrc\utils\out_types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-20T21:51:30.5695585Z copying torch\include\torch\csrc\utils\pybind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-20T21:51:30.5702029Z copying torch\include\torch\csrc\utils\pycfunction_helpers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-20T21:51:30.5708046Z copying torch\include\torch\csrc\utils\pyobject_preservation.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-20T21:51:30.5714084Z copying torch\include\torch\csrc\utils\pythoncapi_compat.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-20T21:51:30.5720883Z copying torch\include\torch\csrc\utils\python_arg_parser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-20T21:51:30.5728174Z copying torch\include\torch\csrc\utils\python_compat.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-20T21:51:30.5734903Z copying torch\include\torch\csrc\utils\python_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-20T21:51:30.5741140Z copying torch\include\torch\csrc\utils\python_numbers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-20T21:51:30.5747409Z copying torch\include\torch\csrc\utils\python_raii.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-20T21:51:30.5761909Z copying torch\include\torch\csrc\utils\python_scalars.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-20T21:51:30.5767914Z copying torch\include\torch\csrc\utils\python_strings.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-20T21:51:30.5774304Z copying torch\include\torch\csrc\utils\python_stub.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-20T21:51:30.5780277Z copying torch\include\torch\csrc\utils\python_symnode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-20T21:51:30.5786928Z copying torch\include\torch\csrc\utils\python_torch_function_mode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-20T21:51:30.5792851Z copying torch\include\torch\csrc\utils\python_tuples.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-20T21:51:30.5799170Z copying torch\include\torch\csrc\utils\schema_info.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-20T21:51:30.5805367Z copying torch\include\torch\csrc\utils\six.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-20T21:51:30.5811520Z copying torch\include\torch\csrc\utils\structseq.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-20T21:51:30.5817575Z copying torch\include\torch\csrc\utils\tensor_apply.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-20T21:51:30.5837100Z copying torch\include\torch\csrc\utils\tensor_dtypes.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-20T21:51:30.5844515Z copying torch\include\torch\csrc\utils\tensor_flatten.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-20T21:51:30.5851000Z copying torch\include\torch\csrc\utils\tensor_layouts.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-20T21:51:30.5857419Z copying torch\include\torch\csrc\utils\tensor_list.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-20T21:51:30.5863502Z copying torch\include\torch\csrc\utils\tensor_memoryformats.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-20T21:51:30.5869571Z copying torch\include\torch\csrc\utils\tensor_new.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-20T21:51:30.5875887Z copying torch\include\torch\csrc\utils\tensor_numpy.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-20T21:51:30.5882374Z copying torch\include\torch\csrc\utils\tensor_qschemes.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-20T21:51:30.5888455Z copying torch\include\torch\csrc\utils\tensor_types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-20T21:51:30.5894862Z copying torch\include\torch\csrc\utils\throughput_benchmark-inl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-20T21:51:30.5938476Z copying torch\include\torch\csrc\utils\throughput_benchmark.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-20T21:51:30.5944377Z copying torch\include\torch\csrc\utils\torch_dispatch_mode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-20T21:51:30.5950518Z copying torch\include\torch\csrc\utils\variadic.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-20T21:51:30.5956741Z copying torch\include\torch\csrc\utils\verbose.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-08-20T21:51:30.5961970Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\tensor 2024-08-20T21:51:30.5964832Z copying torch\include\torch\csrc\tensor\python_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\tensor 2024-08-20T21:51:30.5970811Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy 2024-08-20T21:51:30.5972310Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\backend 2024-08-20T21:51:30.5975053Z copying torch\include\torch\csrc\lazy\backend\backend_data.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\backend 2024-08-20T21:51:30.5981262Z copying torch\include\torch\csrc\lazy\backend\backend_device.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\backend 2024-08-20T21:51:30.5987589Z copying torch\include\torch\csrc\lazy\backend\backend_interface.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\backend 2024-08-20T21:51:30.5994303Z copying torch\include\torch\csrc\lazy\backend\lowering_context.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\backend 2024-08-20T21:51:30.6005471Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-08-20T21:51:30.6008062Z copying torch\include\torch\csrc\lazy\core\cache.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-08-20T21:51:30.6014434Z copying torch\include\torch\csrc\lazy\core\config.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-08-20T21:51:30.6020781Z copying torch\include\torch\csrc\lazy\core\debug_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-08-20T21:51:30.6027016Z copying torch\include\torch\csrc\lazy\core\dynamic_ir.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-08-20T21:51:30.6033214Z copying torch\include\torch\csrc\lazy\core\hash.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-08-20T21:51:30.6047868Z copying torch\include\torch\csrc\lazy\core\helpers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-08-20T21:51:30.6054520Z copying torch\include\torch\csrc\lazy\core\ir.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-08-20T21:51:30.6060101Z copying torch\include\torch\csrc\lazy\core\ir_builder.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-08-20T21:51:30.6066855Z 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-20T21:51:30.6072715Z copying torch\include\torch\csrc\lazy\core\ir_metadata.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-08-20T21:51:30.6079002Z copying torch\include\torch\csrc\lazy\core\ir_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-08-20T21:51:30.6086012Z 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-20T21:51:30.6092903Z copying torch\include\torch\csrc\lazy\core\metrics.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-08-20T21:51:30.6099186Z copying torch\include\torch\csrc\lazy\core\multi_wait.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-08-20T21:51:30.6105445Z copying torch\include\torch\csrc\lazy\core\permutation_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-08-20T21:51:30.6111761Z copying torch\include\torch\csrc\lazy\core\shape.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-08-20T21:51:30.6118032Z copying torch\include\torch\csrc\lazy\core\shape_inference.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-08-20T21:51:30.6124420Z copying torch\include\torch\csrc\lazy\core\tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-08-20T21:51:30.6130334Z copying torch\include\torch\csrc\lazy\core\tensor_impl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-08-20T21:51:30.6136675Z copying torch\include\torch\csrc\lazy\core\tensor_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-08-20T21:51:30.6142878Z copying torch\include\torch\csrc\lazy\core\thread_pool.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-08-20T21:51:30.6149893Z copying torch\include\torch\csrc\lazy\core\trie.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-08-20T21:51:30.6156098Z copying torch\include\torch\csrc\lazy\core\unique.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-08-20T21:51:30.6162559Z copying torch\include\torch\csrc\lazy\core\util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-08-20T21:51:30.6168209Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\internal_ops 2024-08-20T21:51:30.6183899Z 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-20T21:51:30.6188880Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\ops 2024-08-20T21:51:30.6191689Z 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-20T21:51:30.6197575Z 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-20T21:51:30.6202966Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\python 2024-08-20T21:51:30.6205719Z copying torch\include\torch\csrc\lazy\python\python_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\python 2024-08-20T21:51:30.6211107Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend 2024-08-20T21:51:30.6213747Z 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-20T21:51:30.6219997Z 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-20T21:51:30.6226163Z 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-20T21:51:30.6232560Z 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-20T21:51:30.6246958Z 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-20T21:51:30.6253113Z 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-20T21:51:30.6259479Z 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-20T21:51:30.6265866Z 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-20T21:51:30.6272160Z 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-20T21:51:30.6278584Z 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-20T21:51:30.6283930Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\xpu 2024-08-20T21:51:30.6286475Z copying torch\include\torch\csrc\xpu\Event.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\xpu 2024-08-20T21:51:30.6292557Z copying torch\include\torch\csrc\xpu\Module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\xpu 2024-08-20T21:51:30.6298296Z copying torch\include\torch\csrc\xpu\Stream.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\xpu 2024-08-20T21:51:30.6303502Z creating build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-08-20T21:51:30.6306070Z copying torch\include\pybind11\attr.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-08-20T21:51:30.6312791Z copying torch\include\pybind11\buffer_info.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-08-20T21:51:30.6318769Z copying torch\include\pybind11\cast.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-08-20T21:51:30.6326257Z copying torch\include\pybind11\chrono.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-08-20T21:51:30.6332183Z copying torch\include\pybind11\common.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-08-20T21:51:30.6338030Z copying torch\include\pybind11\complex.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-08-20T21:51:30.6359151Z copying torch\include\pybind11\eigen.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-08-20T21:51:30.6364714Z copying torch\include\pybind11\embed.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-08-20T21:51:30.6370838Z copying torch\include\pybind11\eval.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-08-20T21:51:30.6376875Z copying torch\include\pybind11\functional.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-08-20T21:51:30.6382962Z copying torch\include\pybind11\gil.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-08-20T21:51:30.6389061Z copying torch\include\pybind11\gil_safe_call_once.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-08-20T21:51:30.6395186Z copying torch\include\pybind11\iostream.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-08-20T21:51:30.6401191Z copying torch\include\pybind11\numpy.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-08-20T21:51:30.6408651Z copying torch\include\pybind11\operators.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-08-20T21:51:30.6415188Z copying torch\include\pybind11\options.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-08-20T21:51:30.6421080Z copying torch\include\pybind11\pybind11.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-08-20T21:51:30.6429267Z copying torch\include\pybind11\pytypes.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-08-20T21:51:30.6437645Z copying torch\include\pybind11\stl.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-08-20T21:51:30.6443509Z copying torch\include\pybind11\stl_bind.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-08-20T21:51:30.6450336Z copying torch\include\pybind11\type_caster_pyobject_ptr.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-08-20T21:51:30.6456619Z copying torch\include\pybind11\typing.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-08-20T21:51:30.6462126Z creating build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2024-08-20T21:51:30.6464821Z copying torch\include\pybind11\detail\class.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2024-08-20T21:51:30.6471431Z copying torch\include\pybind11\detail\common.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2024-08-20T21:51:30.6478464Z copying torch\include\pybind11\detail\descr.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2024-08-20T21:51:30.6484822Z copying torch\include\pybind11\detail\init.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2024-08-20T21:51:30.6491703Z copying torch\include\pybind11\detail\internals.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2024-08-20T21:51:30.6498398Z copying torch\include\pybind11\detail\typeid.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2024-08-20T21:51:30.6519217Z copying torch\include\pybind11\detail\type_caster_base.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2024-08-20T21:51:30.6525559Z creating build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen 2024-08-20T21:51:30.6528203Z copying torch\include\pybind11\eigen\common.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen 2024-08-20T21:51:30.6534379Z copying torch\include\pybind11\eigen\matrix.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen 2024-08-20T21:51:30.6541214Z copying torch\include\pybind11\eigen\tensor.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen 2024-08-20T21:51:30.6548823Z copying torch\_inductor\codegen\cpp_prefix.h -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-08-20T21:51:30.6565627Z creating build\lib.win-amd64-cpython-39\torch\_inductor\codegen\aoti_runtime 2024-08-20T21:51:30.6568953Z copying torch\_inductor\codegen\aoti_runtime\implementation.cpp -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\aoti_runtime 2024-08-20T21:51:30.6581513Z copying torch\_inductor\codegen\aoti_runtime\interface.cpp -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\aoti_runtime 2024-08-20T21:51:30.6592730Z copying torch\_export\serde\schema.yaml -> build\lib.win-amd64-cpython-39\torch\_export\serde 2024-08-20T21:51:30.6602906Z creating build\lib.win-amd64-cpython-39\torch\share 2024-08-20T21:51:30.6604417Z creating build\lib.win-amd64-cpython-39\torch\share\cmake 2024-08-20T21:51:30.6605755Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\ATen 2024-08-20T21:51:30.6608520Z copying torch\share\cmake\ATen\ATenConfig.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\ATen 2024-08-20T21:51:30.6613820Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2024-08-20T21:51:30.6616958Z copying torch\share\cmake\Caffe2\Caffe2Config.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2024-08-20T21:51:30.6623414Z copying torch\share\cmake\Caffe2\Caffe2Targets-release.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2024-08-20T21:51:30.6629572Z copying torch\share\cmake\Caffe2\Caffe2Targets.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2024-08-20T21:51:30.6645230Z copying torch\share\cmake\Caffe2\FindCUDAToolkit.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2024-08-20T21:51:30.6652042Z copying torch\share\cmake\Caffe2\FindCUSPARSELT.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2024-08-20T21:51:30.6658325Z copying torch\share\cmake\Caffe2\FindSYCLToolkit.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2024-08-20T21:51:30.6696148Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2024-08-20T21:51:30.6698766Z copying torch\share\cmake\Caffe2\public\cuda.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2024-08-20T21:51:30.6705256Z copying torch\share\cmake\Caffe2\public\gflags.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2024-08-20T21:51:30.6711541Z copying torch\share\cmake\Caffe2\public\glog.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2024-08-20T21:51:30.6717721Z copying torch\share\cmake\Caffe2\public\LoadHIP.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2024-08-20T21:51:30.6735334Z copying torch\share\cmake\Caffe2\public\mkl.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2024-08-20T21:51:30.6742834Z copying torch\share\cmake\Caffe2\public\mkldnn.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2024-08-20T21:51:30.6749141Z copying torch\share\cmake\Caffe2\public\protobuf.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2024-08-20T21:51:30.6755841Z copying torch\share\cmake\Caffe2\public\utils.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2024-08-20T21:51:30.6762625Z copying torch\share\cmake\Caffe2\public\xpu.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2024-08-20T21:51:30.6768185Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix 2024-08-20T21:51:30.6771212Z 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-20T21:51:30.6777341Z 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-20T21:51:30.6782769Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream 2024-08-20T21:51:30.6792487Z 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-20T21:51:30.6798407Z 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-20T21:51:30.6806063Z 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-20T21:51:30.6823488Z 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-20T21:51:30.6828703Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA 2024-08-20T21:51:30.6831549Z 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-20T21:51:30.6837745Z 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-20T21:51:30.6843814Z 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-20T21:51:30.6856429Z 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-20T21:51:30.6861189Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\Torch 2024-08-20T21:51:30.6863863Z copying torch\share\cmake\Torch\TorchConfig.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Torch 2024-08-20T21:51:30.6870201Z copying torch\share\cmake\Torch\TorchConfigVersion.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Torch 2024-08-20T21:51:30.6876482Z copying torch\utils\benchmark\utils\timeit_template.cpp -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2024-08-20T21:51:30.6887763Z copying torch\utils\benchmark\utils\valgrind_wrapper\compat_bindings.cpp -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2024-08-20T21:51:30.6904834Z 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-20T21:51:30.6914755Z copying torch\utils\benchmark\utils\valgrind_wrapper\callgrind.h -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2024-08-20T21:51:30.6920631Z copying torch\utils\benchmark\utils\valgrind_wrapper\valgrind.h -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2024-08-20T21:51:30.6930892Z copying torch\utils\model_dump\skeleton.html -> build\lib.win-amd64-cpython-39\torch\utils\model_dump 2024-08-20T21:51:30.6937064Z copying torch\utils\model_dump\code.js -> build\lib.win-amd64-cpython-39\torch\utils\model_dump 2024-08-20T21:51:30.6955078Z copying torch\utils\model_dump\htm.mjs -> build\lib.win-amd64-cpython-39\torch\utils\model_dump 2024-08-20T21:51:30.6973735Z copying torch\utils\model_dump\preact.mjs -> build\lib.win-amd64-cpython-39\torch\utils\model_dump 2024-08-20T21:51:30.6985995Z copying torch\lib\aoti_custom_ops.dll -> build\lib.win-amd64-cpython-39\torch\lib 2024-08-20T21:51:30.6995253Z copying torch\lib\asmjit.dll -> build\lib.win-amd64-cpython-39\torch\lib 2024-08-20T21:51:30.7005180Z copying torch\lib\backend_with_compiler.dll -> build\lib.win-amd64-cpython-39\torch\lib 2024-08-20T21:51:30.7019155Z copying torch\lib\c10.dll -> build\lib.win-amd64-cpython-39\torch\lib 2024-08-20T21:51:30.7032771Z copying torch\lib\fbgemm.dll -> build\lib.win-amd64-cpython-39\torch\lib 2024-08-20T21:51:30.7079578Z copying torch\lib\jitbackend_test.dll -> build\lib.win-amd64-cpython-39\torch\lib 2024-08-20T21:51:30.7087923Z copying torch\lib\torch.dll -> build\lib.win-amd64-cpython-39\torch\lib 2024-08-20T21:51:30.7094050Z copying torch\lib\torchbind_test.dll -> build\lib.win-amd64-cpython-39\torch\lib 2024-08-20T21:51:30.7105601Z copying torch\lib\torch_cpu.dll -> build\lib.win-amd64-cpython-39\torch\lib 2024-08-20T21:51:30.8282756Z copying torch\lib\torch_global_deps.dll -> build\lib.win-amd64-cpython-39\torch\lib 2024-08-20T21:51:30.8289136Z copying torch\lib\torch_python.dll -> build\lib.win-amd64-cpython-39\torch\lib 2024-08-20T21:51:30.8422358Z copying torch\lib\aoti_custom_ops.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-08-20T21:51:30.8429340Z copying torch\lib\asmjit.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-08-20T21:51:30.8437379Z copying torch\lib\backend_with_compiler.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-08-20T21:51:30.8444064Z copying torch\lib\c10.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-08-20T21:51:30.8457478Z copying torch\lib\cpuinfo.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-08-20T21:51:30.8465182Z copying torch\lib\dnnl.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-08-20T21:51:31.4285059Z copying torch\lib\fbgemm.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-08-20T21:51:31.4304492Z copying torch\lib\fmt.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-08-20T21:51:31.4323957Z copying torch\lib\jitbackend_test.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-08-20T21:51:31.4330964Z copying torch\lib\kineto.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-08-20T21:51:31.4522128Z copying torch\lib\libprotobuf-lite.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-08-20T21:51:31.4577535Z copying torch\lib\libprotobuf.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-08-20T21:51:31.4937519Z copying torch\lib\libprotoc.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-08-20T21:51:31.5284920Z copying torch\lib\pthreadpool.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-08-20T21:51:31.5294077Z copying torch\lib\sleef.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-08-20T21:51:31.5385667Z copying torch\lib\torch.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-08-20T21:51:31.5392044Z copying torch\lib\torchbind_test.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-08-20T21:51:31.5399814Z copying torch\lib\torch_cpu.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-08-20T21:51:31.5652943Z copying torch\lib\torch_python.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-08-20T21:51:31.5662002Z copying torch\lib\XNNPACK.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-08-20T21:51:31.5699495Z creating build\lib.win-amd64-cpython-39\torch\include\kineto 2024-08-20T21:51:31.5702514Z copying torch\include\kineto\AbstractConfig.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-08-20T21:51:31.5709029Z copying torch\include\kineto\ActivityProfilerInterface.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-08-20T21:51:31.5715428Z copying torch\include\kineto\ActivityTraceInterface.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-08-20T21:51:31.5805225Z copying torch\include\kineto\ActivityType.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-08-20T21:51:31.5811892Z copying torch\include\kineto\ClientInterface.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-08-20T21:51:31.5818241Z copying torch\include\kineto\Config.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-08-20T21:51:31.5824671Z copying torch\include\kineto\GenericTraceActivity.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-08-20T21:51:31.5832182Z copying torch\include\kineto\IActivityProfiler.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-08-20T21:51:31.5837953Z copying torch\include\kineto\ILoggerObserver.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-08-20T21:51:31.5844054Z copying torch\include\kineto\ITraceActivity.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-08-20T21:51:31.5850571Z copying torch\include\kineto\libkineto.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-08-20T21:51:31.5856879Z copying torch\include\kineto\LoggingAPI.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-08-20T21:51:31.5862853Z copying torch\include\kineto\output_base.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-08-20T21:51:31.5869114Z copying torch\include\kineto\ThreadUtil.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-08-20T21:51:31.5875549Z copying torch\include\kineto\time_since_epoch.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-08-20T21:51:31.5882696Z copying torch\include\kineto\TraceSpan.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-08-20T21:51:31.5889055Z creating build\lib.win-amd64-cpython-39\torchgen\packaged 2024-08-20T21:51:31.5890741Z creating build\lib.win-amd64-cpython-39\torchgen\packaged\ATen 2024-08-20T21:51:31.5891860Z creating build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\native 2024-08-20T21:51:31.5895210Z copying torchgen\packaged\ATen\native\native_functions.yaml -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\native 2024-08-20T21:51:34.2044286Z copying torchgen\packaged\ATen\native\tags.yaml -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\native 2024-08-20T21:51:34.2054742Z creating build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-20T21:51:34.2058330Z copying torchgen\packaged\ATen\templates\ATenOpList.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-20T21:51:34.2069755Z copying torchgen\packaged\ATen\templates\aten_interned_strings.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-20T21:51:34.2079779Z copying torchgen\packaged\ATen\templates\CompositeViewCopyKernels.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-20T21:51:34.2098163Z copying torchgen\packaged\ATen\templates\DispatchKeyFunction.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-20T21:51:34.2107853Z copying torchgen\packaged\ATen\templates\DispatchKeyFunctions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-20T21:51:34.2118127Z copying torchgen\packaged\ATen\templates\DispatchKeyFunctions_inl.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-20T21:51:34.2128124Z copying torchgen\packaged\ATen\templates\DispatchKeyNativeFunctions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-20T21:51:34.2134419Z copying torchgen\packaged\ATen\templates\DispatchKeyNativeFunctions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-20T21:51:34.2140893Z copying torchgen\packaged\ATen\templates\enum_tag.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-20T21:51:34.2147080Z copying torchgen\packaged\ATen\templates\Function.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-20T21:51:34.2153290Z copying torchgen\packaged\ATen\templates\FunctionalInverses.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-20T21:51:34.2164240Z copying torchgen\packaged\ATen\templates\Functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-20T21:51:34.2175629Z copying torchgen\packaged\ATen\templates\Functions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-20T21:51:34.2190395Z copying torchgen\packaged\ATen\templates\LazyIr.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-20T21:51:34.2196632Z copying torchgen\packaged\ATen\templates\LazyNonNativeIr.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-20T21:51:34.2202950Z copying torchgen\packaged\ATen\templates\MethodOperators.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-20T21:51:34.2213627Z copying torchgen\packaged\ATen\templates\NativeFunction.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-20T21:51:34.2220108Z copying torchgen\packaged\ATen\templates\NativeFunctions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-20T21:51:34.2230737Z copying torchgen\packaged\ATen\templates\NativeMetaFunction.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-20T21:51:34.2244374Z copying torchgen\packaged\ATen\templates\NativeMetaFunctions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-20T21:51:34.2251307Z copying torchgen\packaged\ATen\templates\Operator.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-20T21:51:34.2258222Z copying torchgen\packaged\ATen\templates\Operators.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-20T21:51:34.2265074Z copying torchgen\packaged\ATen\templates\Operators.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-20T21:51:34.2276306Z copying torchgen\packaged\ATen\templates\RedispatchFunctions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-20T21:51:34.2283189Z copying torchgen\packaged\ATen\templates\RedispatchFunctions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-20T21:51:34.2294010Z copying torchgen\packaged\ATen\templates\RegisterBackendSelect.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-20T21:51:34.2304175Z copying torchgen\packaged\ATen\templates\RegisterCodegenUnboxedKernels.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-20T21:51:34.2315491Z copying torchgen\packaged\ATen\templates\RegisterDispatchDefinitions.ini -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-20T21:51:34.2321617Z copying torchgen\packaged\ATen\templates\RegisterDispatchKey.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-20T21:51:34.2339753Z copying torchgen\packaged\ATen\templates\RegisterFunctionalization.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-20T21:51:34.2349837Z copying torchgen\packaged\ATen\templates\RegisterSchema.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-20T21:51:34.2356289Z copying torchgen\packaged\ATen\templates\RegistrationDeclarations.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-20T21:51:34.2363375Z copying torchgen\packaged\ATen\templates\TensorBody.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-20T21:51:34.2379281Z copying torchgen\packaged\ATen\templates\TensorMethods.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-20T21:51:34.2389125Z copying torchgen\packaged\ATen\templates\UfuncCPU.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-20T21:51:34.2395389Z copying torchgen\packaged\ATen\templates\UfuncCPUKernel.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-20T21:51:34.2401970Z copying torchgen\packaged\ATen\templates\UfuncCUDA.cu -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-20T21:51:34.2409215Z copying torchgen\packaged\ATen\templates\UnboxingFunctions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-20T21:51:34.2427035Z copying torchgen\packaged\ATen\templates\UnboxingFunctions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-08-20T21:51:34.2436712Z creating build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-08-20T21:51:34.2463410Z copying torchgen\packaged\autograd\BUILD.bazel -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-08-20T21:51:34.2471512Z copying torchgen\packaged\autograd\build.bzl -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-08-20T21:51:34.2477919Z copying torchgen\packaged\autograd\context.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-08-20T21:51:34.2488406Z copying torchgen\packaged\autograd\deprecated.yaml -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-08-20T21:51:34.2499111Z copying torchgen\packaged\autograd\derivatives.yaml -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-08-20T21:51:34.2570424Z copying torchgen\packaged\autograd\gen_annotated_fn_args.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-08-20T21:51:34.2581090Z copying torchgen\packaged\autograd\gen_autograd.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-08-20T21:51:34.2592644Z copying torchgen\packaged\autograd\gen_autograd_functions.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-08-20T21:51:34.2614043Z copying torchgen\packaged\autograd\gen_inplace_or_view_type.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-08-20T21:51:34.2630130Z copying torchgen\packaged\autograd\gen_python_functions.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-08-20T21:51:34.2652828Z copying torchgen\packaged\autograd\gen_trace_type.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-08-20T21:51:34.2671596Z copying torchgen\packaged\autograd\gen_variable_factories.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-08-20T21:51:34.2684641Z copying torchgen\packaged\autograd\gen_variable_type.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-08-20T21:51:34.2721103Z copying torchgen\packaged\autograd\gen_view_funcs.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-08-20T21:51:34.2735008Z copying torchgen\packaged\autograd\load_derivatives.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-08-20T21:51:34.2757223Z copying torchgen\packaged\autograd\README.md -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-08-20T21:51:34.2763380Z copying torchgen\packaged\autograd\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-08-20T21:51:34.2768348Z creating build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-08-20T21:51:34.2771712Z copying torchgen\packaged\autograd\templates\ADInplaceOrViewType.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-08-20T21:51:34.2781778Z copying torchgen\packaged\autograd\templates\annotated_fn_args.py.in -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-08-20T21:51:34.2788043Z copying torchgen\packaged\autograd\templates\Functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-08-20T21:51:34.2805993Z copying torchgen\packaged\autograd\templates\Functions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-08-20T21:51:34.2818161Z copying torchgen\packaged\autograd\templates\python_enum_tag.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-08-20T21:51:34.2824610Z copying torchgen\packaged\autograd\templates\python_fft_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-08-20T21:51:34.2836148Z copying torchgen\packaged\autograd\templates\python_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-08-20T21:51:34.2847840Z copying torchgen\packaged\autograd\templates\python_functions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-08-20T21:51:34.2854592Z copying torchgen\packaged\autograd\templates\python_linalg_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-08-20T21:51:34.2865951Z copying torchgen\packaged\autograd\templates\python_nested_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-08-20T21:51:34.2875337Z copying torchgen\packaged\autograd\templates\python_nn_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-08-20T21:51:34.2885542Z copying torchgen\packaged\autograd\templates\python_return_types.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-08-20T21:51:34.2895794Z copying torchgen\packaged\autograd\templates\python_return_types.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-08-20T21:51:34.2902591Z copying torchgen\packaged\autograd\templates\python_sparse_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-08-20T21:51:34.2920223Z copying torchgen\packaged\autograd\templates\python_special_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-08-20T21:51:34.2930797Z copying torchgen\packaged\autograd\templates\python_torch_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-08-20T21:51:34.2941210Z copying torchgen\packaged\autograd\templates\python_variable_methods.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-08-20T21:51:34.2972616Z copying torchgen\packaged\autograd\templates\TraceType.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-08-20T21:51:34.2983396Z copying torchgen\packaged\autograd\templates\VariableType.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-08-20T21:51:34.2992899Z copying torchgen\packaged\autograd\templates\VariableType.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-08-20T21:51:34.3002410Z copying torchgen\packaged\autograd\templates\variable_factories.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-08-20T21:51:34.3014992Z copying torchgen\packaged\autograd\templates\ViewFuncs.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-08-20T21:51:34.3021150Z copying torchgen\packaged\autograd\templates\ViewFuncs.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-08-20T21:51:34.3027425Z copying torch\fx\__init__.pyi -> build\lib.win-amd64-cpython-39\torch\fx 2024-08-20T21:51:34.3035241Z copying torch\jit\_script.pyi -> build\lib.win-amd64-cpython-39\torch\jit 2024-08-20T21:51:34.3042683Z copying torch\nn\functional.pyi -> build\lib.win-amd64-cpython-39\torch\nn 2024-08-20T21:51:34.3050558Z copying torch\nn\parameter.pyi -> build\lib.win-amd64-cpython-39\torch\nn 2024-08-20T21:51:34.3059262Z copying torch\utils\_config_typing.pyi -> build\lib.win-amd64-cpython-39\torch\utils 2024-08-20T21:51:34.3070616Z copying torch\distributed\optim\zero_redundancy_optimizer.pyi -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-08-20T21:51:34.3081528Z copying torch\optim\_multi_tensor\__init__.pyi -> build\lib.win-amd64-cpython-39\torch\optim\_multi_tensor 2024-08-20T21:51:34.3088355Z copying torch\utils\data\datapipes\datapipe.pyi -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2024-08-20T21:51:34.3950788Z running build_ext 2024-08-20T21:51:35.0396266Z -- Building with NumPy bindings 2024-08-20T21:51:35.0396709Z -- Not using cuDNN 2024-08-20T21:51:35.0396987Z -- Not using CUDA 2024-08-20T21:51:35.0397245Z -- Not using XPU 2024-08-20T21:51:35.0397536Z -- Using MKLDNN 2024-08-20T21:51:35.0397967Z -- Not using Compute Library for the Arm architecture with MKLDNN 2024-08-20T21:51:35.0398579Z -- Not using CBLAS in MKLDNN 2024-08-20T21:51:35.0398939Z -- Not using NCCL 2024-08-20T21:51:35.0399416Z -- Building without distributed package 2024-08-20T21:51:35.0399802Z -- Building Executorch 2024-08-20T21:51:35.0400095Z -- Using ITT 2024-08-20T21:51:35.0401068Z 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-20T21:51:35.0402704Z copying functorch\functorch.pyd -> C:\actions-runner\_work\pytorch\pytorch\build\lib.win-amd64-cpython-39\functorch\_C.cp39-win_amd64.pyd 2024-08-20T21:51:35.0416488Z building 'torch._C' extension 2024-08-20T21:51:35.0432441Z creating build\temp.win-amd64-cpython-39 2024-08-20T21:51:35.0434337Z creating build\temp.win-amd64-cpython-39\Release 2024-08-20T21:51:35.0435323Z creating build\temp.win-amd64-cpython-39\Release\torch 2024-08-20T21:51:35.0436740Z creating build\temp.win-amd64-cpython-39\Release\torch\csrc 2024-08-20T21:51:35.0447689Z "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-20T21:51:35.2591030Z stub.c 2024-08-20T21:51:35.6639518Z "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-20T21:51:35.7069711Z 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-20T21:51:35.7128469Z Generating code 2024-08-20T21:51:35.7613021Z Finished generating code 2024-08-20T21:51:35.8127403Z 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-20T21:51:35.8172212Z C:\Jenkins\Miniconda3\lib\site-packages\setuptools\_distutils\cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. 2024-08-20T21:51:35.8174858Z !! 2024-08-20T21:51:35.8175022Z 2024-08-20T21:51:35.8175246Z ******************************************************************************** 2024-08-20T21:51:35.8175774Z Please avoid running ``setup.py`` directly. 2024-08-20T21:51:35.8176293Z Instead, use pypa/build, pypa/installer or other 2024-08-20T21:51:35.8176774Z standards-based tools. 2024-08-20T21:51:35.8177022Z 2024-08-20T21:51:35.8177434Z See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. 2024-08-20T21:51:35.8178169Z ******************************************************************************** 2024-08-20T21:51:35.8179126Z 2024-08-20T21:51:35.8179207Z !! 2024-08-20T21:51:35.8179454Z self.initialize_options() 2024-08-20T21:51:35.8275545Z installing to build\bdist.win-amd64\wheel 2024-08-20T21:51:35.8275994Z running install 2024-08-20T21:51:35.8303298Z running install_lib 2024-08-20T21:51:35.8408007Z creating build\bdist.win-amd64 2024-08-20T21:51:35.8409173Z creating build\bdist.win-amd64\wheel 2024-08-20T21:51:35.8412345Z creating build\bdist.win-amd64\wheel\functorch 2024-08-20T21:51:35.8415195Z creating build\bdist.win-amd64\wheel\functorch\compile 2024-08-20T21:51:35.8418355Z copying build\lib.win-amd64-cpython-39\functorch\compile\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\compile 2024-08-20T21:51:35.8424125Z creating build\bdist.win-amd64\wheel\functorch\dim 2024-08-20T21:51:35.8427158Z copying build\lib.win-amd64-cpython-39\functorch\dim\batch_tensor.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2024-08-20T21:51:35.8433104Z copying build\lib.win-amd64-cpython-39\functorch\dim\delayed_mul_tensor.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2024-08-20T21:51:35.8438472Z copying build\lib.win-amd64-cpython-39\functorch\dim\dim.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2024-08-20T21:51:35.8444331Z copying build\lib.win-amd64-cpython-39\functorch\dim\magic_trace.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2024-08-20T21:51:35.8455977Z copying build\lib.win-amd64-cpython-39\functorch\dim\op_properties.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2024-08-20T21:51:35.8461119Z copying build\lib.win-amd64-cpython-39\functorch\dim\reference.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2024-08-20T21:51:35.8467291Z copying build\lib.win-amd64-cpython-39\functorch\dim\tree_map.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2024-08-20T21:51:35.8472465Z copying build\lib.win-amd64-cpython-39\functorch\dim\wrap_type.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2024-08-20T21:51:35.8477854Z copying build\lib.win-amd64-cpython-39\functorch\dim\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2024-08-20T21:51:35.8484197Z creating build\bdist.win-amd64\wheel\functorch\einops 2024-08-20T21:51:35.8487688Z copying build\lib.win-amd64-cpython-39\functorch\einops\rearrange.py -> build\bdist.win-amd64\wheel\.\functorch\einops 2024-08-20T21:51:35.8493331Z copying build\lib.win-amd64-cpython-39\functorch\einops\_parsing.py -> build\bdist.win-amd64\wheel\.\functorch\einops 2024-08-20T21:51:35.8498546Z copying build\lib.win-amd64-cpython-39\functorch\einops\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\einops 2024-08-20T21:51:35.8503423Z creating build\bdist.win-amd64\wheel\functorch\experimental 2024-08-20T21:51:35.8506633Z copying build\lib.win-amd64-cpython-39\functorch\experimental\control_flow.py -> build\bdist.win-amd64\wheel\.\functorch\experimental 2024-08-20T21:51:35.8511592Z copying build\lib.win-amd64-cpython-39\functorch\experimental\ops.py -> build\bdist.win-amd64\wheel\.\functorch\experimental 2024-08-20T21:51:35.8516540Z copying build\lib.win-amd64-cpython-39\functorch\experimental\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\experimental 2024-08-20T21:51:35.8521297Z copying build\lib.win-amd64-cpython-39\functorch\_C.cp39-win_amd64.pyd -> build\bdist.win-amd64\wheel\.\functorch 2024-08-20T21:51:35.8538187Z creating build\bdist.win-amd64\wheel\functorch\_src 2024-08-20T21:51:35.8541598Z creating build\bdist.win-amd64\wheel\functorch\_src\aot_autograd 2024-08-20T21:51:35.8545402Z copying build\lib.win-amd64-cpython-39\functorch\_src\aot_autograd\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\_src\aot_autograd 2024-08-20T21:51:35.8550698Z creating build\bdist.win-amd64\wheel\functorch\_src\eager_transforms 2024-08-20T21:51:35.8554020Z copying build\lib.win-amd64-cpython-39\functorch\_src\eager_transforms\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\_src\eager_transforms 2024-08-20T21:51:35.8565487Z creating build\bdist.win-amd64\wheel\functorch\_src\make_functional 2024-08-20T21:51:35.8569225Z copying build\lib.win-amd64-cpython-39\functorch\_src\make_functional\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\_src\make_functional 2024-08-20T21:51:35.8575720Z creating build\bdist.win-amd64\wheel\functorch\_src\vmap 2024-08-20T21:51:35.8587650Z copying build\lib.win-amd64-cpython-39\functorch\_src\vmap\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\_src\vmap 2024-08-20T21:51:35.8592834Z copying build\lib.win-amd64-cpython-39\functorch\_src\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\_src 2024-08-20T21:51:35.8597052Z copying build\lib.win-amd64-cpython-39\functorch\__init__.py -> build\bdist.win-amd64\wheel\.\functorch 2024-08-20T21:51:35.8603269Z creating build\bdist.win-amd64\wheel\torch 2024-08-20T21:51:35.8606077Z creating build\bdist.win-amd64\wheel\torch\amp 2024-08-20T21:51:35.8609067Z copying build\lib.win-amd64-cpython-39\torch\amp\autocast_mode.py -> build\bdist.win-amd64\wheel\.\torch\amp 2024-08-20T21:51:35.8615198Z copying build\lib.win-amd64-cpython-39\torch\amp\grad_scaler.py -> build\bdist.win-amd64\wheel\.\torch\amp 2024-08-20T21:51:35.8621278Z copying build\lib.win-amd64-cpython-39\torch\amp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\amp 2024-08-20T21:51:35.8627128Z creating build\bdist.win-amd64\wheel\torch\ao 2024-08-20T21:51:35.8629957Z creating build\bdist.win-amd64\wheel\torch\ao\nn 2024-08-20T21:51:35.8632777Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic 2024-08-20T21:51:35.8635622Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\modules 2024-08-20T21:51:35.8638849Z 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-20T21:51:35.8643739Z 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-20T21:51:35.8648788Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\qat 2024-08-20T21:51:35.8651735Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\qat\modules 2024-08-20T21:51:35.8654718Z 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-20T21:51:35.8665470Z 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-20T21:51:35.8670521Z 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-20T21:51:35.8675826Z 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-20T21:51:35.8690913Z 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-20T21:51:35.8695961Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\quantized 2024-08-20T21:51:35.8698837Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\quantized\dynamic 2024-08-20T21:51:35.8701748Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\quantized\dynamic\modules 2024-08-20T21:51:35.8704768Z 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-20T21:51:35.8710094Z 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-20T21:51:35.8714967Z 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-20T21:51:35.8719852Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\quantized\modules 2024-08-20T21:51:35.8722835Z 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-20T21:51:35.8728304Z 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-20T21:51:35.8734151Z 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-20T21:51:35.8739237Z 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-20T21:51:35.8745359Z 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-20T21:51:35.8995065Z 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-20T21:51:35.9000059Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\intrinsic 2024-08-20T21:51:35.9005548Z creating build\bdist.win-amd64\wheel\torch\ao\nn\qat 2024-08-20T21:51:35.9008478Z creating build\bdist.win-amd64\wheel\torch\ao\nn\qat\dynamic 2024-08-20T21:51:35.9011584Z creating build\bdist.win-amd64\wheel\torch\ao\nn\qat\dynamic\modules 2024-08-20T21:51:35.9014384Z 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-20T21:51:35.9019778Z 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-20T21:51:35.9024768Z 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-20T21:51:35.9029901Z creating build\bdist.win-amd64\wheel\torch\ao\nn\qat\modules 2024-08-20T21:51:35.9032770Z 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-20T21:51:35.9038521Z 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-20T21:51:35.9043710Z 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-20T21:51:35.9049698Z 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-20T21:51:35.9054770Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\qat\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\qat 2024-08-20T21:51:35.9059913Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantizable 2024-08-20T21:51:35.9062725Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantizable\modules 2024-08-20T21:51:35.9065691Z 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-20T21:51:35.9071321Z 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-20T21:51:35.9077152Z 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-20T21:51:35.9081946Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantizable 2024-08-20T21:51:35.9091810Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantized 2024-08-20T21:51:35.9102908Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantized\dynamic 2024-08-20T21:51:35.9105752Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantized\dynamic\modules 2024-08-20T21:51:35.9108722Z 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-20T21:51:35.9114454Z 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-20T21:51:35.9119863Z 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-20T21:51:35.9126450Z 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-20T21:51:35.9131447Z 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-20T21:51:35.9136348Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\functional.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized 2024-08-20T21:51:35.9142501Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantized\modules 2024-08-20T21:51:35.9145472Z 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-20T21:51:35.9150815Z 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-20T21:51:35.9156117Z 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-20T21:51:35.9162383Z 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-20T21:51:35.9167641Z 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-20T21:51:35.9180960Z 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-20T21:51:35.9186197Z 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-20T21:51:35.9191615Z 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-20T21:51:35.9196831Z 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-20T21:51:35.9202093Z 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-20T21:51:35.9207293Z 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-20T21:51:35.9213236Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantized\reference 2024-08-20T21:51:35.9224768Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantized\reference\modules 2024-08-20T21:51:35.9227781Z 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-20T21:51:35.9233165Z 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-20T21:51:35.9238361Z 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-20T21:51:35.9244197Z 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-20T21:51:35.9249601Z 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-20T21:51:35.9254995Z 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-20T21:51:35.9260390Z 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-20T21:51:35.9264988Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized 2024-08-20T21:51:35.9270007Z creating build\bdist.win-amd64\wheel\torch\ao\nn\sparse 2024-08-20T21:51:35.9272942Z creating build\bdist.win-amd64\wheel\torch\ao\nn\sparse\quantized 2024-08-20T21:51:35.9275796Z creating build\bdist.win-amd64\wheel\torch\ao\nn\sparse\quantized\dynamic 2024-08-20T21:51:35.9278795Z 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-20T21:51:35.9284036Z 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-20T21:51:35.9289017Z 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-20T21:51:35.9294447Z 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-20T21:51:35.9299581Z 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-20T21:51:35.9304329Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\sparse 2024-08-20T21:51:35.9309140Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn 2024-08-20T21:51:35.9314238Z creating build\bdist.win-amd64\wheel\torch\ao\ns 2024-08-20T21:51:35.9317825Z creating build\bdist.win-amd64\wheel\torch\ao\ns\fx 2024-08-20T21:51:35.9320860Z 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-20T21:51:35.9326587Z 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-20T21:51:35.9332403Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\mappings.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2024-08-20T21:51:35.9338097Z 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-20T21:51:35.9343263Z 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-20T21:51:35.9356371Z 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-20T21:51:35.9362464Z 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-20T21:51:35.9367566Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2024-08-20T21:51:35.9373564Z 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-20T21:51:35.9379092Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2024-08-20T21:51:35.9383412Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\_numeric_suite.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns 2024-08-20T21:51:35.9389104Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\_numeric_suite_fx.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns 2024-08-20T21:51:35.9395232Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns 2024-08-20T21:51:35.9399714Z creating build\bdist.win-amd64\wheel\torch\ao\pruning 2024-08-20T21:51:35.9402550Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\scheduler 2024-08-20T21:51:35.9405878Z 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-20T21:51:35.9411209Z 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-20T21:51:35.9416512Z 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-20T21:51:35.9432268Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\scheduler 2024-08-20T21:51:35.9436750Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\sparsifier 2024-08-20T21:51:35.9439848Z 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-20T21:51:35.9445360Z 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-20T21:51:35.9450553Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\sparsifier 2024-08-20T21:51:35.9464213Z 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-20T21:51:35.9469852Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\sparsifier 2024-08-20T21:51:35.9474341Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental 2024-08-20T21:51:35.9477292Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental\activation_sparsifier 2024-08-20T21:51:35.9480878Z 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-20T21:51:35.9486739Z 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-20T21:51:35.9491361Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental\data_scheduler 2024-08-20T21:51:35.9494553Z 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-20T21:51:35.9499959Z 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-20T21:51:35.9504957Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental\data_sparsifier 2024-08-20T21:51:35.9514527Z 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-20T21:51:35.9520097Z 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-20T21:51:35.9525479Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental\data_sparsifier\lightning 2024-08-20T21:51:35.9534994Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks 2024-08-20T21:51:35.9538349Z 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-20T21:51:35.9544032Z 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-20T21:51:35.9549551Z 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-20T21:51:35.9566605Z 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-20T21:51:35.9571470Z 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-20T21:51:35.9576817Z 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-20T21:51:35.9581439Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental\pruner 2024-08-20T21:51:35.9584810Z 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-20T21:51:35.9590872Z 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-20T21:51:35.9596984Z 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-20T21:51:35.9609970Z 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-20T21:51:35.9615310Z 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-20T21:51:35.9620926Z 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-20T21:51:35.9626907Z 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-20T21:51:35.9632407Z 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-20T21:51:35.9637482Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\_experimental 2024-08-20T21:51:35.9641788Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_mappings.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning 2024-08-20T21:51:35.9655444Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning 2024-08-20T21:51:35.9661197Z creating build\bdist.win-amd64\wheel\torch\ao\quantization 2024-08-20T21:51:35.9664398Z creating build\bdist.win-amd64\wheel\torch\ao\quantization\backend_config 2024-08-20T21:51:35.9667458Z 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-20T21:51:35.9673446Z 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-20T21:51:35.9679199Z 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-20T21:51:35.9684448Z 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-20T21:51:35.9738360Z 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-20T21:51:35.9742478Z 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-20T21:51:35.9747975Z 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-20T21:51:35.9753884Z 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-20T21:51:35.9759232Z 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-20T21:51:35.9764769Z 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-20T21:51:35.9770567Z 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-20T21:51:35.9776504Z 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-20T21:51:35.9782052Z 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-20T21:51:35.9787225Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fake_quantize.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-08-20T21:51:35.9793698Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fuser_method_mappings.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-08-20T21:51:35.9812696Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fuse_modules.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-08-20T21:51:35.9817587Z creating build\bdist.win-amd64\wheel\torch\ao\quantization\fx 2024-08-20T21:51:35.9820615Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\convert.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2024-08-20T21:51:35.9827340Z 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-20T21:51:35.9832963Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\fuse.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2024-08-20T21:51:35.9838382Z 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-20T21:51:35.9843732Z 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-20T21:51:35.9856609Z 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-20T21:51:35.9861808Z 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-20T21:51:35.9871203Z 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-20T21:51:35.9876542Z 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-20T21:51:35.9882106Z 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-20T21:51:35.9887853Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\prepare.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2024-08-20T21:51:35.9894242Z 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-20T21:51:35.9899876Z 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-20T21:51:35.9905267Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\tracer.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2024-08-20T21:51:35.9910411Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2024-08-20T21:51:35.9916370Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_decomposed.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2024-08-20T21:51:35.9922281Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_equalize.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2024-08-20T21:51:35.9928435Z 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-20T21:51:35.9935269Z creating build\bdist.win-amd64\wheel\torch\ao\quantization\fx\_model_report 2024-08-20T21:51:35.9938369Z 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-20T21:51:35.9944626Z 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-20T21:51:35.9950448Z 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-20T21:51:35.9967691Z 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-20T21:51:35.9973092Z 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-20T21:51:35.9977264Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2024-08-20T21:51:35.9982271Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\observer.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-08-20T21:51:35.9988699Z creating build\bdist.win-amd64\wheel\torch\ao\quantization\pt2e 2024-08-20T21:51:35.9991777Z 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-20T21:51:35.9997175Z 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-20T21:51:36.0002322Z 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-20T21:51:36.0007634Z 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-20T21:51:36.0025329Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\prepare.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2024-08-20T21:51:36.0030878Z 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-20T21:51:36.0037016Z creating build\bdist.win-amd64\wheel\torch\ao\quantization\pt2e\representation 2024-08-20T21:51:36.0040171Z 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-20T21:51:36.0045957Z 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-20T21:51:36.0050955Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2024-08-20T21:51:36.0056772Z 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-20T21:51:36.0062563Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2024-08-20T21:51:36.0066936Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\qconfig.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-08-20T21:51:36.0072685Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\qconfig_mapping.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-08-20T21:51:36.0078169Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantization_mappings.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-08-20T21:51:36.0083484Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantize.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-08-20T21:51:36.0089641Z creating build\bdist.win-amd64\wheel\torch\ao\quantization\quantizer 2024-08-20T21:51:36.0092822Z 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-20T21:51:36.0098166Z 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-20T21:51:36.0103387Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer\quantizer.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\quantizer 2024-08-20T21:51:36.0116578Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\quantizer 2024-08-20T21:51:36.0121900Z 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-20T21:51:36.0129733Z 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-20T21:51:36.0135664Z 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-20T21:51:36.0141632Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\quantizer 2024-08-20T21:51:36.0146459Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantize_fx.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-08-20T21:51:36.0152512Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantize_jit.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-08-20T21:51:36.0158117Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantize_pt2e.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-08-20T21:51:36.0163750Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quant_type.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-08-20T21:51:36.0169215Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\stubs.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-08-20T21:51:36.0174905Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-08-20T21:51:36.0180796Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\_correct_bias.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-08-20T21:51:36.0186310Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\_equalize.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-08-20T21:51:36.0191940Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\_learnable_fake_quantize.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-08-20T21:51:36.0197490Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-08-20T21:51:36.0202794Z copying build\lib.win-amd64-cpython-39\torch\ao\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao 2024-08-20T21:51:36.0208385Z creating build\bdist.win-amd64\wheel\torch\autograd 2024-08-20T21:51:36.0211529Z copying build\lib.win-amd64-cpython-39\torch\autograd\anomaly_mode.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2024-08-20T21:51:36.0217111Z copying build\lib.win-amd64-cpython-39\torch\autograd\forward_ad.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2024-08-20T21:51:36.0222600Z copying build\lib.win-amd64-cpython-39\torch\autograd\function.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2024-08-20T21:51:36.0228399Z copying build\lib.win-amd64-cpython-39\torch\autograd\functional.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2024-08-20T21:51:36.0247948Z copying build\lib.win-amd64-cpython-39\torch\autograd\gradcheck.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2024-08-20T21:51:36.0254245Z copying build\lib.win-amd64-cpython-39\torch\autograd\grad_mode.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2024-08-20T21:51:36.0259612Z copying build\lib.win-amd64-cpython-39\torch\autograd\graph.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2024-08-20T21:51:36.0265441Z copying build\lib.win-amd64-cpython-39\torch\autograd\profiler.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2024-08-20T21:51:36.0271687Z copying build\lib.win-amd64-cpython-39\torch\autograd\profiler_legacy.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2024-08-20T21:51:36.0277247Z copying build\lib.win-amd64-cpython-39\torch\autograd\profiler_util.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2024-08-20T21:51:36.0283656Z copying build\lib.win-amd64-cpython-39\torch\autograd\variable.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2024-08-20T21:51:36.0289137Z creating build\bdist.win-amd64\wheel\torch\autograd\_functions 2024-08-20T21:51:36.0292309Z copying build\lib.win-amd64-cpython-39\torch\autograd\_functions\tensor.py -> build\bdist.win-amd64\wheel\.\torch\autograd\_functions 2024-08-20T21:51:36.0297510Z copying build\lib.win-amd64-cpython-39\torch\autograd\_functions\utils.py -> build\bdist.win-amd64\wheel\.\torch\autograd\_functions 2024-08-20T21:51:36.0303012Z copying build\lib.win-amd64-cpython-39\torch\autograd\_functions\__init__.py -> build\bdist.win-amd64\wheel\.\torch\autograd\_functions 2024-08-20T21:51:36.0307505Z copying build\lib.win-amd64-cpython-39\torch\autograd\__init__.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2024-08-20T21:51:36.0313664Z creating build\bdist.win-amd64\wheel\torch\backends 2024-08-20T21:51:36.0316406Z creating build\bdist.win-amd64\wheel\torch\backends\cpu 2024-08-20T21:51:36.0319230Z copying build\lib.win-amd64-cpython-39\torch\backends\cpu\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\cpu 2024-08-20T21:51:36.0324409Z creating build\bdist.win-amd64\wheel\torch\backends\cuda 2024-08-20T21:51:36.0327431Z copying build\lib.win-amd64-cpython-39\torch\backends\cuda\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\cuda 2024-08-20T21:51:36.0333364Z creating build\bdist.win-amd64\wheel\torch\backends\cudnn 2024-08-20T21:51:36.0336161Z copying build\lib.win-amd64-cpython-39\torch\backends\cudnn\rnn.py -> build\bdist.win-amd64\wheel\.\torch\backends\cudnn 2024-08-20T21:51:36.0341726Z copying build\lib.win-amd64-cpython-39\torch\backends\cudnn\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\cudnn 2024-08-20T21:51:36.0347028Z creating build\bdist.win-amd64\wheel\torch\backends\mha 2024-08-20T21:51:36.0350023Z copying build\lib.win-amd64-cpython-39\torch\backends\mha\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\mha 2024-08-20T21:51:36.0355322Z creating build\bdist.win-amd64\wheel\torch\backends\mkl 2024-08-20T21:51:36.0358154Z copying build\lib.win-amd64-cpython-39\torch\backends\mkl\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\mkl 2024-08-20T21:51:36.0363565Z creating build\bdist.win-amd64\wheel\torch\backends\mkldnn 2024-08-20T21:51:36.0366567Z copying build\lib.win-amd64-cpython-39\torch\backends\mkldnn\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\mkldnn 2024-08-20T21:51:36.0371921Z creating build\bdist.win-amd64\wheel\torch\backends\mps 2024-08-20T21:51:36.0374799Z copying build\lib.win-amd64-cpython-39\torch\backends\mps\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\mps 2024-08-20T21:51:36.0384111Z creating build\bdist.win-amd64\wheel\torch\backends\nnpack 2024-08-20T21:51:36.0400598Z copying build\lib.win-amd64-cpython-39\torch\backends\nnpack\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\nnpack 2024-08-20T21:51:36.0405850Z creating build\bdist.win-amd64\wheel\torch\backends\openmp 2024-08-20T21:51:36.0408709Z copying build\lib.win-amd64-cpython-39\torch\backends\openmp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\openmp 2024-08-20T21:51:36.0413955Z creating build\bdist.win-amd64\wheel\torch\backends\opt_einsum 2024-08-20T21:51:36.0417361Z copying build\lib.win-amd64-cpython-39\torch\backends\opt_einsum\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\opt_einsum 2024-08-20T21:51:36.0422426Z creating build\bdist.win-amd64\wheel\torch\backends\quantized 2024-08-20T21:51:36.0425396Z copying build\lib.win-amd64-cpython-39\torch\backends\quantized\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\quantized 2024-08-20T21:51:36.0431825Z creating build\bdist.win-amd64\wheel\torch\backends\xeon 2024-08-20T21:51:36.0435585Z copying build\lib.win-amd64-cpython-39\torch\backends\xeon\run_cpu.py -> build\bdist.win-amd64\wheel\.\torch\backends\xeon 2024-08-20T21:51:36.0443820Z copying build\lib.win-amd64-cpython-39\torch\backends\xeon\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\xeon 2024-08-20T21:51:36.0448586Z creating build\bdist.win-amd64\wheel\torch\backends\xnnpack 2024-08-20T21:51:36.0451433Z copying build\lib.win-amd64-cpython-39\torch\backends\xnnpack\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\xnnpack 2024-08-20T21:51:36.0457114Z creating build\bdist.win-amd64\wheel\torch\backends\_coreml 2024-08-20T21:51:36.0459840Z copying build\lib.win-amd64-cpython-39\torch\backends\_coreml\preprocess.py -> build\bdist.win-amd64\wheel\.\torch\backends\_coreml 2024-08-20T21:51:36.0465945Z copying build\lib.win-amd64-cpython-39\torch\backends\_coreml\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\_coreml 2024-08-20T21:51:36.0470393Z creating build\bdist.win-amd64\wheel\torch\backends\_nnapi 2024-08-20T21:51:36.0473632Z copying build\lib.win-amd64-cpython-39\torch\backends\_nnapi\prepare.py -> build\bdist.win-amd64\wheel\.\torch\backends\_nnapi 2024-08-20T21:51:36.0479450Z copying build\lib.win-amd64-cpython-39\torch\backends\_nnapi\serializer.py -> build\bdist.win-amd64\wheel\.\torch\backends\_nnapi 2024-08-20T21:51:36.0485851Z copying build\lib.win-amd64-cpython-39\torch\backends\_nnapi\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\_nnapi 2024-08-20T21:51:36.0490223Z copying build\lib.win-amd64-cpython-39\torch\backends\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends 2024-08-20T21:51:36.0495643Z creating build\bdist.win-amd64\wheel\torch\bin 2024-08-20T21:51:36.0498486Z copying build\lib.win-amd64-cpython-39\torch\bin\asmjit.dll -> build\bdist.win-amd64\wheel\.\torch\bin 2024-08-20T21:51:36.0507423Z copying build\lib.win-amd64-cpython-39\torch\bin\fbgemm.dll -> build\bdist.win-amd64\wheel\.\torch\bin 2024-08-20T21:51:36.0555347Z copying build\lib.win-amd64-cpython-39\torch\bin\FileStoreTest.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2024-08-20T21:51:36.0564257Z copying build\lib.win-amd64-cpython-39\torch\bin\protoc.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2024-08-20T21:51:36.0594107Z copying build\lib.win-amd64-cpython-39\torch\bin\TCPStoreTest.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2024-08-20T21:51:36.0650980Z copying build\lib.win-amd64-cpython-39\torch\bin\test_api.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2024-08-20T21:51:36.0737238Z copying build\lib.win-amd64-cpython-39\torch\bin\test_edge_op_registration.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2024-08-20T21:51:36.0746360Z copying build\lib.win-amd64-cpython-39\torch\bin\test_jit.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2024-08-20T21:51:36.0805572Z copying build\lib.win-amd64-cpython-39\torch\bin\test_lazy.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2024-08-20T21:51:36.0823479Z copying build\lib.win-amd64-cpython-39\torch\bin\test_tensorexpr.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2024-08-20T21:51:36.0880762Z copying build\lib.win-amd64-cpython-39\torch\bin\tutorial_tensorexpr.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2024-08-20T21:51:36.0888584Z creating build\bdist.win-amd64\wheel\torch\compiler 2024-08-20T21:51:36.0891722Z copying build\lib.win-amd64-cpython-39\torch\compiler\__init__.py -> build\bdist.win-amd64\wheel\.\torch\compiler 2024-08-20T21:51:36.0896950Z creating build\bdist.win-amd64\wheel\torch\contrib 2024-08-20T21:51:36.0899929Z copying build\lib.win-amd64-cpython-39\torch\contrib\_tensorboard_vis.py -> build\bdist.win-amd64\wheel\.\torch\contrib 2024-08-20T21:51:36.0906029Z copying build\lib.win-amd64-cpython-39\torch\contrib\__init__.py -> build\bdist.win-amd64\wheel\.\torch\contrib 2024-08-20T21:51:36.0910449Z creating build\bdist.win-amd64\wheel\torch\cpu 2024-08-20T21:51:36.1019678Z creating build\bdist.win-amd64\wheel\torch\cpu\amp 2024-08-20T21:51:36.1022236Z copying build\lib.win-amd64-cpython-39\torch\cpu\amp\autocast_mode.py -> build\bdist.win-amd64\wheel\.\torch\cpu\amp 2024-08-20T21:51:36.1028088Z copying build\lib.win-amd64-cpython-39\torch\cpu\amp\grad_scaler.py -> build\bdist.win-amd64\wheel\.\torch\cpu\amp 2024-08-20T21:51:36.1033279Z copying build\lib.win-amd64-cpython-39\torch\cpu\amp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\cpu\amp 2024-08-20T21:51:36.1038233Z copying build\lib.win-amd64-cpython-39\torch\cpu\__init__.py -> build\bdist.win-amd64\wheel\.\torch\cpu 2024-08-20T21:51:36.1044441Z creating build\bdist.win-amd64\wheel\torch\cuda 2024-08-20T21:51:36.1047441Z creating build\bdist.win-amd64\wheel\torch\cuda\amp 2024-08-20T21:51:36.1050417Z copying build\lib.win-amd64-cpython-39\torch\cuda\amp\autocast_mode.py -> build\bdist.win-amd64\wheel\.\torch\cuda\amp 2024-08-20T21:51:36.1055627Z copying build\lib.win-amd64-cpython-39\torch\cuda\amp\common.py -> build\bdist.win-amd64\wheel\.\torch\cuda\amp 2024-08-20T21:51:36.1060540Z copying build\lib.win-amd64-cpython-39\torch\cuda\amp\grad_scaler.py -> build\bdist.win-amd64\wheel\.\torch\cuda\amp 2024-08-20T21:51:36.1093765Z copying build\lib.win-amd64-cpython-39\torch\cuda\amp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\cuda\amp 2024-08-20T21:51:36.1098586Z copying build\lib.win-amd64-cpython-39\torch\cuda\comm.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-08-20T21:51:36.1103982Z copying build\lib.win-amd64-cpython-39\torch\cuda\error.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-08-20T21:51:36.1108226Z copying build\lib.win-amd64-cpython-39\torch\cuda\gds.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-08-20T21:51:36.1113544Z copying build\lib.win-amd64-cpython-39\torch\cuda\graphs.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-08-20T21:51:36.1119485Z copying build\lib.win-amd64-cpython-39\torch\cuda\jiterator.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-08-20T21:51:36.1200163Z copying build\lib.win-amd64-cpython-39\torch\cuda\memory.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-08-20T21:51:36.1205954Z copying build\lib.win-amd64-cpython-39\torch\cuda\nccl.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-08-20T21:51:36.1211300Z copying build\lib.win-amd64-cpython-39\torch\cuda\nvtx.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-08-20T21:51:36.1216669Z copying build\lib.win-amd64-cpython-39\torch\cuda\profiler.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-08-20T21:51:36.1222648Z copying build\lib.win-amd64-cpython-39\torch\cuda\random.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-08-20T21:51:36.1227499Z copying build\lib.win-amd64-cpython-39\torch\cuda\sparse.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-08-20T21:51:36.1233213Z copying build\lib.win-amd64-cpython-39\torch\cuda\streams.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-08-20T21:51:36.1240130Z copying build\lib.win-amd64-cpython-39\torch\cuda\tunable.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-08-20T21:51:36.1245551Z copying build\lib.win-amd64-cpython-39\torch\cuda\_gpu_trace.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-08-20T21:51:36.1251018Z copying build\lib.win-amd64-cpython-39\torch\cuda\_memory_viz.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-08-20T21:51:36.1257263Z copying build\lib.win-amd64-cpython-39\torch\cuda\_sanitizer.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-08-20T21:51:36.1263043Z copying build\lib.win-amd64-cpython-39\torch\cuda\_utils.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-08-20T21:51:36.1268296Z copying build\lib.win-amd64-cpython-39\torch\cuda\__init__.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-08-20T21:51:36.1275304Z creating build\bdist.win-amd64\wheel\torch\distributed 2024-08-20T21:51:36.1278463Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms 2024-08-20T21:51:36.1281566Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms\ddp_comm_hooks 2024-08-20T21:51:36.1284853Z 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-20T21:51:36.1290968Z 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-20T21:51:36.1296217Z 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-20T21:51:36.1410425Z 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-20T21:51:36.1415702Z 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-20T21:51:36.1421376Z 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-20T21:51:36.1427070Z 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-20T21:51:36.1433560Z 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-20T21:51:36.1439148Z 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-20T21:51:36.1444350Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\join.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms 2024-08-20T21:51:36.1450365Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms\model_averaging 2024-08-20T21:51:36.1453483Z 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-20T21:51:36.1459603Z 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-20T21:51:36.1464498Z 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-20T21:51:36.1601727Z 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-20T21:51:36.1606336Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms\_checkpoint 2024-08-20T21:51:36.1732203Z 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-20T21:51:36.1738263Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_checkpoint\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\_checkpoint 2024-08-20T21:51:36.1742885Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms\_comm_hooks 2024-08-20T21:51:36.1746063Z 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-20T21:51:36.1751629Z 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-20T21:51:36.1756954Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms\_optimizer_overlap 2024-08-20T21:51:36.1760411Z 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-20T21:51:36.1766236Z 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-20T21:51:36.1771291Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms\_quantization 2024-08-20T21:51:36.1774529Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_quantization\quantization.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\_quantization 2024-08-20T21:51:36.1780021Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_quantization\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\_quantization 2024-08-20T21:51:36.1784358Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms 2024-08-20T21:51:36.1789502Z copying build\lib.win-amd64-cpython-39\torch\distributed\argparse_util.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-08-20T21:51:36.1795019Z creating build\bdist.win-amd64\wheel\torch\distributed\autograd 2024-08-20T21:51:36.1797892Z copying build\lib.win-amd64-cpython-39\torch\distributed\autograd\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\autograd 2024-08-20T21:51:36.1803222Z copying build\lib.win-amd64-cpython-39\torch\distributed\c10d_logger.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-08-20T21:51:36.1984769Z creating build\bdist.win-amd64\wheel\torch\distributed\checkpoint 2024-08-20T21:51:36.1987681Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-08-20T21:51:36.1993134Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\default_planner.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-08-20T21:51:36.1998757Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\filesystem.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-08-20T21:51:36.2004509Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\format_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-08-20T21:51:36.2103655Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\logger.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-08-20T21:51:36.2108778Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\logging_handlers.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-08-20T21:51:36.2114165Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\metadata.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-08-20T21:51:36.2119953Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\optimizer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-08-20T21:51:36.2125448Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\planner.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-08-20T21:51:36.2131092Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\planner_helpers.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-08-20T21:51:36.2136706Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\resharding.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-08-20T21:51:36.2141988Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\staging.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-08-20T21:51:36.2147251Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\stateful.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-08-20T21:51:36.2152537Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\state_dict.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-08-20T21:51:36.2159137Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\state_dict_loader.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-08-20T21:51:36.2164816Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\state_dict_saver.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-08-20T21:51:36.2170384Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\storage.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-08-20T21:51:36.2176503Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-08-20T21:51:36.2181574Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_checkpointer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-08-20T21:51:36.2234597Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_dedup_save_plans.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-08-20T21:51:36.2240031Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_dedup_tensors.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-08-20T21:51:36.2245562Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_fsspec_filesystem.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-08-20T21:51:36.2256456Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_nested_dict.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-08-20T21:51:36.2672950Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_sharded_tensor_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-08-20T21:51:36.2677797Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_storage_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-08-20T21:51:36.2683223Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_traverse.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-08-20T21:51:36.2688732Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-08-20T21:51:36.2693723Z copying build\lib.win-amd64-cpython-39\torch\distributed\collective_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-08-20T21:51:36.2699009Z copying build\lib.win-amd64-cpython-39\torch\distributed\constants.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-08-20T21:51:36.2704223Z copying build\lib.win-amd64-cpython-39\torch\distributed\device_mesh.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-08-20T21:51:36.2710218Z copying build\lib.win-amd64-cpython-39\torch\distributed\distributed_c10d.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-08-20T21:51:36.2717789Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic 2024-08-20T21:51:36.2720921Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\agent 2024-08-20T21:51:36.2723799Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\agent\server 2024-08-20T21:51:36.2726820Z 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-20T21:51:36.2733043Z 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-20T21:51:36.2738308Z 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-20T21:51:36.2743918Z 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-20T21:51:36.2749374Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\agent 2024-08-20T21:51:36.2753692Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\control_plane.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic 2024-08-20T21:51:36.2758829Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\events 2024-08-20T21:51:36.2761903Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\events\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\events 2024-08-20T21:51:36.2915006Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\events\handlers.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\events 2024-08-20T21:51:36.2919343Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\events\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\events 2024-08-20T21:51:36.2924919Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\metrics 2024-08-20T21:51:36.2928028Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\metrics\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\metrics 2024-08-20T21:51:36.2933357Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\metrics\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\metrics 2024-08-20T21:51:36.2939137Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\multiprocessing 2024-08-20T21:51:36.3098494Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\multiprocessing 2024-08-20T21:51:36.3103901Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\multiprocessing\errors 2024-08-20T21:51:36.3107086Z 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-20T21:51:36.3113003Z 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-20T21:51:36.3117707Z 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-20T21:51:36.3122872Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\redirects.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\multiprocessing 2024-08-20T21:51:36.3128426Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\multiprocessing\subprocess_handler 2024-08-20T21:51:36.3238218Z 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-20T21:51:36.3243690Z 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-20T21:51:36.3248959Z 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-20T21:51:36.3253712Z 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-20T21:51:36.3258743Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\multiprocessing 2024-08-20T21:51:36.3263896Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\rendezvous 2024-08-20T21:51:36.3266903Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2024-08-20T21:51:36.3272395Z 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-20T21:51:36.3277536Z 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-20T21:51:36.3384902Z 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-20T21:51:36.3390779Z 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-20T21:51:36.3396120Z 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-20T21:51:36.3401523Z 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-20T21:51:36.3407799Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\registry.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2024-08-20T21:51:36.3412973Z 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-20T21:51:36.3418347Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2024-08-20T21:51:36.3423639Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2024-08-20T21:51:36.3428983Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\timer 2024-08-20T21:51:36.3431938Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\timer 2024-08-20T21:51:36.3437310Z 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-20T21:51:36.3442903Z 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-20T21:51:36.3448381Z 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-20T21:51:36.3595587Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\timer 2024-08-20T21:51:36.3600689Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\utils 2024-08-20T21:51:36.3603509Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\utils 2024-08-20T21:51:36.3608930Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\utils\data 2024-08-20T21:51:36.3612415Z 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-20T21:51:36.3618084Z 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-20T21:51:36.3623062Z 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-20T21:51:36.3628028Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\distributed.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\utils 2024-08-20T21:51:36.3633496Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\logging.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\utils 2024-08-20T21:51:36.3638589Z 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-20T21:51:36.3739404Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\store.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\utils 2024-08-20T21:51:36.3744266Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\utils 2024-08-20T21:51:36.3749090Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic 2024-08-20T21:51:36.3754719Z creating build\bdist.win-amd64\wheel\torch\distributed\fsdp 2024-08-20T21:51:36.3757595Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-08-20T21:51:36.3763472Z 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-20T21:51:36.3770042Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\sharded_grad_scaler.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-08-20T21:51:36.3775824Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\wrap.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-08-20T21:51:36.3782351Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_common_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-08-20T21:51:36.3888262Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_debug_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-08-20T21:51:36.3893258Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_dynamo_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-08-20T21:51:36.3899528Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_exec_order_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-08-20T21:51:36.3905658Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_flat_param.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-08-20T21:51:36.3912757Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fsdp_extensions.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-08-20T21:51:36.3918079Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_init_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-08-20T21:51:36.3923852Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_limiter_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-08-20T21:51:36.3929339Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_optim_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-08-20T21:51:36.3935762Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_runtime_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-08-20T21:51:36.3942492Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_shard_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-08-20T21:51:36.3948210Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_state_dict_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-08-20T21:51:36.3953898Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_trace_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-08-20T21:51:36.3959425Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_traversal_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-08-20T21:51:36.3964893Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_unshard_param_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-08-20T21:51:36.3971189Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_wrap_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-08-20T21:51:36.4268211Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-08-20T21:51:36.4273320Z copying build\lib.win-amd64-cpython-39\torch\distributed\launch.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-08-20T21:51:36.4279564Z creating build\bdist.win-amd64\wheel\torch\distributed\launcher 2024-08-20T21:51:36.4282468Z copying build\lib.win-amd64-cpython-39\torch\distributed\launcher\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\launcher 2024-08-20T21:51:36.4288164Z copying build\lib.win-amd64-cpython-39\torch\distributed\launcher\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\launcher 2024-08-20T21:51:36.4293304Z copying build\lib.win-amd64-cpython-39\torch\distributed\logging_handlers.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-08-20T21:51:36.4298723Z creating build\bdist.win-amd64\wheel\torch\distributed\nn 2024-08-20T21:51:36.4301752Z creating build\bdist.win-amd64\wheel\torch\distributed\nn\api 2024-08-20T21:51:36.4304754Z 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-20T21:51:36.4311578Z copying build\lib.win-amd64-cpython-39\torch\distributed\nn\api\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\nn\api 2024-08-20T21:51:36.4315858Z copying build\lib.win-amd64-cpython-39\torch\distributed\nn\functional.py -> build\bdist.win-amd64\wheel\.\torch\distributed\nn 2024-08-20T21:51:36.4321305Z creating build\bdist.win-amd64\wheel\torch\distributed\nn\jit 2024-08-20T21:51:36.4324282Z copying build\lib.win-amd64-cpython-39\torch\distributed\nn\jit\instantiator.py -> build\bdist.win-amd64\wheel\.\torch\distributed\nn\jit 2024-08-20T21:51:36.4330077Z creating build\bdist.win-amd64\wheel\torch\distributed\nn\jit\templates 2024-08-20T21:51:36.4333378Z 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-20T21:51:36.4339082Z 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-20T21:51:36.4343554Z copying build\lib.win-amd64-cpython-39\torch\distributed\nn\jit\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\nn\jit 2024-08-20T21:51:36.4349356Z copying build\lib.win-amd64-cpython-39\torch\distributed\nn\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\nn 2024-08-20T21:51:36.4355124Z creating build\bdist.win-amd64\wheel\torch\distributed\optim 2024-08-20T21:51:36.4358300Z 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-20T21:51:36.4363830Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_adadelta.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-08-20T21:51:36.4369420Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_adagrad.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-08-20T21:51:36.4388545Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_adam.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-08-20T21:51:36.4394061Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_adamax.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-08-20T21:51:36.4399849Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_adamw.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-08-20T21:51:36.4405423Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_rmsprop.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-08-20T21:51:36.4411147Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_rprop.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-08-20T21:51:36.4416518Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_sgd.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-08-20T21:51:36.4422069Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\named_optimizer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-08-20T21:51:36.4427680Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\optimizer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-08-20T21:51:36.4433272Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\post_localSGD_optimizer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-08-20T21:51:36.4438979Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-08-20T21:51:36.4447901Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\zero_redundancy_optimizer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-08-20T21:51:36.4453766Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\zero_redundancy_optimizer.pyi -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-08-20T21:51:36.4459286Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-08-20T21:51:36.4464918Z creating build\bdist.win-amd64\wheel\torch\distributed\pipelining 2024-08-20T21:51:36.4468057Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\microbatch.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2024-08-20T21:51:36.4473978Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\schedules.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2024-08-20T21:51:36.4480533Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\stage.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2024-08-20T21:51:36.4486855Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\_backward.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2024-08-20T21:51:36.4500463Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\_debug.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2024-08-20T21:51:36.4505271Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\_IR.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2024-08-20T21:51:36.4511496Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\_unflatten.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2024-08-20T21:51:36.4516894Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2024-08-20T21:51:36.4522195Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2024-08-20T21:51:36.4527605Z copying build\lib.win-amd64-cpython-39\torch\distributed\remote_device.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-08-20T21:51:36.4532821Z copying build\lib.win-amd64-cpython-39\torch\distributed\rendezvous.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-08-20T21:51:36.4538665Z creating build\bdist.win-amd64\wheel\torch\distributed\rpc 2024-08-20T21:51:36.4541703Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2024-08-20T21:51:36.4547881Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\backend_registry.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2024-08-20T21:51:36.4553740Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\constants.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2024-08-20T21:51:36.4559972Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\functions.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2024-08-20T21:51:36.4577480Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\internal.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2024-08-20T21:51:36.4587052Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\options.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2024-08-20T21:51:36.4594893Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\rref_proxy.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2024-08-20T21:51:36.4600549Z 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-20T21:51:36.4605695Z creating build\bdist.win-amd64\wheel\torch\distributed\rpc\_testing 2024-08-20T21:51:36.4608985Z 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-20T21:51:36.4614187Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\_testing\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc\_testing 2024-08-20T21:51:36.4619274Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2024-08-20T21:51:36.4625193Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2024-08-20T21:51:36.4630649Z copying build\lib.win-amd64-cpython-39\torch\distributed\run.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-08-20T21:51:36.4636878Z creating build\bdist.win-amd64\wheel\torch\distributed\tensor 2024-08-20T21:51:36.4639816Z creating build\bdist.win-amd64\wheel\torch\distributed\tensor\parallel 2024-08-20T21:51:36.4644351Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2024-08-20T21:51:36.4649984Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\ddp.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2024-08-20T21:51:36.4655123Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\fsdp.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2024-08-20T21:51:36.4660691Z 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-20T21:51:36.4665876Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\loss.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2024-08-20T21:51:36.4671469Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\style.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2024-08-20T21:51:36.4683960Z 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-20T21:51:36.4689083Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2024-08-20T21:51:36.4694457Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2024-08-20T21:51:36.4699424Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2024-08-20T21:51:36.4703816Z copying build\lib.win-amd64-cpython-39\torch\distributed\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-08-20T21:51:36.4709204Z copying build\lib.win-amd64-cpython-39\torch\distributed\_checkpointable.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-08-20T21:51:36.4714875Z creating build\bdist.win-amd64\wheel\torch\distributed\_composable 2024-08-20T21:51:36.4725418Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\checkpoint_activation.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable 2024-08-20T21:51:36.4730699Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\contract.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable 2024-08-20T21:51:36.4736558Z creating build\bdist.win-amd64\wheel\torch\distributed\_composable\fsdp 2024-08-20T21:51:36.4739318Z 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-20T21:51:36.4745012Z 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-20T21:51:36.4750507Z 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-20T21:51:36.4756158Z 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-20T21:51:36.4769037Z 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-20T21:51:36.4774036Z 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-20T21:51:36.4779998Z 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-20T21:51:36.4785814Z 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-20T21:51:36.4791661Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable\fsdp 2024-08-20T21:51:36.4796593Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\fully_shard.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable 2024-08-20T21:51:36.4812298Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\replicate.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable 2024-08-20T21:51:36.4817658Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable 2024-08-20T21:51:36.4822661Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable_state.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-08-20T21:51:36.4828179Z copying build\lib.win-amd64-cpython-39\torch\distributed\_functional_collectives.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-08-20T21:51:36.4834758Z copying build\lib.win-amd64-cpython-39\torch\distributed\_functional_collectives_impl.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-08-20T21:51:36.4840606Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard 2024-08-20T21:51:36.4843535Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2024-08-20T21:51:36.4849328Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\checkpoint 2024-08-20T21:51:36.4852481Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\checkpoint\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\checkpoint 2024-08-20T21:51:36.4857467Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\common_op_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2024-08-20T21:51:36.4863106Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\metadata.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2024-08-20T21:51:36.4868401Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\op_registry_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2024-08-20T21:51:36.4881731Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\sharded_optim 2024-08-20T21:51:36.4884444Z 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-20T21:51:36.4890365Z 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-20T21:51:36.4895403Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\sharded_tensor 2024-08-20T21:51:36.4898573Z 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-20T21:51:36.4905135Z 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-20T21:51:36.4910696Z 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-20T21:51:36.4916916Z 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-20T21:51:36.4922301Z 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-20T21:51:36.4934538Z 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-20T21:51:36.4939154Z 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-20T21:51:36.4944611Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\sharded_tensor\_ops 2024-08-20T21:51:36.4947813Z 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-20T21:51:36.4953208Z 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-20T21:51:36.4958547Z 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-20T21:51:36.4963873Z 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-20T21:51:36.4969469Z 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-20T21:51:36.4980797Z 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-20T21:51:36.4985530Z 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-20T21:51:36.4991093Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharder.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2024-08-20T21:51:36.4996690Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\sharding_plan 2024-08-20T21:51:36.4999915Z 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-20T21:51:36.5006228Z 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-20T21:51:36.5010670Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\sharding_spec 2024-08-20T21:51:36.5016866Z 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-20T21:51:36.5022396Z 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-20T21:51:36.5030284Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops 2024-08-20T21:51:36.5047774Z 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-20T21:51:36.5054353Z 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-20T21:51:36.5061580Z 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-20T21:51:36.5075674Z 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-20T21:51:36.5079919Z 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-20T21:51:36.5085583Z 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-20T21:51:36.5090327Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2024-08-20T21:51:36.5095555Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2024-08-20T21:51:36.5102114Z creating build\bdist.win-amd64\wheel\torch\distributed\_sharded_tensor 2024-08-20T21:51:36.5104974Z copying build\lib.win-amd64-cpython-39\torch\distributed\_sharded_tensor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_sharded_tensor 2024-08-20T21:51:36.5110292Z creating build\bdist.win-amd64\wheel\torch\distributed\_sharding_spec 2024-08-20T21:51:36.5113891Z copying build\lib.win-amd64-cpython-39\torch\distributed\_sharding_spec\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_sharding_spec 2024-08-20T21:51:36.5118733Z copying build\lib.win-amd64-cpython-39\torch\distributed\_state_dict_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-08-20T21:51:36.5125199Z creating build\bdist.win-amd64\wheel\torch\distributed\_symmetric_memory 2024-08-20T21:51:36.5128702Z copying build\lib.win-amd64-cpython-39\torch\distributed\_symmetric_memory\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_symmetric_memory 2024-08-20T21:51:36.5136099Z creating build\bdist.win-amd64\wheel\torch\distributed\_tensor 2024-08-20T21:51:36.5138569Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor 2024-08-20T21:51:36.5145314Z creating build\bdist.win-amd64\wheel\torch\distributed\_tensor\debug 2024-08-20T21:51:36.5148458Z 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-20T21:51:36.5154893Z 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-20T21:51:36.5160425Z 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-20T21:51:36.5165516Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\debug\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor\debug 2024-08-20T21:51:36.5178065Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\device_mesh.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor 2024-08-20T21:51:36.5183077Z creating build\bdist.win-amd64\wheel\torch\distributed\_tensor\experimental 2024-08-20T21:51:36.5186163Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\experimental\attention.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor\experimental 2024-08-20T21:51:36.5193069Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\experimental\func_map.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor\experimental 2024-08-20T21:51:36.5198110Z 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-20T21:51:36.5203507Z 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-20T21:51:36.5218476Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\experimental\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor\experimental 2024-08-20T21:51:36.5223520Z creating build\bdist.win-amd64\wheel\torch\distributed\_tensor\ops 2024-08-20T21:51:36.5233865Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\ops\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor\ops 2024-08-20T21:51:36.5239114Z 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-20T21:51:36.5244083Z 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-20T21:51:36.5249771Z 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-20T21:51:36.5263573Z 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-20T21:51:36.5269269Z 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-20T21:51:36.5275187Z 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-20T21:51:36.5280649Z 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-20T21:51:36.5287171Z 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-20T21:51:36.5293147Z 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-20T21:51:36.5298570Z 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-20T21:51:36.5304505Z 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-20T21:51:36.5310464Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\ops\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor\ops 2024-08-20T21:51:36.5315926Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\placement_types.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor 2024-08-20T21:51:36.5321708Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\random.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor 2024-08-20T21:51:36.5327447Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\_collective_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor 2024-08-20T21:51:36.5333502Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\_dispatch.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor 2024-08-20T21:51:36.5339712Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\_op_schema.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor 2024-08-20T21:51:36.5345415Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\_redistribute.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor 2024-08-20T21:51:36.5383941Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\_sharding_prop.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor 2024-08-20T21:51:36.5390243Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\_shards_wrapper.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor 2024-08-20T21:51:36.5396077Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\_tp_conv.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor 2024-08-20T21:51:36.5401446Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor 2024-08-20T21:51:36.5406869Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor 2024-08-20T21:51:36.5412678Z creating build\bdist.win-amd64\wheel\torch\distributed\_tools 2024-08-20T21:51:36.5415941Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\fsdp2_mem_tracker.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2024-08-20T21:51:36.5421775Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\memory_tracker.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2024-08-20T21:51:36.5427035Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\mem_tracker.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2024-08-20T21:51:36.5433257Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\mod_tracker.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2024-08-20T21:51:36.5533662Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2024-08-20T21:51:36.5538358Z copying build\lib.win-amd64-cpython-39\torch\distributed\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-08-20T21:51:36.5556241Z creating build\bdist.win-amd64\wheel\torch\distributions 2024-08-20T21:51:36.5559191Z copying build\lib.win-amd64-cpython-39\torch\distributions\bernoulli.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-20T21:51:36.5564279Z copying build\lib.win-amd64-cpython-39\torch\distributions\beta.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-20T21:51:36.5569663Z copying build\lib.win-amd64-cpython-39\torch\distributions\binomial.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-20T21:51:36.5575139Z copying build\lib.win-amd64-cpython-39\torch\distributions\categorical.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-20T21:51:36.5588143Z copying build\lib.win-amd64-cpython-39\torch\distributions\cauchy.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-20T21:51:36.5593529Z copying build\lib.win-amd64-cpython-39\torch\distributions\chi2.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-20T21:51:36.5598683Z copying build\lib.win-amd64-cpython-39\torch\distributions\constraints.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-20T21:51:36.5604744Z copying build\lib.win-amd64-cpython-39\torch\distributions\constraint_registry.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-20T21:51:36.5610142Z copying build\lib.win-amd64-cpython-39\torch\distributions\continuous_bernoulli.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-20T21:51:36.5615476Z copying build\lib.win-amd64-cpython-39\torch\distributions\dirichlet.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-20T21:51:36.5620892Z copying build\lib.win-amd64-cpython-39\torch\distributions\distribution.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-20T21:51:36.5626440Z copying build\lib.win-amd64-cpython-39\torch\distributions\exponential.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-20T21:51:36.5631641Z copying build\lib.win-amd64-cpython-39\torch\distributions\exp_family.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-20T21:51:36.5636917Z copying build\lib.win-amd64-cpython-39\torch\distributions\fishersnedecor.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-20T21:51:36.5642075Z copying build\lib.win-amd64-cpython-39\torch\distributions\gamma.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-20T21:51:36.5647259Z copying build\lib.win-amd64-cpython-39\torch\distributions\geometric.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-20T21:51:36.5652684Z copying build\lib.win-amd64-cpython-39\torch\distributions\gumbel.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-20T21:51:36.5658107Z copying build\lib.win-amd64-cpython-39\torch\distributions\half_cauchy.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-20T21:51:36.5663355Z copying build\lib.win-amd64-cpython-39\torch\distributions\half_normal.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-20T21:51:36.5668691Z copying build\lib.win-amd64-cpython-39\torch\distributions\independent.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-20T21:51:36.5685745Z copying build\lib.win-amd64-cpython-39\torch\distributions\inverse_gamma.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-20T21:51:36.5691688Z copying build\lib.win-amd64-cpython-39\torch\distributions\kl.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-20T21:51:36.5697168Z copying build\lib.win-amd64-cpython-39\torch\distributions\kumaraswamy.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-20T21:51:36.5709870Z copying build\lib.win-amd64-cpython-39\torch\distributions\laplace.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-20T21:51:36.5714910Z copying build\lib.win-amd64-cpython-39\torch\distributions\lkj_cholesky.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-20T21:51:36.5720258Z copying build\lib.win-amd64-cpython-39\torch\distributions\logistic_normal.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-20T21:51:36.5725534Z copying build\lib.win-amd64-cpython-39\torch\distributions\log_normal.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-20T21:51:36.5731057Z copying build\lib.win-amd64-cpython-39\torch\distributions\lowrank_multivariate_normal.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-20T21:51:36.5736432Z copying build\lib.win-amd64-cpython-39\torch\distributions\mixture_same_family.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-20T21:51:36.5741923Z copying build\lib.win-amd64-cpython-39\torch\distributions\multinomial.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-20T21:51:36.5747282Z copying build\lib.win-amd64-cpython-39\torch\distributions\multivariate_normal.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-20T21:51:36.5752669Z copying build\lib.win-amd64-cpython-39\torch\distributions\negative_binomial.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-20T21:51:36.5765326Z copying build\lib.win-amd64-cpython-39\torch\distributions\normal.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-20T21:51:36.5770796Z copying build\lib.win-amd64-cpython-39\torch\distributions\one_hot_categorical.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-20T21:51:36.5775940Z copying build\lib.win-amd64-cpython-39\torch\distributions\pareto.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-20T21:51:36.5781200Z copying build\lib.win-amd64-cpython-39\torch\distributions\poisson.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-20T21:51:36.5786436Z copying build\lib.win-amd64-cpython-39\torch\distributions\relaxed_bernoulli.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-20T21:51:36.5792800Z copying build\lib.win-amd64-cpython-39\torch\distributions\relaxed_categorical.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-20T21:51:36.5798189Z copying build\lib.win-amd64-cpython-39\torch\distributions\studentT.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-20T21:51:36.5803432Z copying build\lib.win-amd64-cpython-39\torch\distributions\transformed_distribution.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-20T21:51:36.5808933Z copying build\lib.win-amd64-cpython-39\torch\distributions\transforms.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-20T21:51:36.5814896Z copying build\lib.win-amd64-cpython-39\torch\distributions\uniform.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-20T21:51:36.5820740Z copying build\lib.win-amd64-cpython-39\torch\distributions\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-20T21:51:36.5825866Z copying build\lib.win-amd64-cpython-39\torch\distributions\von_mises.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-20T21:51:36.5835710Z copying build\lib.win-amd64-cpython-39\torch\distributions\weibull.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-20T21:51:36.5846995Z copying build\lib.win-amd64-cpython-39\torch\distributions\wishart.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-20T21:51:36.5852334Z copying build\lib.win-amd64-cpython-39\torch\distributions\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-08-20T21:51:36.5858345Z creating build\bdist.win-amd64\wheel\torch\export 2024-08-20T21:51:36.5861349Z copying build\lib.win-amd64-cpython-39\torch\export\custom_obj.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-08-20T21:51:36.5866423Z copying build\lib.win-amd64-cpython-39\torch\export\dynamic_shapes.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-08-20T21:51:36.5872940Z creating build\bdist.win-amd64\wheel\torch\export\experimental 2024-08-20T21:51:36.5875958Z copying build\lib.win-amd64-cpython-39\torch\export\experimental\__init__.py -> build\bdist.win-amd64\wheel\.\torch\export\experimental 2024-08-20T21:51:36.5881640Z copying build\lib.win-amd64-cpython-39\torch\export\exported_program.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-08-20T21:51:36.5898439Z copying build\lib.win-amd64-cpython-39\torch\export\graph_signature.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-08-20T21:51:36.5904770Z copying build\lib.win-amd64-cpython-39\torch\export\unflatten.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-08-20T21:51:36.5911324Z copying build\lib.win-amd64-cpython-39\torch\export\_remove_auto_functionalized_pass.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-08-20T21:51:36.5916795Z copying build\lib.win-amd64-cpython-39\torch\export\_remove_effect_tokens_pass.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-08-20T21:51:36.5922783Z copying build\lib.win-amd64-cpython-39\torch\export\_safeguard.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-08-20T21:51:36.5928301Z copying build\lib.win-amd64-cpython-39\torch\export\_trace.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-08-20T21:51:36.5939227Z copying build\lib.win-amd64-cpython-39\torch\export\_tree_utils.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-08-20T21:51:36.5944864Z copying build\lib.win-amd64-cpython-39\torch\export\_unlift.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-08-20T21:51:36.5950442Z copying build\lib.win-amd64-cpython-39\torch\export\__init__.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-08-20T21:51:36.5955729Z creating build\bdist.win-amd64\wheel\torch\fft 2024-08-20T21:51:36.5958597Z copying build\lib.win-amd64-cpython-39\torch\fft\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fft 2024-08-20T21:51:36.5964978Z creating build\bdist.win-amd64\wheel\torch\func 2024-08-20T21:51:36.5968197Z copying build\lib.win-amd64-cpython-39\torch\func\__init__.py -> build\bdist.win-amd64\wheel\.\torch\func 2024-08-20T21:51:36.5973057Z copying build\lib.win-amd64-cpython-39\torch\functional.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-20T21:51:36.5979941Z creating build\bdist.win-amd64\wheel\torch\futures 2024-08-20T21:51:36.5982854Z copying build\lib.win-amd64-cpython-39\torch\futures\__init__.py -> build\bdist.win-amd64\wheel\.\torch\futures 2024-08-20T21:51:36.5988717Z creating build\bdist.win-amd64\wheel\torch\fx 2024-08-20T21:51:36.5991624Z copying build\lib.win-amd64-cpython-39\torch\fx\annotate.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-08-20T21:51:36.5996901Z copying build\lib.win-amd64-cpython-39\torch\fx\config.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-08-20T21:51:36.6002768Z creating build\bdist.win-amd64\wheel\torch\fx\experimental 2024-08-20T21:51:36.6005510Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\accelerator_partitioner.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-08-20T21:51:36.6011931Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\const_fold.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-08-20T21:51:36.6017507Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\debug.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-08-20T21:51:36.6032203Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\graph_gradual_typechecker.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-08-20T21:51:36.6038756Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\merge_matmul.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-08-20T21:51:36.6044451Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\meta_tracer.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-08-20T21:51:36.6050132Z creating build\bdist.win-amd64\wheel\torch\fx\experimental\migrate_gradual_types 2024-08-20T21:51:36.6053609Z 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-20T21:51:36.6059799Z 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-20T21:51:36.6065917Z 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-20T21:51:36.6077703Z 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-20T21:51:36.6082954Z 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-20T21:51:36.6088260Z 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-20T21:51:36.6093724Z 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-20T21:51:36.6099666Z 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-20T21:51:36.6103984Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\normalize.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-08-20T21:51:36.6109411Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\optimization.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-08-20T21:51:36.6115452Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\partitioner_utils.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-08-20T21:51:36.6120746Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\proxy_tensor.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-08-20T21:51:36.6138004Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\recording.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-08-20T21:51:36.6143892Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\refinement_types.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-08-20T21:51:36.6149091Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\rewriter.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-08-20T21:51:36.6154675Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\schema_type_annotation.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-08-20T21:51:36.6160279Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\symbolic_shapes.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-08-20T21:51:36.6168100Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\sym_node.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-08-20T21:51:36.6174346Z creating build\bdist.win-amd64\wheel\torch\fx\experimental\unification 2024-08-20T21:51:36.6177476Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\core.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2024-08-20T21:51:36.6182804Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\dispatch.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2024-08-20T21:51:36.6187775Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\match.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2024-08-20T21:51:36.6193215Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\more.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2024-08-20T21:51:36.6199130Z creating build\bdist.win-amd64\wheel\torch\fx\experimental\unification\multipledispatch 2024-08-20T21:51:36.6213705Z 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-20T21:51:36.6218982Z 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-20T21:51:36.6224078Z 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-20T21:51:36.6236077Z 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-20T21:51:36.6241522Z 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-20T21:51:36.6253171Z 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-20T21:51:36.6257609Z 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-20T21:51:36.6263153Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\utils.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2024-08-20T21:51:36.6268149Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\variable.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2024-08-20T21:51:36.6273779Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2024-08-20T21:51:36.6278237Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unify_refinements.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-08-20T21:51:36.6283655Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\validator.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-08-20T21:51:36.6295286Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\_backward_state.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-08-20T21:51:36.6300490Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\_config.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-08-20T21:51:36.6305751Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-08-20T21:51:36.6309856Z copying build\lib.win-amd64-cpython-39\torch\fx\graph.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-08-20T21:51:36.6316391Z copying build\lib.win-amd64-cpython-39\torch\fx\graph_module.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-08-20T21:51:36.6337217Z copying build\lib.win-amd64-cpython-39\torch\fx\immutable_collections.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-08-20T21:51:36.6344650Z copying build\lib.win-amd64-cpython-39\torch\fx\interpreter.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-08-20T21:51:36.6353010Z copying build\lib.win-amd64-cpython-39\torch\fx\node.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-08-20T21:51:36.6361668Z copying build\lib.win-amd64-cpython-39\torch\fx\operator_schemas.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-08-20T21:51:36.6370626Z creating build\bdist.win-amd64\wheel\torch\fx\passes 2024-08-20T21:51:36.6375061Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\annotate_getitem_nodes.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-08-20T21:51:36.6383212Z creating build\bdist.win-amd64\wheel\torch\fx\passes\backends 2024-08-20T21:51:36.6386270Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\backends\cudagraphs.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\backends 2024-08-20T21:51:36.6395878Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\backends\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\backends 2024-08-20T21:51:36.6400124Z creating build\bdist.win-amd64\wheel\torch\fx\passes\dialect 2024-08-20T21:51:36.6402936Z creating build\bdist.win-amd64\wheel\torch\fx\passes\dialect\common 2024-08-20T21:51:36.6405864Z 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-20T21:51:36.6411838Z 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-20T21:51:36.6416589Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\dialect\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\dialect 2024-08-20T21:51:36.6420502Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\fake_tensor_prop.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-08-20T21:51:36.6425907Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\graph_drawer.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-08-20T21:51:36.6437482Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\graph_manipulation.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-08-20T21:51:36.6442822Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\graph_transform_observer.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-08-20T21:51:36.6448520Z creating build\bdist.win-amd64\wheel\torch\fx\passes\infra 2024-08-20T21:51:36.6451335Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\infra\partitioner.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\infra 2024-08-20T21:51:36.6456575Z 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-20T21:51:36.6461828Z 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-20T21:51:36.6466887Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\infra\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\infra 2024-08-20T21:51:36.6481096Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\net_min_base.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-08-20T21:51:36.6487251Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\operator_support.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-08-20T21:51:36.6492467Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\param_fetch.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-08-20T21:51:36.6498056Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\pass_manager.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-08-20T21:51:36.6503004Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\reinplace.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-08-20T21:51:36.6508861Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\runtime_assert.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-08-20T21:51:36.6514530Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\shape_prop.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-08-20T21:51:36.6520026Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\splitter_base.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-08-20T21:51:36.6526155Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\split_module.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-08-20T21:51:36.6532443Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\split_utils.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-08-20T21:51:36.6538106Z creating build\bdist.win-amd64\wheel\torch\fx\passes\tests 2024-08-20T21:51:36.6541213Z 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-20T21:51:36.6546984Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\tests\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\tests 2024-08-20T21:51:36.6550977Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\tools_common.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-08-20T21:51:36.6556644Z creating build\bdist.win-amd64\wheel\torch\fx\passes\utils 2024-08-20T21:51:36.6571788Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\utils\common.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\utils 2024-08-20T21:51:36.6576998Z 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-20T21:51:36.6582711Z 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-20T21:51:36.6588303Z 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-20T21:51:36.6600971Z 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-20T21:51:36.6606390Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\utils\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\utils 2024-08-20T21:51:36.6611534Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-08-20T21:51:36.6616588Z copying build\lib.win-amd64-cpython-39\torch\fx\proxy.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-08-20T21:51:36.6622715Z copying build\lib.win-amd64-cpython-39\torch\fx\subgraph_rewriter.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-08-20T21:51:36.6627945Z copying build\lib.win-amd64-cpython-39\torch\fx\tensor_type.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-08-20T21:51:36.6633362Z copying build\lib.win-amd64-cpython-39\torch\fx\traceback.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-08-20T21:51:36.6638780Z copying build\lib.win-amd64-cpython-39\torch\fx\_compatibility.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-08-20T21:51:36.6644724Z copying build\lib.win-amd64-cpython-39\torch\fx\_lazy_graph_module.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-08-20T21:51:36.6650411Z copying build\lib.win-amd64-cpython-39\torch\fx\_pytree.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-08-20T21:51:36.6655902Z copying build\lib.win-amd64-cpython-39\torch\fx\_symbolic_trace.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-08-20T21:51:36.6661680Z copying build\lib.win-amd64-cpython-39\torch\fx\_utils.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-08-20T21:51:36.6666901Z copying build\lib.win-amd64-cpython-39\torch\fx\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-08-20T21:51:36.6672034Z copying build\lib.win-amd64-cpython-39\torch\fx\__init__.pyi -> build\bdist.win-amd64\wheel\.\torch\fx 2024-08-20T21:51:36.6680722Z copying build\lib.win-amd64-cpython-39\torch\hub.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-20T21:51:36.6687283Z creating build\bdist.win-amd64\wheel\torch\include 2024-08-20T21:51:36.6691862Z creating build\bdist.win-amd64\wheel\torch\include\ATen 2024-08-20T21:51:36.6694901Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\AccumulateType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:36.6700221Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ArrayRef.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:36.6705720Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ATen.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:36.6710620Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\autocast_mode.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:36.6716556Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Backend.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:36.6740557Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Backtrace.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:36.6745515Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\BlasBackend.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:36.6750863Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CachedTensorUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:36.6756123Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ceil_div.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:36.6761138Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\code_template.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:36.6767055Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CollapseDims.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:36.6772679Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeExplicitAutogradFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:36.6778393Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeExplicitAutogradFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:36.6784715Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeExplicitAutogradNonFunctionalFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:36.6790434Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeExplicitAutogradNonFunctionalFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:36.6797154Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeImplicitAutogradFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:36.6802788Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeImplicitAutogradFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:36.6809692Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeImplicitAutogradNestedTensorFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:36.6815357Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeImplicitAutogradNestedTensorFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:36.6826356Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Config.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:36.6831880Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Context.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:36.6838404Z creating build\bdist.win-amd64\wheel\torch\include\ATen\core 2024-08-20T21:51:36.6841402Z 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-20T21:51:36.6846767Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Array.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-20T21:51:36.6852117Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ATenGeneral.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-20T21:51:36.6857449Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ATenOpList.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-20T21:51:36.6871065Z 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-20T21:51:36.6876411Z 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-20T21:51:36.6882590Z 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-20T21:51:36.6888191Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Backtrace.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-20T21:51:36.6892676Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\blob.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-20T21:51:36.6898295Z creating build\bdist.win-amd64\wheel\torch\include\ATen\core\boxing 2024-08-20T21:51:36.6901445Z 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-20T21:51:36.6906811Z 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-20T21:51:36.6912412Z creating build\bdist.win-amd64\wheel\torch\include\ATen\core\boxing\impl 2024-08-20T21:51:36.6915285Z 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-20T21:51:36.6921125Z 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-20T21:51:36.6927282Z 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-20T21:51:36.6933115Z 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-20T21:51:36.6946762Z 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-20T21:51:36.6951608Z 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-20T21:51:36.6963038Z 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-20T21:51:36.6968687Z 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-20T21:51:36.6974440Z 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-20T21:51:36.6979616Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\CachingHostAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-20T21:51:36.6985219Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\CheckMemoryFormat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-20T21:51:36.6990468Z 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-20T21:51:36.6999900Z 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-20T21:51:36.7005395Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\DeprecatedTypeProperties.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-20T21:51:36.7011180Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\DeprecatedTypePropertiesRegistry.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-20T21:51:36.7016513Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Dict.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-20T21:51:36.7021852Z 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-20T21:51:36.7027448Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Dimname.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-20T21:51:36.7032689Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\DimVector.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-20T21:51:36.7038250Z creating build\bdist.win-amd64\wheel\torch\include\ATen\core\dispatch 2024-08-20T21:51:36.7041300Z 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-20T21:51:36.7047000Z 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-20T21:51:36.7052996Z 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-20T21:51:36.7058384Z 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-20T21:51:36.7074039Z 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-20T21:51:36.7079316Z 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-20T21:51:36.7084945Z 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-20T21:51:36.7090337Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\DistributionsHelper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-20T21:51:36.7103165Z 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-20T21:51:36.7142062Z 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-20T21:51:36.7146724Z 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-20T21:51:36.7152263Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Formatting.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-20T21:51:36.7157679Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\function.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-20T21:51:36.7163082Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\functional.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-20T21:51:36.7168952Z 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-20T21:51:36.7174980Z 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-20T21:51:36.7180531Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Generator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-20T21:51:36.7186177Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\GeneratorForPrivateuseone.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-20T21:51:36.7191532Z 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-20T21:51:36.7203884Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\IListRef.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-20T21:51:36.7209674Z 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-20T21:51:36.7215250Z 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-20T21:51:36.7220969Z 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-20T21:51:36.7226548Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ivalue.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-20T21:51:36.7232856Z 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-20T21:51:36.7239511Z 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-20T21:51:36.7244938Z 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-20T21:51:36.7256637Z 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-20T21:51:36.7262613Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\LegacyTypeDispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-20T21:51:36.7276844Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\List.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-20T21:51:36.7282468Z 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-20T21:51:36.7287858Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\MT19937RNGEngine.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-20T21:51:36.7293345Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\NamedTensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-20T21:51:36.7299118Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\NestedIntSymNodeImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-20T21:51:36.7309429Z 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-20T21:51:36.7314956Z creating build\bdist.win-amd64\wheel\torch\include\ATen\core\op_registration 2024-08-20T21:51:36.7318188Z 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-20T21:51:36.7323348Z 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-20T21:51:36.7328691Z 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-20T21:51:36.7334046Z 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-20T21:51:36.7345163Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\PhiloxRNGEngine.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-20T21:51:36.7350570Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\PythonFallbackKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-20T21:51:36.7356028Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\PythonOpRegistrationTrampoline.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-20T21:51:36.7361714Z 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-20T21:51:36.7373890Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\QuantizerBase.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-20T21:51:36.7379069Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Range.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-20T21:51:36.7384031Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Reduction.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-20T21:51:36.7389426Z 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-20T21:51:36.7394356Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Scalar.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-20T21:51:36.7399337Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ScalarType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-20T21:51:36.7404273Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\stack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-20T21:51:36.7410007Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\symbol.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-20T21:51:36.7415614Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-20T21:51:36.7420432Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\TensorAccessor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-20T21:51:36.7425725Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\TensorBase.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-20T21:51:36.7431766Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\TensorBody.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-20T21:51:36.7450665Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\TorchDispatchUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-20T21:51:36.7455925Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\TransformationHelper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-20T21:51:36.7461122Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\typeid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-20T21:51:36.7466081Z 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-20T21:51:36.7472005Z 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-20T21:51:36.7477214Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\UndefinedTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-20T21:51:36.7486710Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\UnsafeFromTH.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-20T21:51:36.7492206Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\VariableHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-20T21:51:36.7497665Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Variadic.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-20T21:51:36.7502945Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Vitals.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-08-20T21:51:36.7508413Z 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-20T21:51:36.7514161Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu 2024-08-20T21:51:36.7517281Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\FlushDenormal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu 2024-08-20T21:51:36.7522470Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\Utils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu 2024-08-20T21:51:36.7528253Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu\vec 2024-08-20T21:51:36.7531250Z 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-20T21:51:36.7536331Z 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-20T21:51:36.7541786Z 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-20T21:51:36.7547529Z 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-20T21:51:36.7562354Z 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-20T21:51:36.7567757Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu\vec\vec256 2024-08-20T21:51:36.7571048Z 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-20T21:51:36.7584259Z 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-20T21:51:36.7589516Z 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-20T21:51:36.7594925Z 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-20T21:51:36.7613720Z 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-20T21:51:36.7619953Z 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-20T21:51:36.7625587Z 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-20T21:51:36.7631151Z 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-20T21:51:36.7636779Z 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-20T21:51:36.7643103Z 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-20T21:51:36.7649277Z 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-20T21:51:36.7655538Z 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-20T21:51:36.7662188Z 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-20T21:51:36.7667647Z 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-20T21:51:36.7674596Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu\vec\vec256\vsx 2024-08-20T21:51:36.7678256Z 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-20T21:51:36.7683768Z 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-20T21:51:36.7689201Z 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-20T21:51:36.7700783Z 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-20T21:51:36.7706588Z 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-20T21:51:36.7712375Z 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-20T21:51:36.7718386Z 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-20T21:51:36.7723999Z 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-20T21:51:36.7729683Z 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-20T21:51:36.7735400Z 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-20T21:51:36.7740796Z 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-20T21:51:36.7746773Z 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-20T21:51:36.7753153Z 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-20T21:51:36.7758995Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu\vec\vec256\zarch 2024-08-20T21:51:36.7762064Z 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-20T21:51:36.7769335Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu\vec\vec512 2024-08-20T21:51:36.7772188Z 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-20T21:51:36.7777775Z 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-20T21:51:36.7784226Z 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-20T21:51:36.7790153Z 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-20T21:51:36.7806346Z 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-20T21:51:36.7811913Z 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-20T21:51:36.7817958Z 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-20T21:51:36.7824498Z 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-20T21:51:36.7830959Z 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-20T21:51:36.7837130Z 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-20T21:51:36.7843084Z 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-20T21:51:36.7849113Z 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-20T21:51:36.7854526Z 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-20T21:51:36.7859831Z 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-20T21:51:36.7865120Z 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-20T21:51:36.7870338Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vml.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu 2024-08-20T21:51:36.7875731Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CPUApplyUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:36.7881581Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CPUFixedAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:36.7886859Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CPUFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:36.7892392Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CPUFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:36.7898657Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CPUGeneratorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:36.7904555Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cuda 2024-08-20T21:51:36.7907611Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\ApplyGridUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-20T21:51:36.7913101Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\AsmUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-20T21:51:36.7918194Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\ATenCUDAGeneral.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-20T21:51:36.7923122Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\Atomic.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-20T21:51:36.7929277Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CachingHostAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-20T21:51:36.7944906Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\cub.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-20T21:51:36.7949674Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\cub.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-20T21:51:36.7954798Z 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-20T21:51:36.7960062Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAApplyUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-20T21:51:36.7965741Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDABlas.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-20T21:51:36.7971599Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAContext.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-20T21:51:36.7976998Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAContextLight.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-20T21:51:36.7982462Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDADataType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-20T21:51:36.7988102Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDADevice.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-20T21:51:36.7993013Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAEvent.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-20T21:51:36.7998177Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAGeneratorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-20T21:51:36.8003412Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAGraph.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-20T21:51:36.8009478Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAGraphsUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-20T21:51:36.8014917Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDASparse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-20T21:51:36.8020364Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDASparseBlas.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-20T21:51:36.8025986Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDASparseDescriptors.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-20T21:51:36.8036733Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDATensorMethods.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-20T21:51:36.8042957Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-20T21:51:36.8048560Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cuda\detail 2024-08-20T21:51:36.8051712Z 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-20T21:51:36.8057028Z 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-20T21:51:36.8062400Z 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-20T21:51:36.8067741Z 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-20T21:51:36.8078600Z 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-20T21:51:36.8083898Z 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-20T21:51:36.8089755Z 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-20T21:51:36.8102171Z 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-20T21:51:36.8103949Z 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-20T21:51:36.8105943Z 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-20T21:51:36.8111290Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\DeviceUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-20T21:51:36.8116636Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\EmptyTensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-20T21:51:36.8122465Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\Exceptions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-20T21:51:36.8128167Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\jiterator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-20T21:51:36.8133693Z 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-20T21:51:36.8139306Z 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-20T21:51:36.8144619Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\NumericLimits.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-20T21:51:36.8156950Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\PeerToPeerAccess.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-20T21:51:36.8162494Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\PhiloxCudaState.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-20T21:51:36.8167732Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\PhiloxUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-20T21:51:36.8172689Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\PinnedMemoryAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-20T21:51:36.8177780Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\ScanUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-20T21:51:36.8182990Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\Sleep.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-20T21:51:36.8188182Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\ThrustAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-08-20T21:51:36.8194456Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cuda\tunable 2024-08-20T21:51:36.8197227Z 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-20T21:51:36.8202652Z 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-20T21:51:36.8208568Z 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-20T21:51:36.8214070Z 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-20T21:51:36.8225187Z 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-20T21:51:36.8230385Z 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-20T21:51:36.8235787Z 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-20T21:51:36.8241239Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CUDAFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:36.8252591Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CUDAFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:36.8258944Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cudnn 2024-08-20T21:51:36.8262263Z 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-20T21:51:36.8267024Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn\Descriptors.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cudnn 2024-08-20T21:51:36.8273036Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn\Exceptions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cudnn 2024-08-20T21:51:36.8277181Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn\Handle.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cudnn 2024-08-20T21:51:36.8297024Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn\Handles.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cudnn 2024-08-20T21:51:36.8303557Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn\Types.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cudnn 2024-08-20T21:51:36.8309355Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn\Utils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cudnn 2024-08-20T21:51:36.8314382Z creating build\bdist.win-amd64\wheel\torch\include\ATen\detail 2024-08-20T21:51:36.8317502Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\AcceleratorHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2024-08-20T21:51:36.8323259Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\CUDAHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2024-08-20T21:51:36.8328849Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\FunctionTraits.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2024-08-20T21:51:36.8346069Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\HIPHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2024-08-20T21:51:36.8351225Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\IPUHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2024-08-20T21:51:36.8356699Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\MAIAHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2024-08-20T21:51:36.8362220Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\MPSHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2024-08-20T21:51:36.8368081Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\MTIAHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2024-08-20T21:51:36.8373943Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\PrivateUse1HooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2024-08-20T21:51:36.8379490Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\XPUHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2024-08-20T21:51:36.8384714Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Device.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:36.8390254Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\DeviceAccelerator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:36.8395664Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\DeviceGuard.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:36.8401333Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Dimname.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:36.8407319Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\DimVector.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:36.8412241Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:36.8418482Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Dispatch_v2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:36.8425081Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\div_rtn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:36.8430827Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\DLConvertor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:36.8436361Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\dlpack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:36.8636428Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\DynamicLibrary.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:36.8642477Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\EmptyTensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:36.8648376Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ExpandBase.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:36.8654003Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ExpandUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:36.8660096Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Formatting.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:36.8665320Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\FunctionalStorageImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:36.8670713Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\FunctionalTensorWrapper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:36.8676614Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Functions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:36.8683530Z creating build\bdist.win-amd64\wheel\torch\include\ATen\functorch 2024-08-20T21:51:36.8686921Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\ADInterpreters.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2024-08-20T21:51:36.8692585Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\BatchedFallback.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2024-08-20T21:51:36.8697952Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\BatchedTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2024-08-20T21:51:36.8719315Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\BatchingMetaprogramming.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2024-08-20T21:51:36.8724297Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\BatchRulesHelper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2024-08-20T21:51:36.8730646Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\DynamicLayer.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2024-08-20T21:51:36.8736085Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\FunctionalizeInterpreter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2024-08-20T21:51:36.8741781Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\Interpreter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2024-08-20T21:51:36.8747309Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\LegacyVmapTransforms.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2024-08-20T21:51:36.8752464Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\Macros.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2024-08-20T21:51:36.8757718Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\PlumbingHelper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2024-08-20T21:51:36.8763257Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\TensorWrapper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2024-08-20T21:51:36.8769023Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\VmapInterpreter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2024-08-20T21:51:36.8774631Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\FuncTorchTLS.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:36.8787778Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Generator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:36.8793369Z creating build\bdist.win-amd64\wheel\torch\include\ATen\hip 2024-08-20T21:51:36.8796548Z creating build\bdist.win-amd64\wheel\torch\include\ATen\hip\impl 2024-08-20T21:51:36.8799757Z 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-20T21:51:36.8805408Z 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-20T21:51:36.8810874Z 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-20T21:51:36.8825548Z 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-20T21:51:36.8830736Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\InferSize.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:36.8836153Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\InitialTensorOptions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:36.8841419Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\jiterator_macros.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:36.8846938Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\jit_macros.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:36.8852154Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Layout.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:36.8857443Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\LegacyBatchedFallback.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:36.8863353Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\LegacyBatchedTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:36.8868805Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\LegacyVmapMode.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:36.8892004Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\LegacyVmapTransforms.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:36.8897539Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\LinalgBackend.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:36.8902902Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\MapAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:36.8908398Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\MatrixRef.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:36.8913943Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\MemoryOverlap.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:36.8919844Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\MetaFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:36.8925177Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\MetaFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:36.8963173Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\MethodOperators.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:36.8969239Z creating build\bdist.win-amd64\wheel\torch\include\ATen\miopen 2024-08-20T21:51:36.8972126Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\miopen\Descriptors.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\miopen 2024-08-20T21:51:36.8977423Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\miopen\Exceptions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\miopen 2024-08-20T21:51:36.8982549Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\miopen\Handle.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\miopen 2024-08-20T21:51:36.8987498Z 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-20T21:51:36.9000171Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\miopen\Types.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\miopen 2024-08-20T21:51:36.9004611Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\miopen\Utils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\miopen 2024-08-20T21:51:36.9010196Z creating build\bdist.win-amd64\wheel\torch\include\ATen\mps 2024-08-20T21:51:36.9013166Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\EmptyTensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2024-08-20T21:51:36.9018717Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\IndexKernels.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2024-08-20T21:51:36.9024639Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2024-08-20T21:51:36.9030474Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSAllocatorInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2024-08-20T21:51:36.9044605Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSDevice.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2024-08-20T21:51:36.9049999Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSEvent.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2024-08-20T21:51:36.9055348Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSGeneratorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2024-08-20T21:51:36.9060681Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSGuardImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2024-08-20T21:51:36.9065883Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSHooks.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2024-08-20T21:51:36.9071175Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSProfiler.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2024-08-20T21:51:36.9077338Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSStream.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2024-08-20T21:51:36.9082883Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\NamedTensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:36.9094753Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\NamedTensorUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:36.9101625Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native 2024-08-20T21:51:36.9104626Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Activation.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-20T21:51:36.9110783Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\AdaptivePooling.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-20T21:51:36.9115852Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\AmpKernels.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-20T21:51:36.9121175Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\BatchLinearAlgebra.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-20T21:51:36.9138087Z 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-20T21:51:36.9143395Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\BinaryOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-20T21:51:36.9148839Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\BucketizationUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-20T21:51:36.9154187Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\CanUse32BitIndexMath.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-20T21:51:36.9159965Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ComplexHelper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-20T21:51:36.9165291Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\CompositeRandomAccessor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-20T21:51:36.9170869Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\CompositeRandomAccessorCommon.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-20T21:51:36.9176212Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ConvolutionMM3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-20T21:51:36.9181322Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ConvUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-20T21:51:36.9187758Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-20T21:51:36.9193537Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\cpu 2024-08-20T21:51:36.9196647Z 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-20T21:51:36.9201961Z 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-20T21:51:36.9207877Z 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-20T21:51:36.9213087Z 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-20T21:51:36.9311082Z 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-20T21:51:36.9316063Z 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-20T21:51:36.9321210Z 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-20T21:51:36.9327156Z 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-20T21:51:36.9332621Z 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-20T21:51:36.9337869Z 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-20T21:51:36.9343208Z 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-20T21:51:36.9348326Z 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-20T21:51:36.9353647Z 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-20T21:51:36.9359098Z 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-20T21:51:36.9364991Z 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-20T21:51:36.9370034Z 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-20T21:51:36.9375686Z 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-20T21:51:36.9381142Z 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-20T21:51:36.9386096Z 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-20T21:51:36.9392107Z 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-20T21:51:36.9643112Z 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-20T21:51:36.9648029Z 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-20T21:51:36.9653602Z 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-20T21:51:36.9659500Z 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-20T21:51:36.9664976Z 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-20T21:51:36.9670766Z 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-20T21:51:36.9676969Z 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-20T21:51:36.9682485Z 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-20T21:51:36.9687531Z 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-20T21:51:36.9693070Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\CPUBlas.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-20T21:51:36.9698609Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\CPUFallback.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-20T21:51:36.9703822Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Cross.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-20T21:51:36.9709795Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\cuda 2024-08-20T21:51:36.9712835Z 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-20T21:51:36.9717912Z 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-20T21:51:36.9723393Z 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-20T21:51:36.9735328Z 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-20T21:51:36.9841872Z 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-20T21:51:36.9846762Z 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-20T21:51:36.9852107Z 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-20T21:51:36.9857458Z 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-20T21:51:36.9863697Z 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-20T21:51:36.9868556Z 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-20T21:51:36.9873611Z 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-20T21:51:36.9879253Z 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-20T21:51:36.9885241Z 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-20T21:51:36.9890415Z 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-20T21:51:36.9896447Z 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-20T21:51:36.9901557Z 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-20T21:51:36.9907232Z 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-20T21:51:36.9913246Z 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-20T21:51:36.9933005Z 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-20T21:51:36.9938323Z 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-20T21:51:36.9952533Z 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-20T21:51:36.9957916Z 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-20T21:51:36.9963308Z 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-20T21:51:36.9968711Z 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-20T21:51:36.9974517Z 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-20T21:51:36.9980090Z 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-20T21:51:36.9985630Z 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-20T21:51:36.9991328Z 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-20T21:51:37.0085090Z 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-20T21:51:37.0090549Z 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-20T21:51:37.0097577Z 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-20T21:51:37.0103058Z 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-20T21:51:37.0108535Z 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-20T21:51:37.0114299Z 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-20T21:51:37.0120675Z 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-20T21:51:37.0126821Z 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-20T21:51:37.0132494Z 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-20T21:51:37.0144057Z 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-20T21:51:37.0150765Z 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-20T21:51:37.0155953Z 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-20T21:51:37.0173232Z 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-20T21:51:37.0179099Z 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-20T21:51:37.0184304Z 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-20T21:51:37.0189886Z 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-20T21:51:37.0195765Z 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-20T21:51:37.0201164Z 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-20T21:51:37.0206435Z 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-20T21:51:37.0212106Z 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-20T21:51:37.0217624Z 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-20T21:51:37.0222996Z 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-20T21:51:37.0228473Z 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-20T21:51:37.0244553Z 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-20T21:51:37.0249778Z 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-20T21:51:37.0255065Z 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-20T21:51:37.0260577Z 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-20T21:51:37.0265831Z 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-20T21:51:37.0271108Z 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-20T21:51:37.0276579Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\DilatedConvolutionUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-20T21:51:37.0281831Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\DispatchStub.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-20T21:51:37.0300119Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Distance.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-20T21:51:37.0305274Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Distributions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-20T21:51:37.0311197Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\DistributionTemplates.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-20T21:51:37.0317220Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\EmbeddingBag.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-20T21:51:37.0322461Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Fill.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-20T21:51:37.0327582Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ForeachUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-20T21:51:37.0332938Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\FractionalMaxPooling.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-20T21:51:37.0338412Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\FunctionOfAMatrixUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-20T21:51:37.0343661Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\FusedAdagrad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-20T21:51:37.0348701Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\FusedAdam.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-20T21:51:37.0354193Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\FusedSGD.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-20T21:51:37.0359301Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\GridSampler.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-20T21:51:37.0375017Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\GridSamplerUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-20T21:51:37.0380273Z 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-20T21:51:37.0385724Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Histogram.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-20T21:51:37.0391121Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\im2col.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-20T21:51:37.0396679Z 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-20T21:51:37.0402097Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\IndexingUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-20T21:51:37.0407832Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\IndexKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-20T21:51:37.0413103Z 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-20T21:51:37.0418596Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Lerp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-20T21:51:37.0424182Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\LinearAlgebra.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-20T21:51:37.0440657Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\LinearAlgebraUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-20T21:51:37.0446663Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\LossMulti.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-20T21:51:37.0452175Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Math.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-20T21:51:37.0459415Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\MathBitFallThroughLists.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-20T21:51:37.0465692Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\MathBitsFallback.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-20T21:51:37.0471071Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\MaxPooling.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-20T21:51:37.0477736Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\mps 2024-08-20T21:51:37.0480921Z 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-20T21:51:37.0486725Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps\MPSGraphSequoiaOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\mps 2024-08-20T21:51:37.0493401Z 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-20T21:51:37.0499364Z 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-20T21:51:37.0526443Z 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-20T21:51:37.0533047Z 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-20T21:51:37.0539004Z 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-20T21:51:37.0545407Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\nested 2024-08-20T21:51:37.0548879Z 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-20T21:51:37.0555452Z 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-20T21:51:37.0560397Z 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-20T21:51:37.0574130Z 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-20T21:51:37.0579507Z 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-20T21:51:37.0585439Z 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-20T21:51:37.0590564Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\NonEmptyUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-20T21:51:37.0596210Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\NonSymbolicBC.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-20T21:51:37.0601677Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Normalization.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-20T21:51:37.0618757Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Padding.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-20T21:51:37.0624076Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\PixelShuffle.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-20T21:51:37.0629546Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\PointwiseOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-20T21:51:37.0639385Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Pool.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-20T21:51:37.0644837Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Pow.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-20T21:51:37.0650864Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\quantized 2024-08-20T21:51:37.0653950Z 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-20T21:51:37.0659551Z 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-20T21:51:37.0664809Z 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-20T21:51:37.0680656Z 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-20T21:51:37.0687641Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\quantized\cpu 2024-08-20T21:51:37.0690413Z 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-20T21:51:37.0695823Z 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-20T21:51:37.0701774Z 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-20T21:51:37.0706733Z 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-20T21:51:37.0728295Z 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-20T21:51:37.0733475Z 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-20T21:51:37.0739202Z 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-20T21:51:37.0744558Z 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-20T21:51:37.0749932Z 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-20T21:51:37.0756309Z 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-20T21:51:37.0761217Z 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-20T21:51:37.0766596Z 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-20T21:51:37.0771750Z 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-20T21:51:37.0777134Z 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-20T21:51:37.0783225Z 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-20T21:51:37.0788509Z 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-20T21:51:37.0793870Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\RangeFactories.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-20T21:51:37.0798901Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ReduceAllOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-20T21:51:37.0804132Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ReduceOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-20T21:51:37.0809894Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ReduceOpsUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-20T21:51:37.0815670Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ReductionType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-20T21:51:37.0847002Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Repeat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-20T21:51:37.0851957Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Resize.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-20T21:51:37.0857117Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ResizeCommon.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-20T21:51:37.0862442Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\RNN.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-20T21:51:37.0867874Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ScatterGatherChecks.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-20T21:51:37.0873339Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\SegmentReduce.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-20T21:51:37.0878891Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\SharedReduceOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-20T21:51:37.0884915Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\SobolEngineOpsUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-20T21:51:37.0890321Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Sorting.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-20T21:51:37.0895268Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\SortingUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-20T21:51:37.0900737Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\SparseTensorUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-20T21:51:37.0906649Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\SpectralOpsUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-20T21:51:37.0979842Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\StridedRandomAccessor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-20T21:51:37.1023426Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorAdvancedIndexing.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-20T21:51:37.1029066Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorAdvancedIndexingUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-20T21:51:37.1034705Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorCompare.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-20T21:51:37.1040260Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorConversions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-20T21:51:37.1056156Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorDimApply.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-20T21:51:37.1061788Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorFactories.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-20T21:51:37.1067477Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorIterator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-20T21:51:37.1083035Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorIteratorDynamicCasting.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-20T21:51:37.1088783Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorProperties.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-20T21:51:37.1094044Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorShape.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-20T21:51:37.1099886Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorTransformations.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-20T21:51:37.1105394Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TopKImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-20T21:51:37.1118700Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\transformers 2024-08-20T21:51:37.1121690Z 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-20T21:51:37.1127369Z 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-20T21:51:37.1133268Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TransposeType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-20T21:51:37.1138746Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TriangularOpsUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-20T21:51:37.1144259Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TypeProperties.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-20T21:51:37.1149973Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\UnaryOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-20T21:51:37.1155354Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Unfold2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-20T21:51:37.1160855Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Unfold3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-20T21:51:37.1166566Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\UnfoldBackward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-20T21:51:37.1171966Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\UpSample.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-20T21:51:37.1178261Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\utils 2024-08-20T21:51:37.1181647Z 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-20T21:51:37.1186296Z 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-20T21:51:37.1191705Z 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-20T21:51:37.1197232Z 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-20T21:51:37.1202417Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\vol2col.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-08-20T21:51:37.1208269Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\NativeFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:37.1214880Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\NativeMetaFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:37.1222107Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\NestedTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:37.1227349Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\NumericUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:37.1232955Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\OpaqueTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:37.1258240Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Operators.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:37.1264644Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\OpMathType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:37.1425239Z creating build\bdist.win-amd64\wheel\torch\include\ATen\ops 2024-08-20T21:51:37.1428342Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\abs.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:37.1434705Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\absolute.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:37.1440317Z 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-20T21:51:37.1445596Z 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-20T21:51:37.1457853Z 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-20T21:51:37.1463399Z 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-20T21:51:37.1468705Z 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-20T21:51:37.1474092Z 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-20T21:51:37.1479481Z 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-20T21:51:37.1485061Z 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-20T21:51:37.1490295Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acos.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:37.1495769Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acosh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:37.1501333Z 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-20T21:51:37.1506475Z 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-20T21:51:37.1512023Z 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-20T21:51:37.1517335Z 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-20T21:51:37.1522530Z 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-20T21:51:37.1528235Z 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-20T21:51:37.1533629Z 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-20T21:51:37.1539547Z 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-20T21:51:37.1551165Z 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-20T21:51:37.1556323Z 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-20T21:51:37.1561556Z 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-20T21:51:37.1566794Z 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-20T21:51:37.1572137Z 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-20T21:51:37.1578094Z 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-20T21:51:37.1583477Z 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-20T21:51:37.1589164Z 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-20T21:51:37.1594484Z 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-20T21:51:37.1599758Z 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-20T21:51:37.1613217Z 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-20T21:51:37.1618939Z 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-20T21:51:37.1624424Z 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-20T21:51:37.1629943Z 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-20T21:51:37.1635913Z 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-20T21:51:37.1642035Z 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-20T21:51:37.1647812Z 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-20T21:51:37.1653762Z 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-20T21:51:37.1667392Z 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-20T21:51:37.1673007Z 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-20T21:51:37.1678633Z 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-20T21:51:37.1684343Z 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-20T21:51:37.1690497Z 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-20T21:51:37.1696269Z 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-20T21:51:37.1702316Z 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-20T21:51:37.1708016Z 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-20T21:51:37.1713888Z 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-20T21:51:37.1719478Z 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-20T21:51:37.1746896Z 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-20T21:51:37.1752336Z 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-20T21:51:37.1757910Z 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-20T21:51:37.1763587Z 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-20T21:51:37.1769345Z 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-20T21:51:37.1775670Z 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-20T21:51:37.1781382Z 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-20T21:51:37.1787152Z 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-20T21:51:37.1793166Z 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-20T21:51:37.1799021Z 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-20T21:51:37.1804743Z 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-20T21:51:37.1816960Z 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-20T21:51:37.1823041Z 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-20T21:51:37.1828942Z 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-20T21:51:37.1834761Z 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-20T21:51:37.1840495Z 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-20T21:51:37.1846544Z 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-20T21:51:37.1860335Z 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-20T21:51:37.1865708Z 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-20T21:51:37.1871590Z 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-20T21:51:37.1877527Z 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-20T21:51:37.1883691Z 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-20T21:51:37.1889661Z 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-20T21:51:37.1902346Z 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-20T21:51:37.1907960Z 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-20T21:51:37.1913972Z 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-20T21:51:37.1919527Z 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-20T21:51:37.1925244Z 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-20T21:51:37.1931791Z 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-20T21:51:37.1937267Z 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-20T21:51:37.1943222Z 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-20T21:51:37.1950217Z 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-20T21:51:37.1956150Z 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-20T21:51:37.1961751Z 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-20T21:51:37.1967911Z 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-20T21:51:37.1973010Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\add.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:37.1978552Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addbmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:37.1984014Z 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-20T21:51:37.1989754Z 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-20T21:51:37.1995182Z 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-20T21:51:37.2001109Z 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-20T21:51:37.2006616Z 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-20T21:51:37.2014127Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcdiv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:37.2025866Z 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-20T21:51:37.2030926Z 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-20T21:51:37.2044610Z 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-20T21:51:37.2050196Z 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-20T21:51:37.2055720Z 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-20T21:51:37.2061268Z 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-20T21:51:37.2066828Z 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-20T21:51:37.2072264Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcmul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:37.2077920Z 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-20T21:51:37.2083964Z 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-20T21:51:37.2090016Z 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-20T21:51:37.2095561Z 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-20T21:51:37.2101548Z 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-20T21:51:37.2107028Z 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-20T21:51:37.2112589Z 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-20T21:51:37.2118047Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:37.2123857Z 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-20T21:51:37.2130082Z 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-20T21:51:37.2135626Z 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-20T21:51:37.2141004Z 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-20T21:51:37.2146576Z 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-20T21:51:37.2152333Z 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-20T21:51:37.2158126Z 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-20T21:51:37.2172091Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:37.2177762Z 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-20T21:51:37.2183725Z 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-20T21:51:37.2189273Z 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-20T21:51:37.2194670Z 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-20T21:51:37.2200709Z 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-20T21:51:37.2206613Z 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-20T21:51:37.2212399Z 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-20T21:51:37.2217809Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:37.2223524Z 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-20T21:51:37.2229243Z 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-20T21:51:37.2234581Z 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-20T21:51:37.2240287Z 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-20T21:51:37.2245724Z 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-20T21:51:37.2251644Z 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-20T21:51:37.2257295Z 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-20T21:51:37.2263277Z 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-20T21:51:37.2269169Z 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-20T21:51:37.2274704Z 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-20T21:51:37.2279932Z 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-20T21:51:37.2285472Z 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-20T21:51:37.2291333Z 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-20T21:51:37.2296806Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adjoint.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:37.2302247Z 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-20T21:51:37.2308769Z 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-20T21:51:37.2314346Z 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-20T21:51:37.2320044Z 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-20T21:51:37.2325792Z 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-20T21:51:37.2331975Z 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-20T21:51:37.2337639Z 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-20T21:51:37.2343504Z 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-20T21:51:37.2349754Z 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-20T21:51:37.2355482Z 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-20T21:51:37.2361138Z 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-20T21:51:37.2366805Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alias.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:37.2372348Z 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-20T21:51:37.2377859Z 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-20T21:51:37.2384391Z 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-20T21:51:37.2390396Z 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-20T21:51:37.2409840Z 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-20T21:51:37.2415557Z 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-20T21:51:37.2421239Z 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-20T21:51:37.2426601Z 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-20T21:51:37.2432202Z 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-20T21:51:37.2437938Z 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-20T21:51:37.2443764Z 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-20T21:51:37.2449180Z 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-20T21:51:37.2454923Z 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-20T21:51:37.2461143Z 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-20T21:51:37.2466682Z 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-20T21:51:37.2472398Z 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-20T21:51:37.2478410Z 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-20T21:51:37.2484300Z 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-20T21:51:37.2489945Z 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-20T21:51:37.2495687Z 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-20T21:51:37.2501069Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\all.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:37.2506104Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\allclose.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:37.2511804Z 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-20T21:51:37.2517230Z 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-20T21:51:37.2522749Z 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-20T21:51:37.2529025Z 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-20T21:51:37.2534876Z 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-20T21:51:37.2540520Z 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-20T21:51:37.2546028Z 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-20T21:51:37.2551415Z 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-20T21:51:37.2556962Z 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-20T21:51:37.2562242Z 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-20T21:51:37.2567894Z 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-20T21:51:37.2573560Z 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-20T21:51:37.2579043Z 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-20T21:51:37.2584761Z 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-20T21:51:37.2590405Z 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-20T21:51:37.2595802Z 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-20T21:51:37.2601690Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:37.2607485Z 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-20T21:51:37.2613140Z 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-20T21:51:37.2618967Z 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-20T21:51:37.2624439Z 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-20T21:51:37.2629924Z 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-20T21:51:37.2635838Z 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-20T21:51:37.2649104Z 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-20T21:51:37.2654153Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:37.2659590Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\aminmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:37.2665559Z 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-20T21:51:37.2670703Z 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-20T21:51:37.2676236Z 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-20T21:51:37.2681652Z 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-20T21:51:37.2687626Z 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-20T21:51:37.2693130Z 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-20T21:51:37.2698676Z 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-20T21:51:37.2705032Z 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-20T21:51:37.2710310Z 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-20T21:51:37.2715665Z 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-20T21:51:37.2721164Z 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-20T21:51:37.2726588Z 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-20T21:51:37.2732041Z 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-20T21:51:37.2737309Z 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-20T21:51:37.2742581Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\and.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:37.2748419Z 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-20T21:51:37.2753727Z 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-20T21:51:37.2759398Z 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-20T21:51:37.2764989Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\angle.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:37.2770466Z 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-20T21:51:37.2776067Z 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-20T21:51:37.2781549Z 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-20T21:51:37.2787324Z 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-20T21:51:37.2792864Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\any.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:37.2798974Z 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-20T21:51:37.2804667Z 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-20T21:51:37.2810632Z 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-20T21:51:37.2816198Z 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-20T21:51:37.2822159Z 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-20T21:51:37.2827684Z 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-20T21:51:37.2833092Z 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-20T21:51:37.2838858Z 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-20T21:51:37.2844327Z 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-20T21:51:37.2850559Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arange.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:37.2856796Z 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-20T21:51:37.2862257Z 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-20T21:51:37.2867996Z 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-20T21:51:37.2873775Z 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-20T21:51:37.2887141Z 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-20T21:51:37.2892913Z 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-20T21:51:37.2898494Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arccos.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:37.2903947Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arccosh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:37.2909680Z 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-20T21:51:37.2915453Z 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-20T21:51:37.2920980Z 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-20T21:51:37.2927000Z 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-20T21:51:37.2932647Z 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-20T21:51:37.2938174Z 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-20T21:51:37.2944124Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arcsin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:37.2949454Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arcsinh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:37.2955089Z 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-20T21:51:37.2960503Z 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-20T21:51:37.2966033Z 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-20T21:51:37.2972134Z 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-20T21:51:37.2977787Z 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-20T21:51:37.2983480Z 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-20T21:51:37.3016505Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctan.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:37.3021864Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctan2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:37.3027543Z 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-20T21:51:37.3033180Z 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-20T21:51:37.3038814Z 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-20T21:51:37.3044425Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctanh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:37.3050445Z 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-20T21:51:37.3055868Z 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-20T21:51:37.3061542Z 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-20T21:51:37.3067322Z 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-20T21:51:37.3072789Z 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-20T21:51:37.3078309Z 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-20T21:51:37.3084125Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:37.3090133Z 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-20T21:51:37.3095727Z 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-20T21:51:37.3101208Z 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-20T21:51:37.3107217Z 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-20T21:51:37.3112870Z 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-20T21:51:37.3118338Z 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-20T21:51:37.3123714Z 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-20T21:51:37.3129310Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:37.3134954Z 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-20T21:51:37.3140601Z 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-20T21:51:37.3146605Z 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-20T21:51:37.3152085Z 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-20T21:51:37.3157685Z 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-20T21:51:37.3163159Z 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-20T21:51:37.3168913Z 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-20T21:51:37.3174446Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argsort.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:37.3180556Z 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-20T21:51:37.3185813Z 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-20T21:51:37.3191201Z 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-20T21:51:37.3196756Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argwhere.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:37.3202006Z 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-20T21:51:37.3207370Z 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-20T21:51:37.3212762Z 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-20T21:51:37.3218064Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:37.3223472Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asinh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:37.3229620Z 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-20T21:51:37.3235025Z 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-20T21:51:37.3240377Z 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-20T21:51:37.3245651Z 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-20T21:51:37.3251519Z 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-20T21:51:37.3256971Z 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-20T21:51:37.3262400Z 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-20T21:51:37.3268469Z 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-20T21:51:37.3273644Z 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-20T21:51:37.3278999Z 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-20T21:51:37.3284603Z 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-20T21:51:37.3289837Z 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-20T21:51:37.3295195Z 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-20T21:51:37.3300689Z 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-20T21:51:37.3305935Z 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-20T21:51:37.3312157Z 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-20T21:51:37.3317823Z 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-20T21:51:37.3323950Z 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-20T21:51:37.3329815Z 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-20T21:51:37.3346568Z 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-20T21:51:37.3352356Z 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-20T21:51:37.3358057Z 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-20T21:51:37.3363751Z 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-20T21:51:37.3369567Z 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-20T21:51:37.3375299Z 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-20T21:51:37.3381186Z 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-20T21:51:37.3386872Z 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-20T21:51:37.3393025Z 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-20T21:51:37.3399097Z 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-20T21:51:37.3404822Z 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-20T21:51:37.3410566Z 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-20T21:51:37.3416120Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:37.3421428Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:37.3427249Z 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-20T21:51:37.3433039Z 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-20T21:51:37.3438571Z 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-20T21:51:37.3444109Z 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-20T21:51:37.3449730Z 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-20T21:51:37.3455529Z 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-20T21:51:37.3461007Z 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-20T21:51:37.3466620Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atanh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:37.3472473Z 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-20T21:51:37.3478207Z 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-20T21:51:37.3484089Z 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-20T21:51:37.3489980Z 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-20T21:51:37.3495406Z 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-20T21:51:37.3501130Z 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-20T21:51:37.3506770Z 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-20T21:51:37.3512805Z 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-20T21:51:37.3518490Z 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-20T21:51:37.3524135Z 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-20T21:51:37.3530166Z 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-20T21:51:37.3535749Z 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-20T21:51:37.3541835Z 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-20T21:51:37.3547411Z 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-20T21:51:37.3552796Z 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-20T21:51:37.3558744Z 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-20T21:51:37.3564370Z 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-20T21:51:37.3569967Z 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-20T21:51:37.3575531Z 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-20T21:51:37.3582011Z 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-20T21:51:37.3587089Z 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-20T21:51:37.3592595Z 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-20T21:51:37.3598341Z 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-20T21:51:37.3604321Z 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-20T21:51:37.3610149Z 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-20T21:51:37.3615566Z 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-20T21:51:37.3621107Z 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-20T21:51:37.3626975Z 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-20T21:51:37.3638992Z 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-20T21:51:37.3644518Z 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-20T21:51:37.3650248Z 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-20T21:51:37.3657376Z 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-20T21:51:37.3664776Z 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-20T21:51:37.3670405Z 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-20T21:51:37.3675926Z 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-20T21:51:37.3681826Z 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-20T21:51:37.3687704Z 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-20T21:51:37.3693535Z 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-20T21:51:37.3699089Z 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-20T21:51:37.3705241Z 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-20T21:51:37.3710817Z 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-20T21:51:37.3716476Z 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-20T21:51:37.3722126Z 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-20T21:51:37.3728050Z 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-20T21:51:37.3733611Z 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-20T21:51:37.3739186Z 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-20T21:51:37.3744572Z 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-20T21:51:37.3750175Z 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-20T21:51:37.3756302Z 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-20T21:51:37.3762278Z 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-20T21:51:37.3768503Z 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-20T21:51:37.3774000Z 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-20T21:51:37.3779663Z 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-20T21:51:37.3785330Z 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-20T21:51:37.3791116Z 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-20T21:51:37.3798158Z 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-20T21:51:37.3803770Z 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-20T21:51:37.3809542Z 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-20T21:51:37.3830276Z 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-20T21:51:37.3835744Z 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-20T21:51:37.3841254Z 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-20T21:51:37.3847190Z 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-20T21:51:37.3852683Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\baddbmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:37.3858409Z 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-20T21:51:37.3863902Z 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-20T21:51:37.3869668Z 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-20T21:51:37.3875044Z 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-20T21:51:37.3880674Z 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-20T21:51:37.3886196Z 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-20T21:51:37.3891788Z 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-20T21:51:37.3897298Z 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-20T21:51:37.3903108Z 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-20T21:51:37.3908653Z 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-20T21:51:37.3915046Z 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-20T21:51:37.3926655Z 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-20T21:51:37.3932399Z 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-20T21:51:37.3937944Z 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-20T21:51:37.3943564Z 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-20T21:51:37.3949326Z 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-20T21:51:37.3955341Z 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-20T21:51:37.3960957Z 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-20T21:51:37.3967190Z 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-20T21:51:37.3973383Z 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-20T21:51:37.3979116Z 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-20T21:51:37.3984917Z 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-20T21:51:37.3990674Z 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-20T21:51:37.3997395Z 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-20T21:51:37.4003122Z 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-20T21:51:37.4009035Z 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-20T21:51:37.4014655Z 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-20T21:51:37.4020921Z 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-20T21:51:37.4026400Z 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-20T21:51:37.4043423Z 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-20T21:51:37.4059991Z 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-20T21:51:37.4065928Z 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-20T21:51:37.4071575Z 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-20T21:51:37.4077587Z 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-20T21:51:37.4083711Z 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-20T21:51:37.4089659Z 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-20T21:51:37.4095890Z 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-20T21:51:37.4101776Z 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-20T21:51:37.4107985Z 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-20T21:51:37.4114045Z 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-20T21:51:37.4119862Z 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-20T21:51:37.4126066Z 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-20T21:51:37.4131737Z 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-20T21:51:37.4137350Z 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-20T21:51:37.4143028Z 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-20T21:51:37.4149352Z 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-20T21:51:37.4155326Z 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-20T21:51:37.4161101Z 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-20T21:51:37.4166675Z 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-20T21:51:37.4172891Z 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-20T21:51:37.4179368Z 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-20T21:51:37.4185223Z 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-20T21:51:37.4190952Z 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-20T21:51:37.4196665Z 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-20T21:51:37.4202440Z 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-20T21:51:37.4208276Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bernoulli.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:37.4214760Z 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-20T21:51:37.4220521Z 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-20T21:51:37.4226485Z 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-20T21:51:37.4232232Z 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-20T21:51:37.4254943Z 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-20T21:51:37.4260491Z 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-20T21:51:37.4266284Z 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-20T21:51:37.4272092Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bilinear.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:37.4278076Z 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-20T21:51:37.4283607Z 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-20T21:51:37.4289194Z 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-20T21:51:37.4294876Z 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-20T21:51:37.4300707Z 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-20T21:51:37.4306630Z 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-20T21:51:37.4312472Z 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-20T21:51:37.4318389Z 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-20T21:51:37.4324327Z 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-20T21:51:37.4330178Z 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-20T21:51:37.4336313Z 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-20T21:51:37.4342124Z 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-20T21:51:37.4348111Z 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-20T21:51:37.4354369Z 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-20T21:51:37.4360639Z 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-20T21:51:37.4366462Z 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-20T21:51:37.4372782Z 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-20T21:51:37.4378212Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bincount.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:37.4383832Z 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-20T21:51:37.4389451Z 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-20T21:51:37.4395102Z 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-20T21:51:37.4401680Z 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-20T21:51:37.4407129Z 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-20T21:51:37.4412871Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binomial.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:37.4418547Z 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-20T21:51:37.4424051Z 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-20T21:51:37.4429894Z 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-20T21:51:37.4435356Z 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-20T21:51:37.4441042Z 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-20T21:51:37.4446712Z 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-20T21:51:37.4458441Z 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-20T21:51:37.4464963Z 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-20T21:51:37.4470113Z 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-20T21:51:37.4475920Z 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-20T21:51:37.4481891Z 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-20T21:51:37.4487530Z 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-20T21:51:37.4493527Z 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-20T21:51:37.4499166Z 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-20T21:51:37.4505171Z 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-20T21:51:37.4511432Z 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-20T21:51:37.4517221Z 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-20T21:51:37.4522737Z 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-20T21:51:37.4528755Z 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-20T21:51:37.4534314Z 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-20T21:51:37.4539991Z 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-20T21:51:37.4545895Z 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-20T21:51:37.4715706Z 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-20T21:51:37.4721555Z 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-20T21:51:37.4727888Z 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-20T21:51:37.4734289Z 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-20T21:51:37.4739643Z 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-20T21:51:37.4745777Z 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-20T21:51:37.4751737Z 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-20T21:51:37.4757140Z 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-20T21:51:37.4763378Z 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-20T21:51:37.4768739Z 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-20T21:51:37.4775195Z 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-20T21:51:37.4781193Z 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-20T21:51:37.4786931Z 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-20T21:51:37.4792781Z 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-20T21:51:37.4798845Z 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-20T21:51:37.4815773Z 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-20T21:51:37.4822774Z 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-20T21:51:37.4829043Z 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-20T21:51:37.4835479Z 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-20T21:51:37.4843036Z 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-20T21:51:37.4849602Z 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-20T21:51:37.4856016Z 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-20T21:51:37.4861729Z 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-20T21:51:37.4867502Z 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-20T21:51:37.4873627Z 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-20T21:51:37.4879511Z 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-20T21:51:37.4885361Z 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-20T21:51:37.4891258Z 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-20T21:51:37.4897451Z 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-20T21:51:37.4904032Z 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-20T21:51:37.4909735Z 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-20T21:51:37.4915586Z 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-20T21:51:37.4921185Z 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-20T21:51:37.4927099Z 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-20T21:51:37.4933059Z 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-20T21:51:37.4938809Z 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-20T21:51:37.4944557Z 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-20T21:51:37.4950358Z 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-20T21:51:37.4955928Z 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-20T21:51:37.4961600Z 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-20T21:51:37.4967100Z 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-20T21:51:37.4973098Z 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-20T21:51:37.4978592Z 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-20T21:51:37.4983934Z 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-20T21:51:37.4989649Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:37.4995312Z 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-20T21:51:37.5000625Z 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-20T21:51:37.5006698Z 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-20T21:51:37.5012151Z 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-20T21:51:37.5017773Z 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-20T21:51:37.5023563Z 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-20T21:51:37.5028801Z 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-20T21:51:37.5034577Z 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-20T21:51:37.5040243Z 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-20T21:51:37.5045839Z 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-20T21:51:37.5051308Z 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-20T21:51:37.5056702Z 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-20T21:51:37.5062785Z 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-20T21:51:37.5068118Z 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-20T21:51:37.5074067Z 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-20T21:51:37.5079529Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bucketize.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:37.5085262Z 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-20T21:51:37.5090817Z 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-20T21:51:37.5096274Z 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-20T21:51:37.5102048Z 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-20T21:51:37.5107540Z 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-20T21:51:37.5113031Z 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-20T21:51:37.5118444Z 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-20T21:51:37.5123943Z 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-20T21:51:37.5129238Z 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-20T21:51:37.5134958Z 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-20T21:51:37.5140901Z 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-20T21:51:37.5146563Z 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-20T21:51:37.5152043Z 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-20T21:51:37.5157594Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:37.5163434Z 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-20T21:51:37.5169489Z 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-20T21:51:37.5175075Z 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-20T21:51:37.5180906Z 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-20T21:51:37.5186561Z 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-20T21:51:37.5192009Z 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-20T21:51:37.5197647Z 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-20T21:51:37.5203176Z 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-20T21:51:37.5209058Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cauchy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:37.5214695Z 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-20T21:51:37.5220852Z 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-20T21:51:37.5226430Z 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-20T21:51:37.5232285Z 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-20T21:51:37.5932326Z 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-20T21:51:37.5938053Z 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-20T21:51:37.5943750Z 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-20T21:51:37.5949278Z 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-20T21:51:37.5955189Z 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-20T21:51:37.5960912Z 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-20T21:51:37.5966752Z 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-20T21:51:37.5972614Z 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-20T21:51:37.5978211Z 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-20T21:51:37.5983911Z 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-20T21:51:37.5989255Z 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-20T21:51:37.5994737Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cdist.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:37.6000474Z 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-20T21:51:37.6005849Z 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-20T21:51:37.6011318Z 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-20T21:51:37.6016897Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ceil.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:37.6022798Z 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-20T21:51:37.6028256Z 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-20T21:51:37.6033736Z 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-20T21:51:37.6039266Z 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-20T21:51:37.6044536Z 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-20T21:51:37.6050258Z 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-20T21:51:37.6057228Z 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-20T21:51:37.6062908Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\celu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:37.6068792Z 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-20T21:51:37.6074189Z 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-20T21:51:37.6079677Z 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-20T21:51:37.6085338Z 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-20T21:51:37.6092112Z 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-20T21:51:37.6097827Z 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-20T21:51:37.6103807Z 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-20T21:51:37.6109593Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chalf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:37.6115518Z 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-20T21:51:37.6121775Z 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-20T21:51:37.6126687Z 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-20T21:51:37.6132276Z 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-20T21:51:37.6139005Z 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-20T21:51:37.6144367Z 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-20T21:51:37.6152755Z 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-20T21:51:37.6159869Z 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-20T21:51:37.6166992Z 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-20T21:51:37.6175111Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:37.6182256Z 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-20T21:51:37.6189296Z 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-20T21:51:37.6196235Z 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-20T21:51:37.6204847Z 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-20T21:51:37.6212355Z 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-20T21:51:37.6219319Z 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-20T21:51:37.6226365Z 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-20T21:51:37.6234766Z 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-20T21:51:37.6241994Z 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-20T21:51:37.6249325Z 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-20T21:51:37.6258162Z 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-20T21:51:37.6265443Z 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-20T21:51:37.6272413Z 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-20T21:51:37.6280802Z 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-20T21:51:37.6291149Z 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-20T21:51:37.6303779Z 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-20T21:51:37.6312310Z 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-20T21:51:37.6319421Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chunk.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:37.6326426Z 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-20T21:51:37.6334514Z 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-20T21:51:37.6341641Z 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-20T21:51:37.6348599Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:37.6355864Z 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-20T21:51:37.6363234Z 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-20T21:51:37.6370693Z 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-20T21:51:37.6378110Z 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-20T21:51:37.6384987Z 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-20T21:51:37.6392586Z 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-20T21:51:37.6401153Z 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-20T21:51:37.6408167Z 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-20T21:51:37.6415186Z 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-20T21:51:37.6423678Z 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-20T21:51:37.6431023Z 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-20T21:51:37.6437989Z 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-20T21:51:37.6446275Z 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-20T21:51:37.6453223Z 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-20T21:51:37.6459511Z 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-20T21:51:37.6465399Z 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-20T21:51:37.6471972Z 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-20T21:51:37.6477993Z 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-20T21:51:37.6483677Z 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-20T21:51:37.6489696Z 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-20T21:51:37.6495766Z 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-20T21:51:37.6501725Z 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-20T21:51:37.6507149Z 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-20T21:51:37.6513093Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clip.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:37.6519223Z 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-20T21:51:37.6524606Z 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-20T21:51:37.6530063Z 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-20T21:51:37.6535453Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clone.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:37.6541266Z 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-20T21:51:37.6546749Z 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-20T21:51:37.6552548Z 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-20T21:51:37.6558123Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\coalesce.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:37.6563740Z 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-20T21:51:37.6570757Z 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-20T21:51:37.6576200Z 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-20T21:51:37.6581877Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\col2im.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:37.6588164Z 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-20T21:51:37.6593931Z 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-20T21:51:37.6599178Z 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-20T21:51:37.6604885Z 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-20T21:51:37.6610942Z 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-20T21:51:37.6617378Z 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-20T21:51:37.6623800Z 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-20T21:51:37.6629441Z 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-20T21:51:37.6635009Z 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-20T21:51:37.6640870Z 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-20T21:51:37.6646895Z 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-20T21:51:37.6653142Z 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-20T21:51:37.6659027Z 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-20T21:51:37.6664727Z 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-20T21:51:37.6670368Z 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-20T21:51:37.6676091Z 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-20T21:51:37.6681987Z 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-20T21:51:37.6687757Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\combinations.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:37.6693744Z 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-20T21:51:37.6699415Z 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-20T21:51:37.6705201Z 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-20T21:51:37.6710701Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\complex.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:37.6716489Z 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-20T21:51:37.6721967Z 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-20T21:51:37.6728159Z 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-20T21:51:37.6733652Z 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-20T21:51:37.6739323Z 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-20T21:51:37.6745116Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\concat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:37.6750634Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\concatenate.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:37.6756480Z 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-20T21:51:37.6761989Z 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-20T21:51:37.6768354Z 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-20T21:51:37.6773697Z 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-20T21:51:37.6779540Z 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-20T21:51:37.6785103Z 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-20T21:51:37.6790764Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conj.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:37.6796177Z 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-20T21:51:37.6801614Z 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-20T21:51:37.6806872Z 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-20T21:51:37.6812208Z 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-20T21:51:37.6818184Z 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-20T21:51:37.6824226Z 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-20T21:51:37.6829712Z 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-20T21:51:37.6835365Z 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-20T21:51:37.6841734Z 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-20T21:51:37.6847577Z 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-20T21:51:37.6853169Z 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-20T21:51:37.6858965Z 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-20T21:51:37.6864588Z 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-20T21:51:37.6870189Z 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-20T21:51:37.6875762Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\contiguous.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:37.8333437Z 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-20T21:51:37.8339032Z 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-20T21:51:37.8344562Z 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-20T21:51:37.8350982Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:37.8356782Z 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-20T21:51:37.8363129Z 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-20T21:51:37.8369288Z 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-20T21:51:37.8375005Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:37.8381497Z 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-20T21:51:37.8387067Z 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-20T21:51:37.8392877Z 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-20T21:51:37.8399108Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:37.8404577Z 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-20T21:51:37.8438498Z 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-20T21:51:37.8444065Z 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-20T21:51:37.8449827Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:37.8455507Z 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-20T21:51:37.8462411Z 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-20T21:51:37.8468335Z 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-20T21:51:37.8474172Z 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-20T21:51:37.8479838Z 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-20T21:51:37.8486011Z 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-20T21:51:37.8492079Z 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-20T21:51:37.8497636Z 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-20T21:51:37.8503541Z 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-20T21:51:37.8509430Z 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-20T21:51:37.8515012Z 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-20T21:51:37.8520627Z 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-20T21:51:37.8526859Z 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-20T21:51:37.8533036Z 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-20T21:51:37.8538727Z 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-20T21:51:37.8545465Z 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-20T21:51:37.8551509Z 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-20T21:51:37.8557314Z 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-20T21:51:37.8562833Z 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-20T21:51:37.8568628Z 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-20T21:51:37.8574582Z 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-20T21:51:37.8580308Z 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-20T21:51:37.8585933Z 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-20T21:51:37.8591828Z 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-20T21:51:37.8597399Z 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-20T21:51:37.8603095Z 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-20T21:51:37.8609001Z 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-20T21:51:37.8614635Z 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-20T21:51:37.8619920Z 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-20T21:51:37.8625523Z 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-20T21:51:37.8631612Z 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-20T21:51:37.8637234Z 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-20T21:51:37.8643108Z 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-20T21:51:37.8649169Z 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-20T21:51:37.8655505Z 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-20T21:51:37.8661312Z 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-20T21:51:37.8667208Z 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-20T21:51:37.8672912Z 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-20T21:51:37.8678882Z 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-20T21:51:37.8696153Z 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-20T21:51:37.8701977Z 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-20T21:51:37.8707843Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:37.8713250Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copysign.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:37.8719478Z 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-20T21:51:37.8725143Z 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-20T21:51:37.8730899Z 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-20T21:51:37.8736668Z 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-20T21:51:37.8742859Z 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-20T21:51:37.8749242Z 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-20T21:51:37.8755950Z 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-20T21:51:37.8761737Z 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-20T21:51:37.8767995Z 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-20T21:51:37.8773698Z 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-20T21:51:37.8779310Z 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-20T21:51:37.8784852Z 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-20T21:51:37.8790886Z 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-20T21:51:37.8796219Z 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-20T21:51:37.8802585Z 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-20T21:51:37.8808050Z 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-20T21:51:37.8813861Z 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-20T21:51:37.8819782Z 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-20T21:51:37.8825215Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\corrcoef.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:37.8830881Z 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-20T21:51:37.8836299Z 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-20T21:51:37.8841743Z 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-20T21:51:37.8847418Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cos.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:37.8852818Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:37.8858739Z 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-20T21:51:37.8864242Z 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-20T21:51:37.8870087Z 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-20T21:51:37.8875851Z 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-20T21:51:37.8881271Z 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-20T21:51:37.8886994Z 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-20T21:51:37.8892537Z 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-20T21:51:37.8898211Z 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-20T21:51:37.8905465Z 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-20T21:51:37.8911180Z 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-20T21:51:37.8917475Z 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-20T21:51:37.8923530Z 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-20T21:51:37.8929678Z 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-20T21:51:37.8936566Z 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-20T21:51:37.8941538Z 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-20T21:51:37.8949036Z 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-20T21:51:37.8954189Z 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-20T21:51:37.8959917Z 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-20T21:51:37.8965455Z 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-20T21:51:37.8970635Z 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-20T21:51:37.8976236Z 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-20T21:51:37.8981955Z 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-20T21:51:37.8987065Z 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-20T21:51:37.8992994Z 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-20T21:51:37.8998838Z 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-20T21:51:37.9004347Z 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-20T21:51:37.9009961Z 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-20T21:51:37.9015529Z 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-20T21:51:37.9021032Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cov.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:37.9026590Z 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-20T21:51:37.9031996Z 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-20T21:51:37.9037669Z 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-20T21:51:37.9043191Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cross.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:37.9049053Z 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-20T21:51:37.9054668Z 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-20T21:51:37.9060811Z 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-20T21:51:37.9066218Z 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-20T21:51:37.9071866Z 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-20T21:51:37.9077420Z 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-20T21:51:37.9083562Z 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-20T21:51:37.9089198Z 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-20T21:51:37.9094721Z 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-20T21:51:37.9100419Z 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-20T21:51:37.9106628Z 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-20T21:51:37.9112295Z 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-20T21:51:37.9117989Z 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-20T21:51:37.9123717Z 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-20T21:51:37.9129571Z 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-20T21:51:37.9134873Z 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-20T21:51:37.9140576Z 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-20T21:51:37.9146247Z 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-20T21:51:37.9151772Z 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-20T21:51:37.9157724Z 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-20T21:51:37.9164086Z 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-20T21:51:37.9189320Z 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-20T21:51:37.9195275Z 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-20T21:51:37.9201673Z 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-20T21:51:37.9207685Z 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-20T21:51:37.9213828Z 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-20T21:51:37.9220485Z 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-20T21:51:37.9226118Z 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-20T21:51:37.9232772Z 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-20T21:51:37.9238271Z 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-20T21:51:37.9244228Z 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-20T21:51:37.9250200Z 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-20T21:51:37.9257056Z 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-20T21:51:37.9261957Z 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-20T21:51:37.9267580Z 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-20T21:51:37.9273587Z 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-20T21:51:37.9279633Z 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-20T21:51:37.9285416Z 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-20T21:51:37.9291324Z 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-20T21:51:37.9297123Z 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-20T21:51:37.9302970Z 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-20T21:51:37.9309007Z 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-20T21:51:37.9315198Z 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-20T21:51:37.9321153Z 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-20T21:51:37.9327106Z 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-20T21:51:37.9332873Z 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-20T21:51:37.9338656Z 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-20T21:51:37.9344388Z 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-20T21:51:37.9350672Z 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-20T21:51:37.9356296Z 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-20T21:51:37.9362334Z 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-20T21:51:37.9368505Z 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-20T21:51:37.9374574Z 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-20T21:51:37.9380181Z 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-20T21:51:37.9386075Z 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-20T21:51:37.9392754Z 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-20T21:51:37.9398528Z 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-20T21:51:37.9404248Z 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-20T21:51:37.9410317Z 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-20T21:51:37.9416477Z 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-20T21:51:37.9422280Z 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-20T21:51:37.9428706Z 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-20T21:51:37.9434525Z 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-20T21:51:37.9440390Z 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-20T21:51:37.9446177Z 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-20T21:51:37.9452406Z 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-20T21:51:37.9458454Z 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-20T21:51:37.9464706Z 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-20T21:51:37.9470008Z 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-20T21:51:37.9475643Z 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-20T21:51:37.9481851Z 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-20T21:51:37.9487590Z 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-20T21:51:37.9493273Z 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-20T21:51:37.9498955Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:37.9504393Z 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-20T21:51:37.9510307Z 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-20T21:51:37.9516069Z 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-20T21:51:37.9522057Z 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-20T21:51:37.9527506Z 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-20T21:51:37.9533326Z 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-20T21:51:37.9539285Z 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-20T21:51:37.9544818Z 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-20T21:51:37.9550588Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:37.9556164Z 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-20T21:51:37.9561845Z 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-20T21:51:37.9567428Z 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-20T21:51:37.9573319Z 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-20T21:51:37.9578672Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:37.9584261Z 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-20T21:51:37.9590132Z 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-20T21:51:37.9595624Z 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-20T21:51:37.9600981Z 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-20T21:51:37.9607419Z 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-20T21:51:37.9613145Z 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-20T21:51:37.9618758Z 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-20T21:51:37.9624333Z 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-20T21:51:37.9630338Z 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-20T21:51:37.9635958Z 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-20T21:51:37.9642064Z 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-20T21:51:37.9647774Z 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-20T21:51:37.9653724Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumsum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:37.9659611Z 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-20T21:51:37.9665112Z 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-20T21:51:37.9670517Z 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-20T21:51:37.9676908Z 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-20T21:51:37.9682509Z 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-20T21:51:37.9688234Z 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-20T21:51:37.9694023Z 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-20T21:51:37.9699623Z 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-20T21:51:37.9705494Z 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-20T21:51:37.9711558Z 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-20T21:51:37.9717203Z 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-20T21:51:37.9723088Z 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-20T21:51:37.9729092Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\data.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:37.9734700Z 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-20T21:51:37.9740420Z 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-20T21:51:37.9745766Z 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-20T21:51:37.9751367Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\deg2rad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:37.9762676Z 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-20T21:51:37.9771634Z 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-20T21:51:37.9780073Z 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-20T21:51:37.9787950Z 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-20T21:51:37.9796557Z 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-20T21:51:37.9804509Z 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-20T21:51:37.9813287Z 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-20T21:51:37.9821149Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dequantize.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:37.9830352Z 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-20T21:51:37.9837884Z 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-20T21:51:37.9846340Z 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-20T21:51:37.9854573Z 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-20T21:51:37.9863132Z 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-20T21:51:37.9871302Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\det.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:37.9879145Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\detach.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:37.9887585Z 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-20T21:51:37.9896147Z 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-20T21:51:37.9905312Z 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-20T21:51:37.9913100Z 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-20T21:51:37.9921940Z 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-20T21:51:37.9929620Z 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-20T21:51:37.9937938Z 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-20T21:51:37.9946038Z 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-20T21:51:37.9955248Z 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-20T21:51:37.9963182Z 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-20T21:51:37.9970933Z 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-20T21:51:37.9979325Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diag.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:37.9986352Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagflat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:37.9994253Z 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-20T21:51:38.0002665Z 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-20T21:51:38.0010044Z 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-20T21:51:38.0019501Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.0027088Z 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-20T21:51:38.0035988Z 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-20T21:51:38.0067296Z 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-20T21:51:38.0072493Z 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-20T21:51:38.0078477Z 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-20T21:51:38.0084314Z 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-20T21:51:38.0090133Z 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-20T21:51:38.0096461Z 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-20T21:51:38.0102384Z 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-20T21:51:38.0108268Z 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-20T21:51:38.0114037Z 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-20T21:51:38.0119925Z 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-20T21:51:38.0125454Z 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-20T21:51:38.0131299Z 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-20T21:51:38.0137553Z 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-20T21:51:38.0144448Z 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-20T21:51:38.0149845Z 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-20T21:51:38.0155647Z 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-20T21:51:38.0161497Z 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-20T21:51:38.0167053Z 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-20T21:51:38.0173534Z 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-20T21:51:38.0179489Z 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-20T21:51:38.0185194Z 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-20T21:51:38.0191903Z 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-20T21:51:38.0196770Z 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-20T21:51:38.0202198Z 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-20T21:51:38.0207578Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diff.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.0213393Z 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-20T21:51:38.0219013Z 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-20T21:51:38.0224557Z 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-20T21:51:38.0229843Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\digamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.0235669Z 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-20T21:51:38.0241064Z 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-20T21:51:38.0246828Z 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-20T21:51:38.0252381Z 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-20T21:51:38.0257760Z 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-20T21:51:38.0263556Z 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-20T21:51:38.0269181Z 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-20T21:51:38.0274844Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dist.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.0280285Z 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-20T21:51:38.0286308Z 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-20T21:51:38.0291695Z 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-20T21:51:38.0296764Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\div.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.0302206Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\divide.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.0308469Z 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-20T21:51:38.0313992Z 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-20T21:51:38.0319830Z 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-20T21:51:38.0326052Z 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-20T21:51:38.0332111Z 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-20T21:51:38.0337741Z 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-20T21:51:38.0343417Z 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-20T21:51:38.0349188Z 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-20T21:51:38.0354747Z 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-20T21:51:38.0360277Z 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-20T21:51:38.0365767Z 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-20T21:51:38.0371573Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dot.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.0377364Z 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-20T21:51:38.0383184Z 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-20T21:51:38.0388831Z 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-20T21:51:38.0395430Z 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-20T21:51:38.0401114Z 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-20T21:51:38.0406030Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dropout.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.0412114Z 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-20T21:51:38.0417537Z 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-20T21:51:38.0422803Z 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-20T21:51:38.0428543Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dsplit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.0434377Z 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-20T21:51:38.0440201Z 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-20T21:51:38.0445824Z 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-20T21:51:38.0451571Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dstack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.0457339Z 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-20T21:51:38.0463072Z 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-20T21:51:38.0468741Z 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-20T21:51:38.0474561Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\einsum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.0480340Z 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-20T21:51:38.0486725Z 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-20T21:51:38.0492940Z 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-20T21:51:38.0498342Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.0503332Z 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-20T21:51:38.0509473Z 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-20T21:51:38.0515792Z 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-20T21:51:38.0521151Z 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-20T21:51:38.0527310Z 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-20T21:51:38.0533174Z 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-20T21:51:38.0538964Z 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-20T21:51:38.0544804Z 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-20T21:51:38.0552094Z 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-20T21:51:38.0557238Z 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-20T21:51:38.0562840Z 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-20T21:51:38.0568713Z 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-20T21:51:38.0574299Z 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-20T21:51:38.0580210Z 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-20T21:51:38.0585871Z 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-20T21:51:38.0591384Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.0597180Z 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-20T21:51:38.0603297Z 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-20T21:51:38.0609290Z 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-20T21:51:38.0615932Z 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-20T21:51:38.0621975Z 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-20T21:51:38.0628072Z 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-20T21:51:38.0633849Z 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-20T21:51:38.0639709Z 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-20T21:51:38.0645791Z 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-20T21:51:38.0651594Z 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-20T21:51:38.0658370Z 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-20T21:51:38.0664212Z 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-20T21:51:38.0670147Z 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-20T21:51:38.0675943Z 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-20T21:51:38.0681723Z 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-20T21:51:38.0687537Z 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-20T21:51:38.0693407Z 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-20T21:51:38.0699633Z 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-20T21:51:38.0705948Z 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-20T21:51:38.0711624Z 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-20T21:51:38.0717319Z 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-20T21:51:38.0723205Z 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-20T21:51:38.0728926Z 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-20T21:51:38.0734782Z 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-20T21:51:38.0740602Z 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-20T21:51:38.0746599Z 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-20T21:51:38.0752200Z 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-20T21:51:38.0758001Z 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-20T21:51:38.0763460Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.0769568Z 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-20T21:51:38.0775433Z 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-20T21:51:38.0781024Z 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-20T21:51:38.0786661Z 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-20T21:51:38.0792189Z 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-20T21:51:38.0798152Z 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-20T21:51:38.0803746Z 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-20T21:51:38.0809672Z 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-20T21:51:38.0815261Z 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-20T21:51:38.0820901Z 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-20T21:51:38.0826593Z 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-20T21:51:38.0832794Z 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-20T21:51:38.0838802Z 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-20T21:51:38.0844968Z 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-20T21:51:38.0851209Z 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-20T21:51:38.0856782Z 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-20T21:51:38.0862856Z 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-20T21:51:38.0868607Z 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-20T21:51:38.0874270Z 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-20T21:51:38.0879844Z 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-20T21:51:38.0885867Z 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-20T21:51:38.0891789Z 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-20T21:51:38.0897706Z 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-20T21:51:38.0903620Z 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-20T21:51:38.0909389Z 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-20T21:51:38.0915259Z 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-20T21:51:38.0920932Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eq.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.0926527Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\equal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.0931876Z 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-20T21:51:38.0937797Z 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-20T21:51:38.0943608Z 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-20T21:51:38.0949686Z 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-20T21:51:38.0955792Z 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-20T21:51:38.0961294Z 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-20T21:51:38.0967010Z 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-20T21:51:38.0972712Z 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-20T21:51:38.0978084Z 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-20T21:51:38.0983914Z 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-20T21:51:38.0989556Z 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-20T21:51:38.0994939Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.1000395Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.1006234Z 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-20T21:51:38.1028055Z 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-20T21:51:38.1033179Z 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-20T21:51:38.1038783Z 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-20T21:51:38.1044545Z 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-20T21:51:38.1050084Z 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-20T21:51:38.1056029Z 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-20T21:51:38.1061375Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfinv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.1067268Z 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-20T21:51:38.1072734Z 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-20T21:51:38.1078559Z 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-20T21:51:38.1084167Z 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-20T21:51:38.1090193Z 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-20T21:51:38.1095954Z 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-20T21:51:38.1101678Z 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-20T21:51:38.1107772Z 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-20T21:51:38.1113159Z 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-20T21:51:38.1131978Z 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-20T21:51:38.1137319Z 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-20T21:51:38.1142753Z 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-20T21:51:38.1148356Z 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-20T21:51:38.1154119Z 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-20T21:51:38.1159450Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.1164916Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.1170916Z 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-20T21:51:38.1176453Z 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-20T21:51:38.1182074Z 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-20T21:51:38.1187882Z 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-20T21:51:38.1193520Z 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-20T21:51:38.1213148Z 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-20T21:51:38.1214792Z 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-20T21:51:38.1216231Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.1217684Z 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-20T21:51:38.1221521Z 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-20T21:51:38.1227207Z 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-20T21:51:38.1232692Z 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-20T21:51:38.1238813Z 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-20T21:51:38.1244376Z 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-20T21:51:38.1250958Z 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-20T21:51:38.1256965Z 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-20T21:51:38.1262618Z 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-20T21:51:38.1268676Z 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-20T21:51:38.1274437Z 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-20T21:51:38.1279905Z 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-20T21:51:38.1285405Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expm1.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.1291823Z 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-20T21:51:38.1297356Z 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-20T21:51:38.1303116Z 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-20T21:51:38.1308752Z 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-20T21:51:38.1314357Z 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-20T21:51:38.1320317Z 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-20T21:51:38.1325883Z 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-20T21:51:38.1331847Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exponential.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.1337871Z 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-20T21:51:38.1343537Z 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-20T21:51:38.1349255Z 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-20T21:51:38.1354913Z 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-20T21:51:38.1360532Z 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-20T21:51:38.1366377Z 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-20T21:51:38.1372527Z 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-20T21:51:38.1377979Z 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-20T21:51:38.1383597Z 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-20T21:51:38.1389130Z 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-20T21:51:38.1394266Z 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-20T21:51:38.1400002Z 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-20T21:51:38.1405782Z 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-20T21:51:38.1411245Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eye.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.1417043Z 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-20T21:51:38.1422454Z 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-20T21:51:38.1428040Z 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-20T21:51:38.1433654Z 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-20T21:51:38.1439522Z 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-20T21:51:38.1445097Z 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-20T21:51:38.1450874Z 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-20T21:51:38.1457106Z 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-20T21:51:38.1463186Z 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-20T21:51:38.1469369Z 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-20T21:51:38.1475142Z 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-20T21:51:38.1481239Z 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-20T21:51:38.1487746Z 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-20T21:51:38.1493670Z 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-20T21:51:38.1499621Z 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-20T21:51:38.1506184Z 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-20T21:51:38.1512132Z 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-20T21:51:38.1518164Z 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-20T21:51:38.1523930Z 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-20T21:51:38.1530026Z 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-20T21:51:38.1536034Z 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-20T21:51:38.1543100Z 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-20T21:51:38.1548865Z 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-20T21:51:38.1555819Z 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-20T21:51:38.1561868Z 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-20T21:51:38.1568318Z 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-20T21:51:38.1603425Z 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-20T21:51:38.1609265Z 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-20T21:51:38.1615422Z 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-20T21:51:38.1621567Z 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-20T21:51:38.1627631Z 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-20T21:51:38.1634828Z 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-20T21:51:38.1640323Z 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-20T21:51:38.1646468Z 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-20T21:51:38.1652613Z 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-20T21:51:38.1658720Z 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-20T21:51:38.1665119Z 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-20T21:51:38.1671122Z 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-20T21:51:38.1677079Z 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-20T21:51:38.1683442Z 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-20T21:51:38.1697974Z 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-20T21:51:38.1706417Z 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-20T21:51:38.1718845Z 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-20T21:51:38.1728581Z 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-20T21:51:38.1738036Z 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-20T21:51:38.1746919Z 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-20T21:51:38.1755025Z 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-20T21:51:38.1763234Z 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-20T21:51:38.1772054Z 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-20T21:51:38.1780955Z 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-20T21:51:38.1789613Z 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-20T21:51:38.1799376Z 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-20T21:51:38.1806925Z 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-20T21:51:38.1816893Z 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-20T21:51:38.1824920Z 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-20T21:51:38.1834832Z 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-20T21:51:38.1843456Z 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-20T21:51:38.1852367Z 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-20T21:51:38.1860948Z 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-20T21:51:38.1870467Z 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-20T21:51:38.1879919Z 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-20T21:51:38.1888542Z 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-20T21:51:38.1897290Z 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-20T21:51:38.1906719Z 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-20T21:51:38.1915044Z 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-20T21:51:38.1923796Z 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-20T21:51:38.1932753Z 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-20T21:51:38.1942200Z 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-20T21:51:38.1949779Z 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-20T21:51:38.1958077Z 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-20T21:51:38.1966121Z 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-20T21:51:38.1973687Z 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-20T21:51:38.1981907Z 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-20T21:51:38.1989687Z 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-20T21:51:38.1998295Z 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-20T21:51:38.2006610Z 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-20T21:51:38.2015385Z 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-20T21:51:38.2023127Z 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-20T21:51:38.2031855Z 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-20T21:51:38.2040195Z 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-20T21:51:38.2048391Z 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-20T21:51:38.2056669Z 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-20T21:51:38.2065101Z 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-20T21:51:38.2073183Z 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-20T21:51:38.2081961Z 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-20T21:51:38.2090693Z 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-20T21:51:38.2098522Z 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-20T21:51:38.2107049Z 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-20T21:51:38.2115308Z 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-20T21:51:38.2123839Z 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-20T21:51:38.2132216Z 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-20T21:51:38.2139775Z 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-20T21:51:38.2147525Z 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-20T21:51:38.2152703Z 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-20T21:51:38.2158400Z 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-20T21:51:38.2164362Z 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-20T21:51:38.2170205Z 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-20T21:51:38.2175997Z 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-20T21:51:38.2181919Z 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-20T21:51:38.2187870Z 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-20T21:51:38.2193369Z 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-20T21:51:38.2199080Z 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-20T21:51:38.2204841Z 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-20T21:51:38.2210386Z 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-20T21:51:38.2216719Z 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-20T21:51:38.2222515Z 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-20T21:51:38.2228293Z 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-20T21:51:38.2233956Z 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-20T21:51:38.2240714Z 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-20T21:51:38.2246711Z 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-20T21:51:38.2252349Z 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-20T21:51:38.2258105Z 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-20T21:51:38.2264529Z 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-20T21:51:38.2270126Z 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-20T21:51:38.2275646Z 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-20T21:51:38.2281906Z 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-20T21:51:38.2288031Z 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-20T21:51:38.2293800Z 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-20T21:51:38.2299643Z 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-20T21:51:38.2305698Z 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-20T21:51:38.2312146Z 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-20T21:51:38.2317909Z 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-20T21:51:38.2323841Z 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-20T21:51:38.2330347Z 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-20T21:51:38.2336569Z 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-20T21:51:38.2342807Z 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-20T21:51:38.2348571Z 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-20T21:51:38.2354711Z 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-20T21:51:38.2360214Z 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-20T21:51:38.2365897Z 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-20T21:51:38.2371898Z 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-20T21:51:38.2377580Z 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-20T21:51:38.2383880Z 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-20T21:51:38.2389661Z 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-20T21:51:38.2395765Z 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-20T21:51:38.2401536Z 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-20T21:51:38.2407817Z 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-20T21:51:38.2413820Z 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-20T21:51:38.2419581Z 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-20T21:51:38.2425756Z 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-20T21:51:38.2431466Z 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-20T21:51:38.2437621Z 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-20T21:51:38.2443490Z 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-20T21:51:38.2449011Z 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-20T21:51:38.2455098Z 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-20T21:51:38.2460740Z 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-20T21:51:38.2466669Z 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-20T21:51:38.2472494Z 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-20T21:51:38.2478750Z 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-20T21:51:38.2485009Z 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-20T21:51:38.2491055Z 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-20T21:51:38.2496707Z 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-20T21:51:38.2502601Z 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-20T21:51:38.2508414Z 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-20T21:51:38.2514123Z 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-20T21:51:38.2520135Z 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-20T21:51:38.2525998Z 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-20T21:51:38.2531600Z 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-20T21:51:38.2537245Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fill.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.2543062Z 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-20T21:51:38.2548947Z 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-20T21:51:38.2554565Z 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-20T21:51:38.2560159Z 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-20T21:51:38.2566109Z 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-20T21:51:38.2572390Z 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-20T21:51:38.2577711Z 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-20T21:51:38.2583382Z 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-20T21:51:38.2588835Z 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-20T21:51:38.2594378Z 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-20T21:51:38.2599653Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fix.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.2605203Z 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-20T21:51:38.2610867Z 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-20T21:51:38.2616316Z 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-20T21:51:38.2621821Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flatten.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.2627559Z 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-20T21:51:38.2632968Z 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-20T21:51:38.2638877Z 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-20T21:51:38.2644653Z 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-20T21:51:38.2650655Z 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-20T21:51:38.2656330Z 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-20T21:51:38.2661838Z 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-20T21:51:38.2667489Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flip.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.2672859Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fliplr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.2678180Z 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-20T21:51:38.2683748Z 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-20T21:51:38.2689288Z 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-20T21:51:38.2694913Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flipud.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.2700522Z 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-20T21:51:38.2706111Z 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-20T21:51:38.2711403Z 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-20T21:51:38.2717300Z 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-20T21:51:38.2722836Z 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-20T21:51:38.2728696Z 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-20T21:51:38.2734355Z 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-20T21:51:38.2739936Z 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-20T21:51:38.2745191Z 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-20T21:51:38.2751629Z 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-20T21:51:38.2757075Z 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-20T21:51:38.2762614Z 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-20T21:51:38.2768714Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.2774557Z 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-20T21:51:38.2780327Z 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-20T21:51:38.2785978Z 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-20T21:51:38.2791713Z 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-20T21:51:38.2797775Z 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-20T21:51:38.2803344Z 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-20T21:51:38.2809347Z 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-20T21:51:38.2815180Z 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-20T21:51:38.2821084Z 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-20T21:51:38.2826883Z 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-20T21:51:38.2832943Z 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-20T21:51:38.2838894Z 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-20T21:51:38.2844707Z 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-20T21:51:38.2850592Z 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-20T21:51:38.2856149Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.2861979Z 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-20T21:51:38.2867998Z 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-20T21:51:38.2873480Z 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-20T21:51:38.2878892Z 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-20T21:51:38.2884358Z 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-20T21:51:38.2889875Z 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-20T21:51:38.2895253Z 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-20T21:51:38.2900420Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.2906121Z 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-20T21:51:38.2911722Z 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-20T21:51:38.2917016Z 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-20T21:51:38.2922401Z 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-20T21:51:38.2946464Z 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-20T21:51:38.2964200Z 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-20T21:51:38.2969259Z 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-20T21:51:38.2974681Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmod.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.2980418Z 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-20T21:51:38.2986288Z 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-20T21:51:38.2991894Z 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-20T21:51:38.2997539Z 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-20T21:51:38.3003154Z 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-20T21:51:38.3009334Z 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-20T21:51:38.3015118Z 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-20T21:51:38.3020768Z 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-20T21:51:38.3026070Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frac.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.3031798Z 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-20T21:51:38.3037641Z 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-20T21:51:38.3044145Z 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-20T21:51:38.3050069Z 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-20T21:51:38.3055970Z 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-20T21:51:38.3062638Z 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-20T21:51:38.3068550Z 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-20T21:51:38.3074193Z 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-20T21:51:38.3080093Z 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-20T21:51:38.3086528Z 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-20T21:51:38.3092442Z 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-20T21:51:38.3098594Z 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-20T21:51:38.3105032Z 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-20T21:51:38.3111726Z 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-20T21:51:38.3117740Z 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-20T21:51:38.3123467Z 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-20T21:51:38.3129416Z 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-20T21:51:38.3135736Z 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-20T21:51:38.3142495Z 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-20T21:51:38.3147850Z 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-20T21:51:38.3153908Z 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-20T21:51:38.3159744Z 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-20T21:51:38.3166200Z 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-20T21:51:38.3172392Z 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-20T21:51:38.3178580Z 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-20T21:51:38.3184451Z 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-20T21:51:38.3190586Z 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-20T21:51:38.3196504Z 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-20T21:51:38.3202276Z 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-20T21:51:38.3208896Z 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-20T21:51:38.3214597Z 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-20T21:51:38.3220398Z 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-20T21:51:38.3226679Z 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-20T21:51:38.3232332Z 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-20T21:51:38.3239376Z 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-20T21:51:38.3244098Z 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-20T21:51:38.3249753Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frexp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.3255517Z 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-20T21:51:38.3261391Z 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-20T21:51:38.3267207Z 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-20T21:51:38.3272738Z 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-20T21:51:38.3278263Z 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-20T21:51:38.3305711Z 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-20T21:51:38.3311573Z 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-20T21:51:38.3317474Z 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-20T21:51:38.3323224Z 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-20T21:51:38.3328881Z 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-20T21:51:38.3334408Z 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-20T21:51:38.3340235Z 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-20T21:51:38.3345754Z 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-20T21:51:38.3351324Z 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-20T21:51:38.3357169Z 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-20T21:51:38.3362719Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\full.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.3368598Z 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-20T21:51:38.3374351Z 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-20T21:51:38.3380357Z 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-20T21:51:38.3385903Z 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-20T21:51:38.3391844Z 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-20T21:51:38.3397509Z 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-20T21:51:38.3403456Z 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-20T21:51:38.3409169Z 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-20T21:51:38.3415289Z 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-20T21:51:38.3421239Z 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-20T21:51:38.3427267Z 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-20T21:51:38.3432929Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.3438889Z 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-20T21:51:38.3444866Z 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-20T21:51:38.3451126Z 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-20T21:51:38.3456398Z 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-20T21:51:38.3462642Z 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-20T21:51:38.3468989Z 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-20T21:51:38.3475060Z 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-20T21:51:38.3480947Z 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-20T21:51:38.3486732Z 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-20T21:51:38.3492614Z 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-20T21:51:38.3498264Z 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-20T21:51:38.3504003Z 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-20T21:51:38.3509799Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gcd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.3515755Z 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-20T21:51:38.3522802Z 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-20T21:51:38.3528915Z 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-20T21:51:38.3534173Z 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-20T21:51:38.3538790Z 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-20T21:51:38.3544482Z 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-20T21:51:38.3549967Z 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-20T21:51:38.3555309Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ge.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.3560692Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.3566552Z 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-20T21:51:38.3573019Z 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-20T21:51:38.3579619Z 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-20T21:51:38.3592439Z 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-20T21:51:38.3597886Z 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-20T21:51:38.3604118Z 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-20T21:51:38.3610060Z 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-20T21:51:38.3615956Z 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-20T21:51:38.3622363Z 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-20T21:51:38.3627934Z 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-20T21:51:38.3633613Z 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-20T21:51:38.3639331Z 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-20T21:51:38.3645069Z 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-20T21:51:38.3651195Z 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-20T21:51:38.3656777Z 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-20T21:51:38.3662420Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geometric.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.3668500Z 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-20T21:51:38.3674453Z 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-20T21:51:38.3680097Z 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-20T21:51:38.3686296Z 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-20T21:51:38.3692245Z 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-20T21:51:38.3697943Z 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-20T21:51:38.3703729Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geqrf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.3709780Z 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-20T21:51:38.3715593Z 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-20T21:51:38.3721329Z 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-20T21:51:38.3727052Z 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-20T21:51:38.3732754Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ger.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.3738785Z 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-20T21:51:38.3743764Z 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-20T21:51:38.3749248Z 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-20T21:51:38.3755109Z 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-20T21:51:38.3760482Z 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-20T21:51:38.3766340Z 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-20T21:51:38.3772022Z 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-20T21:51:38.3777314Z 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-20T21:51:38.3782667Z 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-20T21:51:38.3788183Z 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-20T21:51:38.3793328Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.3798601Z 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-20T21:51:38.3804211Z 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-20T21:51:38.3809929Z 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-20T21:51:38.3815571Z 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-20T21:51:38.3821508Z 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-20T21:51:38.3827342Z 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-20T21:51:38.3833244Z 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-20T21:51:38.3839079Z 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-20T21:51:38.3844659Z 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-20T21:51:38.3850352Z 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-20T21:51:38.3856578Z 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-20T21:51:38.3862731Z 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-20T21:51:38.3868286Z 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-20T21:51:38.3874126Z 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-20T21:51:38.3879763Z 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-20T21:51:38.3886612Z 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-20T21:51:38.3892404Z 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-20T21:51:38.3897942Z 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-20T21:51:38.3904550Z 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-20T21:51:38.3909704Z 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-20T21:51:38.3915289Z 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-20T21:51:38.3920543Z 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-20T21:51:38.3926238Z 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-20T21:51:38.3932031Z 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-20T21:51:38.3937234Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gradient.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.3942972Z 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-20T21:51:38.3948878Z 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-20T21:51:38.3954476Z 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-20T21:51:38.3960097Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\greater.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.3966515Z 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-20T21:51:38.3972199Z 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-20T21:51:38.3978102Z 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-20T21:51:38.3983863Z 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-20T21:51:38.3989727Z 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-20T21:51:38.3995576Z 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-20T21:51:38.4001430Z 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-20T21:51:38.4007182Z 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-20T21:51:38.4012805Z 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-20T21:51:38.4018801Z 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-20T21:51:38.4024962Z 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-20T21:51:38.4030665Z 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-20T21:51:38.4036531Z 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-20T21:51:38.4042447Z 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-20T21:51:38.4048757Z 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-20T21:51:38.4055079Z 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-20T21:51:38.4061042Z 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-20T21:51:38.4066742Z 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-20T21:51:38.4072563Z 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-20T21:51:38.4078209Z 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-20T21:51:38.4083824Z 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-20T21:51:38.4090874Z 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-20T21:51:38.4097614Z 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-20T21:51:38.4103258Z 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-20T21:51:38.4108927Z 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-20T21:51:38.4114543Z 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-20T21:51:38.4120520Z 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-20T21:51:38.4127125Z 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-20T21:51:38.4133184Z 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-20T21:51:38.4139200Z 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-20T21:51:38.4145144Z 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-20T21:51:38.4150921Z 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-20T21:51:38.4157029Z 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-20T21:51:38.4162738Z 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-20T21:51:38.4168817Z 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-20T21:51:38.4174540Z 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-20T21:51:38.4180948Z 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-20T21:51:38.4186035Z 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-20T21:51:38.4191694Z 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-20T21:51:38.4197329Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gru.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.4202730Z 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-20T21:51:38.4208590Z 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-20T21:51:38.4214541Z 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-20T21:51:38.4220177Z 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-20T21:51:38.4226189Z 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-20T21:51:38.4231842Z 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-20T21:51:38.4237603Z 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-20T21:51:38.4242901Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gt.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.4248823Z 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-20T21:51:38.4254555Z 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-20T21:51:38.4260226Z 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-20T21:51:38.4265736Z 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-20T21:51:38.4271329Z 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-20T21:51:38.4276907Z 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-20T21:51:38.4282369Z 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-20T21:51:38.4287981Z 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-20T21:51:38.4293968Z 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-20T21:51:38.4299850Z 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-20T21:51:38.4305744Z 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-20T21:51:38.4311577Z 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-20T21:51:38.4317648Z 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-20T21:51:38.4323165Z 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-20T21:51:38.4329181Z 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-20T21:51:38.4335321Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.4340983Z 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-20T21:51:38.4347316Z 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-20T21:51:38.4352825Z 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-20T21:51:38.4358700Z 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-20T21:51:38.4364399Z 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-20T21:51:38.4370274Z 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-20T21:51:38.4376159Z 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-20T21:51:38.4382149Z 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-20T21:51:38.4388206Z 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-20T21:51:38.4393907Z 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-20T21:51:38.4399569Z 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-20T21:51:38.4405222Z 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-20T21:51:38.4411077Z 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-20T21:51:38.4416989Z 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-20T21:51:38.4422637Z 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-20T21:51:38.4428437Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.4434124Z 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-20T21:51:38.4440305Z 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-20T21:51:38.4446351Z 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-20T21:51:38.4452358Z 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-20T21:51:38.4458271Z 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-20T21:51:38.4464052Z 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-20T21:51:38.4469733Z 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-20T21:51:38.4475450Z 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-20T21:51:38.4481522Z 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-20T21:51:38.4487295Z 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-20T21:51:38.4493267Z 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-20T21:51:38.4498945Z 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-20T21:51:38.4504809Z 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-20T21:51:38.4510540Z 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-20T21:51:38.4516447Z 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-20T21:51:38.4522056Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardswish.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.4528256Z 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-20T21:51:38.4534240Z 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-20T21:51:38.4540081Z 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-20T21:51:38.4545908Z 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-20T21:51:38.4552442Z 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-20T21:51:38.4558112Z 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-20T21:51:38.4563866Z 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-20T21:51:38.4569692Z 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-20T21:51:38.4575740Z 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-20T21:51:38.4581397Z 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-20T21:51:38.4587023Z 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-20T21:51:38.4592730Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardtanh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.4598221Z 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-20T21:51:38.4604107Z 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-20T21:51:38.4609822Z 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-20T21:51:38.4615604Z 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-20T21:51:38.4621243Z 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-20T21:51:38.4626887Z 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-20T21:51:38.4632651Z 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-20T21:51:38.4638173Z 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-20T21:51:38.4643873Z 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-20T21:51:38.4649741Z 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-20T21:51:38.4655732Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\heaviside.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.4661904Z 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-20T21:51:38.4667403Z 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-20T21:51:38.4673055Z 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-20T21:51:38.4678558Z 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-20T21:51:38.4684148Z 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-20T21:51:38.4690985Z 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-20T21:51:38.4696790Z 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-20T21:51:38.4702670Z 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-20T21:51:38.4708596Z 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-20T21:51:38.4742389Z 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-20T21:51:38.4748008Z 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-20T21:51:38.4753651Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.4759026Z 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-20T21:51:38.4764813Z 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-20T21:51:38.4770717Z 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-20T21:51:38.4776155Z 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-20T21:51:38.4781611Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histogram.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.4787128Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histogramdd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.4793430Z 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-20T21:51:38.4799083Z 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-20T21:51:38.4804488Z 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-20T21:51:38.4810398Z 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-20T21:51:38.4816456Z 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-20T21:51:38.4822006Z 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-20T21:51:38.4856419Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hsplit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.4862222Z 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-20T21:51:38.4867699Z 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-20T21:51:38.4873215Z 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-20T21:51:38.4879112Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hspmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.4884554Z 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-20T21:51:38.4890699Z 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-20T21:51:38.4896432Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hstack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.4902164Z 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-20T21:51:38.4907572Z 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-20T21:51:38.4913310Z 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-20T21:51:38.4919024Z 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-20T21:51:38.4924627Z 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-20T21:51:38.4931349Z 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-20T21:51:38.4937046Z 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-20T21:51:38.4942728Z 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-20T21:51:38.4948639Z 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-20T21:51:38.4954496Z 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-20T21:51:38.4960372Z 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-20T21:51:38.4966459Z 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-20T21:51:38.4972375Z 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-20T21:51:38.4978634Z 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-20T21:51:38.4984167Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hypot.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.4990160Z 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-20T21:51:38.4995652Z 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-20T21:51:38.5001320Z 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-20T21:51:38.5007492Z 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-20T21:51:38.5013230Z 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-20T21:51:38.5019097Z 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-20T21:51:38.5024860Z 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-20T21:51:38.5030485Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\i0.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.5036417Z 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-20T21:51:38.5042106Z 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-20T21:51:38.5047993Z 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-20T21:51:38.5053513Z 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-20T21:51:38.5058971Z 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-20T21:51:38.5064823Z 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-20T21:51:38.5070234Z 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-20T21:51:38.5075494Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.5081159Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igammac.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.5086640Z 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-20T21:51:38.5092028Z 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-20T21:51:38.5097753Z 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-20T21:51:38.5104347Z 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-20T21:51:38.5110004Z 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-20T21:51:38.5115753Z 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-20T21:51:38.5121325Z 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-20T21:51:38.5127550Z 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-20T21:51:38.5133177Z 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-20T21:51:38.5138914Z 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-20T21:51:38.5144614Z 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-20T21:51:38.5150461Z 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-20T21:51:38.5156417Z 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-20T21:51:38.5162091Z 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-20T21:51:38.5167927Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\im2col.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.5173674Z 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-20T21:51:38.5179396Z 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-20T21:51:38.5185024Z 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-20T21:51:38.5190703Z 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-20T21:51:38.5196231Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\imag.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.5201996Z 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-20T21:51:38.5207482Z 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-20T21:51:38.5212661Z 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-20T21:51:38.5217982Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.5223433Z 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-20T21:51:38.5229356Z 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-20T21:51:38.5235052Z 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-20T21:51:38.5241336Z 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-20T21:51:38.5247015Z 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-20T21:51:38.5252700Z 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-20T21:51:38.5259111Z 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-20T21:51:38.5264607Z 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-20T21:51:38.5270221Z 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-20T21:51:38.5276255Z 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-20T21:51:38.5281947Z 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-20T21:51:38.5288100Z 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-20T21:51:38.5293781Z 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-20T21:51:38.5299348Z 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-20T21:51:38.5305149Z 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-20T21:51:38.5310842Z 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-20T21:51:38.5316411Z 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-20T21:51:38.5322244Z 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-20T21:51:38.5327914Z 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-20T21:51:38.5333623Z 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-20T21:51:38.5339245Z 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-20T21:51:38.5344763Z 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-20T21:51:38.5350688Z 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-20T21:51:38.5356770Z 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-20T21:51:38.5362736Z 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-20T21:51:38.5369684Z 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-20T21:51:38.5375448Z 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-20T21:51:38.5381130Z 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-20T21:51:38.5386655Z 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-20T21:51:38.5392264Z 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-20T21:51:38.5398102Z 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-20T21:51:38.5404025Z 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-20T21:51:38.5409905Z 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-20T21:51:38.5415526Z 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-20T21:51:38.5421904Z 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-20T21:51:38.5427301Z 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-20T21:51:38.5433109Z 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-20T21:51:38.5438893Z 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-20T21:51:38.5445199Z 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-20T21:51:38.5451259Z 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-20T21:51:38.5457444Z 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-20T21:51:38.5463293Z 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-20T21:51:38.5469048Z 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-20T21:51:38.5474764Z 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-20T21:51:38.5480500Z 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-20T21:51:38.5486674Z 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-20T21:51:38.5492566Z 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-20T21:51:38.5502284Z 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-20T21:51:38.5508039Z 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-20T21:51:38.5514419Z 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-20T21:51:38.5520184Z 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-20T21:51:38.5526853Z 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-20T21:51:38.5532857Z 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-20T21:51:38.5538776Z 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-20T21:51:38.5545560Z 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-20T21:51:38.5551768Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.5557339Z 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-20T21:51:38.5562877Z 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-20T21:51:38.5569348Z 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-20T21:51:38.5576792Z 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-20T21:51:38.5582247Z 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-20T21:51:38.5588141Z 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-20T21:51:38.5593869Z 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-20T21:51:38.5599586Z 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-20T21:51:38.5605299Z 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-20T21:51:38.5611627Z 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-20T21:51:38.5627845Z 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-20T21:51:38.5633702Z 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-20T21:51:38.5639485Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\inner.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.5645546Z 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-20T21:51:38.5651126Z 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-20T21:51:38.5656864Z 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-20T21:51:38.5662479Z 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-20T21:51:38.5668413Z 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-20T21:51:38.5675316Z 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-20T21:51:38.5680915Z 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-20T21:51:38.5686522Z 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-20T21:51:38.5692494Z 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-20T21:51:38.5698182Z 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-20T21:51:38.5703538Z 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-20T21:51:38.5709153Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\inverse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.5715085Z 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-20T21:51:38.5721087Z 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-20T21:51:38.5726908Z 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-20T21:51:38.5732257Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isclose.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.5737846Z 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-20T21:51:38.5743451Z 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-20T21:51:38.5748631Z 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-20T21:51:38.5754121Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isfinite.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.5759543Z 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-20T21:51:38.5766609Z 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-20T21:51:38.5771858Z 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-20T21:51:38.5777252Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.5782524Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isinf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.5788663Z 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-20T21:51:38.5793669Z 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-20T21:51:38.5799081Z 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-20T21:51:38.5805516Z 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-20T21:51:38.5811280Z 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-20T21:51:38.5816946Z 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-20T21:51:38.5823503Z 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-20T21:51:38.5829257Z 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-20T21:51:38.5834928Z 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-20T21:51:38.5840161Z 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-20T21:51:38.5846100Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isnan.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.5852169Z 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-20T21:51:38.5857947Z 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-20T21:51:38.5863568Z 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-20T21:51:38.5869038Z 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-20T21:51:38.5874782Z 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-20T21:51:38.5880384Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isneginf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.5886833Z 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-20T21:51:38.5892780Z 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-20T21:51:38.5898604Z 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-20T21:51:38.5904111Z 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-20T21:51:38.5909510Z 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-20T21:51:38.5915118Z 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-20T21:51:38.5920948Z 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-20T21:51:38.5926628Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isposinf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.5964176Z 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-20T21:51:38.5970473Z 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-20T21:51:38.5976512Z 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-20T21:51:38.5982781Z 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-20T21:51:38.5988895Z 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-20T21:51:38.5994920Z 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-20T21:51:38.6001077Z 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-20T21:51:38.6007635Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isreal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.6013552Z 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-20T21:51:38.6019558Z 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-20T21:51:38.6024941Z 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-20T21:51:38.6030550Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\istft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.6036173Z 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-20T21:51:38.6042269Z 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-20T21:51:38.6048301Z 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-20T21:51:38.6054244Z 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-20T21:51:38.6060561Z 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-20T21:51:38.6066396Z 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-20T21:51:38.6072309Z 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-20T21:51:38.6077718Z 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-20T21:51:38.6083880Z 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-20T21:51:38.6089594Z 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-20T21:51:38.6095372Z 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-20T21:51:38.6101508Z 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-20T21:51:38.6107337Z 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-20T21:51:38.6112624Z 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-20T21:51:38.6118115Z 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-20T21:51:38.6123836Z 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-20T21:51:38.6129890Z 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-20T21:51:38.6135838Z 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-20T21:51:38.6141739Z 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-20T21:51:38.6147839Z 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-20T21:51:38.6158385Z 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-20T21:51:38.6163865Z 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-20T21:51:38.6169448Z 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-20T21:51:38.6175104Z 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-20T21:51:38.6181074Z 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-20T21:51:38.6187081Z 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-20T21:51:38.6192407Z 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-20T21:51:38.6198382Z 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-20T21:51:38.6203564Z 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-20T21:51:38.6209377Z 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-20T21:51:38.6214854Z 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-20T21:51:38.6220435Z 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-20T21:51:38.6225884Z 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-20T21:51:38.6231550Z 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-20T21:51:38.6237001Z 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-20T21:51:38.6242843Z 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-20T21:51:38.6249047Z 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-20T21:51:38.6254853Z 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-20T21:51:38.6260127Z 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-20T21:51:38.6265968Z 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-20T21:51:38.6272184Z 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-20T21:51:38.6277362Z 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-20T21:51:38.6283086Z 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-20T21:51:38.6288998Z 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-20T21:51:38.6295089Z 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-20T21:51:38.6300616Z 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-20T21:51:38.6306325Z 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-20T21:51:38.6312177Z 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-20T21:51:38.6317872Z 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-20T21:51:38.6323721Z 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-20T21:51:38.6329661Z 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-20T21:51:38.6335217Z 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-20T21:51:38.6340932Z 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-20T21:51:38.6347059Z 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-20T21:51:38.6352668Z 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-20T21:51:38.6358191Z 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-20T21:51:38.6364237Z 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-20T21:51:38.6371126Z 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-20T21:51:38.6395228Z 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-20T21:51:38.6400792Z 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-20T21:51:38.6406726Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\item.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.6412211Z 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-20T21:51:38.6417768Z 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-20T21:51:38.6423373Z 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-20T21:51:38.6428853Z 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-20T21:51:38.6434973Z 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-20T21:51:38.6440954Z 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-20T21:51:38.6446798Z 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-20T21:51:38.6452346Z 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-20T21:51:38.6458073Z 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-20T21:51:38.6463637Z 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-20T21:51:38.6469363Z 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-20T21:51:38.6474957Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kron.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.6480615Z 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-20T21:51:38.6486334Z 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-20T21:51:38.6491897Z 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-20T21:51:38.6497263Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kthvalue.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.6503000Z 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-20T21:51:38.6508985Z 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-20T21:51:38.6514778Z 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-20T21:51:38.6520918Z 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-20T21:51:38.6526656Z 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-20T21:51:38.6532306Z 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-20T21:51:38.6538135Z 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-20T21:51:38.6544335Z 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-20T21:51:38.6549685Z 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-20T21:51:38.6555248Z 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-20T21:51:38.6561369Z 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-20T21:51:38.6567756Z 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-20T21:51:38.6587503Z 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-20T21:51:38.6588346Z 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-20T21:51:38.6589539Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lcm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.6590459Z 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-20T21:51:38.6596201Z 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-20T21:51:38.6601853Z 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-20T21:51:38.6607573Z 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-20T21:51:38.6613366Z 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-20T21:51:38.6619000Z 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-20T21:51:38.6624691Z 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-20T21:51:38.6630040Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ldexp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.6635826Z 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-20T21:51:38.6641688Z 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-20T21:51:38.6647400Z 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-20T21:51:38.6652932Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\le.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.6658384Z 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-20T21:51:38.6664071Z 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-20T21:51:38.6670407Z 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-20T21:51:38.6676217Z 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-20T21:51:38.6682065Z 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-20T21:51:38.6688286Z 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-20T21:51:38.6693996Z 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-20T21:51:38.6699975Z 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-20T21:51:38.6706011Z 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-20T21:51:38.6712307Z 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-20T21:51:38.6717730Z 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-20T21:51:38.6724636Z 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-20T21:51:38.6730145Z 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-20T21:51:38.6736296Z 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-20T21:51:38.6741825Z 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-20T21:51:38.6747576Z 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-20T21:51:38.6753238Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lerp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.6759495Z 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-20T21:51:38.6765383Z 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-20T21:51:38.6771101Z 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-20T21:51:38.6776804Z 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-20T21:51:38.6782734Z 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-20T21:51:38.6788834Z 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-20T21:51:38.6794389Z 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-20T21:51:38.6799716Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\less.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.6805438Z 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-20T21:51:38.6811456Z 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-20T21:51:38.6818461Z 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-20T21:51:38.6823577Z 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-20T21:51:38.6829723Z 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-20T21:51:38.6836195Z 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-20T21:51:38.6841959Z 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-20T21:51:38.6848238Z 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-20T21:51:38.6854216Z 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-20T21:51:38.6859548Z 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-20T21:51:38.6864963Z 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-20T21:51:38.6870404Z 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-20T21:51:38.6875908Z 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-20T21:51:38.6881450Z 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-20T21:51:38.6886906Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lgamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.6892752Z 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-20T21:51:38.6898283Z 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-20T21:51:38.6904503Z 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-20T21:51:38.6909854Z 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-20T21:51:38.6915263Z 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-20T21:51:38.6920852Z 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-20T21:51:38.6926725Z 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-20T21:51:38.6933438Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lift.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.6939672Z 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-20T21:51:38.6945162Z 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-20T21:51:38.6951270Z 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-20T21:51:38.6956564Z 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-20T21:51:38.6963058Z 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-20T21:51:38.6968936Z 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-20T21:51:38.6974628Z 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-20T21:51:38.6980557Z 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-20T21:51:38.6986217Z 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-20T21:51:38.6991752Z 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-20T21:51:38.6997376Z 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-20T21:51:38.7002652Z 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-20T21:51:38.7008149Z 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-20T21:51:38.7014327Z 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-20T21:51:38.7019725Z 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-20T21:51:38.7026056Z 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-20T21:51:38.7031672Z 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-20T21:51:38.7037561Z 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-20T21:51:38.7043203Z 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-20T21:51:38.7049765Z 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-20T21:51:38.7055556Z 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-20T21:51:38.7063053Z 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-20T21:51:38.7069056Z 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-20T21:51:38.7074777Z 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-20T21:51:38.7080561Z 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-20T21:51:38.7087121Z 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-20T21:51:38.7092787Z 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-20T21:51:38.7098655Z 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-20T21:51:38.7104895Z 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-20T21:51:38.7111134Z 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-20T21:51:38.7118972Z 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-20T21:51:38.7124517Z 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-20T21:51:38.7130815Z 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-20T21:51:38.7136776Z 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-20T21:51:38.7142794Z 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-20T21:51:38.7148932Z 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-20T21:51:38.7154729Z 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-20T21:51:38.7161197Z 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-20T21:51:38.7167150Z 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-20T21:51:38.7172933Z 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-20T21:51:38.7179137Z 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-20T21:51:38.7185392Z 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-20T21:51:38.7191637Z 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-20T21:51:38.7196767Z 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-20T21:51:38.7202632Z 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-20T21:51:38.7208495Z 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-20T21:51:38.7214909Z 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-20T21:51:38.7220426Z 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-20T21:51:38.7226062Z 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-20T21:51:38.7232100Z 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-20T21:51:38.7237745Z 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-20T21:51:38.7244572Z 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-20T21:51:38.7250169Z 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-20T21:51:38.7255607Z 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-20T21:51:38.7261911Z 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-20T21:51:38.7268449Z 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-20T21:51:38.7274508Z 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-20T21:51:38.7280263Z 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-20T21:51:38.7285784Z 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-20T21:51:38.7291838Z 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-20T21:51:38.7297591Z 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-20T21:51:38.7303368Z 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-20T21:51:38.7309151Z 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-20T21:51:38.7315558Z 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-20T21:51:38.7321104Z 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-20T21:51:38.7327312Z 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-20T21:51:38.7333236Z 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-20T21:51:38.7339258Z 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-20T21:51:38.7345127Z 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-20T21:51:38.7351619Z 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-20T21:51:38.7357422Z 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-20T21:51:38.7363343Z 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-20T21:51:38.7369001Z 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-20T21:51:38.7374874Z 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-20T21:51:38.7380886Z 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-20T21:51:38.7386592Z 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-20T21:51:38.7392588Z 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-20T21:51:38.7398443Z 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-20T21:51:38.7404330Z 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-20T21:51:38.7409931Z 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-20T21:51:38.7415778Z 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-20T21:51:38.7421929Z 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-20T21:51:38.7427650Z 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-20T21:51:38.7434217Z 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-20T21:51:38.7439958Z 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-20T21:51:38.7445835Z 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-20T21:51:38.7451794Z 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-20T21:51:38.7457596Z 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-20T21:51:38.7463363Z 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-20T21:51:38.7469288Z 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-20T21:51:38.7475018Z 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-20T21:51:38.7481166Z 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-20T21:51:38.7487487Z 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-20T21:51:38.7497901Z 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-20T21:51:38.7502190Z 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-20T21:51:38.7507927Z 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-20T21:51:38.7513855Z 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-20T21:51:38.7520502Z 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-20T21:51:38.7525828Z 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-20T21:51:38.7531968Z 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-20T21:51:38.7538697Z 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-20T21:51:38.7544361Z 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-20T21:51:38.7550171Z 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-20T21:51:38.7555981Z 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-20T21:51:38.7561594Z 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-20T21:51:38.7567258Z 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-20T21:51:38.7572848Z 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-20T21:51:38.7579016Z 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-20T21:51:38.7584656Z 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-20T21:51:38.7590644Z 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-20T21:51:38.7596311Z 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-20T21:51:38.7602588Z 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-20T21:51:38.7608329Z 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-20T21:51:38.7614560Z 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-20T21:51:38.7620075Z 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-20T21:51:38.7626180Z 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-20T21:51:38.7632000Z 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-20T21:51:38.7637913Z 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-20T21:51:38.7643937Z 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-20T21:51:38.7650238Z 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-20T21:51:38.7656157Z 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-20T21:51:38.7662484Z 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-20T21:51:38.7668097Z 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-20T21:51:38.7673890Z 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-20T21:51:38.7679729Z 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-20T21:51:38.7685517Z 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-20T21:51:38.7691498Z 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-20T21:51:38.7697887Z 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-20T21:51:38.7704081Z 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-20T21:51:38.7710466Z 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-20T21:51:38.7716319Z 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-20T21:51:38.7722120Z 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-20T21:51:38.7727989Z 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-20T21:51:38.7733742Z 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-20T21:51:38.7739771Z 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-20T21:51:38.7745968Z 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-20T21:51:38.7751961Z 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-20T21:51:38.7757784Z 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-20T21:51:38.7763606Z 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-20T21:51:38.7769936Z 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-20T21:51:38.7775800Z 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-20T21:51:38.7782504Z 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-20T21:51:38.7788076Z 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-20T21:51:38.7794030Z 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-20T21:51:38.7799968Z 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-20T21:51:38.7806352Z 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-20T21:51:38.7812143Z 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-20T21:51:38.7818240Z 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-20T21:51:38.7824234Z 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-20T21:51:38.7830692Z 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-20T21:51:38.7836437Z 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-20T21:51:38.7842378Z 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-20T21:51:38.7848336Z 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-20T21:51:38.7854649Z 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-20T21:51:38.7860725Z 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-20T21:51:38.7866983Z 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-20T21:51:38.7872959Z 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-20T21:51:38.7879402Z 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-20T21:51:38.7884992Z 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-20T21:51:38.7890683Z 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-20T21:51:38.7896880Z 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-20T21:51:38.7902749Z 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-20T21:51:38.7940642Z 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-20T21:51:38.7946249Z 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-20T21:51:38.7952706Z 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-20T21:51:38.7959067Z 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-20T21:51:38.7965226Z 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-20T21:51:38.7971213Z 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-20T21:51:38.7977217Z 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-20T21:51:38.7982955Z 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-20T21:51:38.7988826Z 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-20T21:51:38.7995110Z 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-20T21:51:38.8000704Z 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-20T21:51:38.8006454Z 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-20T21:51:38.8012403Z 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-20T21:51:38.8018126Z 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-20T21:51:38.8024003Z 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-20T21:51:38.8029687Z 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-20T21:51:38.8035421Z 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-20T21:51:38.8041505Z 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-20T21:51:38.8047353Z 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-20T21:51:38.8053050Z 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-20T21:51:38.8059052Z 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-20T21:51:38.8065047Z 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-20T21:51:38.8071089Z 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-20T21:51:38.8077156Z 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-20T21:51:38.8083222Z 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-20T21:51:38.8088931Z 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-20T21:51:38.8094693Z 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-20T21:51:38.8100621Z 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-20T21:51:38.8106390Z 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-20T21:51:38.8112243Z 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-20T21:51:38.8118236Z 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-20T21:51:38.8123989Z 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-20T21:51:38.8129994Z 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-20T21:51:38.8135773Z 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-20T21:51:38.8142101Z 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-20T21:51:38.8147678Z 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-20T21:51:38.8153404Z 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-20T21:51:38.8159112Z 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-20T21:51:38.8165631Z 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-20T21:51:38.8171496Z 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-20T21:51:38.8177318Z 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-20T21:51:38.8183621Z 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-20T21:51:38.8189773Z 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-20T21:51:38.8195584Z 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-20T21:51:38.8201454Z 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-20T21:51:38.8207733Z 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-20T21:51:38.8213976Z 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-20T21:51:38.8220047Z 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-20T21:51:38.8226034Z 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-20T21:51:38.8232023Z 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-20T21:51:38.8238586Z 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-20T21:51:38.8244251Z 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-20T21:51:38.8250085Z 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-20T21:51:38.8255915Z 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-20T21:51:38.8262153Z 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-20T21:51:38.8267864Z 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-20T21:51:38.8274136Z 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-20T21:51:38.8280030Z 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-20T21:51:38.8286547Z 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-20T21:51:38.8293097Z 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-20T21:51:38.8299082Z 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-20T21:51:38.8304916Z 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-20T21:51:38.8310982Z 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-20T21:51:38.8317066Z 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-20T21:51:38.8322989Z 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-20T21:51:38.8328801Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linear.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.8359424Z 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-20T21:51:38.8365728Z 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-20T21:51:38.8371759Z 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-20T21:51:38.8377505Z 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-20T21:51:38.8383645Z 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-20T21:51:38.8389619Z 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-20T21:51:38.8395456Z 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-20T21:51:38.8401461Z 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-20T21:51:38.8407372Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linspace.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.8413756Z 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-20T21:51:38.8420117Z 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-20T21:51:38.8426035Z 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-20T21:51:38.8431701Z 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-20T21:51:38.8437956Z 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-20T21:51:38.8443660Z 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-20T21:51:38.8450338Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.8455300Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log10.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.8461312Z 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-20T21:51:38.8467002Z 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-20T21:51:38.8473054Z 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-20T21:51:38.8479452Z 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-20T21:51:38.8485135Z 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-20T21:51:38.8491270Z 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-20T21:51:38.8497251Z 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-20T21:51:38.8502949Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log1p.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.8509031Z 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-20T21:51:38.8514603Z 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-20T21:51:38.8520826Z 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-20T21:51:38.8526397Z 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-20T21:51:38.8532078Z 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-20T21:51:38.8538182Z 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-20T21:51:38.8544046Z 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-20T21:51:38.8550201Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.8556469Z 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-20T21:51:38.8562673Z 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-20T21:51:38.8568190Z 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-20T21:51:38.8573926Z 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-20T21:51:38.8579868Z 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-20T21:51:38.8585356Z 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-20T21:51:38.8590909Z 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-20T21:51:38.8596314Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.8602159Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.8608829Z 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-20T21:51:38.8614304Z 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-20T21:51:38.8619908Z 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-20T21:51:38.8625790Z 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-20T21:51:38.8631910Z 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-20T21:51:38.8637936Z 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-20T21:51:38.8643479Z 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-20T21:51:38.8649944Z 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-20T21:51:38.8655505Z 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-20T21:51:38.8661223Z 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-20T21:51:38.8666748Z 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-20T21:51:38.8672789Z 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-20T21:51:38.8678344Z 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-20T21:51:38.8684271Z 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-20T21:51:38.8690117Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logcumsumexp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.8695928Z 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-20T21:51:38.8701867Z 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-20T21:51:38.8707300Z 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-20T21:51:38.8713106Z 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-20T21:51:38.8718818Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logdet.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.8724286Z 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-20T21:51:38.8729966Z 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-20T21:51:38.8735296Z 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-20T21:51:38.8741145Z 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-20T21:51:38.8747810Z 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-20T21:51:38.8753119Z 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-20T21:51:38.8758751Z 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-20T21:51:38.8764334Z 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-20T21:51:38.8770352Z 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-20T21:51:38.8775968Z 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-20T21:51:38.8781889Z 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-20T21:51:38.8787995Z 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-20T21:51:38.8793848Z 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-20T21:51:38.8799789Z 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-20T21:51:38.8805711Z 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-20T21:51:38.8811729Z 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-20T21:51:38.8817702Z 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-20T21:51:38.8823558Z 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-20T21:51:38.8829159Z 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-20T21:51:38.8857809Z 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-20T21:51:38.8863391Z 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-20T21:51:38.8869105Z 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-20T21:51:38.8875685Z 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-20T21:51:38.8881384Z 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-20T21:51:38.8888302Z 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-20T21:51:38.8893721Z 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-20T21:51:38.8899382Z 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-20T21:51:38.8905380Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.8910735Z 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-20T21:51:38.8916823Z 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-20T21:51:38.8923092Z 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-20T21:51:38.8929185Z 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-20T21:51:38.8934814Z 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-20T21:51:38.8940631Z 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-20T21:51:38.8946901Z 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-20T21:51:38.8952827Z 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-20T21:51:38.8959268Z 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-20T21:51:38.8965120Z 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-20T21:51:38.8970833Z 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-20T21:51:38.8976922Z 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-20T21:51:38.8982927Z 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-20T21:51:38.8988864Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logspace.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.8994852Z 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-20T21:51:38.9001070Z 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-20T21:51:38.9007098Z 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-20T21:51:38.9012905Z 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-20T21:51:38.9018704Z 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-20T21:51:38.9024440Z 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-20T21:51:38.9030582Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logsumexp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.9037454Z 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-20T21:51:38.9043082Z 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-20T21:51:38.9049587Z 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-20T21:51:38.9056336Z 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-20T21:51:38.9061632Z 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-20T21:51:38.9067402Z 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-20T21:51:38.9073029Z 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-20T21:51:38.9078777Z 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-20T21:51:38.9084986Z 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-20T21:51:38.9091956Z 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-20T21:51:38.9097235Z 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-20T21:51:38.9103156Z 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-20T21:51:38.9108832Z 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-20T21:51:38.9114543Z 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-20T21:51:38.9120484Z 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-20T21:51:38.9127214Z 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-20T21:51:38.9133587Z 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-20T21:51:38.9139742Z 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-20T21:51:38.9145344Z 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-20T21:51:38.9150934Z 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-20T21:51:38.9156504Z 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-20T21:51:38.9162609Z 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-20T21:51:38.9168877Z 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-20T21:51:38.9175376Z 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-20T21:51:38.9181624Z 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-20T21:51:38.9187423Z 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-20T21:51:38.9192634Z 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-20T21:51:38.9198996Z 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-20T21:51:38.9204627Z 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-20T21:51:38.9210927Z 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-20T21:51:38.9216286Z 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-20T21:51:38.9221908Z 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-20T21:51:38.9227874Z 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-20T21:51:38.9233411Z 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-20T21:51:38.9240932Z 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-20T21:51:38.9247052Z 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-20T21:51:38.9252476Z 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-20T21:51:38.9258051Z 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-20T21:51:38.9263915Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lshift.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.9269618Z 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-20T21:51:38.9275126Z 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-20T21:51:38.9280943Z 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-20T21:51:38.9287079Z 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-20T21:51:38.9292931Z 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-20T21:51:38.9298286Z 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-20T21:51:38.9304469Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lstm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.9309738Z 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-20T21:51:38.9315593Z 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-20T21:51:38.9321156Z 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-20T21:51:38.9327391Z 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-20T21:51:38.9333506Z 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-20T21:51:38.9338969Z 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-20T21:51:38.9344850Z 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-20T21:51:38.9350705Z 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-20T21:51:38.9355942Z 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-20T21:51:38.9361561Z 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-20T21:51:38.9367371Z 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-20T21:51:38.9372592Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lt.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:38.9378315Z 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-20T21:51:38.9383856Z 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-20T21:51:38.9389515Z 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-20T21:51:38.9395073Z 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-20T21:51:38.9400695Z 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-20T21:51:38.9406567Z 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-20T21:51:38.9412315Z 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-20T21:51:38.9417828Z 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-20T21:51:38.9423419Z 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-20T21:51:38.9428909Z 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-20T21:51:38.9434683Z 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-20T21:51:38.9440405Z 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-20T21:51:38.9446852Z 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-20T21:51:38.9452501Z 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-20T21:51:38.9458453Z 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-20T21:51:38.9464629Z 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-20T21:51:38.9566667Z 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-20T21:51:38.9572233Z 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-20T21:51:38.9577930Z 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-20T21:51:38.9584315Z 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-20T21:51:39.2934504Z 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-20T21:51:39.2939980Z 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-20T21:51:39.2945777Z 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-20T21:51:39.2951993Z 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-20T21:51:39.2958963Z 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-20T21:51:39.2964908Z 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-20T21:51:39.2970883Z 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-20T21:51:39.2976570Z 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-20T21:51:39.2982477Z 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-20T21:51:39.2988465Z 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-20T21:51:39.2994550Z 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-20T21:51:39.2999773Z 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-20T21:51:39.3005960Z 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-20T21:51:39.3012430Z 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-20T21:51:39.3018477Z 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-20T21:51:39.3024503Z 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-20T21:51:39.3030056Z 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-20T21:51:39.3035778Z 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-20T21:51:39.3041734Z 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-20T21:51:39.3047463Z 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-20T21:51:39.3053323Z 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-20T21:51:39.3058979Z 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-20T21:51:39.3065227Z 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-20T21:51:39.3071279Z 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-20T21:51:39.3076969Z 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-20T21:51:39.3082669Z 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-20T21:51:39.3088673Z 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-20T21:51:39.3094448Z 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-20T21:51:39.3100596Z 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-20T21:51:39.3106278Z 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-20T21:51:39.3112335Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matmul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:39.3117816Z 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-20T21:51:39.3124194Z 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-20T21:51:39.3129677Z 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-20T21:51:39.3135217Z 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-20T21:51:39.3141147Z 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-20T21:51:39.3146701Z 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-20T21:51:39.3152478Z 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-20T21:51:39.3158571Z 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-20T21:51:39.3164611Z 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-20T21:51:39.3170883Z 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-20T21:51:39.3176511Z 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-20T21:51:39.3182214Z 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-20T21:51:39.3188266Z 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-20T21:51:39.3194000Z 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-20T21:51:39.3199931Z 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-20T21:51:39.3205536Z 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-20T21:51:39.3211262Z 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-20T21:51:39.3216951Z 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-20T21:51:39.3222522Z 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-20T21:51:39.3228341Z 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-20T21:51:39.3234446Z 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-20T21:51:39.3240300Z 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-20T21:51:39.3246459Z 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-20T21:51:39.3252174Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:39.3258144Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\maximum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:39.3263499Z 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-20T21:51:39.3269000Z 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-20T21:51:39.3274628Z 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-20T21:51:39.3280249Z 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-20T21:51:39.3285921Z 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-20T21:51:39.3291946Z 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-20T21:51:39.3297661Z 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-20T21:51:39.3309807Z 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-20T21:51:39.3316232Z 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-20T21:51:39.3321917Z 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-20T21:51:39.3327604Z 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-20T21:51:39.3333634Z 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-20T21:51:39.3339417Z 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-20T21:51:39.3345071Z 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-20T21:51:39.3350712Z 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-20T21:51:39.3356204Z 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-20T21:51:39.3362144Z 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-20T21:51:39.3367886Z 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-20T21:51:39.3373740Z 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-20T21:51:39.3379533Z 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-20T21:51:39.3385872Z 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-20T21:51:39.3391593Z 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-20T21:51:39.3398271Z 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-20T21:51:39.3403887Z 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-20T21:51:39.3409886Z 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-20T21:51:39.3416047Z 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-20T21:51:39.3421887Z 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-20T21:51:39.3427679Z 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-20T21:51:39.3434920Z 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-20T21:51:39.3440587Z 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-20T21:51:39.3446349Z 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-20T21:51:39.3452416Z 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-20T21:51:39.3458465Z 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-20T21:51:39.3464870Z 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-20T21:51:39.3470523Z 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-20T21:51:39.3476344Z 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-20T21:51:39.3482221Z 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-20T21:51:39.3488308Z 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-20T21:51:39.3494399Z 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-20T21:51:39.3500359Z 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-20T21:51:39.3506680Z 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-20T21:51:39.3512492Z 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-20T21:51:39.3518472Z 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-20T21:51:39.3525401Z 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-20T21:51:39.3531841Z 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-20T21:51:39.3537527Z 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-20T21:51:39.3543837Z 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-20T21:51:39.3549448Z 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-20T21:51:39.3555462Z 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-20T21:51:39.3561538Z 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-20T21:51:39.3567236Z 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-20T21:51:39.3572993Z 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-20T21:51:39.3578696Z 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-20T21:51:39.3584501Z 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-20T21:51:39.3590689Z 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-20T21:51:39.3596501Z 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-20T21:51:39.3602389Z 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-20T21:51:39.3608267Z 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-20T21:51:39.3619438Z 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-20T21:51:39.3624875Z 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-20T21:51:39.3630536Z 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-20T21:51:39.3636341Z 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-20T21:51:39.3642061Z 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-20T21:51:39.3647931Z 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-20T21:51:39.3653537Z 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-20T21:51:39.3660498Z 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-20T21:51:39.3666939Z 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-20T21:51:39.3672958Z 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-20T21:51:39.3678881Z 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-20T21:51:39.3684540Z 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-20T21:51:39.3690333Z 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-20T21:51:39.3695868Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mean.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:39.3701492Z 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-20T21:51:39.3707005Z 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-20T21:51:39.3712637Z 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-20T21:51:39.3718146Z 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-20T21:51:39.3723820Z 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-20T21:51:39.3729515Z 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-20T21:51:39.3734925Z 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-20T21:51:39.3740745Z 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-20T21:51:39.3746854Z 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-20T21:51:39.3751989Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\median.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:39.3757661Z 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-20T21:51:39.3763951Z 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-20T21:51:39.3770377Z 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-20T21:51:39.3775947Z 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-20T21:51:39.3781533Z 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-20T21:51:39.3787060Z 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-20T21:51:39.3792865Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\meshgrid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:39.3798603Z 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-20T21:51:39.3805340Z 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-20T21:51:39.3811225Z 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-20T21:51:39.3816549Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mH.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:39.3821951Z 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-20T21:51:39.3827302Z 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-20T21:51:39.3832665Z 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-20T21:51:39.3838009Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\min.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:39.3843629Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\minimum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:39.3849556Z 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-20T21:51:39.3855286Z 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-20T21:51:39.3861051Z 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-20T21:51:39.3866937Z 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-20T21:51:39.3872651Z 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-20T21:51:39.3878549Z 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-20T21:51:39.3884215Z 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-20T21:51:39.3890850Z 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-20T21:51:39.3896678Z 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-20T21:51:39.3902306Z 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-20T21:51:39.3908026Z 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-20T21:51:39.3914110Z 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-20T21:51:39.3919535Z 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-20T21:51:39.3925059Z 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-20T21:51:39.3930738Z 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-20T21:51:39.3936336Z 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-20T21:51:39.3942249Z 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-20T21:51:39.3948533Z 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-20T21:51:39.3954195Z 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-20T21:51:39.3960112Z 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-20T21:51:39.3966011Z 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-20T21:51:39.3972604Z 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-20T21:51:39.3978735Z 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-20T21:51:39.3984969Z 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-20T21:51:39.3990807Z 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-20T21:51:39.3996575Z 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-20T21:51:39.4002468Z 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-20T21:51:39.4008497Z 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-20T21:51:39.4014442Z 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-20T21:51:39.4020325Z 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-20T21:51:39.4026515Z 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-20T21:51:39.4032281Z 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-20T21:51:39.4038182Z 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-20T21:51:39.4044004Z 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-20T21:51:39.4050302Z 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-20T21:51:39.4056430Z 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-20T21:51:39.4062430Z 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-20T21:51:39.4068185Z 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-20T21:51:39.4074632Z 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-20T21:51:39.4081189Z 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-20T21:51:39.4087777Z 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-20T21:51:39.4093308Z 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-20T21:51:39.4099203Z 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-20T21:51:39.4104911Z 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-20T21:51:39.4111056Z 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-20T21:51:39.4117283Z 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-20T21:51:39.4123049Z 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-20T21:51:39.4129408Z 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-20T21:51:39.4135302Z 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-20T21:51:39.4141107Z 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-20T21:51:39.4147295Z 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-20T21:51:39.4153148Z 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-20T21:51:39.4158860Z 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-20T21:51:39.4164597Z 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-20T21:51:39.4170738Z 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-20T21:51:39.4176338Z 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-20T21:51:39.4181970Z 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-20T21:51:39.4187560Z 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-20T21:51:39.4193373Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:39.4199135Z 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-20T21:51:39.4205543Z 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-20T21:51:39.4211134Z 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-20T21:51:39.4216642Z 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-20T21:51:39.4222089Z 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-20T21:51:39.4228077Z 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-20T21:51:39.4234182Z 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-20T21:51:39.4239417Z 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-20T21:51:39.4244897Z 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-20T21:51:39.4250516Z 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-20T21:51:39.4255861Z 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-20T21:51:39.4261502Z 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-20T21:51:39.4267033Z 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-20T21:51:39.4272422Z 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-20T21:51:39.4278151Z 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-20T21:51:39.4284124Z 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-20T21:51:39.4289801Z 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-20T21:51:39.4295515Z 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-20T21:51:39.4301337Z 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-20T21:51:39.4307835Z 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-20T21:51:39.4313768Z 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-20T21:51:39.4319931Z 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-20T21:51:39.4325631Z 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-20T21:51:39.4331961Z 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-20T21:51:39.4337752Z 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-20T21:51:39.4343596Z 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-20T21:51:39.4350069Z 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-20T21:51:39.4355794Z 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-20T21:51:39.4362241Z 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-20T21:51:39.4368066Z 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-20T21:51:39.4373804Z 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-20T21:51:39.4379917Z 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-20T21:51:39.4385680Z 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-20T21:51:39.4391558Z 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-20T21:51:39.4397817Z 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-20T21:51:39.4403643Z 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-20T21:51:39.4409954Z 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-20T21:51:39.4416374Z 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-20T21:51:39.4422176Z 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-20T21:51:39.4428151Z 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-20T21:51:39.4433974Z 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-20T21:51:39.4439833Z 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-20T21:51:39.4446285Z 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-20T21:51:39.4478224Z 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-20T21:51:39.4483803Z 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-20T21:51:39.4490033Z 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-20T21:51:39.4495855Z 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-20T21:51:39.4501825Z 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-20T21:51:39.4507869Z 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-20T21:51:39.4514307Z 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-20T21:51:39.4520685Z 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-20T21:51:39.4526452Z 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-20T21:51:39.4532376Z 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-20T21:51:39.4538539Z 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-20T21:51:39.4544577Z 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-20T21:51:39.4551353Z 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-20T21:51:39.4557069Z 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-20T21:51:39.4563301Z 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-20T21:51:39.4569021Z 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-20T21:51:39.4575546Z 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-20T21:51:39.4581521Z 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-20T21:51:39.4587946Z 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-20T21:51:39.4594678Z 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-20T21:51:39.4603013Z 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-20T21:51:39.4608464Z 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-20T21:51:39.4614476Z 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-20T21:51:39.4620764Z 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-20T21:51:39.4627075Z 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-20T21:51:39.4632916Z 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-20T21:51:39.4638730Z 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-20T21:51:39.4644914Z 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-20T21:51:39.4650857Z 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-20T21:51:39.4657275Z 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-20T21:51:39.4673802Z 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-20T21:51:39.4675418Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:39.4677105Z 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-20T21:51:39.4680692Z 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-20T21:51:39.4686414Z 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-20T21:51:39.4692087Z 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-20T21:51:39.4697440Z 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-20T21:51:39.4703659Z 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-20T21:51:39.4708973Z 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-20T21:51:39.4714703Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mode.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:39.4720446Z 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-20T21:51:39.4726148Z 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-20T21:51:39.4731660Z 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-20T21:51:39.4737243Z 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-20T21:51:39.4742891Z 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-20T21:51:39.4748604Z 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-20T21:51:39.4754060Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\moveaxis.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:39.4759728Z 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-20T21:51:39.4765391Z 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-20T21:51:39.4771120Z 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-20T21:51:39.4776587Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\movedim.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:39.4782255Z 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-20T21:51:39.4787585Z 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-20T21:51:39.4793374Z 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-20T21:51:39.4798942Z 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-20T21:51:39.4804990Z 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-20T21:51:39.4810770Z 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-20T21:51:39.4816616Z 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-20T21:51:39.4822414Z 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-20T21:51:39.4828620Z 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-20T21:51:39.4834108Z 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-20T21:51:39.4839865Z 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-20T21:51:39.4845957Z 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-20T21:51:39.4851328Z 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-20T21:51:39.4857079Z 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-20T21:51:39.4863853Z 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-20T21:51:39.4869484Z 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-20T21:51:39.4875092Z 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-20T21:51:39.4881171Z 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-20T21:51:39.4886717Z 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-20T21:51:39.4892395Z 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-20T21:51:39.4898049Z 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-20T21:51:39.4904008Z 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-20T21:51:39.4909860Z 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-20T21:51:39.4915696Z 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-20T21:51:39.4921378Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\msort.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:39.4927293Z 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-20T21:51:39.4932748Z 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-20T21:51:39.4938201Z 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-20T21:51:39.4943804Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mT.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:39.4950012Z 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-20T21:51:39.4955492Z 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-20T21:51:39.4961055Z 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-20T21:51:39.4966490Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:39.4972176Z 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-20T21:51:39.4978189Z 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-20T21:51:39.4984002Z 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-20T21:51:39.4989835Z 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-20T21:51:39.4995885Z 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-20T21:51:39.5001775Z 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-20T21:51:39.5008292Z 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-20T21:51:39.5014073Z 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-20T21:51:39.5020405Z 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-20T21:51:39.5027105Z 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-20T21:51:39.5033150Z 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-20T21:51:39.5039054Z 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-20T21:51:39.5045068Z 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-20T21:51:39.5051029Z 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-20T21:51:39.5056876Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multinomial.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:39.5063582Z 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-20T21:51:39.5069114Z 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-20T21:51:39.5075238Z 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-20T21:51:39.5081433Z 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-20T21:51:39.5087949Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multiply.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:39.5094618Z 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-20T21:51:39.5100248Z 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-20T21:51:39.5105670Z 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-20T21:51:39.5111711Z 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-20T21:51:39.5117426Z 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-20T21:51:39.5123902Z 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-20T21:51:39.5130054Z 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-20T21:51:39.5136039Z 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-20T21:51:39.5142144Z 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-20T21:51:39.5148245Z 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-20T21:51:39.5154241Z 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-20T21:51:39.5160647Z 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-20T21:51:39.5166646Z 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-20T21:51:39.5173085Z 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-20T21:51:39.5178846Z 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-20T21:51:39.5186084Z 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-20T21:51:39.5191629Z 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-20T21:51:39.5197757Z 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-20T21:51:39.5203489Z 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-20T21:51:39.5209392Z 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-20T21:51:39.5215831Z 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-20T21:51:39.5221299Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:39.5226783Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mvlgamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:39.5232810Z 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-20T21:51:39.5239623Z 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-20T21:51:39.5263026Z 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-20T21:51:39.5269792Z 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-20T21:51:39.5275902Z 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-20T21:51:39.5285140Z 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-20T21:51:39.5291123Z 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-20T21:51:39.7055157Z 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-20T21:51:39.7061338Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmean.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:39.7067414Z 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-20T21:51:39.7073376Z 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-20T21:51:39.7079668Z 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-20T21:51:39.7086592Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmedian.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:39.7092418Z 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-20T21:51:39.7108249Z 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-20T21:51:39.7110060Z 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-20T21:51:39.7111665Z 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-20T21:51:39.7116397Z 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-20T21:51:39.7124179Z 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-20T21:51:39.7129966Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanquantile.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:39.7136006Z 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-20T21:51:39.7141693Z 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-20T21:51:39.7147252Z 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-20T21:51:39.7156339Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nansum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:39.7158887Z 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-20T21:51:39.7164750Z 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-20T21:51:39.7170902Z 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-20T21:51:39.7197237Z 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-20T21:51:39.7202658Z 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-20T21:51:39.7223529Z 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-20T21:51:39.7229404Z 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-20T21:51:39.7269157Z 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-20T21:51:39.7274862Z 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-20T21:51:39.7281359Z 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-20T21:51:39.7287219Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\narrow.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:39.7293536Z 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-20T21:51:39.7299385Z 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-20T21:51:39.7306010Z 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-20T21:51:39.7311630Z 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-20T21:51:39.7318196Z 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-20T21:51:39.7350120Z 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-20T21:51:39.7355184Z 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-20T21:51:39.7360874Z 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-20T21:51:39.7367055Z 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-20T21:51:39.7372851Z 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-20T21:51:39.7378836Z 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-20T21:51:39.7384538Z 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-20T21:51:39.7390343Z 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-20T21:51:39.7396279Z 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-20T21:51:39.7401908Z 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-20T21:51:39.7407862Z 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-20T21:51:39.7413672Z 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-20T21:51:39.7419386Z 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-20T21:51:39.7425063Z 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-20T21:51:39.7430816Z 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-20T21:51:39.7444120Z 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-20T21:51:39.7450036Z 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-20T21:51:39.7455856Z 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-20T21:51:39.7461629Z 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-20T21:51:39.7467548Z 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-20T21:51:39.7473475Z 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-20T21:51:39.7479780Z 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-20T21:51:39.7485527Z 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-20T21:51:39.7493351Z 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-20T21:51:39.7499146Z 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-20T21:51:39.7505071Z 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-20T21:51:39.7511328Z 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-20T21:51:39.7517256Z 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-20T21:51:39.7523288Z 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-20T21:51:39.7529136Z 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-20T21:51:39.7534948Z 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-20T21:51:39.7540808Z 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-20T21:51:39.7547021Z 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-20T21:51:39.7553415Z 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-20T21:51:39.7563842Z 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-20T21:51:39.7570196Z 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-20T21:51:39.7576202Z 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-20T21:51:39.7582072Z 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-20T21:51:39.7590096Z 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-20T21:51:39.7595892Z 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-20T21:51:39.7601971Z 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-20T21:51:39.7608574Z 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-20T21:51:39.7614347Z 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-20T21:51:39.7620558Z 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-20T21:51:39.7626839Z 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-20T21:51:39.7633987Z 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-20T21:51:39.7639325Z 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-20T21:51:39.7646479Z 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-20T21:51:39.7674682Z 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-20T21:51:39.7680312Z 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-20T21:51:39.7687033Z 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-20T21:51:39.7692809Z 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-20T21:51:39.7698925Z 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-20T21:51:39.7704899Z 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-20T21:51:39.7710940Z 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-20T21:51:39.7716745Z 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-20T21:51:39.7723480Z 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-20T21:51:39.7729214Z 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-20T21:51:39.7735150Z 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-20T21:51:39.7741027Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ne.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:39.7746523Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\neg.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:39.7752100Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\negative.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:39.7757883Z 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-20T21:51:39.7763668Z 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-20T21:51:39.7769459Z 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-20T21:51:39.7775570Z 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-20T21:51:39.7781710Z 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-20T21:51:39.7787896Z 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-20T21:51:39.7793164Z 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-20T21:51:39.7798766Z 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-20T21:51:39.7804467Z 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-20T21:51:39.7810819Z 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-20T21:51:39.7816252Z 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-20T21:51:39.7822106Z 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-20T21:51:39.7828131Z 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-20T21:51:39.7833742Z 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-20T21:51:39.7839720Z 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-20T21:51:39.7846714Z 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-20T21:51:39.7852227Z 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-20T21:51:39.7858424Z 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-20T21:51:39.7864459Z 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-20T21:51:39.7870445Z 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-20T21:51:39.7876842Z 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-20T21:51:39.7882577Z 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-20T21:51:39.7888596Z 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-20T21:51:39.7894212Z 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-20T21:51:39.7921186Z 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-20T21:51:39.7926699Z 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-20T21:51:39.7932662Z 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-20T21:51:39.7937894Z 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-20T21:51:39.7943624Z 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-20T21:51:39.7949165Z 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-20T21:51:39.7955452Z 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-20T21:51:39.7960620Z 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-20T21:51:39.7966646Z 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-20T21:51:39.7972351Z 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-20T21:51:39.7978463Z 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-20T21:51:39.7983611Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nextafter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:39.7989618Z 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-20T21:51:39.7995146Z 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-20T21:51:39.8000989Z 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-20T21:51:39.8006662Z 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-20T21:51:39.8012630Z 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-20T21:51:39.8019004Z 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-20T21:51:39.8024609Z 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-20T21:51:39.8031094Z 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-20T21:51:39.8036616Z 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-20T21:51:39.8042299Z 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-20T21:51:39.8048783Z 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-20T21:51:39.8054262Z 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-20T21:51:39.8060166Z 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-20T21:51:39.8065778Z 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-20T21:51:39.8071451Z 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-20T21:51:39.8076898Z 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-20T21:51:39.8082762Z 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-20T21:51:39.8088803Z 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-20T21:51:39.8094725Z 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-20T21:51:39.8100452Z 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-20T21:51:39.8106557Z 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-20T21:51:39.8112913Z 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-20T21:51:39.8118656Z 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-20T21:51:39.8124679Z 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-20T21:51:39.8130737Z 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-20T21:51:39.8136569Z 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-20T21:51:39.8142639Z 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-20T21:51:39.8148482Z 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-20T21:51:39.8154314Z 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-20T21:51:39.8160464Z 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-20T21:51:39.8166897Z 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-20T21:51:39.8172776Z 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-20T21:51:39.8178814Z 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-20T21:51:39.8185145Z 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-20T21:51:39.8190728Z 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-20T21:51:39.8196498Z 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-20T21:51:39.8202676Z 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-20T21:51:39.8208775Z 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-20T21:51:39.8214567Z 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-20T21:51:39.8221094Z 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-20T21:51:39.8227170Z 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-20T21:51:39.8233295Z 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-20T21:51:39.8239501Z 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-20T21:51:39.8245726Z 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-20T21:51:39.8251660Z 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-20T21:51:39.8258115Z 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-20T21:51:39.8264110Z 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-20T21:51:39.8270371Z 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-20T21:51:39.8276305Z 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-20T21:51:39.8282086Z 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-20T21:51:39.8288210Z 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-20T21:51:39.8294239Z 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-20T21:51:39.8300472Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:39.8306693Z 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-20T21:51:39.8312574Z 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-20T21:51:39.8318292Z 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-20T21:51:39.8324016Z 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-20T21:51:39.8330443Z 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-20T21:51:39.8336320Z 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-20T21:51:39.8342378Z 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-20T21:51:39.8349077Z 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-20T21:51:39.8355237Z 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-20T21:51:39.8361183Z 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-20T21:51:39.8366824Z 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-20T21:51:39.8372321Z 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-20T21:51:39.8378406Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:39.8383475Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\normal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:39.8389830Z 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-20T21:51:39.8395045Z 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-20T21:51:39.8401180Z 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-20T21:51:39.8407076Z 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-20T21:51:39.8412752Z 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-20T21:51:39.8418424Z 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-20T21:51:39.8424690Z 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-20T21:51:39.8430485Z 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-20T21:51:39.8436432Z 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-20T21:51:39.8442526Z 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-20T21:51:39.8448318Z 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-20T21:51:39.8454541Z 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-20T21:51:39.8460964Z 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-20T21:51:39.8466206Z 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-20T21:51:39.8472214Z 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-20T21:51:39.8477793Z 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-20T21:51:39.8483472Z 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-20T21:51:39.8489352Z 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-20T21:51:39.8495546Z 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-20T21:51:39.8501169Z 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-20T21:51:39.8507189Z 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-20T21:51:39.8513319Z 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-20T21:51:39.8519116Z 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-20T21:51:39.8525052Z 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-20T21:51:39.8531795Z 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-20T21:51:39.8537219Z 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-20T21:51:39.8542863Z 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-20T21:51:39.8548609Z 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-20T21:51:39.8554553Z 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-20T21:51:39.8560048Z 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-20T21:51:39.8565063Z 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-20T21:51:39.8571337Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ones.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:39.8577210Z 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-20T21:51:39.8582704Z 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-20T21:51:39.8588555Z 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-20T21:51:39.8594071Z 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-20T21:51:39.8599769Z 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-20T21:51:39.8605802Z 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-20T21:51:39.8611465Z 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-20T21:51:39.8617099Z 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-20T21:51:39.8622604Z 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-20T21:51:39.8628120Z 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-20T21:51:39.8633778Z 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-20T21:51:39.8639428Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\or.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:39.8645155Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\orgqr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:39.8651163Z 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-20T21:51:39.8656885Z 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-20T21:51:39.8662212Z 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-20T21:51:39.8667972Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ormqr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:39.8673724Z 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-20T21:51:39.8679545Z 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-20T21:51:39.8685222Z 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-20T21:51:39.8691054Z 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-20T21:51:39.8696975Z 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-20T21:51:39.8702340Z 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-20T21:51:39.8708036Z 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-20T21:51:39.8713492Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\outer.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:39.8719169Z 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-20T21:51:39.8724847Z 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-20T21:51:39.8730500Z 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-20T21:51:39.8736276Z 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-20T21:51:39.8742092Z 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-20T21:51:39.8747629Z 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-20T21:51:39.8753882Z 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-20T21:51:39.8759360Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:39.8765235Z 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-20T21:51:39.8770963Z 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-20T21:51:39.8776543Z 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-20T21:51:39.8782222Z 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-20T21:51:39.8788371Z 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-20T21:51:39.8794259Z 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-20T21:51:39.8800680Z 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-20T21:51:39.8806684Z 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-20T21:51:39.8813359Z 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-20T21:51:39.8818979Z 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-20T21:51:39.8824467Z 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-20T21:51:39.8830176Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pdist.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:39.8835789Z 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-20T21:51:39.8841537Z 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-20T21:51:39.8847025Z 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-20T21:51:39.8882842Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\permute.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:39.8889239Z 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-20T21:51:39.8895482Z 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-20T21:51:39.8902673Z 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-20T21:51:39.8909175Z 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-20T21:51:39.8916488Z 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-20T21:51:39.8922822Z 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-20T21:51:39.8928651Z 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-20T21:51:39.8934356Z 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-20T21:51:39.8940539Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pinverse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:39.8945756Z 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-20T21:51:39.8951255Z 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-20T21:51:39.8956735Z 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-20T21:51:39.8962480Z 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-20T21:51:39.8968850Z 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-20T21:51:39.8974188Z 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-20T21:51:39.8979835Z 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-20T21:51:39.8986924Z 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-20T21:51:39.8993210Z 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-20T21:51:39.8999151Z 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-20T21:51:39.9004960Z 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-20T21:51:39.9011207Z 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-20T21:51:39.9017284Z 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-20T21:51:39.9022805Z 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-20T21:51:39.9029182Z 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-20T21:51:39.9035657Z 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-20T21:51:39.9041430Z 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-20T21:51:39.9047804Z 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-20T21:51:39.9053334Z 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-20T21:51:39.9059388Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\poisson.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:39.9065851Z 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-20T21:51:39.9072440Z 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-20T21:51:39.9078235Z 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-20T21:51:39.9084013Z 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-20T21:51:39.9089995Z 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-20T21:51:39.9096146Z 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-20T21:51:39.9102021Z 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-20T21:51:39.9107673Z 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-20T21:51:39.9113413Z 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-20T21:51:39.9119528Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polar.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:39.9125204Z 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-20T21:51:39.9130947Z 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-20T21:51:39.9136729Z 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-20T21:51:39.9142353Z 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-20T21:51:39.9154194Z 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-20T21:51:39.9157121Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polygamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:39.9163662Z 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-20T21:51:39.9169190Z 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-20T21:51:39.9174725Z 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-20T21:51:39.9180766Z 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-20T21:51:39.9186380Z 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-20T21:51:39.9192016Z 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-20T21:51:39.9197805Z 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-20T21:51:39.9203428Z 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-20T21:51:39.9209252Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\positive.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:39.9214658Z 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-20T21:51:39.9220341Z 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-20T21:51:39.9225764Z 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-20T21:51:39.9231285Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pow.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:39.9236982Z 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-20T21:51:39.9242505Z 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-20T21:51:39.9248108Z 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-20T21:51:39.9253618Z 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-20T21:51:39.9258974Z 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-20T21:51:39.9264553Z 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-20T21:51:39.9270009Z 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-20T21:51:39.9275349Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prelu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:39.9280699Z 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-20T21:51:39.9286389Z 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-20T21:51:39.9291702Z 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-20T21:51:39.9297265Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prod.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:39.9303291Z 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-20T21:51:39.9309160Z 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-20T21:51:39.9314925Z 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-20T21:51:39.9320600Z 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-20T21:51:39.9326677Z 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-20T21:51:39.9332314Z 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-20T21:51:39.9339308Z 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-20T21:51:39.9345052Z 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-20T21:51:39.9350873Z 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-20T21:51:39.9356786Z 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-20T21:51:39.9362414Z 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-20T21:51:39.9368278Z 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-20T21:51:39.9373469Z 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-20T21:51:39.9385553Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\put.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:39.9391561Z 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-20T21:51:39.9397026Z 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-20T21:51:39.9402994Z 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-20T21:51:39.9408702Z 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-20T21:51:39.9414418Z 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-20T21:51:39.9420380Z 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-20T21:51:39.9425726Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\qr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:39.9431564Z 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-20T21:51:39.9467190Z 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-20T21:51:39.9473336Z 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-20T21:51:39.9479019Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\qscheme.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:39.9484573Z 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-20T21:51:39.9490284Z 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-20T21:51:39.9495764Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantile.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:39.9501438Z 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-20T21:51:39.9508347Z 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-20T21:51:39.9513689Z 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-20T21:51:39.9519487Z 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-20T21:51:39.9525698Z 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-20T21:51:39.9531718Z 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-20T21:51:39.9537385Z 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-20T21:51:39.9542837Z 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-20T21:51:39.9549373Z 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-20T21:51:39.9560541Z 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-20T21:51:39.9566695Z 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-20T21:51:39.9572497Z 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-20T21:51:39.9579224Z 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-20T21:51:39.9584519Z 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-20T21:51:39.9590315Z 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-20T21:51:39.9596133Z 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-20T21:51:39.9604025Z 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-20T21:51:39.9610141Z 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-20T21:51:39.9616040Z 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-20T21:51:39.9622146Z 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-20T21:51:39.9628158Z 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-20T21:51:39.9633907Z 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-20T21:51:39.9639679Z 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-20T21:51:39.9646014Z 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-20T21:51:39.9652206Z 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-20T21:51:39.9657855Z 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-20T21:51:39.9663854Z 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-20T21:51:39.9669753Z 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-20T21:51:39.9675837Z 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-20T21:51:39.9681684Z 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-20T21:51:39.9687408Z 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-20T21:51:39.9693129Z 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-20T21:51:39.9699700Z 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-20T21:51:39.9704942Z 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-20T21:51:39.9710690Z 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-20T21:51:39.9716603Z 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-20T21:51:39.9722697Z 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-20T21:51:39.9728455Z 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-20T21:51:39.9734339Z 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-20T21:51:39.9740227Z 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-20T21:51:39.9745740Z 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-20T21:51:39.9751702Z 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-20T21:51:39.9758027Z 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-20T21:51:39.9763801Z 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-20T21:51:39.9769864Z 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-20T21:51:39.9775593Z 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-20T21:51:39.9781739Z 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-20T21:51:39.9787582Z 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-20T21:51:39.9793438Z 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-20T21:51:39.9799446Z 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-20T21:51:39.9805581Z 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-20T21:51:39.9811537Z 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-20T21:51:39.9817350Z 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-20T21:51:39.9823235Z 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-20T21:51:39.9828890Z 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-20T21:51:39.9834060Z 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-20T21:51:39.9839843Z 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-20T21:51:39.9845868Z 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-20T21:51:39.9851530Z 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-20T21:51:39.9857608Z 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-20T21:51:39.9863374Z 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-20T21:51:39.9869649Z 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-20T21:51:39.9875358Z 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-20T21:51:39.9881354Z 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-20T21:51:39.9887064Z 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-20T21:51:39.9892308Z 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-20T21:51:39.9897995Z 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-20T21:51:39.9903656Z 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-20T21:51:39.9909304Z 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-20T21:51:39.9915356Z 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-20T21:51:39.9920954Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rad2deg.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:39.9926965Z 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-20T21:51:39.9932402Z 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-20T21:51:39.9938095Z 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-20T21:51:39.9943911Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rand.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:39.9949886Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randint.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:39.9956164Z 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-20T21:51:39.9961635Z 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-20T21:51:39.9967933Z 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-20T21:51:39.9973463Z 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-20T21:51:39.9979302Z 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-20T21:51:39.9985191Z 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-20T21:51:39.9991031Z 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-20T21:51:39.9996572Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:40.0002876Z 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-20T21:51:40.0008909Z 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-20T21:51:40.0014479Z 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-20T21:51:40.0020506Z 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-20T21:51:40.0026863Z 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-20T21:51:40.0033186Z 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-20T21:51:40.0038989Z 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-20T21:51:40.0044841Z 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-20T21:51:40.0051418Z 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-20T21:51:40.0057296Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\random.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:40.0063071Z 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-20T21:51:40.0068658Z 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-20T21:51:40.0074446Z 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-20T21:51:40.0080158Z 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-20T21:51:40.0085955Z 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-20T21:51:40.0091850Z 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-20T21:51:40.0097640Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randperm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:40.0103570Z 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-20T21:51:40.0109262Z 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-20T21:51:40.0115576Z 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-20T21:51:40.0121689Z 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-20T21:51:40.0127433Z 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-20T21:51:40.0133556Z 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-20T21:51:40.0140545Z 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-20T21:51:40.0146258Z 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-20T21:51:40.0152667Z 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-20T21:51:40.0159009Z 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-20T21:51:40.0164806Z 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-20T21:51:40.0171287Z 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-20T21:51:40.0177798Z 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-20T21:51:40.0183032Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\range.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:40.0188701Z 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-20T21:51:40.0194091Z 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-20T21:51:40.0199692Z 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-20T21:51:40.0205381Z 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-20T21:51:40.0211088Z 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-20T21:51:40.0249000Z 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-20T21:51:40.0254950Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ravel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:40.0261005Z 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-20T21:51:40.0266972Z 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-20T21:51:40.0273018Z 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-20T21:51:40.0279210Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\real.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:40.0285604Z 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-20T21:51:40.0292685Z 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-20T21:51:40.0297917Z 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-20T21:51:40.0303594Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reciprocal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:40.0310213Z 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-20T21:51:40.0315234Z 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-20T21:51:40.0320900Z 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-20T21:51:40.0327132Z 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-20T21:51:40.0332764Z 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-20T21:51:40.0338343Z 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-20T21:51:40.0343933Z 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-20T21:51:40.0349728Z 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-20T21:51:40.0355169Z 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-20T21:51:40.0360791Z 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-20T21:51:40.0366268Z 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-20T21:51:40.0372282Z 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-20T21:51:40.0378169Z 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-20T21:51:40.0383813Z 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-20T21:51:40.0389440Z 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-20T21:51:40.0395128Z 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-20T21:51:40.0400886Z 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-20T21:51:40.0407398Z 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-20T21:51:40.0413209Z 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-20T21:51:40.0419311Z 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-20T21:51:40.0425531Z 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-20T21:51:40.0431731Z 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-20T21:51:40.0437558Z 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-20T21:51:40.0443439Z 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-20T21:51:40.0449921Z 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-20T21:51:40.0455629Z 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-20T21:51:40.0461973Z 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-20T21:51:40.0468177Z 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-20T21:51:40.0474263Z 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-20T21:51:40.0480238Z 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-20T21:51:40.0486220Z 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-20T21:51:40.0492205Z 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-20T21:51:40.0498220Z 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-20T21:51:40.0504620Z 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-20T21:51:40.0510747Z 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-20T21:51:40.0517238Z 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-20T21:51:40.0523163Z 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-20T21:51:40.0529162Z 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-20T21:51:40.0535260Z 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-20T21:51:40.0541595Z 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-20T21:51:40.0547464Z 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-20T21:51:40.0553432Z 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-20T21:51:40.0559255Z 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-20T21:51:40.0566404Z 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-20T21:51:40.0572246Z 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-20T21:51:40.0578869Z 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-20T21:51:40.0584727Z 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-20T21:51:40.0590739Z 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-20T21:51:40.0596819Z 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-20T21:51:40.0602744Z 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-20T21:51:40.0609393Z 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-20T21:51:40.0615383Z 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-20T21:51:40.0621347Z 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-20T21:51:40.0627101Z 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-20T21:51:40.0638533Z 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-20T21:51:40.0644710Z 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-20T21:51:40.0650684Z 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-20T21:51:40.0656589Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:40.0662020Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu6.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:40.0667766Z 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-20T21:51:40.0673435Z 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-20T21:51:40.0678864Z 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-20T21:51:40.0685160Z 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-20T21:51:40.0691346Z 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-20T21:51:40.0697233Z 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-20T21:51:40.0702933Z 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-20T21:51:40.0708482Z 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-20T21:51:40.0714360Z 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-20T21:51:40.0719410Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\remainder.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:40.0725398Z 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-20T21:51:40.0731294Z 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-20T21:51:40.0756190Z 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-20T21:51:40.0762143Z 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-20T21:51:40.0768078Z 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-20T21:51:40.0773916Z 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-20T21:51:40.0779729Z 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-20T21:51:40.0785599Z 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-20T21:51:40.0791443Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rename.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:40.0796806Z 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-20T21:51:40.0802477Z 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-20T21:51:40.0808232Z 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-20T21:51:40.0814168Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\renorm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:40.0820005Z 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-20T21:51:40.0825712Z 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-20T21:51:40.0831436Z 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-20T21:51:40.0837074Z 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-20T21:51:40.0842799Z 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-20T21:51:40.0848830Z 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-20T21:51:40.0854699Z 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-20T21:51:40.0860292Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\repeat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:40.0866159Z 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-20T21:51:40.0871570Z 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-20T21:51:40.0878308Z 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-20T21:51:40.0884469Z 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-20T21:51:40.0890701Z 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-20T21:51:40.0896655Z 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-20T21:51:40.0902617Z 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-20T21:51:40.0909035Z 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-20T21:51:40.0914352Z 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-20T21:51:40.0920096Z 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-20T21:51:40.0926349Z 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-20T21:51:40.0932948Z 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-20T21:51:40.0939585Z 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-20T21:51:40.0945466Z 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-20T21:51:40.0952173Z 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-20T21:51:40.0957911Z 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-20T21:51:40.0964060Z 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-20T21:51:40.0970355Z 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-20T21:51:40.0976338Z 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-20T21:51:40.0982582Z 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-20T21:51:40.0988908Z 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-20T21:51:40.0994210Z 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-20T21:51:40.1000253Z 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-20T21:51:40.1006550Z 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-20T21:51:40.1012402Z 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-20T21:51:40.1018269Z 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-20T21:51:40.1046227Z 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-20T21:51:40.1051981Z 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-20T21:51:40.1058039Z 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-20T21:51:40.1064135Z 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-20T21:51:40.1070458Z 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-20T21:51:40.1076794Z 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-20T21:51:40.1082185Z 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-20T21:51:40.1087865Z 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-20T21:51:40.1094079Z 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-20T21:51:40.1099939Z 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-20T21:51:40.1105715Z 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-20T21:51:40.1111618Z 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-20T21:51:40.1117423Z 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-20T21:51:40.1123804Z 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-20T21:51:40.1129488Z 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-20T21:51:40.1135533Z 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-20T21:51:40.1141818Z 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-20T21:51:40.1147662Z 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-20T21:51:40.1153876Z 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-20T21:51:40.1160077Z 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-20T21:51:40.1166437Z 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-20T21:51:40.1172471Z 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-20T21:51:40.1178288Z 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-20T21:51:40.1184005Z 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-20T21:51:40.1189853Z 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-20T21:51:40.1195645Z 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-20T21:51:40.1201381Z 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-20T21:51:40.1207252Z 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-20T21:51:40.1213522Z 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-20T21:51:40.1218913Z 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-20T21:51:40.1224933Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reshape.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:40.1232171Z 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-20T21:51:40.1239840Z 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-20T21:51:40.1245800Z 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-20T21:51:40.1251549Z 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-20T21:51:40.1257241Z 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-20T21:51:40.1263417Z 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-20T21:51:40.1269577Z 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-20T21:51:40.1292109Z 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-20T21:51:40.1292935Z 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-20T21:51:40.1293740Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:40.1294407Z 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-20T21:51:40.1298573Z 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-20T21:51:40.1303866Z 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-20T21:51:40.1309605Z 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-20T21:51:40.1315252Z 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-20T21:51:40.1321234Z 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-20T21:51:40.1382415Z 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-20T21:51:40.1388352Z 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-20T21:51:40.1394280Z 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-20T21:51:40.1400394Z 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-20T21:51:40.1406103Z 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-20T21:51:40.1411975Z 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-20T21:51:40.1417869Z 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-20T21:51:40.1423751Z 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-20T21:51:40.1429641Z 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-20T21:51:40.1435484Z 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-20T21:51:40.1441861Z 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-20T21:51:40.1447626Z 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-20T21:51:40.1454304Z 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-20T21:51:40.1460319Z 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-20T21:51:40.1466839Z 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-20T21:51:40.1473363Z 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-20T21:51:40.1478685Z 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-20T21:51:40.1484287Z 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-20T21:51:40.1490373Z 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-20T21:51:40.1496038Z 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-20T21:51:40.1501827Z 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-20T21:51:40.1507665Z 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-20T21:51:40.1513437Z 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-20T21:51:40.1519212Z 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-20T21:51:40.1525181Z 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-20T21:51:40.1531197Z 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-20T21:51:40.1537045Z 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-20T21:51:40.1542715Z 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-20T21:51:40.1548294Z 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-20T21:51:40.1554202Z 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-20T21:51:40.1560284Z 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-20T21:51:40.1565950Z 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-20T21:51:40.1571569Z 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-20T21:51:40.1577338Z 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-20T21:51:40.1582784Z 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-20T21:51:40.1588879Z 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-20T21:51:40.1595016Z 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-20T21:51:40.1600492Z 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-20T21:51:40.1607011Z 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-20T21:51:40.1612503Z 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-20T21:51:40.1618244Z 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-20T21:51:40.1623859Z 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-20T21:51:40.1629339Z 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-20T21:51:40.1635418Z 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-20T21:51:40.1640986Z 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-20T21:51:40.1647156Z 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-20T21:51:40.1653213Z 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-20T21:51:40.1659251Z 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-20T21:51:40.1665096Z 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-20T21:51:40.1670746Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\roll.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:40.1676454Z 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-20T21:51:40.1681993Z 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-20T21:51:40.1687949Z 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-20T21:51:40.1693834Z 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-20T21:51:40.1699428Z 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-20T21:51:40.1704715Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rot90.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:40.1710400Z 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-20T21:51:40.1715984Z 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-20T21:51:40.1721717Z 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-20T21:51:40.1727396Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\round.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:40.1733262Z 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-20T21:51:40.1738854Z 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-20T21:51:40.1744587Z 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-20T21:51:40.1750186Z 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-20T21:51:40.1755985Z 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-20T21:51:40.1761741Z 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-20T21:51:40.1767734Z 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-20T21:51:40.1773579Z 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-20T21:51:40.1779243Z 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-20T21:51:40.1784854Z 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-20T21:51:40.1790930Z 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-20T21:51:40.1796724Z 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-20T21:51:40.1802367Z 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-20T21:51:40.1808241Z 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-20T21:51:40.1814062Z 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-20T21:51:40.1820072Z 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-20T21:51:40.1825734Z 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-20T21:51:40.1831733Z 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-20T21:51:40.1837321Z 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-20T21:51:40.1842718Z 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-20T21:51:40.1848720Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rrelu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:40.1854004Z 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-20T21:51:40.1859606Z 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-20T21:51:40.1865099Z 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-20T21:51:40.1870740Z 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-20T21:51:40.1876886Z 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-20T21:51:40.1882994Z 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-20T21:51:40.1889133Z 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-20T21:51:40.1895172Z 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-20T21:51:40.1900696Z 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-20T21:51:40.1906470Z 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-20T21:51:40.1911991Z 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-20T21:51:40.1917879Z 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-20T21:51:40.1923436Z 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-20T21:51:40.1929169Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rshift.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:40.1934798Z 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-20T21:51:40.1940567Z 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-20T21:51:40.1946164Z 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-20T21:51:40.1951716Z 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-20T21:51:40.1957300Z 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-20T21:51:40.1963416Z 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-20T21:51:40.1969179Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsqrt.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:40.1974931Z 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-20T21:51:40.1980497Z 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-20T21:51:40.1986218Z 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-20T21:51:40.1992060Z 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-20T21:51:40.1997549Z 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-20T21:51:40.2003153Z 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-20T21:51:40.2008838Z 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-20T21:51:40.2014468Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsub.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:40.2020021Z 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-20T21:51:40.2026298Z 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-20T21:51:40.2031269Z 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-20T21:51:40.2036775Z 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-20T21:51:40.2042291Z 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-20T21:51:40.2047752Z 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-20T21:51:40.2053546Z 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-20T21:51:40.2059153Z 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-20T21:51:40.2064864Z 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-20T21:51:40.2070799Z 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-20T21:51:40.2077041Z 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-20T21:51:40.2082513Z 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-20T21:51:40.2088882Z 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-20T21:51:40.2094489Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:40.2099797Z 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-20T21:51:40.2106191Z 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-20T21:51:40.2111814Z 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-20T21:51:40.2117283Z 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-20T21:51:40.2122775Z 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-20T21:51:40.2128459Z 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-20T21:51:40.2134208Z 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-20T21:51:40.2140103Z 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-20T21:51:40.2145781Z 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-20T21:51:40.2151884Z 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-20T21:51:40.2157986Z 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-20T21:51:40.2163519Z 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-20T21:51:40.2169397Z 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-20T21:51:40.2175068Z 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-20T21:51:40.2180959Z 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-20T21:51:40.2186680Z 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-20T21:51:40.2192436Z 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-20T21:51:40.2198336Z 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-20T21:51:40.2204742Z 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-20T21:51:40.2210489Z 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-20T21:51:40.2216330Z 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-20T21:51:40.2222638Z 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-20T21:51:40.2228622Z 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-20T21:51:40.2234941Z 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-20T21:51:40.2240692Z 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-20T21:51:40.2246463Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\searchsorted.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:40.2252227Z 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-20T21:51:40.2257881Z 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-20T21:51:40.2263783Z 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-20T21:51:40.2269447Z 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-20T21:51:40.2275135Z 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-20T21:51:40.2281292Z 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-20T21:51:40.2287099Z 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-20T21:51:40.2293370Z 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-20T21:51:40.2299566Z 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-20T21:51:40.2305004Z 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-20T21:51:40.2310741Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:40.2316125Z 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-20T21:51:40.2322533Z 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-20T21:51:40.2328182Z 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-20T21:51:40.2333738Z 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-20T21:51:40.2339618Z 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-20T21:51:40.2345772Z 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-20T21:51:40.2351586Z 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-20T21:51:40.2357058Z 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-20T21:51:40.2363513Z 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-20T21:51:40.2369430Z 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-20T21:51:40.2375032Z 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-20T21:51:40.2381131Z 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-20T21:51:40.2387062Z 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-20T21:51:40.2392774Z 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-20T21:51:40.2398520Z 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-20T21:51:40.2404687Z 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-20T21:51:40.2411069Z 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-20T21:51:40.2416983Z 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-20T21:51:40.2422802Z 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-20T21:51:40.2428370Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\selu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:40.2434177Z 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-20T21:51:40.2439550Z 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-20T21:51:40.2444898Z 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-20T21:51:40.2450271Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\set.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:40.2456068Z 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-20T21:51:40.2462011Z 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-20T21:51:40.2467605Z 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-20T21:51:40.2473328Z 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-20T21:51:40.2478927Z 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-20T21:51:40.2484570Z 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-20T21:51:40.2490130Z 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-20T21:51:40.2495411Z 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-20T21:51:40.2501689Z 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-20T21:51:40.2507501Z 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-20T21:51:40.2513056Z 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-20T21:51:40.2518408Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sgn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:40.2524249Z 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-20T21:51:40.2529882Z 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-20T21:51:40.2535513Z 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-20T21:51:40.2541158Z 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-20T21:51:40.2546397Z 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-20T21:51:40.2552224Z 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-20T21:51:40.2557624Z 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-20T21:51:40.2563066Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:40.2568693Z 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-20T21:51:40.2574585Z 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-20T21:51:40.2580069Z 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-20T21:51:40.2585638Z 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-20T21:51:40.2621779Z 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-20T21:51:40.2627445Z 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-20T21:51:40.2633211Z 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-20T21:51:40.2638810Z 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-20T21:51:40.2644804Z 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-20T21:51:40.2650484Z 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-20T21:51:40.2656124Z 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-20T21:51:40.2661986Z 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-20T21:51:40.2667565Z 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-20T21:51:40.2673099Z 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-20T21:51:40.2678869Z 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-20T21:51:40.2684419Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sign.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:40.2689944Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\signbit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:40.2695708Z 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-20T21:51:40.2701297Z 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-20T21:51:40.2706862Z 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-20T21:51:40.2712425Z 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-20T21:51:40.2717800Z 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-20T21:51:40.2723656Z 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-20T21:51:40.2729350Z 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-20T21:51:40.2735491Z 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-20T21:51:40.2740892Z 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-20T21:51:40.2747201Z 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-20T21:51:40.2753369Z 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-20T21:51:40.2758718Z 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-20T21:51:40.2764294Z 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-20T21:51:40.2770138Z 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-20T21:51:40.2775447Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:40.2780965Z 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-20T21:51:40.2787210Z 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-20T21:51:40.2793261Z 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-20T21:51:40.2798939Z 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-20T21:51:40.2805304Z 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-20T21:51:40.2810645Z 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-20T21:51:40.2816380Z 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-20T21:51:40.2822481Z 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-20T21:51:40.2828835Z 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-20T21:51:40.2834986Z 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-20T21:51:40.2840881Z 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-20T21:51:40.2846292Z 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-20T21:51:40.2851944Z 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-20T21:51:40.2857644Z 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-20T21:51:40.2863300Z 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-20T21:51:40.2869246Z 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-20T21:51:40.2874859Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:40.2880273Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:40.2886251Z 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-20T21:51:40.2891729Z 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-20T21:51:40.2898173Z 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-20T21:51:40.2904096Z 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-20T21:51:40.2909547Z 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-20T21:51:40.2915206Z 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-20T21:51:40.2921100Z 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-20T21:51:40.2926724Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:40.2932698Z 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-20T21:51:40.2938613Z 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-20T21:51:40.2944933Z 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-20T21:51:40.2950882Z 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-20T21:51:40.2956747Z 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-20T21:51:40.2962774Z 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-20T21:51:40.2969277Z 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-20T21:51:40.2976134Z 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-20T21:51:40.2982081Z 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-20T21:51:40.2988058Z 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-20T21:51:40.2994231Z 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-20T21:51:40.2999704Z 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-20T21:51:40.3005638Z 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-20T21:51:40.3011723Z 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-20T21:51:40.3017372Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\size.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:40.3023886Z 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-20T21:51:40.3030490Z 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-20T21:51:40.3035398Z 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-20T21:51:40.3040807Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:40.3046518Z 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-20T21:51:40.3053003Z 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-20T21:51:40.3058861Z 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-20T21:51:40.3065651Z 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-20T21:51:40.3071548Z 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-20T21:51:40.3077078Z 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-20T21:51:40.3083508Z 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-20T21:51:40.3089783Z 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-20T21:51:40.3095943Z 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-20T21:51:40.3103515Z 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-20T21:51:40.3109250Z 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-20T21:51:40.3115403Z 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-20T21:51:40.3121037Z 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-20T21:51:40.3126987Z 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-20T21:51:40.3133121Z 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-20T21:51:40.3138872Z 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-20T21:51:40.3144750Z 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-20T21:51:40.3151255Z 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-20T21:51:40.3157645Z 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-20T21:51:40.3163512Z 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-20T21:51:40.3169601Z 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-20T21:51:40.3175279Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slogdet.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:40.3180982Z 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-20T21:51:40.3186907Z 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-20T21:51:40.3192730Z 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-20T21:51:40.3205799Z 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-20T21:51:40.3212279Z 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-20T21:51:40.3217475Z 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-20T21:51:40.3223298Z 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-20T21:51:40.3229313Z 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-20T21:51:40.3235606Z 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-20T21:51:40.3242147Z 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-20T21:51:40.3247708Z 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-20T21:51:40.3253343Z 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-20T21:51:40.3259504Z 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-20T21:51:40.3265568Z 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-20T21:51:40.3272289Z 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-20T21:51:40.3278397Z 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-20T21:51:40.3284289Z 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-20T21:51:40.3290111Z 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-20T21:51:40.3296284Z 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-20T21:51:40.3302449Z 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-20T21:51:40.3308373Z 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-20T21:51:40.3314432Z 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-20T21:51:40.3320031Z 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-20T21:51:40.3326103Z 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-20T21:51:40.3332737Z 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-20T21:51:40.3338622Z 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-20T21:51:40.3346870Z 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-20T21:51:40.3355271Z 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-20T21:51:40.3363852Z 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-20T21:51:40.3371525Z 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-20T21:51:40.3379895Z 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-20T21:51:40.3387212Z 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-20T21:51:40.3393353Z 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-20T21:51:40.3399366Z 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-20T21:51:40.3405012Z 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-20T21:51:40.3411127Z 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-20T21:51:40.3416880Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\smm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:40.3422776Z 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-20T21:51:40.3428419Z 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-20T21:51:40.3434287Z 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-20T21:51:40.3439701Z 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-20T21:51:40.3445743Z 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-20T21:51:40.3452627Z 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-20T21:51:40.3457817Z 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-20T21:51:40.3463691Z 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-20T21:51:40.3469434Z 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-20T21:51:40.3475280Z 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-20T21:51:40.3482124Z 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-20T21:51:40.3487683Z 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-20T21:51:40.3493517Z 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-20T21:51:40.3499217Z 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-20T21:51:40.3505064Z 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-20T21:51:40.3511176Z 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-20T21:51:40.3517135Z 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-20T21:51:40.3522796Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:40.3528622Z 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-20T21:51:40.3534338Z 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-20T21:51:40.3539945Z 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-20T21:51:40.3545660Z 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-20T21:51:40.3551471Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:40.3557234Z 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-20T21:51:40.3563366Z 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-20T21:51:40.3568957Z 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-20T21:51:40.3574727Z 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-20T21:51:40.3580473Z 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-20T21:51:40.3586651Z 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-20T21:51:40.3592522Z 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-20T21:51:40.3598528Z 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-20T21:51:40.3604789Z 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-20T21:51:40.3610471Z 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-20T21:51:40.3616222Z 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-20T21:51:40.3621933Z 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-20T21:51:40.3627679Z 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-20T21:51:40.3633718Z 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-20T21:51:40.3639545Z 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-20T21:51:40.3645342Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:40.3651582Z 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-20T21:51:40.3657959Z 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-20T21:51:40.3663665Z 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-20T21:51:40.3670432Z 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-20T21:51:40.3675801Z 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-20T21:51:40.3681831Z 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-20T21:51:40.3687782Z 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-20T21:51:40.3693858Z 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-20T21:51:40.3699950Z 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-20T21:51:40.3705628Z 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-20T21:51:40.3711669Z 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-20T21:51:40.3717463Z 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-20T21:51:40.3724041Z 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-20T21:51:40.3729946Z 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-20T21:51:40.3735810Z 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-20T21:51:40.3741758Z 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-20T21:51:40.3747543Z 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-20T21:51:40.3753749Z 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-20T21:51:40.3759604Z 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-20T21:51:40.3765537Z 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-20T21:51:40.3771622Z 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-20T21:51:40.3777354Z 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-20T21:51:40.3783904Z 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-20T21:51:40.3789639Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sort.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:40.3795827Z 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-20T21:51:40.3801645Z 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-20T21:51:40.3807602Z 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-20T21:51:40.3816782Z 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-20T21:51:40.3819609Z 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-20T21:51:40.3825226Z 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-20T21:51:40.3831431Z 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-20T21:51:40.3837074Z 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-20T21:51:40.3842885Z 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-20T21:51:40.3848795Z 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-20T21:51:40.3855082Z 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-20T21:51:40.3861105Z 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-20T21:51:40.3867725Z 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-20T21:51:40.3873832Z 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-20T21:51:40.3879919Z 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-20T21:51:40.3886146Z 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-20T21:51:40.3891558Z 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-20T21:51:40.3897414Z 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-20T21:51:40.3903604Z 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-20T21:51:40.3909192Z 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-20T21:51:40.3915157Z 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-20T21:51:40.3920938Z 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-20T21:51:40.3927347Z 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-20T21:51:40.3933265Z 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-20T21:51:40.3939002Z 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-20T21:51:40.3944718Z 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-20T21:51:40.3950617Z 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-20T21:51:40.3957476Z 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-20T21:51:40.3962496Z 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-20T21:51:40.3968477Z 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-20T21:51:40.3974141Z 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-20T21:51:40.3980213Z 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-20T21:51:40.3986264Z 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-20T21:51:40.3991949Z 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-20T21:51:40.3997403Z 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-20T21:51:40.4002862Z 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-20T21:51:40.4008472Z 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-20T21:51:40.4014085Z 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-20T21:51:40.4019801Z 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-20T21:51:40.4026010Z 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-20T21:51:40.4031726Z 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-20T21:51:40.4037263Z 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-20T21:51:40.4042831Z 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-20T21:51:40.4048706Z 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-20T21:51:40.4054738Z 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-20T21:51:40.4060592Z 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-20T21:51:40.4066336Z 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-20T21:51:40.4071890Z 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-20T21:51:40.4078179Z 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-20T21:51:40.4084312Z 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-20T21:51:40.4090070Z 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-20T21:51:40.4095648Z 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-20T21:51:40.4101408Z 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-20T21:51:40.4107105Z 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-20T21:51:40.4113168Z 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-20T21:51:40.4118341Z 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-20T21:51:40.4124559Z 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-20T21:51:40.4130366Z 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-20T21:51:40.4136146Z 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-20T21:51:40.4141741Z 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-20T21:51:40.4817060Z 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-20T21:51:40.4822306Z 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-20T21:51:40.4828186Z 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-20T21:51:40.4833929Z 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-20T21:51:40.4840149Z 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-20T21:51:40.4846213Z 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-20T21:51:40.4852721Z 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-20T21:51:40.4858522Z 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-20T21:51:40.4864324Z 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-20T21:51:40.4870159Z 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-20T21:51:40.4875759Z 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-20T21:51:40.4881660Z 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-20T21:51:40.4888221Z 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-20T21:51:40.4893599Z 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-20T21:51:40.4899223Z 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-20T21:51:40.4904724Z 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-20T21:51:40.4910440Z 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-20T21:51:40.4916301Z 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-20T21:51:40.4921999Z 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-20T21:51:40.5782826Z 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-20T21:51:40.5787627Z 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-20T21:51:40.5793457Z 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-20T21:51:40.5799880Z 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-20T21:51:40.5806470Z 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-20T21:51:40.5812326Z 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-20T21:51:40.5818187Z 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-20T21:51:40.5823892Z 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-20T21:51:40.5829640Z 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-20T21:51:40.5835888Z 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-20T21:51:40.5841714Z 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-20T21:51:40.5847685Z 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-20T21:51:40.5853451Z 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-20T21:51:40.5859141Z 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-20T21:51:40.5864883Z 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-20T21:51:40.5870472Z 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-20T21:51:40.5876367Z 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-20T21:51:40.5882627Z 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-20T21:51:40.5888578Z 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-20T21:51:40.5894344Z 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-20T21:51:40.5900152Z 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-20T21:51:40.5905940Z 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-20T21:51:40.5912181Z 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-20T21:51:40.5918122Z 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-20T21:51:40.5924007Z 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-20T21:51:40.5929966Z 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-20T21:51:40.5936185Z 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-20T21:51:40.5942241Z 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-20T21:51:40.5947999Z 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-20T21:51:40.5953851Z 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-20T21:51:40.5959637Z 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-20T21:51:40.5965615Z 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-20T21:51:40.5971798Z 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-20T21:51:40.5977774Z 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-20T21:51:40.5983584Z 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-20T21:51:40.5995431Z 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-20T21:51:40.5998565Z 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-20T21:51:40.6005907Z 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-20T21:51:40.6011171Z 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-20T21:51:40.6018419Z 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-20T21:51:40.6023877Z 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-20T21:51:40.6029287Z 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-20T21:51:40.6035335Z 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-20T21:51:40.6041200Z 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-20T21:51:40.6047500Z 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-20T21:51:40.6053970Z 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-20T21:51:40.6059621Z 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-20T21:51:40.6065664Z 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-20T21:51:40.6071431Z 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-20T21:51:40.6077197Z 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-20T21:51:40.6082909Z 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-20T21:51:40.6088904Z 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-20T21:51:40.6094781Z 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-20T21:51:40.6100873Z 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-20T21:51:40.6106547Z 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-20T21:51:40.6112207Z 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-20T21:51:40.6118857Z 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-20T21:51:40.6125076Z 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-20T21:51:40.6131202Z 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-20T21:51:40.6137287Z 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-20T21:51:40.6143168Z 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-20T21:51:40.6148748Z 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-20T21:51:40.6154475Z 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-20T21:51:40.6160661Z 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-20T21:51:40.6166446Z 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-20T21:51:40.6172225Z 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-20T21:51:40.6178047Z 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-20T21:51:40.6184545Z 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-20T21:51:40.6190193Z 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-20T21:51:40.6196069Z 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-20T21:51:40.6201879Z 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-20T21:51:40.6207929Z 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-20T21:51:40.6213810Z 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-20T21:51:40.6220580Z 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-20T21:51:40.6226667Z 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-20T21:51:40.6232281Z 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-20T21:51:40.6237810Z 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-20T21:51:40.6243504Z 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-20T21:51:40.6249731Z 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-20T21:51:40.6255412Z 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-20T21:51:40.6261163Z 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-20T21:51:40.6267244Z 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-20T21:51:40.6272787Z 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-20T21:51:40.6278276Z 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-20T21:51:40.6284388Z 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-20T21:51:40.6290697Z 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-20T21:51:40.6296406Z 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-20T21:51:40.6302237Z 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-20T21:51:40.6308003Z 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-20T21:51:40.6314150Z 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-20T21:51:40.6319816Z 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-20T21:51:40.6325295Z 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-20T21:51:40.6331189Z 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-20T21:51:40.6337283Z 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-20T21:51:40.6343173Z 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-20T21:51:40.6348696Z 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-20T21:51:40.6354496Z 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-20T21:51:40.6360271Z 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-20T21:51:40.6366503Z 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-20T21:51:40.6372381Z 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-20T21:51:40.6378194Z 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-20T21:51:40.6384529Z 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-20T21:51:40.6390412Z 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-20T21:51:40.6396194Z 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-20T21:51:40.6401902Z 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-20T21:51:40.6408234Z 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-20T21:51:40.6413827Z 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-20T21:51:40.6419920Z 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-20T21:51:40.6425779Z 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-20T21:51:40.6431662Z 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-20T21:51:40.6438745Z 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-20T21:51:40.6445870Z 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-20T21:51:40.6451782Z 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-20T21:51:40.6458087Z 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-20T21:51:40.6464187Z 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-20T21:51:40.6470066Z 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-20T21:51:40.6476625Z 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-20T21:51:40.6482205Z 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-20T21:51:40.6488677Z 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-20T21:51:40.6494756Z 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-20T21:51:40.6500500Z 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-20T21:51:40.6506518Z 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-20T21:51:40.6512170Z 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-20T21:51:40.6519052Z 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-20T21:51:40.6524132Z 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-20T21:51:40.6530126Z 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-20T21:51:40.6536361Z 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-20T21:51:40.6541855Z 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-20T21:51:40.6547903Z 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-20T21:51:40.6553700Z 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-20T21:51:40.6559383Z 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-20T21:51:40.6564928Z 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-20T21:51:40.6571011Z 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-20T21:51:40.6576512Z 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-20T21:51:40.6582081Z 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-20T21:51:40.6587993Z 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-20T21:51:40.6593719Z 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-20T21:51:40.6599109Z 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-20T21:51:40.6606271Z 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-20T21:51:40.6611311Z 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-20T21:51:40.6617362Z 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-20T21:51:40.6623023Z 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-20T21:51:40.6628635Z 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-20T21:51:40.6634400Z 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-20T21:51:40.6640174Z 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-20T21:51:40.6645808Z 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-20T21:51:40.6651590Z 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-20T21:51:40.6657612Z 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-20T21:51:40.6663198Z 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-20T21:51:40.6668947Z 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-20T21:51:40.6674679Z 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-20T21:51:40.6680486Z 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-20T21:51:40.6686310Z 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-20T21:51:40.6692075Z 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-20T21:51:40.6697918Z 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-20T21:51:40.6704159Z 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-20T21:51:40.9088061Z 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-20T21:51:40.9094683Z 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-20T21:51:40.9099907Z 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-20T21:51:40.9105610Z 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-20T21:51:40.9111643Z 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-20T21:51:40.9117813Z 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-20T21:51:40.9123825Z 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-20T21:51:40.9129977Z 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-20T21:51:40.9136334Z 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-20T21:51:40.9142770Z 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-20T21:51:40.9148793Z 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-20T21:51:40.9154847Z 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-20T21:51:40.9161353Z 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-20T21:51:40.9169067Z 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-20T21:51:40.9177464Z 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-20T21:51:40.9186060Z 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-20T21:51:40.9194604Z 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-20T21:51:40.9202572Z 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-20T21:51:40.9208083Z 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-20T21:51:40.9213731Z 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-20T21:51:40.9219529Z 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-20T21:51:40.9225571Z 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-20T21:51:40.9231670Z 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-20T21:51:40.9237417Z 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-20T21:51:40.9242982Z 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-20T21:51:40.9249212Z 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-20T21:51:40.9254887Z 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-20T21:51:40.9261139Z 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-20T21:51:40.9266775Z 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-20T21:51:40.9273602Z 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-20T21:51:40.9279664Z 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-20T21:51:40.9286420Z 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-20T21:51:40.9292496Z 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-20T21:51:40.9299272Z 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-20T21:51:40.9306525Z 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-20T21:51:40.9313032Z 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-20T21:51:40.9320261Z 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-20T21:51:40.9327262Z 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-20T21:51:40.9334346Z 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-20T21:51:40.9341237Z 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-20T21:51:40.9348173Z 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-20T21:51:40.9356197Z 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-20T21:51:40.9362239Z 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-20T21:51:40.9369130Z 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-20T21:51:40.9374976Z 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-20T21:51:40.9381128Z 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-20T21:51:40.9386993Z 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-20T21:51:40.9393088Z 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-20T21:51:40.9398842Z 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-20T21:51:40.9405428Z 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-20T21:51:40.9411512Z 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-20T21:51:40.9418884Z 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-20T21:51:40.9424722Z 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-20T21:51:40.9431003Z 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-20T21:51:40.9436850Z 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-20T21:51:40.9442703Z 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-20T21:51:40.9448787Z 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-20T21:51:40.9455258Z 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-20T21:51:40.9461639Z 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-20T21:51:40.9467729Z 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-20T21:51:40.9473570Z 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-20T21:51:40.9479547Z 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-20T21:51:40.9485558Z 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-20T21:51:40.9495466Z 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-20T21:51:40.9501586Z 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-20T21:51:40.9508293Z 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-20T21:51:40.9514193Z 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-20T21:51:40.9521567Z 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-20T21:51:40.9527838Z 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-20T21:51:40.9534013Z 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-20T21:51:40.9539979Z 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-20T21:51:40.9545870Z 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-20T21:51:40.9551667Z 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-20T21:51:40.9558018Z 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-20T21:51:40.9564051Z 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-20T21:51:40.9570138Z 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-20T21:51:40.9575813Z 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-20T21:51:40.9581701Z 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-20T21:51:40.9587889Z 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-20T21:51:40.9600719Z 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-20T21:51:40.9606549Z 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-20T21:51:40.9647473Z 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-20T21:51:40.9655061Z 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-20T21:51:40.9662098Z 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-20T21:51:40.9669612Z 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-20T21:51:40.9678825Z 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-20T21:51:40.9685966Z 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-20T21:51:40.9692863Z 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-20T21:51:40.9701222Z 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-20T21:51:40.9708912Z 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-20T21:51:40.9715923Z 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-20T21:51:40.9724378Z 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-20T21:51:40.9731663Z 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-20T21:51:40.9739115Z 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-20T21:51:40.9746153Z 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-20T21:51:40.9754664Z 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-20T21:51:40.9762911Z 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-20T21:51:40.9770541Z 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-20T21:51:40.9779130Z 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-20T21:51:40.9786211Z 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-20T21:51:40.9795496Z 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-20T21:51:40.9803314Z 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-20T21:51:40.9810912Z 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-20T21:51:40.9819494Z 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-20T21:51:40.9826728Z 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-20T21:51:40.9833967Z 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-20T21:51:40.9842392Z 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-20T21:51:40.9849794Z 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-20T21:51:40.9856986Z 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-20T21:51:40.9865882Z 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-20T21:51:40.9873059Z 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-20T21:51:40.9880725Z 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-20T21:51:40.9889325Z 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-20T21:51:40.9896766Z 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-20T21:51:40.9904206Z 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-20T21:51:40.9912759Z 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-20T21:51:40.9919891Z 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-20T21:51:40.9928384Z 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-20T21:51:40.9936965Z 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-20T21:51:40.9944116Z 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-20T21:51:40.9951372Z 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-20T21:51:40.9958894Z 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-20T21:51:40.9966309Z 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-20T21:51:40.9972312Z 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-20T21:51:40.9985569Z 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-20T21:51:40.9991279Z 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-20T21:51:40.9998031Z 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-20T21:51:41.0004142Z 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-20T21:51:41.0010115Z 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-20T21:51:41.0016644Z 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-20T21:51:41.0022779Z 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-20T21:51:41.0028863Z 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-20T21:51:41.0035106Z 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-20T21:51:41.0041078Z 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-20T21:51:41.0047237Z 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-20T21:51:41.0054294Z 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-20T21:51:41.0060756Z 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-20T21:51:41.0066782Z 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-20T21:51:41.0073722Z 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-20T21:51:41.0079708Z 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-20T21:51:41.0086060Z 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-20T21:51:41.0092102Z 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-20T21:51:41.0098048Z 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-20T21:51:41.0104063Z 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-20T21:51:41.0110587Z 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-20T21:51:41.0117420Z 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-20T21:51:41.0123337Z 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-20T21:51:41.0129665Z 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-20T21:51:41.0135596Z 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-20T21:51:41.0141850Z 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-20T21:51:41.0147811Z 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-20T21:51:41.0153783Z 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-20T21:51:41.0159376Z 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-20T21:51:41.0165724Z 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-20T21:51:41.0172253Z 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-20T21:51:41.0178517Z 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-20T21:51:41.0184976Z 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-20T21:51:41.0191761Z 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-20T21:51:41.0198061Z 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-20T21:51:41.0204252Z 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-20T21:51:41.0211141Z 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-20T21:51:41.0218535Z 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-20T21:51:41.0238772Z 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-20T21:51:41.0240699Z 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-20T21:51:41.0242542Z 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-20T21:51:41.0245547Z 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-20T21:51:41.0252413Z 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-20T21:51:41.0259161Z 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-20T21:51:41.0265469Z 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-20T21:51:41.0272521Z 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-20T21:51:41.0279446Z 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-20T21:51:41.0286062Z 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-20T21:51:41.0292880Z 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-20T21:51:41.0299452Z 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-20T21:51:41.0305815Z 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-20T21:51:41.0312236Z 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-20T21:51:41.0318523Z 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-20T21:51:41.0324859Z 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-20T21:51:41.0331657Z 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-20T21:51:41.0338189Z 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-20T21:51:41.0344666Z 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-20T21:51:41.0351260Z 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-20T21:51:41.0358511Z 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-20T21:51:41.0365369Z 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-20T21:51:41.0371764Z 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-20T21:51:41.0378555Z 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-20T21:51:41.0384948Z 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-20T21:51:41.0391451Z 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-20T21:51:41.0397807Z 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-20T21:51:41.0404309Z 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-20T21:51:41.0410716Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:41.0417575Z 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-20T21:51:41.0424685Z 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-20T21:51:41.0430731Z 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-20T21:51:41.0437459Z 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-20T21:51:41.0448841Z 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-20T21:51:41.0455902Z 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-20T21:51:41.0461868Z 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-20T21:51:41.0468222Z 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-20T21:51:41.0474731Z 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-20T21:51:41.0481057Z 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-20T21:51:41.0487961Z 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-20T21:51:41.0494258Z 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-20T21:51:41.0501689Z 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-20T21:51:41.0508196Z 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-20T21:51:41.0514826Z 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-20T21:51:41.0520673Z 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-20T21:51:41.0526563Z 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-20T21:51:41.0532864Z 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-20T21:51:41.0538697Z 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-20T21:51:41.0544341Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sqrt.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:41.0550133Z 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-20T21:51:41.0555912Z 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-20T21:51:41.0562038Z 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-20T21:51:41.0567845Z 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-20T21:51:41.0573305Z 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-20T21:51:41.0578780Z 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-20T21:51:41.0584621Z 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-20T21:51:41.0590220Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\square.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:41.0595995Z 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-20T21:51:41.0601555Z 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-20T21:51:41.0607259Z 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-20T21:51:41.0612813Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\squeeze.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:41.0619521Z 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-20T21:51:41.0624817Z 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-20T21:51:41.0630730Z 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-20T21:51:41.0636371Z 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-20T21:51:41.0646039Z 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-20T21:51:41.0651582Z 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-20T21:51:41.0657245Z 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-20T21:51:41.0662922Z 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-20T21:51:41.0669544Z 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-20T21:51:41.0675394Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sspaddmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:41.0681335Z 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-20T21:51:41.0687127Z 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-20T21:51:41.0692733Z 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-20T21:51:41.0698596Z 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-20T21:51:41.0704033Z 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-20T21:51:41.0709607Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:41.0715254Z 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-20T21:51:41.0721213Z 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-20T21:51:41.0726898Z 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-20T21:51:41.0732400Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\std.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:41.0738115Z 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-20T21:51:41.0743495Z 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-20T21:51:41.0749421Z 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-20T21:51:41.0754934Z 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-20T21:51:41.0760706Z 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-20T21:51:41.0766424Z 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-20T21:51:41.0772178Z 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-20T21:51:41.0777777Z 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-20T21:51:41.0783338Z 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-20T21:51:41.0788887Z 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-20T21:51:41.0794520Z 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-20T21:51:41.0800027Z 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-20T21:51:41.0805306Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:41.0810940Z 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-20T21:51:41.0816689Z 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-20T21:51:41.0822332Z 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-20T21:51:41.0827668Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stride.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:41.0833589Z 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-20T21:51:41.0839099Z 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-20T21:51:41.0844488Z 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-20T21:51:41.0850297Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sub.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:41.0855665Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\subtract.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:41.0861588Z 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-20T21:51:41.0867188Z 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-20T21:51:41.0872903Z 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-20T21:51:41.0879079Z 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-20T21:51:41.0884897Z 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-20T21:51:41.0890651Z 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-20T21:51:41.0896272Z 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-20T21:51:41.0902328Z 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-20T21:51:41.0907672Z 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-20T21:51:41.0913335Z 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-20T21:51:41.0919020Z 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-20T21:51:41.0924415Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:41.0930454Z 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-20T21:51:41.0936380Z 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-20T21:51:41.0942610Z 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-20T21:51:41.0948368Z 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-20T21:51:41.0954150Z 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-20T21:51:41.0959804Z 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-20T21:51:41.0965013Z 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-20T21:51:41.0971022Z 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-20T21:51:41.0976483Z 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-20T21:51:41.0981899Z 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-20T21:51:41.0987941Z 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-20T21:51:41.0993877Z 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-20T21:51:41.0999387Z 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-20T21:51:41.1005063Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\svd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:41.1010998Z 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-20T21:51:41.1016456Z 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-20T21:51:41.1022107Z 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-20T21:51:41.1027390Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\swapaxes.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:41.1032981Z 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-20T21:51:41.1038970Z 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-20T21:51:41.1044636Z 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-20T21:51:41.1050933Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\swapdims.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:41.1056513Z 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-20T21:51:41.1062142Z 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-20T21:51:41.1067839Z 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-20T21:51:41.1074083Z 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-20T21:51:41.1080317Z 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-20T21:51:41.1085892Z 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-20T21:51:41.1092136Z 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-20T21:51:41.1098132Z 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-20T21:51:41.1104117Z 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-20T21:51:41.1109748Z 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-20T21:51:41.1115731Z 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-20T21:51:41.1121471Z 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-20T21:51:41.1127721Z 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-20T21:51:41.1133328Z 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-20T21:51:41.1138908Z 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-20T21:51:41.1144795Z 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-20T21:51:41.1150507Z 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-20T21:51:41.1157358Z 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-20T21:51:41.1163236Z 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-20T21:51:41.1169242Z 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-20T21:51:41.1175328Z 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-20T21:51:41.1180957Z 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-20T21:51:41.1186608Z 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-20T21:51:41.1192303Z 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-20T21:51:41.1199018Z 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-20T21:51:41.1205013Z 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-20T21:51:41.1210683Z 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-20T21:51:41.1216140Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\t.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:41.1221224Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\take.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:41.1226576Z 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-20T21:51:41.1232457Z 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-20T21:51:41.1238082Z 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-20T21:51:41.1243889Z 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-20T21:51:41.1249766Z 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-20T21:51:41.1255286Z 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-20T21:51:41.1260760Z 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-20T21:51:41.1271060Z 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-20T21:51:41.1276229Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tan.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:41.1305492Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:41.1310717Z 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-20T21:51:41.1316927Z 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-20T21:51:41.1322556Z 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-20T21:51:41.1328694Z 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-20T21:51:41.1334414Z 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-20T21:51:41.1340192Z 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-20T21:51:41.1345872Z 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-20T21:51:41.1351847Z 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-20T21:51:41.1358289Z 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-20T21:51:41.1363740Z 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-20T21:51:41.1369438Z 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-20T21:51:41.1375030Z 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-20T21:51:41.1380745Z 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-20T21:51:41.1386746Z 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-20T21:51:41.1392390Z 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-20T21:51:41.1398305Z 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-20T21:51:41.1403722Z 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-20T21:51:41.1410066Z 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-20T21:51:41.1416177Z 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-20T21:51:41.1421871Z 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-20T21:51:41.1426862Z 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-20T21:51:41.1432384Z 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-20T21:51:41.1437878Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:41.1443074Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tensordot.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:41.1449305Z 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-20T21:51:41.1454914Z 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-20T21:51:41.1460514Z 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-20T21:51:41.1466330Z 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-20T21:51:41.1472530Z 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-20T21:51:41.1478265Z 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-20T21:51:41.1484477Z 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-20T21:51:41.1490193Z 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-20T21:51:41.1496180Z 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-20T21:51:41.1501784Z 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-20T21:51:41.1507447Z 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-20T21:51:41.1513268Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:41.1519174Z 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-20T21:51:41.1525446Z 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-20T21:51:41.1531278Z 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-20T21:51:41.1537251Z 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-20T21:51:41.1543009Z 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-20T21:51:41.1549266Z 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-20T21:51:41.1555069Z 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-20T21:51:41.1560944Z 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-20T21:51:41.1567390Z 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-20T21:51:41.1573247Z 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-20T21:51:41.1579945Z 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-20T21:51:41.1585681Z 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-20T21:51:41.1591744Z 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-20T21:51:41.1597640Z 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-20T21:51:41.1603590Z 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-20T21:51:41.1609241Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tile.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:41.1615134Z 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-20T21:51:41.1621033Z 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-20T21:51:41.1626057Z 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-20T21:51:41.1631666Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:41.1636658Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\topk.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:41.1642965Z 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-20T21:51:41.1667276Z 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-20T21:51:41.1672951Z 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-20T21:51:41.1678895Z 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-20T21:51:41.1684608Z 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-20T21:51:41.1690451Z 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-20T21:51:41.1696490Z 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-20T21:51:41.1702223Z 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-20T21:51:41.1708093Z 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-20T21:51:41.1713873Z 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-20T21:51:41.1719862Z 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-20T21:51:41.1725859Z 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-20T21:51:41.1731574Z 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-20T21:51:41.1737476Z 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-20T21:51:41.1743131Z 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-20T21:51:41.1749113Z 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-20T21:51:41.1754962Z 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-20T21:51:41.1760793Z 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-20T21:51:41.1767305Z 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-20T21:51:41.1772957Z 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-20T21:51:41.1778480Z 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-20T21:51:41.1785057Z 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-20T21:51:41.1790293Z 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-20T21:51:41.1796059Z 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-20T21:51:41.1801820Z 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-20T21:51:41.1807529Z 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-20T21:51:41.1813258Z 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-20T21:51:41.1818636Z 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-20T21:51:41.1824568Z 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-20T21:51:41.1830310Z 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-20T21:51:41.1836106Z 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-20T21:51:41.1842066Z 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-20T21:51:41.1847516Z 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-20T21:51:41.1853110Z 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-20T21:51:41.1858680Z 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-20T21:51:41.1864165Z 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-20T21:51:41.1869749Z 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-20T21:51:41.1875341Z 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-20T21:51:41.1881275Z 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-20T21:51:41.1887016Z 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-20T21:51:41.1892917Z 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-20T21:51:41.1898555Z 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-20T21:51:41.1904554Z 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-20T21:51:41.1910028Z 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-20T21:51:41.1915528Z 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-20T21:51:41.1921098Z 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-20T21:51:41.1927190Z 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-20T21:51:41.1932906Z 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-20T21:51:41.1938295Z 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-20T21:51:41.1944158Z 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-20T21:51:41.1949899Z 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-20T21:51:41.1955484Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trace.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:41.1960833Z 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-20T21:51:41.1966951Z 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-20T21:51:41.1972713Z 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-20T21:51:41.1978068Z 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-20T21:51:41.1984004Z 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-20T21:51:41.1989607Z 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-20T21:51:41.1995270Z 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-20T21:51:41.2007288Z 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-20T21:51:41.2009941Z 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-20T21:51:41.2017468Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\transpose.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:41.2026003Z 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-20T21:51:41.2032555Z 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-20T21:51:41.2038231Z 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-20T21:51:41.2044821Z 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-20T21:51:41.2051073Z 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-20T21:51:41.2056984Z 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-20T21:51:41.2062835Z 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-20T21:51:41.2068860Z 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-20T21:51:41.2074759Z 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-20T21:51:41.2080621Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trapezoid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:41.2086765Z 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-20T21:51:41.2092535Z 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-20T21:51:41.2098658Z 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-20T21:51:41.2104404Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trapz.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:41.2110534Z 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-20T21:51:41.2115828Z 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-20T21:51:41.2121677Z 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-20T21:51:41.2127512Z 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-20T21:51:41.2133742Z 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-20T21:51:41.2140199Z 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-20T21:51:41.2146101Z 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-20T21:51:41.2151853Z 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-20T21:51:41.2158149Z 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-20T21:51:41.2164008Z 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-20T21:51:41.2170161Z 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-20T21:51:41.2175819Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:41.2182021Z 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-20T21:51:41.2187597Z 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-20T21:51:41.2193482Z 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-20T21:51:41.2199345Z 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-20T21:51:41.2205561Z 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-20T21:51:41.2211390Z 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-20T21:51:41.2217335Z 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-20T21:51:41.2223451Z 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-20T21:51:41.2229250Z 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-20T21:51:41.2234956Z 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-20T21:51:41.2240734Z 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-20T21:51:41.2246543Z 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-20T21:51:41.2253250Z 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-20T21:51:41.2259775Z 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-20T21:51:41.2265607Z 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-20T21:51:41.2271851Z 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-20T21:51:41.2277819Z 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-20T21:51:41.2283639Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:41.2290429Z 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-20T21:51:41.2296125Z 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-20T21:51:41.2301524Z 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-20T21:51:41.2307681Z 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-20T21:51:41.2313506Z 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-20T21:51:41.2319459Z 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-20T21:51:41.2325398Z 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-20T21:51:41.2331381Z 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-20T21:51:41.2337223Z 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-20T21:51:41.2343698Z 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-20T21:51:41.2349303Z 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-20T21:51:41.2355381Z 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-20T21:51:41.2361087Z 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-20T21:51:41.2366503Z 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-20T21:51:41.2372522Z 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-20T21:51:41.2378277Z 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-20T21:51:41.2383785Z 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-20T21:51:41.2389344Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trunc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:41.2395140Z 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-20T21:51:41.2401468Z 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-20T21:51:41.2406865Z 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-20T21:51:41.2412267Z 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-20T21:51:41.2417948Z 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-20T21:51:41.2423610Z 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-20T21:51:41.2429373Z 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-20T21:51:41.2435256Z 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-20T21:51:41.2440764Z 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-20T21:51:41.2446617Z 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-20T21:51:41.2451889Z 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-20T21:51:41.2457709Z 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-20T21:51:41.2463477Z 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-20T21:51:41.2469284Z 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-20T21:51:41.2474845Z 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-20T21:51:41.2480642Z 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-20T21:51:41.2486113Z 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-20T21:51:41.2491676Z 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-20T21:51:41.2496726Z 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-20T21:51:41.2501949Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unbind.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:41.2507705Z 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-20T21:51:41.2514199Z 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-20T21:51:41.2519744Z 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-20T21:51:41.2526143Z 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-20T21:51:41.2532508Z 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-20T21:51:41.2538108Z 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-20T21:51:41.2543678Z 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-20T21:51:41.2549472Z 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-20T21:51:41.2555127Z 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-20T21:51:41.2560930Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unflatten.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:41.2567465Z 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-20T21:51:41.2573295Z 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-20T21:51:41.2579541Z 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-20T21:51:41.2585503Z 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-20T21:51:41.2591220Z 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-20T21:51:41.2597345Z 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-20T21:51:41.2603473Z 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-20T21:51:41.2609318Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:41.2614596Z 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-20T21:51:41.2620974Z 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-20T21:51:41.2626783Z 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-20T21:51:41.2632783Z 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-20T21:51:41.2638542Z 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-20T21:51:41.2644614Z 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-20T21:51:41.2650566Z 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-20T21:51:41.2656828Z 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-20T21:51:41.2662920Z 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-20T21:51:41.2669035Z 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-20T21:51:41.2675131Z 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-20T21:51:41.2680979Z 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-20T21:51:41.2687253Z 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-20T21:51:41.2693154Z 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-20T21:51:41.2698911Z 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-20T21:51:41.2704734Z 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-20T21:51:41.2710654Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\uniform.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:41.2716531Z 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-20T21:51:41.2722775Z 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-20T21:51:41.2728174Z 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-20T21:51:41.2734225Z 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-20T21:51:41.2740035Z 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-20T21:51:41.2745856Z 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-20T21:51:41.2751861Z 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-20T21:51:41.2758073Z 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-20T21:51:41.2763825Z 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-20T21:51:41.2770034Z 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-20T21:51:41.2776272Z 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-20T21:51:41.2782128Z 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-20T21:51:41.2788185Z 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-20T21:51:41.2794298Z 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-20T21:51:41.2800236Z 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-20T21:51:41.2806785Z 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-20T21:51:41.2812919Z 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-20T21:51:41.2818730Z 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-20T21:51:41.2825051Z 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-20T21:51:41.2864200Z 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-20T21:51:41.2870033Z 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-20T21:51:41.2876056Z 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-20T21:51:41.2882319Z 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-20T21:51:41.2888086Z 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-20T21:51:41.2893826Z 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-20T21:51:41.2899691Z 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-20T21:51:41.2905343Z 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-20T21:51:41.2910773Z 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-20T21:51:41.2916607Z 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-20T21:51:41.2922570Z 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-20T21:51:41.2928465Z 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-20T21:51:41.2934230Z 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-20T21:51:41.2940072Z 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-20T21:51:41.2946195Z 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-20T21:51:41.2951987Z 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-20T21:51:41.2957738Z 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-20T21:51:41.2963742Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsqueeze.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:41.2969911Z 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-20T21:51:41.2975600Z 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-20T21:51:41.2981941Z 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-20T21:51:41.2987914Z 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-20T21:51:41.2994677Z 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-20T21:51:41.3001044Z 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-20T21:51:41.3007212Z 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-20T21:51:41.3013113Z 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-20T21:51:41.3019277Z 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-20T21:51:41.3025354Z 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-20T21:51:41.3032324Z 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-20T21:51:41.3038085Z 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-20T21:51:41.3044288Z 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-20T21:51:41.3050628Z 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-20T21:51:41.3056627Z 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-20T21:51:41.3062961Z 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-20T21:51:41.3068953Z 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-20T21:51:41.3075578Z 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-20T21:51:41.3081607Z 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-20T21:51:41.3087535Z 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-20T21:51:41.3093495Z 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-20T21:51:41.3099350Z 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-20T21:51:41.3105546Z 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-20T21:51:41.3111680Z 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-20T21:51:41.3117733Z 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-20T21:51:41.3123557Z 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-20T21:51:41.3129987Z 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-20T21:51:41.3136451Z 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-20T21:51:41.3142326Z 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-20T21:51:41.3148424Z 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-20T21:51:41.3154466Z 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-20T21:51:41.3160564Z 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-20T21:51:41.3166631Z 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-20T21:51:41.3172445Z 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-20T21:51:41.3178991Z 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-20T21:51:41.3185024Z 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-20T21:51:41.3190942Z 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-20T21:51:41.3197017Z 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-20T21:51:41.3203298Z 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-20T21:51:41.3209716Z 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-20T21:51:41.3215984Z 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-20T21:51:41.3221954Z 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-20T21:51:41.3227801Z 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-20T21:51:41.3234292Z 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-20T21:51:41.3240934Z 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-20T21:51:41.3246822Z 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-20T21:51:41.3253209Z 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-20T21:51:41.3259053Z 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-20T21:51:41.3265083Z 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-20T21:51:41.3271096Z 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-20T21:51:41.3277074Z 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-20T21:51:41.3283277Z 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-20T21:51:41.3289683Z 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-20T21:51:41.3295490Z 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-20T21:51:41.3302036Z 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-20T21:51:41.3308037Z 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-20T21:51:41.3313827Z 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-20T21:51:41.3319924Z 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-20T21:51:41.3325718Z 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-20T21:51:41.3331895Z 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-20T21:51:41.3337913Z 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-20T21:51:41.3344219Z 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-20T21:51:41.3349888Z 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-20T21:51:41.3356001Z 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-20T21:51:41.3361865Z 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-20T21:51:41.3368312Z 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-20T21:51:41.3374338Z 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-20T21:51:41.3380153Z 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-20T21:51:41.3386350Z 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-20T21:51:41.3392237Z 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-20T21:51:41.3397878Z 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-20T21:51:41.3403771Z 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-20T21:51:41.3409594Z 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-20T21:51:41.3415479Z 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-20T21:51:41.3421532Z 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-20T21:51:41.3427486Z 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-20T21:51:41.3433535Z 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-20T21:51:41.3439431Z 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-20T21:51:41.3446022Z 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-20T21:51:41.3452438Z 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-20T21:51:41.3458459Z 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-20T21:51:41.3464199Z 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-20T21:51:41.3470114Z 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-20T21:51:41.3475925Z 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-20T21:51:41.3481707Z 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-20T21:51:41.3487916Z 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-20T21:51:41.3494037Z 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-20T21:51:41.3500051Z 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-20T21:51:41.3505944Z 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-20T21:51:41.3512049Z 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-20T21:51:41.3517946Z 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-20T21:51:41.3523879Z 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-20T21:51:41.3530478Z 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-20T21:51:41.3536365Z 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-20T21:51:41.3542562Z 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-20T21:51:41.3549293Z 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-20T21:51:41.3555283Z 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-20T21:51:41.3561268Z 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-20T21:51:41.3567450Z 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-20T21:51:41.3574140Z 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-20T21:51:41.3580189Z 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-20T21:51:41.3586100Z 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-20T21:51:41.3592608Z 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-20T21:51:41.3598838Z 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-20T21:51:41.3604674Z 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-20T21:51:41.3610821Z 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-20T21:51:41.3616667Z 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-20T21:51:41.3622614Z 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-20T21:51:41.3628540Z 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-20T21:51:41.3634515Z 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-20T21:51:41.3640400Z 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-20T21:51:41.3646602Z 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-20T21:51:41.3653571Z 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-20T21:51:41.3659762Z 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-20T21:51:41.3665808Z 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-20T21:51:41.3672620Z 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-20T21:51:41.3678683Z 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-20T21:51:41.3684509Z 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-20T21:51:41.3690939Z 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-20T21:51:41.3697101Z 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-20T21:51:41.3703336Z 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-20T21:51:41.3709203Z 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-20T21:51:41.3715257Z 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-20T21:51:41.3721478Z 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-20T21:51:41.3727950Z 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-20T21:51:41.3733973Z 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-20T21:51:41.3740006Z 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-20T21:51:41.3745853Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\values.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:41.3751531Z 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-20T21:51:41.3757048Z 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-20T21:51:41.3763553Z 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-20T21:51:41.3769706Z 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-20T21:51:41.3775519Z 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-20T21:51:41.3781069Z 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-20T21:51:41.3787127Z 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-20T21:51:41.3792876Z 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-20T21:51:41.3799345Z 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-20T21:51:41.3809552Z 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-20T21:51:41.3815519Z 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-20T21:51:41.3821562Z 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-20T21:51:41.3827416Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vander.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:41.3833485Z 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-20T21:51:41.3839075Z 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-20T21:51:41.3844543Z 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-20T21:51:41.3850464Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\var.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:41.3856616Z 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-20T21:51:41.3862616Z 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-20T21:51:41.3868385Z 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-20T21:51:41.3873776Z 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-20T21:51:41.3879494Z 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-20T21:51:41.3885402Z 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-20T21:51:41.3891663Z 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-20T21:51:41.3897507Z 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-20T21:51:41.3903960Z 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-20T21:51:41.3910804Z 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-20T21:51:41.3917751Z 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-20T21:51:41.3923817Z 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-20T21:51:41.3929641Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vdot.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:41.3935548Z 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-20T21:51:41.3941084Z 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-20T21:51:41.3952188Z 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-20T21:51:41.3953851Z 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-20T21:51:41.3960249Z 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-20T21:51:41.3965473Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:41.3973032Z 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-20T21:51:41.3978750Z 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-20T21:51:41.3984003Z 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-20T21:51:41.3990250Z 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-20T21:51:41.3995987Z 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-20T21:51:41.4001678Z 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-20T21:51:41.4008111Z 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-20T21:51:41.4014488Z 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-20T21:51:41.4020219Z 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-20T21:51:41.4026168Z 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-20T21:51:41.4032027Z 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-20T21:51:41.4037658Z 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-20T21:51:41.4043812Z 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-20T21:51:41.4050209Z 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-20T21:51:41.4055869Z 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-20T21:51:41.4061458Z 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-20T21:51:41.4067083Z 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-20T21:51:41.4074635Z 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-20T21:51:41.4081770Z 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-20T21:51:41.4091137Z 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-20T21:51:41.4098281Z 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-20T21:51:41.4105668Z 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-20T21:51:41.4114092Z 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-20T21:51:41.4121238Z 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-20T21:51:41.4129787Z 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-20T21:51:41.4137228Z 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-20T21:51:41.4175367Z 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-20T21:51:41.4183711Z 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-20T21:51:41.4191870Z 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-20T21:51:41.4199513Z 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-20T21:51:41.4207830Z 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-20T21:51:41.4214870Z 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-20T21:51:41.4222254Z 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-20T21:51:41.4230869Z 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-20T21:51:41.4238088Z 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-20T21:51:41.4245301Z 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-20T21:51:41.4252541Z 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-20T21:51:41.4260542Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vsplit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:41.4267471Z 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-20T21:51:41.4274359Z 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-20T21:51:41.4281392Z 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-20T21:51:41.4289661Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vstack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:41.4296876Z 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-20T21:51:41.4303949Z 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-20T21:51:41.4310769Z 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-20T21:51:41.4319287Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\where.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:41.4326668Z 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-20T21:51:41.4333885Z 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-20T21:51:41.4342884Z 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-20T21:51:41.4350264Z 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-20T21:51:41.4357783Z 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-20T21:51:41.4366855Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xlogy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:41.4374870Z 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-20T21:51:41.4382225Z 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-20T21:51:41.4391434Z 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-20T21:51:41.4398408Z 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-20T21:51:41.4403944Z 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-20T21:51:41.4411687Z 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-20T21:51:41.4418428Z 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-20T21:51:41.4425180Z 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-20T21:51:41.4430784Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:41.4442590Z 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-20T21:51:41.4448781Z 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-20T21:51:41.4454506Z 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-20T21:51:41.4459553Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zero.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:41.4465529Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zeros.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:41.4471125Z 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-20T21:51:41.4476433Z 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-20T21:51:41.4482466Z 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-20T21:51:41.4488494Z 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-20T21:51:41.4494100Z 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-20T21:51:41.4518945Z 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-20T21:51:41.4524643Z 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-20T21:51:41.4530589Z 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-20T21:51:41.4536589Z 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-20T21:51:41.4542098Z 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-20T21:51:41.4548191Z 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-20T21:51:41.4553620Z 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-20T21:51:41.4559102Z 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-20T21:51:41.4564624Z 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-20T21:51:41.4570126Z 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-20T21:51:41.4576361Z 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-20T21:51:41.4582463Z 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-20T21:51:41.4588256Z 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-20T21:51:41.4594203Z 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-20T21:51:41.4600344Z 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-20T21:51:41.4606079Z 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-20T21:51:41.4613274Z 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-20T21:51:41.4620782Z 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-20T21:51:41.4626883Z 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-20T21:51:41.4632722Z 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-20T21:51:41.4638435Z 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-20T21:51:41.4644928Z 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-20T21:51:41.4651066Z 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-20T21:51:41.4657305Z 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-20T21:51:41.4663285Z 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-20T21:51:41.4669210Z 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-20T21:51:41.4675261Z 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-20T21:51:41.4681301Z 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-20T21:51:41.4687458Z 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-20T21:51:41.4693490Z 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-20T21:51:41.4699227Z 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-20T21:51:41.4705142Z 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-20T21:51:41.4711396Z 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-20T21:51:41.4717433Z 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-20T21:51:41.4723802Z 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-20T21:51:41.4729671Z 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-20T21:51:41.4735646Z 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-20T21:51:41.4741576Z 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-20T21:51:41.4747569Z 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-20T21:51:41.4754151Z 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-20T21:51:41.4759550Z 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-20T21:51:41.4765660Z 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-20T21:51:41.4771760Z 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-20T21:51:41.4777897Z 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-20T21:51:41.4783528Z 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-20T21:51:41.4789600Z 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-20T21:51:41.4795800Z 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-20T21:51:41.4801551Z 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-20T21:51:41.4807603Z 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-20T21:51:41.4813384Z 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-20T21:51:41.4819430Z 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-20T21:51:41.4825413Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_aminmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:41.4831205Z 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-20T21:51:41.4837196Z 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-20T21:51:41.4842916Z 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-20T21:51:41.4848934Z 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-20T21:51:41.4854688Z 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-20T21:51:41.4860745Z 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-20T21:51:41.4866992Z 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-20T21:51:41.4873189Z 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-20T21:51:41.4879260Z 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-20T21:51:41.4886591Z 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-20T21:51:41.4892718Z 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-20T21:51:41.4898630Z 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-20T21:51:41.4905134Z 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-20T21:51:41.4911056Z 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-20T21:51:41.4932488Z 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-20T21:51:41.4938248Z 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-20T21:51:41.4944633Z 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-20T21:51:41.4951589Z 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-20T21:51:41.4957586Z 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-20T21:51:41.4963482Z 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-20T21:51:41.4969492Z 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-20T21:51:41.4975181Z 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-20T21:51:41.4981040Z 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-20T21:51:41.4987014Z 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-20T21:51:41.4993240Z 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-20T21:51:41.4999238Z 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-20T21:51:41.5004822Z 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-20T21:51:41.5010806Z 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-20T21:51:41.5017178Z 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-20T21:51:41.5023100Z 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-20T21:51:41.5029059Z 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-20T21:51:41.5035182Z 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-20T21:51:41.5041693Z 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-20T21:51:41.5047304Z 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-20T21:51:41.5052878Z 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-20T21:51:41.5058592Z 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-20T21:51:41.5064555Z 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-20T21:51:41.5070668Z 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-20T21:51:41.5076496Z 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-20T21:51:41.5083246Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:41.5088894Z 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-20T21:51:41.5094685Z 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-20T21:51:41.5100506Z 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-20T21:51:41.5118084Z 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-20T21:51:41.5119910Z 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-20T21:51:41.5121783Z 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-20T21:51:41.5124780Z 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-20T21:51:41.5130703Z 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-20T21:51:41.5136884Z 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-20T21:51:41.5142671Z 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-20T21:51:41.5148420Z 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-20T21:51:41.5154552Z 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-20T21:51:41.5160849Z 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-20T21:51:41.5166787Z 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-20T21:51:41.5172764Z 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-20T21:51:41.5178791Z 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-20T21:51:41.5184983Z 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-20T21:51:41.5190813Z 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-20T21:51:41.5196934Z 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-20T21:51:41.5202740Z 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-20T21:51:41.5208864Z 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-20T21:51:41.5215117Z 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-20T21:51:41.5221268Z 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-20T21:51:41.5226833Z 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-20T21:51:41.5232375Z 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-20T21:51:41.5238141Z 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-20T21:51:41.5244402Z 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-20T21:51:41.5250298Z 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-20T21:51:41.5282705Z 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-20T21:51:41.5289378Z 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-20T21:51:41.5295498Z 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-20T21:51:41.5301198Z 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-20T21:51:41.5306697Z 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-20T21:51:41.5312563Z 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-20T21:51:41.5318795Z 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-20T21:51:41.5325025Z 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-20T21:51:41.5330379Z 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-20T21:51:41.5336168Z 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-20T21:51:41.5342086Z 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-20T21:51:41.5347694Z 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-20T21:51:41.5353606Z 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-20T21:51:41.5359671Z 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-20T21:51:41.5366548Z 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-20T21:51:41.5372316Z 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-20T21:51:41.5378250Z 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-20T21:51:41.5384484Z 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-20T21:51:41.5390282Z 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-20T21:51:41.5396010Z 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-20T21:51:41.5401608Z 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-20T21:51:41.5407503Z 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-20T21:51:41.5413762Z 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-20T21:51:41.5419733Z 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-20T21:51:41.5425186Z 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-20T21:51:41.5431404Z 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-20T21:51:41.5437040Z 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-20T21:51:41.5442618Z 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-20T21:51:41.5448869Z 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-20T21:51:41.5454959Z 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-20T21:51:41.5460746Z 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-20T21:51:41.5466706Z 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-20T21:51:41.5472768Z 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-20T21:51:41.5478655Z 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-20T21:51:41.5484445Z 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-20T21:51:41.5490435Z 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-20T21:51:41.5496165Z 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-20T21:51:41.5502076Z 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-20T21:51:41.5507954Z 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-20T21:51:41.5513511Z 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-20T21:51:41.5519404Z 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-20T21:51:41.5525803Z 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-20T21:51:41.5531836Z 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-20T21:51:41.5537637Z 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-20T21:51:41.5543991Z 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-20T21:51:41.5549430Z 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-20T21:51:41.5554709Z 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-20T21:51:41.5560452Z 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-20T21:51:41.5566484Z 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-20T21:51:41.5572059Z 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-20T21:51:41.5578654Z 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-20T21:51:41.5584321Z 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-20T21:51:41.5589889Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_coalesce.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:41.5595721Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_coalesced.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:41.5601744Z 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-20T21:51:41.5607655Z 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-20T21:51:41.5613500Z 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-20T21:51:41.5619142Z 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-20T21:51:41.5625079Z 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-20T21:51:41.5630680Z 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-20T21:51:41.5636376Z 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-20T21:51:41.5642584Z 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-20T21:51:41.5648637Z 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-20T21:51:41.5654413Z 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-20T21:51:41.5660036Z 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-20T21:51:41.5666174Z 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-20T21:51:41.5671664Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:41.5676883Z 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-20T21:51:41.5682461Z 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-20T21:51:41.5688713Z 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-20T21:51:41.5694834Z 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-20T21:51:41.5700563Z 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-20T21:51:41.5706051Z 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-20T21:51:41.5711908Z 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-20T21:51:41.5717836Z 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-20T21:51:41.5723694Z 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-20T21:51:41.5730019Z 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-20T21:51:41.5735664Z 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-20T21:51:41.5741471Z 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-20T21:51:41.5747506Z 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-20T21:51:41.5753663Z 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-20T21:51:41.5759853Z 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-20T21:51:41.5765835Z 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-20T21:51:41.5771984Z 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-20T21:51:41.5777991Z 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-20T21:51:41.5784389Z 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-20T21:51:41.5790847Z 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-20T21:51:41.5796666Z 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-20T21:51:41.5803163Z 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-20T21:51:41.5809299Z 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-20T21:51:41.5815542Z 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-20T21:51:41.5821703Z 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-20T21:51:41.5827757Z 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-20T21:51:41.5833963Z 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-20T21:51:41.5839817Z 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-20T21:51:41.5845837Z 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-20T21:51:41.5852013Z 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-20T21:51:41.5858107Z 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-20T21:51:41.5863953Z 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-20T21:51:41.5869861Z 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-20T21:51:41.5875615Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convolution.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:41.5881643Z 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-20T21:51:41.5888041Z 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-20T21:51:41.5893808Z 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-20T21:51:41.5900480Z 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-20T21:51:41.5906943Z 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-20T21:51:41.5912912Z 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-20T21:51:41.5918688Z 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-20T21:51:41.5924924Z 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-20T21:51:41.5931281Z 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-20T21:51:41.5937132Z 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-20T21:51:41.5943190Z 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-20T21:51:41.5949027Z 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-20T21:51:41.5954828Z 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-20T21:51:41.5960650Z 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-20T21:51:41.5966843Z 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-20T21:51:41.5972649Z 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-20T21:51:41.5978271Z 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-20T21:51:41.5984066Z 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-20T21:51:41.5990353Z 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-20T21:51:41.5995988Z 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-20T21:51:41.6001649Z 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-20T21:51:41.6031693Z 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-20T21:51:41.6037324Z 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-20T21:51:41.6043006Z 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-20T21:51:41.6049242Z 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-20T21:51:41.6055277Z 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-20T21:51:41.6061634Z 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-20T21:51:41.6067148Z 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-20T21:51:41.6073393Z 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-20T21:51:41.6079897Z 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-20T21:51:41.6085699Z 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-20T21:51:41.6091479Z 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-20T21:51:41.6097640Z 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-20T21:51:41.6103926Z 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-20T21:51:41.6146846Z 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-20T21:51:41.6153058Z 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-20T21:51:41.6158820Z 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-20T21:51:41.6165187Z 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-20T21:51:41.6171666Z 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-20T21:51:41.6177354Z 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-20T21:51:41.6184325Z 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-20T21:51:41.6190646Z 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-20T21:51:41.6196911Z 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-20T21:51:41.6203263Z 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-20T21:51:41.6208901Z 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-20T21:51:41.6214717Z 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-20T21:51:41.6221482Z 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-20T21:51:41.6227526Z 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-20T21:51:41.6233070Z 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-20T21:51:41.6239049Z 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-20T21:51:41.6245484Z 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-20T21:51:41.6251267Z 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-20T21:51:41.6256695Z 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-20T21:51:41.6262257Z 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-20T21:51:41.6268571Z 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-20T21:51:41.6274609Z 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-20T21:51:41.6280271Z 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-20T21:51:41.6286587Z 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-20T21:51:41.6292446Z 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-20T21:51:41.6298230Z 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-20T21:51:41.6304254Z 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-20T21:51:41.6310946Z 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-20T21:51:41.6317304Z 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-20T21:51:41.6323317Z 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-20T21:51:41.6329313Z 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-20T21:51:41.6335192Z 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-20T21:51:41.6341217Z 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-20T21:51:41.6347508Z 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-20T21:51:41.6353908Z 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-20T21:51:41.6359460Z 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-20T21:51:41.6365698Z 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-20T21:51:41.6371689Z 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-20T21:51:41.6377487Z 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-20T21:51:41.6383544Z 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-20T21:51:41.6389434Z 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-20T21:51:41.6395616Z 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-20T21:51:41.6401239Z 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-20T21:51:41.6406837Z 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-20T21:51:41.6412683Z 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-20T21:51:41.6419096Z 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-20T21:51:41.6424922Z 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-20T21:51:41.6430786Z 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-20T21:51:41.6436716Z 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-20T21:51:41.6442979Z 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-20T21:51:41.6449488Z 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-20T21:51:41.6455366Z 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-20T21:51:41.6461424Z 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-20T21:51:41.6467671Z 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-20T21:51:41.6473429Z 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-20T21:51:41.6479372Z 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-20T21:51:41.6485587Z 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-20T21:51:41.6491488Z 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-20T21:51:41.6497110Z 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-20T21:51:41.6503515Z 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-20T21:51:41.6509600Z 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-20T21:51:41.6515324Z 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-20T21:51:41.6521134Z 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-20T21:51:41.6527532Z 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-20T21:51:41.6533291Z 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-20T21:51:41.6538966Z 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-20T21:51:41.6544808Z 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-20T21:51:41.6550824Z 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-20T21:51:41.6556761Z 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-20T21:51:41.6562594Z 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-20T21:51:41.6568327Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dimI.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:41.6573501Z 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-20T21:51:41.6579011Z 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-20T21:51:41.6584774Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dimV.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:41.6589751Z 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-20T21:51:41.6595021Z 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-20T21:51:41.6600852Z 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-20T21:51:41.6606978Z 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-20T21:51:41.6612772Z 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-20T21:51:41.6618317Z 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-20T21:51:41.6624221Z 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-20T21:51:41.6630100Z 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-20T21:51:41.6635911Z 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-20T21:51:41.6641766Z 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-20T21:51:41.6647839Z 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-20T21:51:41.6653618Z 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-20T21:51:41.6659360Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_efficientzerotensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:41.6665104Z 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-20T21:51:41.6670587Z 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-20T21:51:41.6698015Z 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-20T21:51:41.6703826Z 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-20T21:51:41.6709657Z 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-20T21:51:41.6715581Z 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-20T21:51:41.6721592Z 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-20T21:51:41.6727793Z 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-20T21:51:41.6733705Z 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-20T21:51:41.6741489Z 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-20T21:51:41.6749523Z 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-20T21:51:41.6756533Z 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-20T21:51:41.6762820Z 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-20T21:51:41.6769672Z 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-20T21:51:41.6775851Z 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-20T21:51:41.6781772Z 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-20T21:51:41.6787609Z 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-20T21:51:41.6793537Z 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-20T21:51:41.6799517Z 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-20T21:51:41.6805434Z 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-20T21:51:41.6812166Z 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-20T21:51:41.6818334Z 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-20T21:51:41.6824420Z 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-20T21:51:41.6830197Z 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-20T21:51:41.6838011Z 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-20T21:51:41.6843762Z 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-20T21:51:41.6849828Z 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-20T21:51:41.6855824Z 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-20T21:51:41.6861678Z 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-20T21:51:41.6867672Z 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-20T21:51:41.6873927Z 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-20T21:51:41.6880030Z 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-20T21:51:41.6886148Z 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-20T21:51:41.6891882Z 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-20T21:51:41.6897716Z 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-20T21:51:41.6903591Z 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-20T21:51:41.6909251Z 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-20T21:51:41.6915450Z 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-20T21:51:41.6921570Z 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-20T21:51:41.6927632Z 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-20T21:51:41.6933441Z 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-20T21:51:41.6939219Z 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-20T21:51:41.6946591Z 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-20T21:51:41.6952498Z 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-20T21:51:41.6958532Z 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-20T21:51:41.6964184Z 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-20T21:51:41.6970205Z 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-20T21:51:41.6976011Z 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-20T21:51:41.6982186Z 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-20T21:51:41.6988092Z 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-20T21:51:41.6993785Z 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-20T21:51:41.6999533Z 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-20T21:51:41.7005519Z 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-20T21:51:41.7012060Z 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-20T21:51:41.7017970Z 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-20T21:51:41.7023653Z 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-20T21:51:41.7029635Z 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-20T21:51:41.7035257Z 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-20T21:51:41.7041492Z 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-20T21:51:41.7047253Z 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-20T21:51:41.7052823Z 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-20T21:51:41.7059210Z 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-20T21:51:41.7065030Z 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-20T21:51:41.7071278Z 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-20T21:51:41.7077514Z 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-20T21:51:41.7083074Z 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-20T21:51:41.7089503Z 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-20T21:51:41.7095847Z 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-20T21:51:41.7102217Z 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-20T21:51:41.7108332Z 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-20T21:51:41.7114447Z 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-20T21:51:41.7120848Z 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-20T21:51:41.7127262Z 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-20T21:51:41.7133163Z 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-20T21:51:41.7139335Z 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-20T21:51:41.7145659Z 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-20T21:51:41.7153729Z 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-20T21:51:41.7161098Z 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-20T21:51:41.7169105Z 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-20T21:51:41.7176843Z 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-20T21:51:41.7184252Z 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-20T21:51:41.7191575Z 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-20T21:51:41.7198210Z 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-20T21:51:41.7204458Z 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-20T21:51:41.7211036Z 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-20T21:51:41.7217251Z 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-20T21:51:41.7223425Z 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-20T21:51:41.7229645Z 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-20T21:51:41.7235796Z 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-20T21:51:41.7242789Z 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-20T21:51:41.7248511Z 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-20T21:51:41.7254266Z 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-20T21:51:41.7260049Z 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-20T21:51:41.7265886Z 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-20T21:51:41.7271624Z 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-20T21:51:41.7277181Z 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-20T21:51:41.7283150Z 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-20T21:51:41.7289381Z 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-20T21:51:41.7295081Z 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-20T21:51:41.7300877Z 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-20T21:51:41.7306352Z 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-20T21:51:41.7311971Z 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-20T21:51:41.7317596Z 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-20T21:51:41.7323179Z 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-20T21:51:41.7329163Z 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-20T21:51:41.7335020Z 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-20T21:51:41.7340939Z 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-20T21:51:41.7347324Z 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-20T21:51:41.7352374Z 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-20T21:51:41.7358163Z 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-20T21:51:41.7364025Z 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-20T21:51:41.7370005Z 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-20T21:51:41.7376382Z 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-20T21:51:41.7382140Z 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-20T21:51:41.7388858Z 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-20T21:51:41.7394761Z 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-20T21:51:41.7400548Z 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-20T21:51:41.7406588Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foobar.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:41.7412448Z 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-20T21:51:41.7417927Z 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-20T21:51:41.7423554Z 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-20T21:51:41.7429058Z 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-20T21:51:41.7434603Z 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-20T21:51:41.7440473Z 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-20T21:51:41.7446024Z 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-20T21:51:41.7452052Z 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-20T21:51:41.7457945Z 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-20T21:51:41.7463510Z 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-20T21:51:41.7469443Z 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-20T21:51:41.7475001Z 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-20T21:51:41.7480654Z 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-20T21:51:41.7486284Z 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-20T21:51:41.7491962Z 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-20T21:51:41.7497809Z 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-20T21:51:41.7503826Z 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-20T21:51:41.7510203Z 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-20T21:51:41.7516032Z 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-20T21:51:41.7521775Z 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-20T21:51:41.7527737Z 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-20T21:51:41.7533899Z 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-20T21:51:41.7539842Z 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-20T21:51:41.7545728Z 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-20T21:51:41.7551401Z 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-20T21:51:41.7557421Z 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-20T21:51:41.7563131Z 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-20T21:51:41.7568980Z 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-20T21:51:41.7574957Z 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-20T21:51:41.7580728Z 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-20T21:51:41.7587078Z 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-20T21:51:41.7616646Z 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-20T21:51:41.7622350Z 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-20T21:51:41.7628119Z 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-20T21:51:41.7633993Z 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-20T21:51:41.7640349Z 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-20T21:51:41.7646065Z 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-20T21:51:41.7652014Z 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-20T21:51:41.7657694Z 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-20T21:51:41.7663482Z 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-20T21:51:41.7669476Z 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-20T21:51:41.7675193Z 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-20T21:51:41.7681080Z 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-20T21:51:41.7686929Z 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-20T21:51:41.7693052Z 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-20T21:51:41.7699148Z 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-20T21:51:41.7704947Z 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-20T21:51:41.7710747Z 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-20T21:51:41.7716862Z 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-20T21:51:41.7722700Z 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-20T21:51:41.8477170Z 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-20T21:51:41.8485260Z 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-20T21:51:41.8492983Z 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-20T21:51:41.8499127Z 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-20T21:51:41.8506724Z 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-20T21:51:41.8513095Z 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-20T21:51:41.8520484Z 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-20T21:51:41.8526567Z 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-20T21:51:41.8532403Z 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-20T21:51:41.8538090Z 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-20T21:51:41.8543808Z 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-20T21:51:41.8551442Z 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-20T21:51:41.8557290Z 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-20T21:51:41.8563030Z 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-20T21:51:41.8569326Z 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-20T21:51:41.8575419Z 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-20T21:51:41.8581358Z 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-20T21:51:41.8587787Z 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-20T21:51:41.8593604Z 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-20T21:51:41.8599603Z 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-20T21:51:41.8605877Z 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-20T21:51:41.8612234Z 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-20T21:51:41.8618708Z 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-20T21:51:41.8624410Z 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-20T21:51:41.8630258Z 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-20T21:51:41.8635820Z 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-20T21:51:41.8641777Z 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-20T21:51:41.8647553Z 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-20T21:51:41.8653462Z 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-20T21:51:41.8659162Z 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-20T21:51:41.8665122Z 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-20T21:51:41.8670864Z 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-20T21:51:41.8676449Z 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-20T21:51:41.8682201Z 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-20T21:51:41.8687879Z 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-20T21:51:41.8693751Z 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-20T21:51:41.8699719Z 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-20T21:51:41.8706287Z 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-20T21:51:41.8712060Z 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-20T21:51:41.8717928Z 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-20T21:51:41.8724055Z 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-20T21:51:41.8729978Z 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-20T21:51:41.8735920Z 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-20T21:51:41.8741725Z 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-20T21:51:41.8747471Z 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-20T21:51:41.8753799Z 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-20T21:51:41.8759542Z 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-20T21:51:41.8765470Z 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-20T21:51:41.8771289Z 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-20T21:51:41.8777829Z 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-20T21:51:41.8784413Z 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-20T21:51:41.8790109Z 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-20T21:51:41.8795930Z 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-20T21:51:41.8801738Z 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-20T21:51:41.8808317Z 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-20T21:51:41.8814500Z 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-20T21:51:41.8820457Z 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-20T21:51:41.8826456Z 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-20T21:51:41.8832265Z 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-20T21:51:41.8838073Z 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-20T21:51:41.8844256Z 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-20T21:51:41.8850153Z 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-20T21:51:41.8856219Z 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-20T21:51:41.8861946Z 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-20T21:51:41.8868130Z 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-20T21:51:41.8874051Z 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-20T21:51:41.8880227Z 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-20T21:51:41.8885957Z 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-20T21:51:41.8891811Z 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-20T21:51:41.8897766Z 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-20T21:51:41.8903941Z 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-20T21:51:41.8910051Z 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-20T21:51:41.8915728Z 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-20T21:51:41.8921558Z 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-20T21:51:41.8927575Z 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-20T21:51:41.8933415Z 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-20T21:51:41.8939751Z 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-20T21:51:41.9047689Z 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-20T21:51:41.9053388Z 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-20T21:51:41.9058830Z 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-20T21:51:41.9064612Z 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-20T21:51:41.9069994Z 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-20T21:51:41.9075452Z 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-20T21:51:41.9081038Z 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-20T21:51:41.9086583Z 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-20T21:51:41.9092038Z 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-20T21:51:41.9098553Z 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-20T21:51:41.9104421Z 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-20T21:51:41.9110414Z 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-20T21:51:41.9116190Z 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-20T21:51:41.9124097Z 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-20T21:51:41.9130473Z 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-20T21:51:41.9136036Z 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-20T21:51:41.9141885Z 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-20T21:51:41.9148179Z 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-20T21:51:41.9153894Z 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-20T21:51:41.9160140Z 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-20T21:51:41.9165799Z 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-20T21:51:41.9171701Z 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-20T21:51:41.9178020Z 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-20T21:51:41.9184598Z 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-20T21:51:41.9190615Z 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-20T21:51:41.9196260Z 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-20T21:51:41.9202424Z 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-20T21:51:41.9208507Z 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-20T21:51:41.9214725Z 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-20T21:51:41.9220541Z 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-20T21:51:41.9226409Z 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-20T21:51:41.9232162Z 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-20T21:51:41.9237930Z 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-20T21:51:41.9243977Z 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-20T21:51:41.9250533Z 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-20T21:51:41.9255810Z 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-20T21:51:41.9261917Z 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-20T21:51:41.9267426Z 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-20T21:51:41.9273535Z 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-20T21:51:41.9279317Z 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-20T21:51:41.9286466Z 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-20T21:51:41.9292084Z 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-20T21:51:41.9298094Z 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-20T21:51:41.9304369Z 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-20T21:51:41.9312764Z 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-20T21:51:41.9318748Z 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-20T21:51:41.9324539Z 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-20T21:51:41.9330897Z 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-20T21:51:41.9336905Z 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-20T21:51:41.9342812Z 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-20T21:51:41.9348647Z 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-20T21:51:41.9354689Z 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-20T21:51:41.9360504Z 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-20T21:51:41.9367761Z 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-20T21:51:41.9373957Z 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-20T21:51:41.9379860Z 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-20T21:51:41.9385825Z 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-20T21:51:41.9391771Z 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-20T21:51:41.9397995Z 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-20T21:51:41.9403807Z 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-20T21:51:41.9411478Z 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-20T21:51:41.9416939Z 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-20T21:51:41.9422652Z 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-20T21:51:41.9428579Z 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-20T21:51:41.9434842Z 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-20T21:51:41.9440182Z 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-20T21:51:41.9446145Z 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-20T21:51:41.9452364Z 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-20T21:51:41.9458089Z 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-20T21:51:41.9463714Z 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-20T21:51:41.9469494Z 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-20T21:51:41.9475285Z 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-20T21:51:41.9480961Z 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-20T21:51:41.9487116Z 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-20T21:51:41.9493031Z 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-20T21:51:41.9498817Z 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-20T21:51:41.9504489Z 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-20T21:51:41.9510527Z 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-20T21:51:41.9516094Z 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-20T21:51:41.9521682Z 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-20T21:51:41.9527861Z 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-20T21:51:41.9533900Z 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-20T21:51:41.9539557Z 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-20T21:51:41.9545230Z 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-20T21:51:41.9551295Z 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-20T21:51:41.9556972Z 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-20T21:51:41.9562701Z 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-20T21:51:41.9568438Z 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-20T21:51:41.9574631Z 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-20T21:51:41.9580250Z 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-20T21:51:41.9677878Z 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-20T21:51:41.9683594Z 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-20T21:51:41.9689622Z 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-20T21:51:41.9695824Z 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-20T21:51:41.9701682Z 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-20T21:51:41.9707718Z 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-20T21:51:41.9713618Z 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-20T21:51:41.9719469Z 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-20T21:51:41.9725774Z 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-20T21:51:41.9731623Z 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-20T21:51:41.9737440Z 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-20T21:51:41.9743280Z 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-20T21:51:41.9749433Z 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-20T21:51:41.9755341Z 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-20T21:51:41.9761328Z 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-20T21:51:41.9767362Z 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-20T21:51:41.9773121Z 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-20T21:51:41.9779476Z 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-20T21:51:41.9785534Z 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-20T21:51:41.9791568Z 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-20T21:51:41.9797399Z 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-20T21:51:41.9803675Z 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-20T21:51:41.9809808Z 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-20T21:51:41.9816125Z 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-20T21:51:41.9822849Z 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-20T21:51:41.9829031Z 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-20T21:51:41.9835117Z 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-20T21:51:41.9841377Z 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-20T21:51:41.9847271Z 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-20T21:51:41.9853484Z 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-20T21:51:41.9859222Z 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-20T21:51:41.9865018Z 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-20T21:51:41.9870913Z 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-20T21:51:41.9876679Z 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-20T21:51:41.9882574Z 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-20T21:51:41.9889022Z 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-20T21:51:41.9895600Z 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-20T21:51:41.9901473Z 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-20T21:51:41.9907241Z 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-20T21:51:41.9913012Z 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-20T21:51:41.9919279Z 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-20T21:51:41.9925155Z 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-20T21:51:41.9931379Z 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-20T21:51:41.9937185Z 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-20T21:51:41.9942972Z 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-20T21:51:41.9948839Z 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-20T21:51:41.9955193Z 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-20T21:51:41.9961548Z 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-20T21:51:41.9967548Z 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-20T21:51:41.9973831Z 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-20T21:51:41.9979823Z 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-20T21:51:41.9986217Z 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-20T21:51:41.9991989Z 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-20T21:51:41.9997971Z 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-20T21:51:42.0003913Z 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-20T21:51:42.0010967Z 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-20T21:51:42.0016692Z 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-20T21:51:42.0022455Z 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-20T21:51:42.0028294Z 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-20T21:51:42.0034115Z 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-20T21:51:42.0039940Z 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-20T21:51:42.0046036Z 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-20T21:51:42.0051777Z 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-20T21:51:42.0058355Z 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-20T21:51:42.0064150Z 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-20T21:51:42.0070009Z 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-20T21:51:42.0075665Z 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-20T21:51:42.0081298Z 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-20T21:51:42.0087261Z 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-20T21:51:42.0092918Z 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-20T21:51:42.0098525Z 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-20T21:51:42.0104631Z 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-20T21:51:42.0110428Z 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-20T21:51:42.0116119Z 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-20T21:51:42.0122155Z 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-20T21:51:42.0128237Z 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-20T21:51:42.0133684Z 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-20T21:51:42.0139500Z 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-20T21:51:42.0145374Z 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-20T21:51:42.0150837Z 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-20T21:51:42.0156389Z 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-20T21:51:42.0162267Z 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-20T21:51:42.0168175Z 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-20T21:51:42.0174241Z 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-20T21:51:42.0179941Z 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-20T21:51:42.0186078Z 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-20T21:51:42.0223485Z 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-20T21:51:42.0228912Z 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-20T21:51:42.0234911Z 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-20T21:51:42.0240780Z 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-20T21:51:42.0247260Z 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-20T21:51:42.0253476Z 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-20T21:51:42.0259220Z 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-20T21:51:42.0265146Z 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-20T21:51:42.0271186Z 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-20T21:51:42.0276788Z 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-20T21:51:42.0282378Z 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-20T21:51:42.0288658Z 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-20T21:51:42.0294696Z 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-20T21:51:42.0301038Z 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-20T21:51:42.0306994Z 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-20T21:51:42.0312758Z 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-20T21:51:42.0318690Z 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-20T21:51:42.0325199Z 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-20T21:51:42.0331181Z 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-20T21:51:42.0337064Z 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-20T21:51:42.0343309Z 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-20T21:51:42.0349459Z 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-20T21:51:42.0355749Z 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-20T21:51:42.0361928Z 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-20T21:51:42.0367937Z 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-20T21:51:42.0373933Z 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-20T21:51:42.0379684Z 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-20T21:51:42.0385678Z 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-20T21:51:42.0391724Z 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-20T21:51:42.0397649Z 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-20T21:51:42.0403401Z 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-20T21:51:42.0409392Z 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-20T21:51:42.0415809Z 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-20T21:51:42.0421650Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:42.0426700Z 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-20T21:51:42.0439643Z 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-20T21:51:42.0445471Z 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-20T21:51:42.0451721Z 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-20T21:51:42.0458356Z 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-20T21:51:42.0464207Z 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-20T21:51:42.0469824Z 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-20T21:51:42.0475678Z 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-20T21:51:42.0481724Z 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-20T21:51:42.0487514Z 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-20T21:51:42.0493519Z 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-20T21:51:42.0499081Z 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-20T21:51:42.0505400Z 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-20T21:51:42.0511346Z 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-20T21:51:42.0516772Z 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-20T21:51:42.0522268Z 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-20T21:51:42.0528774Z 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-20T21:51:42.0534887Z 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-20T21:51:42.0540367Z 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-20T21:51:42.0546375Z 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-20T21:51:42.0551625Z 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-20T21:51:42.0557445Z 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-20T21:51:42.0563028Z 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-20T21:51:42.0569303Z 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-20T21:51:42.0574933Z 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-20T21:51:42.0580905Z 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-20T21:51:42.0586914Z 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-20T21:51:42.0592202Z 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-20T21:51:42.0597912Z 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-20T21:51:42.0603681Z 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-20T21:51:42.0609708Z 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-20T21:51:42.0615244Z 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-20T21:51:42.0620601Z 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-20T21:51:42.0626337Z 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-20T21:51:42.0632469Z 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-20T21:51:42.0638775Z 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-20T21:51:42.0644718Z 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-20T21:51:42.0650536Z 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-20T21:51:42.0657957Z 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-20T21:51:42.0663170Z 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-20T21:51:42.0668873Z 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-20T21:51:42.0674928Z 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-20T21:51:42.0680713Z 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-20T21:51:42.0686717Z 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-20T21:51:42.0692532Z 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-20T21:51:42.0698321Z 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-20T21:51:42.0704543Z 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-20T21:51:42.0710873Z 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-20T21:51:42.0716933Z 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-20T21:51:42.0722785Z 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-20T21:51:42.0728800Z 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-20T21:51:42.0734528Z 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-20T21:51:42.0740833Z 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-20T21:51:42.0746784Z 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-20T21:51:42.0753150Z 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-20T21:51:42.0759022Z 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-20T21:51:42.0765277Z 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-20T21:51:42.0771048Z 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-20T21:51:42.0776933Z 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-20T21:51:42.0783184Z 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-20T21:51:42.0789008Z 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-20T21:51:42.0795044Z 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-20T21:51:42.0801150Z 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-20T21:51:42.0807317Z 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-20T21:51:42.0813154Z 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-20T21:51:42.0819203Z 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-20T21:51:42.0825007Z 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-20T21:51:42.0831356Z 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-20T21:51:42.0837072Z 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-20T21:51:42.0843403Z 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-20T21:51:42.0849448Z 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-20T21:51:42.0855451Z 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-20T21:51:42.0861149Z 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-20T21:51:42.0867181Z 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-20T21:51:42.0872939Z 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-20T21:51:42.0879199Z 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-20T21:51:42.0885180Z 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-20T21:51:42.0891258Z 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-20T21:51:42.0897090Z 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-20T21:51:42.0902972Z 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-20T21:51:42.0908964Z 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-20T21:51:42.0914760Z 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-20T21:51:42.0920704Z 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-20T21:51:42.0926918Z 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-20T21:51:42.0932795Z 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-20T21:51:42.0939083Z 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-20T21:51:42.0944831Z 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-20T21:51:42.0951217Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_logcumsumexp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:42.0957048Z 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-20T21:51:42.0962807Z 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-20T21:51:42.0968879Z 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-20T21:51:42.0974691Z 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-20T21:51:42.0980485Z 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-20T21:51:42.0986121Z 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-20T21:51:42.0992617Z 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-20T21:51:42.0998133Z 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-20T21:51:42.1004044Z 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-20T21:51:42.1010043Z 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-20T21:51:42.1015957Z 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-20T21:51:42.1021669Z 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-20T21:51:42.1027332Z 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-20T21:51:42.1033379Z 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-20T21:51:42.1039236Z 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-20T21:51:42.1045063Z 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-20T21:51:42.1050721Z 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-20T21:51:42.1056621Z 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-20T21:51:42.1062556Z 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-20T21:51:42.1068220Z 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-20T21:51:42.1073680Z 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-20T21:51:42.1079756Z 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-20T21:51:42.1085176Z 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-20T21:51:42.1090886Z 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-20T21:51:42.1096502Z 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-20T21:51:42.1102401Z 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-20T21:51:42.1107911Z 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-20T21:51:42.1113352Z 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-20T21:51:42.1119053Z 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-20T21:51:42.1124618Z 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-20T21:51:42.1130258Z 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-20T21:51:42.1135813Z 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-20T21:51:42.1141500Z 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-20T21:51:42.1147517Z 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-20T21:51:42.1153037Z 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-20T21:51:42.1159094Z 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-20T21:51:42.1165470Z 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-20T21:51:42.1171102Z 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-20T21:51:42.1176779Z 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-20T21:51:42.1182512Z 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-20T21:51:42.1187854Z 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-20T21:51:42.1193807Z 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-20T21:51:42.1200738Z 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-20T21:51:42.1206087Z 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-20T21:51:42.1211917Z 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-20T21:51:42.1217798Z 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-20T21:51:42.1223340Z 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-20T21:51:42.1229228Z 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-20T21:51:42.1235382Z 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-20T21:51:42.1241168Z 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-20T21:51:42.1247137Z 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-20T21:51:42.1252944Z 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-20T21:51:42.1258878Z 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-20T21:51:42.1264582Z 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-20T21:51:42.1270518Z 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-20T21:51:42.1280038Z 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-20T21:51:42.1285597Z 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-20T21:51:42.1291228Z 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-20T21:51:42.1297258Z 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-20T21:51:42.1303173Z 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-20T21:51:42.1309406Z 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-20T21:51:42.1315143Z 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-20T21:51:42.1321049Z 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-20T21:51:42.1326941Z 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-20T21:51:42.1333062Z 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-20T21:51:42.1339109Z 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-20T21:51:42.1344824Z 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-20T21:51:42.1350739Z 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-20T21:51:42.1356506Z 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-20T21:51:42.1362237Z 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-20T21:51:42.1368079Z 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-20T21:51:42.1374093Z 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-20T21:51:42.1380111Z 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-20T21:51:42.1385937Z 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-20T21:51:42.1391876Z 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-20T21:51:42.1397695Z 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-20T21:51:42.1403482Z 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-20T21:51:42.1409529Z 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-20T21:51:42.1415154Z 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-20T21:51:42.1421265Z 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-20T21:51:42.1427038Z 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-20T21:51:42.1432886Z 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-20T21:51:42.1438691Z 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-20T21:51:42.1444518Z 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-20T21:51:42.1451006Z 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-20T21:51:42.1456578Z 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-20T21:51:42.1462333Z 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-20T21:51:42.1468170Z 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-20T21:51:42.1474353Z 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-20T21:51:42.1480051Z 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-20T21:51:42.1486342Z 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-20T21:51:42.1492109Z 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-20T21:51:42.1498161Z 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-20T21:51:42.1504010Z 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-20T21:51:42.1509785Z 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-20T21:51:42.1515818Z 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-20T21:51:42.1521854Z 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-20T21:51:42.1528639Z 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-20T21:51:42.1534569Z 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-20T21:51:42.1540444Z 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-20T21:51:42.1546312Z 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-20T21:51:42.1552567Z 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-20T21:51:42.1558719Z 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-20T21:51:42.1564501Z 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-20T21:51:42.1570611Z 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-20T21:51:42.1576625Z 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-20T21:51:42.1582507Z 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-20T21:51:42.1588831Z 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-20T21:51:42.1594850Z 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-20T21:51:42.1601402Z 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-20T21:51:42.1607185Z 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-20T21:51:42.1612890Z 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-20T21:51:42.1618842Z 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-20T21:51:42.1624666Z 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-20T21:51:42.1631110Z 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-20T21:51:42.1636541Z 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-20T21:51:42.1642477Z 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-20T21:51:42.1648482Z 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-20T21:51:42.1654233Z 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-20T21:51:42.1660283Z 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-20T21:51:42.1666643Z 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-20T21:51:42.1672510Z 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-20T21:51:42.1679623Z 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-20T21:51:42.1685032Z 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-20T21:51:42.1691523Z 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-20T21:51:42.1697556Z 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-20T21:51:42.1703626Z 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-20T21:51:42.1709950Z 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-20T21:51:42.1715611Z 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-20T21:51:42.1721835Z 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-20T21:51:42.1902740Z 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-20T21:51:42.1908347Z 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-20T21:51:42.1914660Z 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-20T21:51:42.1920103Z 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-20T21:51:42.1926897Z 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-20T21:51:42.1933460Z 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-20T21:51:42.1938806Z 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-20T21:51:42.1944887Z 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-20T21:51:42.1952807Z 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-20T21:51:42.1958448Z 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-20T21:51:42.1964356Z 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-20T21:51:42.1970326Z 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-20T21:51:42.1976202Z 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-20T21:51:42.1981715Z 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-20T21:51:42.1987524Z 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-20T21:51:42.1992991Z 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-20T21:51:42.1998863Z 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-20T21:51:42.2004721Z 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-20T21:51:42.2010425Z 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-20T21:51:42.2016485Z 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-20T21:51:42.2022532Z 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-20T21:51:42.2028687Z 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-20T21:51:42.2035979Z 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-20T21:51:42.2042069Z 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-20T21:51:42.2049715Z 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-20T21:51:42.2055394Z 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-20T21:51:42.2061858Z 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-20T21:51:42.2068149Z 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-20T21:51:42.2076212Z 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-20T21:51:42.2083720Z 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-20T21:51:42.2090052Z 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-20T21:51:42.2096151Z 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-20T21:51:42.2102333Z 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-20T21:51:42.2108457Z 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-20T21:51:42.2114834Z 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-20T21:51:42.2121118Z 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-20T21:51:42.2127190Z 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-20T21:51:42.2133046Z 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-20T21:51:42.2141344Z 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-20T21:51:42.2147406Z 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-20T21:51:42.2153569Z 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-20T21:51:42.2159606Z 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-20T21:51:42.2165514Z 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-20T21:51:42.2171544Z 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-20T21:51:42.2179527Z 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-20T21:51:42.2186036Z 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-20T21:51:42.2228896Z 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-20T21:51:42.2230764Z 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-20T21:51:42.2232497Z 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-20T21:51:42.2234246Z 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-20T21:51:42.2236018Z 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-20T21:51:42.2237621Z 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-20T21:51:42.2240039Z 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-20T21:51:42.2242290Z 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-20T21:51:42.2244442Z 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-20T21:51:42.2246942Z 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-20T21:51:42.2253109Z 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-20T21:51:42.2258971Z 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-20T21:51:42.2264609Z 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-20T21:51:42.2270231Z 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-20T21:51:42.2276052Z 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-20T21:51:42.2281609Z 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-20T21:51:42.2287608Z 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-20T21:51:42.2293567Z 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-20T21:51:42.2299445Z 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-20T21:51:42.2305693Z 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-20T21:51:42.2311760Z 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-20T21:51:42.2317476Z 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-20T21:51:42.2323440Z 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-20T21:51:42.2329534Z 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-20T21:51:42.2335615Z 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-20T21:51:42.2341682Z 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-20T21:51:42.2348819Z 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-20T21:51:42.2354447Z 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-20T21:51:42.2360467Z 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-20T21:51:42.2366888Z 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-20T21:51:42.2372969Z 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-20T21:51:42.2378866Z 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-20T21:51:42.2384622Z 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-20T21:51:42.2390686Z 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-20T21:51:42.2396245Z 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-20T21:51:42.2402323Z 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-20T21:51:42.2408424Z 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-20T21:51:42.2414329Z 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-20T21:51:42.2420186Z 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-20T21:51:42.2426828Z 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-20T21:51:42.2432781Z 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-20T21:51:42.2438096Z 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-20T21:51:42.2443682Z 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-20T21:51:42.2449895Z 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-20T21:51:42.2455849Z 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-20T21:51:42.2461790Z 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-20T21:51:42.2468232Z 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-20T21:51:42.2473752Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nnz.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:42.2478820Z 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-20T21:51:42.2485131Z 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-20T21:51:42.2495583Z 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-20T21:51:42.2502267Z 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-20T21:51:42.2508067Z 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-20T21:51:42.2513581Z 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-20T21:51:42.2519362Z 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-20T21:51:42.2525346Z 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-20T21:51:42.2531260Z 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-20T21:51:42.2537310Z 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-20T21:51:42.2543393Z 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-20T21:51:42.2549534Z 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-20T21:51:42.2554973Z 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-20T21:51:42.2561213Z 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-20T21:51:42.2566739Z 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-20T21:51:42.2573649Z 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-20T21:51:42.2579657Z 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-20T21:51:42.2585286Z 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-20T21:51:42.2590865Z 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-20T21:51:42.2596534Z 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-20T21:51:42.2602555Z 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-20T21:51:42.2609229Z 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-20T21:51:42.2614267Z 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-20T21:51:42.2620083Z 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-20T21:51:42.2626256Z 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-20T21:51:42.2631888Z 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-20T21:51:42.2637890Z 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-20T21:51:42.2643573Z 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-20T21:51:42.2649892Z 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-20T21:51:42.2655939Z 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-20T21:51:42.2661636Z 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-20T21:51:42.2667262Z 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-20T21:51:42.2673276Z 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-20T21:51:42.2679039Z 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-20T21:51:42.2685178Z 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-20T21:51:42.2691154Z 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-20T21:51:42.2697111Z 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-20T21:51:42.2702809Z 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-20T21:51:42.2708413Z 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-20T21:51:42.2714059Z 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-20T21:51:42.2720233Z 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-20T21:51:42.2726074Z 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-20T21:51:42.2731744Z 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-20T21:51:42.2737431Z 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-20T21:51:42.2742885Z 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-20T21:51:42.2748985Z 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-20T21:51:42.2754863Z 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-20T21:51:42.2760538Z 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-20T21:51:42.2766675Z 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-20T21:51:42.2772453Z 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-20T21:51:42.2778343Z 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-20T21:51:42.2784020Z 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-20T21:51:42.2789896Z 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-20T21:51:42.2795576Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_print.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:42.2801172Z 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-20T21:51:42.2807123Z 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-20T21:51:42.2812626Z 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-20T21:51:42.2818239Z 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-20T21:51:42.2824693Z 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-20T21:51:42.2830278Z 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-20T21:51:42.2835635Z 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-20T21:51:42.2841250Z 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-20T21:51:42.2847507Z 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-20T21:51:42.2853277Z 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-20T21:51:42.2858629Z 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-20T21:51:42.2864935Z 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-20T21:51:42.2870530Z 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-20T21:51:42.2877118Z 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-20T21:51:42.2886598Z 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-20T21:51:42.2892342Z 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-20T21:51:42.2898144Z 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-20T21:51:42.2903822Z 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-20T21:51:42.2909684Z 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-20T21:51:42.2915319Z 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-20T21:51:42.2920896Z 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-20T21:51:42.2926894Z 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-20T21:51:42.2932627Z 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-20T21:51:42.2938542Z 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-20T21:51:42.2944125Z 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-20T21:51:42.2949518Z 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-20T21:51:42.2955311Z 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-20T21:51:42.2961405Z 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-20T21:51:42.2967470Z 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-20T21:51:42.2972987Z 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-20T21:51:42.2978642Z 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-20T21:51:42.2985068Z 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-20T21:51:42.2990713Z 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-20T21:51:42.2996308Z 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-20T21:51:42.3002195Z 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-20T21:51:42.3008015Z 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-20T21:51:42.3014093Z 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-20T21:51:42.3019608Z 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-20T21:51:42.3025292Z 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-20T21:51:42.3031002Z 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-20T21:51:42.3037145Z 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-20T21:51:42.3043218Z 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-20T21:51:42.3048726Z 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-20T21:51:42.3054703Z 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-20T21:51:42.3060739Z 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-20T21:51:42.3066351Z 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-20T21:51:42.3072018Z 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-20T21:51:42.3077769Z 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-20T21:51:42.3109621Z 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-20T21:51:42.3115266Z 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-20T21:51:42.3121336Z 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-20T21:51:42.3127189Z 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-20T21:51:42.3132662Z 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-20T21:51:42.3138556Z 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-20T21:51:42.3144846Z 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-20T21:51:42.3150953Z 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-20T21:51:42.3157503Z 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-20T21:51:42.3163236Z 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-20T21:51:42.3169924Z 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-20T21:51:42.3176511Z 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-20T21:51:42.3182524Z 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-20T21:51:42.3188840Z 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-20T21:51:42.3195253Z 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-20T21:51:42.3201745Z 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-20T21:51:42.3208281Z 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-20T21:51:42.3215114Z 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-20T21:51:42.3221023Z 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-20T21:51:42.3226947Z 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-20T21:51:42.3233864Z 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-20T21:51:42.3240273Z 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-20T21:51:42.3246776Z 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-20T21:51:42.3292230Z 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-20T21:51:42.3299481Z 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-20T21:51:42.3306026Z 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-20T21:51:42.3312414Z 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-20T21:51:42.3319211Z 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-20T21:51:42.3325867Z 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-20T21:51:42.3331585Z 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-20T21:51:42.3337851Z 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-20T21:51:42.3343779Z 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-20T21:51:42.3350010Z 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-20T21:51:42.3356068Z 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-20T21:51:42.3362236Z 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-20T21:51:42.3369011Z 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-20T21:51:42.3375249Z 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-20T21:51:42.3382001Z 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-20T21:51:42.3387951Z 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-20T21:51:42.3393871Z 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-20T21:51:42.3400006Z 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-20T21:51:42.3406236Z 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-20T21:51:42.3412303Z 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-20T21:51:42.3418298Z 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-20T21:51:42.3424428Z 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-20T21:51:42.3430546Z 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-20T21:51:42.3437122Z 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-20T21:51:42.3443218Z 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-20T21:51:42.3449311Z 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-20T21:51:42.3455763Z 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-20T21:51:42.3462018Z 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-20T21:51:42.3468093Z 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-20T21:51:42.3473793Z 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-20T21:51:42.3479943Z 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-20T21:51:42.3485938Z 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-20T21:51:42.3491872Z 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-20T21:51:42.3498058Z 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-20T21:51:42.3537192Z 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-20T21:51:42.3542676Z 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-20T21:51:42.3548633Z 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-20T21:51:42.3554368Z 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-20T21:51:42.3560201Z 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-20T21:51:42.3566271Z 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-20T21:51:42.3572184Z 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-20T21:51:42.3577919Z 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-20T21:51:42.3583567Z 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-20T21:51:42.3589241Z 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-20T21:51:42.3595073Z 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-20T21:51:42.3601005Z 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-20T21:51:42.3606953Z 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-20T21:51:42.3612635Z 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-20T21:51:42.3618689Z 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-20T21:51:42.3624503Z 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-20T21:51:42.3630482Z 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-20T21:51:42.3636413Z 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-20T21:51:42.3642205Z 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-20T21:51:42.3647954Z 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-20T21:51:42.3653641Z 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-20T21:51:42.3659462Z 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-20T21:51:42.3665297Z 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-20T21:51:42.3670967Z 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-20T21:51:42.3676910Z 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-20T21:51:42.3682785Z 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-20T21:51:42.3688514Z 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-20T21:51:42.3694530Z 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-20T21:51:42.3700473Z 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-20T21:51:42.3706740Z 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-20T21:51:42.3712740Z 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-20T21:51:42.3718461Z 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-20T21:51:42.3724490Z 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-20T21:51:42.3730726Z 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-20T21:51:42.3736834Z 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-20T21:51:42.3743378Z 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-20T21:51:42.3749848Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:42.3755511Z 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-20T21:51:42.3762001Z 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-20T21:51:42.3767742Z 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-20T21:51:42.3773736Z 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-20T21:51:42.3779566Z 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-20T21:51:42.3785921Z 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-20T21:51:42.3791721Z 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-20T21:51:42.3797515Z 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-20T21:51:42.3803666Z 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-20T21:51:42.3809786Z 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-20T21:51:42.3815770Z 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-20T21:51:42.3822009Z 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-20T21:51:42.3827893Z 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-20T21:51:42.3833612Z 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-20T21:51:42.3839337Z 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-20T21:51:42.3845340Z 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-20T21:51:42.3852228Z 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-20T21:51:42.3858078Z 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-20T21:51:42.3863746Z 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-20T21:51:42.3870084Z 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-20T21:51:42.3875884Z 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-20T21:51:42.3882255Z 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-20T21:51:42.3889142Z 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-20T21:51:42.3895172Z 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-20T21:51:42.3901923Z 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-20T21:51:42.3907795Z 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-20T21:51:42.3913556Z 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-20T21:51:42.3919469Z 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-20T21:51:42.3925674Z 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-20T21:51:42.3931412Z 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-20T21:51:42.3937259Z 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-20T21:51:42.3943261Z 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-20T21:51:42.3949575Z 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-20T21:51:42.3955596Z 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-20T21:51:42.3961480Z 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-20T21:51:42.3967460Z 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-20T21:51:42.3975016Z 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-20T21:51:42.3981375Z 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-20T21:51:42.3987422Z 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-20T21:51:42.3993746Z 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-20T21:51:42.4000410Z 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-20T21:51:42.4006643Z 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-20T21:51:42.4013056Z 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-20T21:51:42.4019138Z 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-20T21:51:42.4025470Z 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-20T21:51:42.4031466Z 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-20T21:51:42.4037539Z 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-20T21:51:42.4044087Z 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-20T21:51:42.4050407Z 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-20T21:51:42.4057058Z 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-20T21:51:42.4063116Z 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-20T21:51:42.4069507Z 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-20T21:51:42.4075713Z 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-20T21:51:42.4081766Z 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-20T21:51:42.4087745Z 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-20T21:51:42.4093971Z 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-20T21:51:42.4099903Z 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-20T21:51:42.4106108Z 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-20T21:51:42.4112326Z 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-20T21:51:42.4118378Z 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-20T21:51:42.4124252Z 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-20T21:51:42.4130058Z 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-20T21:51:42.4136522Z 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-20T21:51:42.4142757Z 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-20T21:51:42.4148558Z 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-20T21:51:42.4154475Z 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-20T21:51:42.4160602Z 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-20T21:51:42.4166301Z 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-20T21:51:42.4171807Z 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-20T21:51:42.4177539Z 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-20T21:51:42.4184314Z 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-20T21:51:42.4190088Z 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-20T21:51:42.4195797Z 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-20T21:51:42.4201697Z 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-20T21:51:42.4207729Z 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-20T21:51:42.4213852Z 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-20T21:51:42.4219732Z 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-20T21:51:42.4225867Z 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-20T21:51:42.4232321Z 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-20T21:51:42.4238464Z 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-20T21:51:42.4244293Z 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-20T21:51:42.4250226Z 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-20T21:51:42.4255890Z 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-20T21:51:42.4261950Z 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-20T21:51:42.4267616Z 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-20T21:51:42.4273403Z 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-20T21:51:42.4279088Z 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-20T21:51:42.4285677Z 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-20T21:51:42.4291573Z 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-20T21:51:42.4297494Z 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-20T21:51:42.4303450Z 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-20T21:51:42.4310015Z 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-20T21:51:42.4316058Z 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-20T21:51:42.4322259Z 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-20T21:51:42.4328332Z 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-20T21:51:42.4334132Z 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-20T21:51:42.4340146Z 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-20T21:51:42.4346237Z 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-20T21:51:42.4352244Z 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-20T21:51:42.4358747Z 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-20T21:51:42.4364752Z 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-20T21:51:42.4370931Z 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-20T21:51:42.4377274Z 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-20T21:51:42.4383840Z 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-20T21:51:42.4390042Z 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-20T21:51:42.4396287Z 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-20T21:51:42.4403259Z 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-20T21:51:42.4409323Z 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-20T21:51:42.4415390Z 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-20T21:51:42.4421782Z 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-20T21:51:42.4427901Z 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-20T21:51:42.4434219Z 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-20T21:51:42.4440342Z 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-20T21:51:42.4446629Z 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-20T21:51:42.4452763Z 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-20T21:51:42.4458821Z 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-20T21:51:42.4464826Z 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-20T21:51:42.4471471Z 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-20T21:51:42.4477302Z 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-20T21:51:42.4483460Z 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-20T21:51:42.4489381Z 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-20T21:51:42.4495452Z 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-20T21:51:42.4501717Z 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-20T21:51:42.4507782Z 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-20T21:51:42.4514114Z 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-20T21:51:42.4520674Z 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-20T21:51:42.4527337Z 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-20T21:51:42.4533017Z 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-20T21:51:42.4539306Z 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-20T21:51:42.4545624Z 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-20T21:51:42.4551832Z 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-20T21:51:42.4557859Z 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-20T21:51:42.4563786Z 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-20T21:51:42.4569967Z 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-20T21:51:42.4575863Z 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-20T21:51:42.4582396Z 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-20T21:51:42.4588511Z 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-20T21:51:42.4596527Z 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-20T21:51:42.4603620Z 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-20T21:51:42.4609520Z 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-20T21:51:42.4615751Z 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-20T21:51:42.4621955Z 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-20T21:51:42.4628347Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_spdiags.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:42.4634347Z 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-20T21:51:42.4640571Z 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-20T21:51:42.4646435Z 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-20T21:51:42.4657509Z 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-20T21:51:42.4663459Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_stack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:42.4669178Z 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-20T21:51:42.4675323Z 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-20T21:51:42.4681168Z 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-20T21:51:42.4687132Z 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-20T21:51:42.4692776Z 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-20T21:51:42.4698918Z 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-20T21:51:42.4709870Z 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-20T21:51:42.4715702Z 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-20T21:51:42.4721614Z 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-20T21:51:42.4728034Z 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-20T21:51:42.4734117Z 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-20T21:51:42.4741885Z 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-20T21:51:42.4748163Z 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-20T21:51:42.4753686Z 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-20T21:51:42.4759967Z 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-20T21:51:42.4765763Z 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-20T21:51:42.4771857Z 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-20T21:51:42.4778122Z 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-20T21:51:42.4783452Z 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-20T21:51:42.4789062Z 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-20T21:51:42.4795096Z 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-20T21:51:42.4801244Z 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-20T21:51:42.4807215Z 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-20T21:51:42.4813226Z 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-20T21:51:42.4819512Z 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-20T21:51:42.4825175Z 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-20T21:51:42.4831325Z 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-20T21:51:42.4837064Z 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-20T21:51:42.4843462Z 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-20T21:51:42.4849569Z 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-20T21:51:42.4856226Z 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-20T21:51:42.4862394Z 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-20T21:51:42.4868530Z 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-20T21:51:42.4874366Z 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-20T21:51:42.4880504Z 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-20T21:51:42.4886753Z 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-20T21:51:42.4892902Z 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-20T21:51:42.4898936Z 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-20T21:51:42.4904968Z 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-20T21:51:42.4911330Z 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-20T21:51:42.4917765Z 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-20T21:51:42.4923783Z 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-20T21:51:42.4930320Z 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-20T21:51:42.4936365Z 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-20T21:51:42.4942783Z 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-20T21:51:42.4949106Z 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-20T21:51:42.4955177Z 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-20T21:51:42.4961179Z 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-20T21:51:42.4967142Z 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-20T21:51:42.4973890Z 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-20T21:51:42.4980020Z 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-20T21:51:42.4987772Z 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-20T21:51:42.5000972Z 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-20T21:51:42.5007217Z 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-20T21:51:42.5013299Z 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-20T21:51:42.5019463Z 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-20T21:51:42.5025861Z 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-20T21:51:42.5032387Z 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-20T21:51:42.5037847Z 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-20T21:51:42.5044090Z 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-20T21:51:42.5049985Z 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-20T21:51:42.5062987Z 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-20T21:51:42.5068825Z 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-20T21:51:42.5075199Z 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-20T21:51:42.5081506Z 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-20T21:51:42.5088285Z 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-20T21:51:42.5093985Z 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-20T21:51:42.5100436Z 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-20T21:51:42.5106547Z 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-20T21:51:42.5112447Z 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-20T21:51:42.5122865Z 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-20T21:51:42.5149746Z 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-20T21:51:42.5155493Z 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-20T21:51:42.5162356Z 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-20T21:51:42.5167885Z 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-20T21:51:42.5174489Z 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-20T21:51:42.5180434Z 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-20T21:51:42.5186923Z 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-20T21:51:42.5192353Z 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-20T21:51:42.5203425Z 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-20T21:51:42.5209625Z 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-20T21:51:42.5215673Z 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-20T21:51:42.5221425Z 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-20T21:51:42.5227542Z 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-20T21:51:42.5233798Z 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-20T21:51:42.5239720Z 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-20T21:51:42.5246611Z 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-20T21:51:42.5252384Z 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-20T21:51:42.5258909Z 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-20T21:51:42.5264264Z 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-20T21:51:42.5270262Z 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-20T21:51:42.5275982Z 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-20T21:51:42.5281649Z 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-20T21:51:42.5287502Z 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-20T21:51:42.5293793Z 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-20T21:51:42.5299857Z 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-20T21:51:42.5306601Z 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-20T21:51:42.5317144Z 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-20T21:51:42.5323336Z 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-20T21:51:42.5329584Z 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-20T21:51:42.5335621Z 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-20T21:51:42.5342124Z 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-20T21:51:42.5348517Z 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-20T21:51:42.5354987Z 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-20T21:51:42.5360572Z 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-20T21:51:42.5367097Z 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-20T21:51:42.5378684Z 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-20T21:51:42.5384592Z 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-20T21:51:42.5390216Z 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-20T21:51:42.5396008Z 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-20T21:51:42.5401843Z 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-20T21:51:42.5408455Z 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-20T21:51:42.5414015Z 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-20T21:51:42.5419729Z 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-20T21:51:42.5425518Z 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-20T21:51:42.5431862Z 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-20T21:51:42.5437236Z 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-20T21:51:42.5443418Z 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-20T21:51:42.5449247Z 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-20T21:51:42.5454919Z 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-20T21:51:42.5460972Z 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-20T21:51:42.5467090Z 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-20T21:51:42.5473184Z 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-20T21:51:42.5479020Z 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-20T21:51:42.5484833Z 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-20T21:51:42.5490742Z 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-20T21:51:42.5496866Z 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-20T21:51:42.5502646Z 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-20T21:51:42.5508463Z 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-20T21:51:42.5514543Z 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-20T21:51:42.5520690Z 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-20T21:51:42.5526702Z 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-20T21:51:42.5532211Z 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-20T21:51:42.5538256Z 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-20T21:51:42.5544394Z 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-20T21:51:42.5550386Z 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-20T21:51:42.5556225Z 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-20T21:51:42.5562494Z 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-20T21:51:42.5568589Z 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-20T21:51:42.5574585Z 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-20T21:51:42.5581011Z 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-20T21:51:42.5586689Z 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-20T21:51:42.5592841Z 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-20T21:51:42.5598784Z 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-20T21:51:42.5604492Z 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-20T21:51:42.5610494Z 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-20T21:51:42.5616365Z 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-20T21:51:42.5622140Z 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-20T21:51:42.5628067Z 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-20T21:51:42.5634559Z 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-20T21:51:42.5640316Z 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-20T21:51:42.5646281Z 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-20T21:51:42.5652234Z 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-20T21:51:42.5658188Z 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-20T21:51:42.5664008Z 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-20T21:51:42.5670175Z 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-20T21:51:42.5676377Z 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-20T21:51:42.5682022Z 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-20T21:51:42.5687922Z 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-20T21:51:42.5694041Z 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-20T21:51:42.5700304Z 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-20T21:51:42.5706299Z 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-20T21:51:42.5712132Z 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-20T21:51:42.5718005Z 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-20T21:51:42.5723496Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_trilinear.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:42.5729960Z 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-20T21:51:42.5736196Z 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-20T21:51:42.5741940Z 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-20T21:51:42.5747975Z 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-20T21:51:42.5753963Z 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-20T21:51:42.5760093Z 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-20T21:51:42.5766700Z 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-20T21:51:42.5772621Z 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-20T21:51:42.5778804Z 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-20T21:51:42.5784792Z 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-20T21:51:42.5791890Z 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-20T21:51:42.5797864Z 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-20T21:51:42.5804623Z 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-20T21:51:42.5811152Z 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-20T21:51:42.5817631Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:42.5822843Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:42.5828303Z 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-20T21:51:42.5833970Z 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-20T21:51:42.5840499Z 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-20T21:51:42.5846010Z 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-20T21:51:42.5852654Z 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-20T21:51:42.5857975Z 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-20T21:51:42.5863890Z 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-20T21:51:42.5869707Z 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-20T21:51:42.5875512Z 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-20T21:51:42.5881564Z 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-20T21:51:42.5887472Z 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-20T21:51:42.5893745Z 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-20T21:51:42.5899259Z 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-20T21:51:42.5904684Z 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-20T21:51:42.5910372Z 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-20T21:51:42.5916488Z 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-20T21:51:42.5921982Z 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-20T21:51:42.5927826Z 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-20T21:51:42.5933759Z 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-20T21:51:42.5940062Z 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-20T21:51:42.5945823Z 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-20T21:51:42.5951782Z 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-20T21:51:42.5958111Z 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-20T21:51:42.5966070Z 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-20T21:51:42.5976516Z 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-20T21:51:42.5982396Z 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-20T21:51:42.5988863Z 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-20T21:51:42.5995324Z 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-20T21:51:42.6001315Z 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-20T21:51:42.6007570Z 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-20T21:51:42.6013556Z 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-20T21:51:42.6019718Z 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-20T21:51:42.6025453Z 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-20T21:51:42.6031559Z 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-20T21:51:42.6037681Z 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-20T21:51:42.6043911Z 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-20T21:51:42.6050472Z 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-20T21:51:42.6056775Z 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-20T21:51:42.6062973Z 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-20T21:51:42.6068919Z 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-20T21:51:42.6074963Z 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-20T21:51:42.6081769Z 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-20T21:51:42.6088285Z 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-20T21:51:42.6094985Z 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-20T21:51:42.6100933Z 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-20T21:51:42.6106892Z 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-20T21:51:42.6113201Z 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-20T21:51:42.6119289Z 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-20T21:51:42.6125786Z 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-20T21:51:42.6131836Z 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-20T21:51:42.6137957Z 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-20T21:51:42.6143825Z 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-20T21:51:42.6150053Z 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-20T21:51:42.6156866Z 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-20T21:51:42.6163095Z 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-20T21:51:42.6169313Z 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-20T21:51:42.6175322Z 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-20T21:51:42.6181446Z 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-20T21:51:42.6187740Z 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-20T21:51:42.6193839Z 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-20T21:51:42.6200354Z 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-20T21:51:42.6206772Z 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-20T21:51:42.6213234Z 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-20T21:51:42.6219366Z 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-20T21:51:42.6225574Z 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-20T21:51:42.6231664Z 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-20T21:51:42.6237883Z 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-20T21:51:42.6243853Z 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-20T21:51:42.6249930Z 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-20T21:51:42.6255975Z 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-20T21:51:42.6262462Z 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-20T21:51:42.6268748Z 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-20T21:51:42.6274811Z 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-20T21:51:42.6280952Z 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-20T21:51:42.6287512Z 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-20T21:51:42.6293507Z 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-20T21:51:42.6299626Z 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-20T21:51:42.6305954Z 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-20T21:51:42.6312367Z 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-20T21:51:42.6318653Z 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-20T21:51:42.6324598Z 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-20T21:51:42.6330673Z 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-20T21:51:42.6336969Z 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-20T21:51:42.6343329Z 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-20T21:51:42.6349662Z 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-20T21:51:42.6355744Z 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-20T21:51:42.6361576Z 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-20T21:51:42.6368304Z 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-20T21:51:42.6374578Z 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-20T21:51:42.6380716Z 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-20T21:51:42.6386857Z 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-20T21:51:42.6393023Z 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-20T21:51:42.6424867Z 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-20T21:51:42.6430715Z 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-20T21:51:42.6437400Z 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-20T21:51:42.6443795Z 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-20T21:51:42.6454034Z 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-20T21:51:42.6460222Z 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-20T21:51:42.6466651Z 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-20T21:51:42.6473099Z 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-20T21:51:42.6479478Z 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-20T21:51:42.6485575Z 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-20T21:51:42.6491821Z 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-20T21:51:42.6497925Z 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-20T21:51:42.6504593Z 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-20T21:51:42.6510941Z 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-20T21:51:42.6517116Z 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-20T21:51:42.6523285Z 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-20T21:51:42.6529490Z 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-20T21:51:42.6535479Z 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-20T21:51:42.6541843Z 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-20T21:51:42.6548311Z 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-20T21:51:42.6554395Z 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-20T21:51:42.6560308Z 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-20T21:51:42.6566564Z 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-20T21:51:42.6573066Z 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-20T21:51:42.6579469Z 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-20T21:51:42.6585272Z 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-20T21:51:42.6591177Z 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-20T21:51:42.6597137Z 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-20T21:51:42.6603139Z 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-20T21:51:42.6609308Z 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-20T21:51:42.6614945Z 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-20T21:51:42.6620913Z 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-20T21:51:42.6627387Z 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-20T21:51:42.6633338Z 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-20T21:51:42.6639036Z 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-20T21:51:42.6645385Z 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-20T21:51:42.6651679Z 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-20T21:51:42.6657507Z 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-20T21:51:42.6663346Z 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-20T21:51:42.6669563Z 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-20T21:51:42.6675797Z 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-20T21:51:42.6682264Z 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-20T21:51:42.6688811Z 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-20T21:51:42.6695030Z 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-20T21:51:42.6701008Z 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-20T21:51:42.6707798Z 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-20T21:51:42.6713823Z 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-20T21:51:42.6719764Z 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-20T21:51:42.6725992Z 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-20T21:51:42.6732523Z 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-20T21:51:42.6738448Z 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-20T21:51:42.6744769Z 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-20T21:51:42.6752482Z 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-20T21:51:42.6792941Z 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-20T21:51:42.6798934Z 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-20T21:51:42.6821892Z 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-20T21:51:42.6822764Z 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-20T21:51:42.6823742Z 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-20T21:51:42.6826194Z 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-20T21:51:42.6832697Z 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-20T21:51:42.6844008Z 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-20T21:51:42.6850415Z 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-20T21:51:42.6856264Z 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-20T21:51:42.6862298Z 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-20T21:51:42.6867962Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_values.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:42.6873499Z 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-20T21:51:42.6879612Z 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-20T21:51:42.6885788Z 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-20T21:51:42.6891636Z 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-20T21:51:42.6897608Z 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-20T21:51:42.6903979Z 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-20T21:51:42.6910415Z 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-20T21:51:42.6916190Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_version.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-08-20T21:51:42.6921989Z 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-20T21:51:42.6928032Z 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-20T21:51:42.6933850Z 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-20T21:51:42.6939659Z 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-20T21:51:42.6945409Z 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-20T21:51:42.6951380Z 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-20T21:51:42.6957189Z 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-20T21:51:42.6963511Z 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-20T21:51:42.6969469Z 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-20T21:51:42.6980462Z 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-20T21:51:42.6984993Z 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-20T21:51:42.6991331Z 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-20T21:51:42.6997630Z 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-20T21:51:42.7005085Z 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-20T21:51:42.7011550Z 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-20T21:51:42.7018814Z 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-20T21:51:42.7025181Z 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-20T21:51:42.7031845Z 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-20T21:51:42.7038107Z 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-20T21:51:42.7045047Z 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-20T21:51:42.7052057Z 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-20T21:51:42.7058810Z 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-20T21:51:42.7065723Z 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-20T21:51:42.7073333Z 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-20T21:51:42.7079782Z 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-20T21:51:42.7087184Z 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-20T21:51:42.7093872Z 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-20T21:51:42.7101688Z 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-20T21:51:42.7107265Z 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-20T21:51:42.7113524Z 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-20T21:51:42.7119540Z 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-20T21:51:42.7125243Z 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-20T21:51:42.7134927Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\PadNd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:42.7140104Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Parallel-inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:42.7145939Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Parallel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:42.7151747Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ParallelFuture.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:42.7156835Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ParallelNative.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:42.7162661Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ParallelOpenMP.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:42.7168246Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\PTThreadPool.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:42.7174357Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\PythonTorchFunctionTLS.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:42.7180648Z creating build\bdist.win-amd64\wheel\torch\include\ATen\quantized 2024-08-20T21:51:42.7183912Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\quantized\QTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\quantized 2024-08-20T21:51:42.7189563Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\quantized\Quantizer.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\quantized 2024-08-20T21:51:42.7194955Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\record_function.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:42.7201059Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\RedispatchFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:42.7226211Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\RegistrationDeclarations.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:42.7238751Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\SavedTensorHooks.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:42.7244008Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Scalar.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:42.7249123Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ScalarOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:42.7254650Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ScalarType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:42.7260311Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\SequenceNumber.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:42.7265458Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\SmallVector.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:42.7270635Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\SparseCsrTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:42.7276258Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\SparseCsrTensorUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:42.7294675Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\SparseTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:42.7300145Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Storage.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:42.7305569Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\StorageUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:42.7310487Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:42.7316752Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorAccessor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:42.7320960Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorGeometry.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:42.7326699Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorIndexing.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:42.7333083Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorIterator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:42.7339263Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorIteratorInternal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:42.7344608Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorMeta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:42.7351003Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorNames.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:42.7356569Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorOperators.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:42.7362186Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorOptions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:42.7367867Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorSubclassLikeUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:42.7373327Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:42.7379034Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ThreadLocalPythonObjects.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:42.7384534Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ThreadLocalState.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:42.7390041Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TracerMode.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:42.7395457Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TypeDefault.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:42.7407332Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Utils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:42.7412566Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Version.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:42.7417981Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\VmapGeneratedPlumbing.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:42.7438976Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\WrapDimUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:42.7444504Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\WrapDimUtilsMulti.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-08-20T21:51:42.7450525Z creating build\bdist.win-amd64\wheel\torch\include\ATen\xpu 2024-08-20T21:51:42.7453618Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\CachingHostAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\xpu 2024-08-20T21:51:42.7459129Z creating build\bdist.win-amd64\wheel\torch\include\ATen\xpu\detail 2024-08-20T21:51:42.7462098Z 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-20T21:51:42.7467515Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\PinnedMemoryAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\xpu 2024-08-20T21:51:42.7472566Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\XPUContext.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\xpu 2024-08-20T21:51:42.7487836Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\XPUDevice.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\xpu 2024-08-20T21:51:42.7493199Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\XPUEvent.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\xpu 2024-08-20T21:51:42.7498693Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\XPUGeneratorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\xpu 2024-08-20T21:51:42.7505903Z creating build\bdist.win-amd64\wheel\torch\include\c10 2024-08-20T21:51:42.7509458Z creating build\bdist.win-amd64\wheel\torch\include\c10\core 2024-08-20T21:51:42.7512949Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\alignment.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-20T21:51:42.7517495Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Allocator.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-20T21:51:42.7522845Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\AutogradState.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-20T21:51:42.7528145Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Backend.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-20T21:51:42.7540150Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\CompileTimeFunctionPointer.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-20T21:51:42.7545402Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\ConstantSymNodeImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-20T21:51:42.7550931Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Contiguity.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-20T21:51:42.7556450Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\CopyBytes.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-20T21:51:42.7561925Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\CPUAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-20T21:51:42.7567468Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DefaultDtype.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-20T21:51:42.7573024Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DefaultTensorOptions.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-20T21:51:42.7578437Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Device.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-20T21:51:42.7583874Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DeviceArray.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-20T21:51:42.7589576Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DeviceGuard.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-20T21:51:42.7595213Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DeviceType.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-20T21:51:42.7600790Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DispatchKey.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-20T21:51:42.7607103Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DispatchKeySet.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-20T21:51:42.7613544Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DynamicCast.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-20T21:51:42.7619019Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Event.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-20T21:51:42.7624369Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\GeneratorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-20T21:51:42.7639029Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\GradMode.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-20T21:51:42.7644684Z creating build\bdist.win-amd64\wheel\torch\include\c10\core\impl 2024-08-20T21:51:42.7647979Z 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-20T21:51:42.7653164Z 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-20T21:51:42.7658788Z 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-20T21:51:42.7664701Z 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-20T21:51:42.7675928Z 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-20T21:51:42.7681159Z 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-20T21:51:42.7686930Z 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-20T21:51:42.7692314Z 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-20T21:51:42.7698338Z 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-20T21:51:42.7704190Z 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-20T21:51:42.7709885Z 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-20T21:51:42.7715795Z 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-20T21:51:42.7721321Z 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-20T21:51:42.7727185Z 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-20T21:51:42.7732979Z 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-20T21:51:42.7738502Z 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-20T21:51:42.7744167Z 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-20T21:51:42.7749744Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\InferenceMode.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-20T21:51:42.7755289Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Layout.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-20T21:51:42.7761816Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\MemoryFormat.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-20T21:51:42.7767867Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\OptionalRef.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-20T21:51:42.7773015Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\PyHandleCache.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-20T21:51:42.7778566Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\QEngine.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-20T21:51:42.7783984Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\QScheme.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-20T21:51:42.7789561Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\RefcountedDeleter.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-20T21:51:42.7795003Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\SafePyObject.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-20T21:51:42.7800328Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Scalar.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-20T21:51:42.7806003Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\ScalarType.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-20T21:51:42.7819516Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\ScalarTypeToTypeMeta.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-20T21:51:42.7824858Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Storage.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-20T21:51:42.7830208Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\StorageImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-20T21:51:42.7836089Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Stream.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-20T21:51:42.7841652Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\StreamGuard.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-20T21:51:42.7847324Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\SymbolicShapeMeta.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-20T21:51:42.7852832Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\SymBool.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-20T21:51:42.7858441Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\SymFloat.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-20T21:51:42.7863657Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\SymInt.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-20T21:51:42.7869319Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\SymIntArrayRef.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-20T21:51:42.7874857Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\SymNodeImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-20T21:51:42.7880663Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\TensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-20T21:51:42.7896212Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\TensorOptions.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-20T21:51:42.7901840Z 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-20T21:51:42.7907549Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\UndefinedTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-20T21:51:42.7925232Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\WrapDimMinimal.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-08-20T21:51:42.7926478Z creating build\bdist.win-amd64\wheel\torch\include\c10\cuda 2024-08-20T21:51:42.7927681Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAAlgorithm.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2024-08-20T21:51:42.7929358Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAAllocatorConfig.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2024-08-20T21:51:42.7932941Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDACachingAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2024-08-20T21:51:42.7939163Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDADeviceAssertion.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2024-08-20T21:51:42.7956073Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDADeviceAssertionHost.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2024-08-20T21:51:42.7961483Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAException.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2024-08-20T21:51:42.7967313Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2024-08-20T21:51:42.7972961Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAGraphsC10Utils.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2024-08-20T21:51:42.7978336Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAGuard.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2024-08-20T21:51:42.7983726Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAMacros.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2024-08-20T21:51:42.7989128Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAMathCompat.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2024-08-20T21:51:42.7995116Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAMiscFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2024-08-20T21:51:42.8000687Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAStream.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2024-08-20T21:51:42.8006241Z 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-20T21:51:42.8012400Z creating build\bdist.win-amd64\wheel\torch\include\c10\cuda\impl 2024-08-20T21:51:42.8015734Z 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-20T21:51:42.8021034Z 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-20T21:51:42.8026318Z creating build\bdist.win-amd64\wheel\torch\include\c10\macros 2024-08-20T21:51:42.8029267Z 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-20T21:51:42.8034191Z copying build\lib.win-amd64-cpython-39\torch\include\c10\macros\Export.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\macros 2024-08-20T21:51:42.8039692Z copying build\lib.win-amd64-cpython-39\torch\include\c10\macros\Macros.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\macros 2024-08-20T21:51:42.8047214Z creating build\bdist.win-amd64\wheel\torch\include\c10\util 2024-08-20T21:51:42.8050361Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\AbortHandler.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-20T21:51:42.8055529Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\accumulate.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-20T21:51:42.8060890Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\AlignOf.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-20T21:51:42.8066368Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ApproximateClock.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-20T21:51:42.8080449Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Array.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-20T21:51:42.8085489Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ArrayRef.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-20T21:51:42.8090731Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Backtrace.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-20T21:51:42.8095959Z 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-20T21:51:42.8101260Z 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-20T21:51:42.8106430Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\BFloat16.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-20T21:51:42.8116909Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\bits.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-20T21:51:42.8122013Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Bitset.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-20T21:51:42.8127342Z 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-20T21:51:42.8133003Z 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-20T21:51:42.8138722Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\CallOnce.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-20T21:51:42.8143891Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\complex.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-20T21:51:42.8149692Z 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-20T21:51:42.8155115Z 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-20T21:51:42.8165368Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ConstexprCrc.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-20T21:51:42.8170650Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\copysign.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-20T21:51:42.8175829Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\DeadlockDetection.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-20T21:51:42.8181082Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Deprecated.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-20T21:51:42.8187819Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\DimVector.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-20T21:51:42.8192996Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\DynamicCounter.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-20T21:51:42.8502229Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\env.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-20T21:51:42.8507557Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Exception.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-20T21:51:42.8513591Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ExclusivelyOwned.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-20T21:51:42.8520321Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ExclusivelyOwnedTensorTraits.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-20T21:51:42.8526443Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\FbcodeMaps.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-20T21:51:42.8532575Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Flags.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-20T21:51:42.8539072Z 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-20T21:51:42.8545868Z 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-20T21:51:42.8551856Z 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-20T21:51:42.8558245Z 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-20T21:51:42.8564356Z 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-20T21:51:42.8576410Z 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-20T21:51:42.8582037Z 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-20T21:51:42.8587757Z 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-20T21:51:42.8593466Z 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-20T21:51:42.8599192Z 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-20T21:51:42.8604954Z 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-20T21:51:42.8610729Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\FunctionRef.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-20T21:51:42.8616104Z 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-20T21:51:42.8621747Z 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-20T21:51:42.8639979Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Half.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-20T21:51:42.8645683Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\hash.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-20T21:51:42.8651005Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\IdWrapper.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-20T21:51:42.8656264Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\int128.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-20T21:51:42.8661963Z 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-20T21:51:42.8668176Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\irange.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-20T21:51:42.8673275Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Lazy.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-20T21:51:42.8678343Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\LeftRight.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-20T21:51:42.8683776Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\llvmMathExtras.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-20T21:51:42.8689722Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Load.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-20T21:51:42.8694958Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Logging.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-20T21:51:42.8700582Z 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-20T21:51:42.8727525Z 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-20T21:51:42.8739542Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\MathConstants.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-20T21:51:42.8744945Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\MaybeOwned.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-20T21:51:42.8750261Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Metaprogramming.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-20T21:51:42.8755525Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\numa.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-20T21:51:42.8760826Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Optional.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-20T21:51:42.8766401Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\OptionalArrayRef.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-20T21:51:42.8772123Z 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-20T21:51:42.8778278Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\overloaded.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-20T21:51:42.8783656Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ParallelGuard.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-20T21:51:42.8788887Z 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-20T21:51:42.9474475Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\qint32.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-20T21:51:42.9479327Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\qint8.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-20T21:51:42.9484980Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\quint2x4.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-20T21:51:42.9490162Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\quint4x2.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-20T21:51:42.9495252Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\quint8.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-20T21:51:42.9500581Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Registry.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-20T21:51:42.9506356Z 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-20T21:51:42.9511841Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ScopeExit.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-20T21:51:42.9517334Z 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-20T21:51:42.9523107Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\SmallBuffer.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-20T21:51:42.9528783Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\SmallVector.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-20T21:51:42.9535351Z 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-20T21:51:42.9546142Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ssize.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-20T21:51:42.9552054Z 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-20T21:51:42.9568637Z 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-20T21:51:42.9573985Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\strides.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-20T21:51:42.9579066Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\StringUtil.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-20T21:51:42.9584757Z 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-20T21:51:42.9591528Z 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-20T21:51:42.9597828Z 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-20T21:51:42.9604087Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Synchronized.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-20T21:51:42.9610377Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\tempfile.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-20T21:51:42.9616355Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ThreadLocal.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-20T21:51:42.9622107Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ThreadLocalDebugInfo.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-20T21:51:42.9637607Z 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-20T21:51:42.9642960Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Type.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-20T21:51:42.9648672Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\TypeCast.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-20T21:51:42.9654247Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\typeid.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-20T21:51:42.9660380Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\TypeIndex.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-20T21:51:42.9669542Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\TypeList.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-20T21:51:42.9675515Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\TypeSafeSignMath.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-20T21:51:42.9681246Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\TypeTraits.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-20T21:51:42.9686878Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Unicode.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-20T21:51:42.9692321Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\UniqueVoidPtr.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-20T21:51:42.9698284Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Unroll.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-20T21:51:42.9703745Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\WaitCounter.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-08-20T21:51:42.9709928Z 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-20T21:51:42.9716394Z creating build\bdist.win-amd64\wheel\torch\include\c10\xpu 2024-08-20T21:51:42.9719608Z creating build\bdist.win-amd64\wheel\torch\include\c10\xpu\impl 2024-08-20T21:51:42.9722603Z 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-20T21:51:42.9728382Z copying build\lib.win-amd64-cpython-39\torch\include\c10\xpu\XPUCachingAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\xpu 2024-08-20T21:51:42.9733657Z copying build\lib.win-amd64-cpython-39\torch\include\c10\xpu\XPUDeviceProp.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\xpu 2024-08-20T21:51:42.9739410Z copying build\lib.win-amd64-cpython-39\torch\include\c10\xpu\XPUException.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\xpu 2024-08-20T21:51:42.9751623Z copying build\lib.win-amd64-cpython-39\torch\include\c10\xpu\XPUFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\xpu 2024-08-20T21:51:42.9756871Z copying build\lib.win-amd64-cpython-39\torch\include\c10\xpu\XPUMacros.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\xpu 2024-08-20T21:51:42.9763017Z copying build\lib.win-amd64-cpython-39\torch\include\c10\xpu\XPUStream.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\xpu 2024-08-20T21:51:42.9769210Z creating build\bdist.win-amd64\wheel\torch\include\caffe2 2024-08-20T21:51:42.9772773Z creating build\bdist.win-amd64\wheel\torch\include\caffe2\serialize 2024-08-20T21:51:42.9776004Z 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-20T21:51:42.9782439Z 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-20T21:51:42.9787643Z 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-20T21:51:42.9792989Z 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-20T21:51:42.9805294Z 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-20T21:51:42.9810811Z 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-20T21:51:42.9815699Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize\versions.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\serialize 2024-08-20T21:51:42.9820626Z copying build\lib.win-amd64-cpython-39\torch\include\cpuinfo.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-08-20T21:51:42.9826661Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-08-20T21:51:42.9832168Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_config.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-08-20T21:51:42.9854835Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_debug.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-08-20T21:51:42.9859853Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_ocl.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-08-20T21:51:42.9864906Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_sycl.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-08-20T21:51:42.9870159Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_sycl_types.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-08-20T21:51:42.9875347Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_threadpool.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-08-20T21:51:42.9880520Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_types.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-08-20T21:51:42.9885991Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_version.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-08-20T21:51:42.9891352Z copying build\lib.win-amd64-cpython-39\torch\include\experiments-config.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-08-20T21:51:42.9896809Z copying build\lib.win-amd64-cpython-39\torch\include\fp16.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-08-20T21:51:42.9901931Z copying build\lib.win-amd64-cpython-39\torch\include\fxdiv.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-08-20T21:51:42.9907828Z creating build\bdist.win-amd64\wheel\torch\include\kineto 2024-08-20T21:51:42.9910743Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\AbstractConfig.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-08-20T21:51:42.9916037Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ActivityProfilerInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-08-20T21:51:42.9921230Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ActivityTraceInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-08-20T21:51:42.9935168Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ActivityType.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-08-20T21:51:42.9940686Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ClientInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-08-20T21:51:42.9945751Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\Config.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-08-20T21:51:42.9951175Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\GenericTraceActivity.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-08-20T21:51:42.9956718Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\IActivityProfiler.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-08-20T21:51:42.9962142Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ILoggerObserver.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-08-20T21:51:42.9967710Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ITraceActivity.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-08-20T21:51:42.9973218Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\libkineto.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-08-20T21:51:42.9978678Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\LoggingAPI.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-08-20T21:51:42.9983933Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\output_base.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-08-20T21:51:42.9989697Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ThreadUtil.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-08-20T21:51:42.9995216Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\time_since_epoch.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-08-20T21:51:43.0000929Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\TraceSpan.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-08-20T21:51:43.0006531Z copying build\lib.win-amd64-cpython-39\torch\include\libshm.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-08-20T21:51:43.0012037Z copying build\lib.win-amd64-cpython-39\torch\include\psimd.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-08-20T21:51:43.0018221Z copying build\lib.win-amd64-cpython-39\torch\include\pthreadpool.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-08-20T21:51:43.0026094Z creating build\bdist.win-amd64\wheel\torch\include\pybind11 2024-08-20T21:51:43.0029272Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\attr.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-08-20T21:51:43.0035621Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\buffer_info.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-08-20T21:51:43.0040975Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\cast.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-08-20T21:51:43.0047247Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\chrono.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-08-20T21:51:43.0053098Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\common.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-08-20T21:51:43.0057877Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\complex.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-08-20T21:51:43.0071863Z creating build\bdist.win-amd64\wheel\torch\include\pybind11\detail 2024-08-20T21:51:43.0074662Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\class.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2024-08-20T21:51:43.0080542Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\common.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2024-08-20T21:51:43.0086943Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\descr.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2024-08-20T21:51:43.0092497Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\init.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2024-08-20T21:51:43.0098333Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\internals.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2024-08-20T21:51:43.0104593Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\typeid.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2024-08-20T21:51:43.0124944Z 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-20T21:51:43.0131604Z creating build\bdist.win-amd64\wheel\torch\include\pybind11\eigen 2024-08-20T21:51:43.0134792Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen\common.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\eigen 2024-08-20T21:51:43.0140624Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen\matrix.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\eigen 2024-08-20T21:51:43.0146976Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen\tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\eigen 2024-08-20T21:51:43.0152769Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-08-20T21:51:43.0157936Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\embed.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-08-20T21:51:43.0163656Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\eval.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-08-20T21:51:43.0169112Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\functional.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-08-20T21:51:43.0174515Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\gil.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-08-20T21:51:43.0180069Z 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-20T21:51:43.0185466Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\iostream.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-08-20T21:51:43.0190718Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\numpy.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-08-20T21:51:43.0197863Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\operators.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-08-20T21:51:43.0203818Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\options.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-08-20T21:51:43.0209168Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\pybind11.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-08-20T21:51:43.0215941Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\pytypes.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-08-20T21:51:43.0222675Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\stl.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-08-20T21:51:43.0227972Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\stl_bind.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-08-20T21:51:43.0234122Z 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-20T21:51:43.0239552Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\typing.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-08-20T21:51:43.0245062Z copying build\lib.win-amd64-cpython-39\torch\include\sleef.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-08-20T21:51:43.0253971Z creating build\bdist.win-amd64\wheel\torch\include\torch 2024-08-20T21:51:43.0257334Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc 2024-08-20T21:51:43.0260393Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api 2024-08-20T21:51:43.0264002Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include 2024-08-20T21:51:43.0266884Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch 2024-08-20T21:51:43.0270220Z 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-20T21:51:43.0275421Z 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-20T21:51:43.0280453Z 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-20T21:51:43.0285483Z 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-20T21:51:43.0291118Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\data 2024-08-20T21:51:43.0294498Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\data\dataloader 2024-08-20T21:51:43.0298234Z 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-20T21:51:43.0303276Z 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-20T21:51:43.0308584Z 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-20T21:51:43.0314157Z 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-20T21:51:43.0319652Z 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-20T21:51:43.0325345Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\data\datasets 2024-08-20T21:51:43.0342446Z 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-20T21:51:43.0347534Z 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-20T21:51:43.0353290Z 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-20T21:51:43.0358337Z 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-20T21:51:43.0363434Z 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-20T21:51:43.0368808Z 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-20T21:51:43.0374182Z 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-20T21:51:43.0386471Z 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-20T21:51:43.0391668Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\data\detail 2024-08-20T21:51:43.0395081Z 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-20T21:51:43.0401271Z 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-20T21:51:43.0406883Z 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-20T21:51:43.0412473Z 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-20T21:51:43.0417719Z 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-20T21:51:43.0422902Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\data\samplers 2024-08-20T21:51:43.0425942Z 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-20T21:51:43.0431432Z 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-20T21:51:43.0436684Z 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-20T21:51:43.0442030Z 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-20T21:51:43.0447423Z 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-20T21:51:43.0460889Z 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-20T21:51:43.0467128Z 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-20T21:51:43.0472330Z 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-20T21:51:43.0477892Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\data\transforms 2024-08-20T21:51:43.0481219Z 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-20T21:51:43.0486715Z 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-20T21:51:43.0492159Z 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-20T21:51:43.0497980Z 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-20T21:51:43.0503005Z 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-20T21:51:43.0507980Z 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-20T21:51:43.0513239Z 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-20T21:51:43.0518716Z 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-20T21:51:43.0523964Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\detail 2024-08-20T21:51:43.0527314Z 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-20T21:51:43.0532660Z 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-20T21:51:43.0538170Z 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-20T21:51:43.0558504Z 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-20T21:51:43.0563756Z 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-20T21:51:43.0569554Z 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-20T21:51:43.0574814Z 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-20T21:51:43.0582296Z 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-20T21:51:43.0588371Z 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-20T21:51:43.0594498Z 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-20T21:51:43.0599740Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn 2024-08-20T21:51:43.0602829Z 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-20T21:51:43.0608648Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn\functional 2024-08-20T21:51:43.0611895Z 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-20T21:51:43.0617971Z 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-20T21:51:43.0623377Z 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-20T21:51:43.0628685Z 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-20T21:51:43.0639424Z 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-20T21:51:43.0644989Z 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-20T21:51:43.0650592Z 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-20T21:51:43.0656164Z 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-20T21:51:43.0661928Z 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-20T21:51:43.0667214Z 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-20T21:51:43.0673825Z 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-20T21:51:43.0679352Z 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-20T21:51:43.0685315Z 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-20T21:51:43.0690925Z 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-20T21:51:43.0696860Z 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-20T21:51:43.0702759Z 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-20T21:51:43.0708047Z 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-20T21:51:43.0713936Z 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-20T21:51:43.0730039Z 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-20T21:51:43.0736493Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn\modules 2024-08-20T21:51:43.0740254Z 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-20T21:51:43.0746019Z 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-20T21:51:43.0751580Z 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-20T21:51:43.0756965Z 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-20T21:51:43.0762988Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn\modules\container 2024-08-20T21:51:43.0772868Z 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-20T21:51:43.0778640Z 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-20T21:51:43.0784328Z 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-20T21:51:43.0789909Z 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-20T21:51:43.0801067Z 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-20T21:51:43.0806777Z 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-20T21:51:43.0812244Z 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-20T21:51:43.0817585Z 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-20T21:51:43.0823155Z 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-20T21:51:43.0828945Z 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-20T21:51:43.0834404Z 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-20T21:51:43.0840128Z 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-20T21:51:43.0846411Z 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-20T21:51:43.0852186Z 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-20T21:51:43.0858349Z 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-20T21:51:43.0863454Z 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-20T21:51:43.0868758Z 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-20T21:51:43.0874341Z 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-20T21:51:43.0880295Z 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-20T21:51:43.0885758Z 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-20T21:51:43.0891407Z 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-20T21:51:43.0897440Z 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-20T21:51:43.0903237Z 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-20T21:51:43.0908832Z 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-20T21:51:43.0914541Z 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-20T21:51:43.0923997Z 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-20T21:51:43.0929729Z 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-20T21:51:43.0935396Z 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-20T21:51:43.0940834Z 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-20T21:51:43.0946496Z 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-20T21:51:43.0952054Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn\options 2024-08-20T21:51:43.0955573Z 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-20T21:51:43.0961600Z 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-20T21:51:43.0997611Z 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-20T21:51:43.1002712Z 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-20T21:51:43.1008189Z 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-20T21:51:43.1022181Z 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-20T21:51:43.1027405Z 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-20T21:51:43.1032941Z 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-20T21:51:43.1038394Z 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-20T21:51:43.1043709Z 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-20T21:51:43.1049530Z 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-20T21:51:43.1055861Z 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-20T21:51:43.1061334Z 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-20T21:51:43.1067055Z 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-20T21:51:43.1072573Z 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-20T21:51:43.1078694Z 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-20T21:51:43.1084155Z 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-20T21:51:43.1090071Z 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-20T21:51:43.1095592Z 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-20T21:51:43.1101274Z 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-20T21:51:43.1106837Z 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-20T21:51:43.1112351Z 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-20T21:51:43.1117629Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn\parallel 2024-08-20T21:51:43.1120942Z 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-20T21:51:43.1126648Z 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-20T21:51:43.1131924Z 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-20T21:51:43.1137126Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn\utils 2024-08-20T21:51:43.1140334Z 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-20T21:51:43.1146354Z 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-20T21:51:43.1152565Z 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-20T21:51:43.1160309Z 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-20T21:51:43.1167949Z 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-20T21:51:43.1175393Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\optim 2024-08-20T21:51:43.1180156Z 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-20T21:51:43.1187664Z 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-20T21:51:43.1195047Z 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-20T21:51:43.1202079Z 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-20T21:51:43.1207326Z 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-20T21:51:43.1212774Z 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-20T21:51:43.1326788Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\optim\schedulers 2024-08-20T21:51:43.1330093Z 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-20T21:51:43.1335662Z 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-20T21:51:43.1341149Z 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-20T21:51:43.1444036Z 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-20T21:51:43.1449528Z 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-20T21:51:43.1454912Z 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-20T21:51:43.1460068Z 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-20T21:51:43.1466123Z 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-20T21:51:43.1472259Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\serialize 2024-08-20T21:51:43.1475376Z 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-20T21:51:43.1480999Z 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-20T21:51:43.1486630Z 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-20T21:51:43.1492076Z 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-20T21:51:43.1579498Z 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-20T21:51:43.1584911Z 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-20T21:51:43.1589871Z 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-20T21:51:43.1595907Z 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-20T21:51:43.1601001Z 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-20T21:51:43.1606403Z 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-20T21:51:43.1611483Z 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-20T21:51:43.1616502Z 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-20T21:51:43.1622811Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\autograd 2024-08-20T21:51:43.1626270Z 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-20T21:51:43.1631710Z 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-20T21:51:43.1637103Z 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-20T21:51:43.1642211Z 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-20T21:51:43.1737236Z 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-20T21:51:43.1742935Z 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-20T21:51:43.1748741Z 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-20T21:51:43.1753653Z 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-20T21:51:43.1759320Z 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-20T21:51:43.1765907Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\autograd\functions 2024-08-20T21:51:43.1769199Z 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-20T21:51:43.1774722Z 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-20T21:51:43.1780206Z 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-20T21:51:43.1785521Z 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-20T21:51:43.1918477Z 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-20T21:51:43.1923635Z 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-20T21:51:43.1929128Z 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-20T21:51:43.1935040Z 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-20T21:51:43.1940794Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\autograd\generated 2024-08-20T21:51:43.1943921Z 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-20T21:51:43.1953994Z 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-20T21:51:43.1959334Z 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-20T21:51:43.2083843Z 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-20T21:51:43.2088981Z 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-20T21:51:43.2095117Z 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-20T21:51:43.2100935Z 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-20T21:51:43.2106317Z 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-20T21:51:43.2111919Z 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-20T21:51:43.2117100Z 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-20T21:51:43.2122721Z 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-20T21:51:43.2129288Z 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-20T21:51:43.2134533Z 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-20T21:51:43.2139355Z 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-20T21:51:43.2144834Z 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-20T21:51:43.3485866Z 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-20T21:51:43.3490938Z 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-20T21:51:43.3496737Z 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-20T21:51:43.3502210Z 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-20T21:51:43.3507607Z 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-20T21:51:43.3513165Z 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-20T21:51:43.3518589Z 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-20T21:51:43.3523884Z 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-20T21:51:43.3529617Z 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-20T21:51:43.3543884Z 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-20T21:51:43.3549332Z 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-20T21:51:43.3554788Z 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-20T21:51:43.3560080Z 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-20T21:51:43.3565545Z 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-20T21:51:43.3571181Z 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-20T21:51:43.3576873Z 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-20T21:51:43.3582150Z 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-20T21:51:43.3587756Z 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-20T21:51:43.3599885Z 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-20T21:51:43.3605244Z 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-20T21:51:43.3610777Z 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-20T21:51:43.3616245Z 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-20T21:51:43.3621319Z 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-20T21:51:43.3626865Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\autograd\utils 2024-08-20T21:51:43.3629943Z 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-20T21:51:43.3635150Z 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-20T21:51:43.3640255Z 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-20T21:51:43.3645677Z 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-20T21:51:43.3662871Z 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-20T21:51:43.3667880Z 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-20T21:51:43.3673290Z 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-20T21:51:43.3679467Z 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-20T21:51:43.3685252Z 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-20T21:51:43.3690534Z 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-20T21:51:43.3696311Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\cuda 2024-08-20T21:51:43.3699324Z 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-20T21:51:43.3705372Z 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-20T21:51:43.3710849Z 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-20T21:51:43.3715913Z 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-20T21:51:43.3720849Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda\GdsFile.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\cuda 2024-08-20T21:51:43.3733630Z 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-20T21:51:43.3739197Z 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-20T21:51:43.3744193Z 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-20T21:51:43.3749561Z 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-20T21:51:43.3754714Z 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-20T21:51:43.3760163Z 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-20T21:51:43.3765726Z 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-20T21:51:43.3770855Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\CudaIPCTypes.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-08-20T21:51:43.3784754Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\DataLoader.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-08-20T21:51:43.3791029Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Device.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-08-20T21:51:43.3796655Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed 2024-08-20T21:51:43.3800668Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\autograd 2024-08-20T21:51:43.3803828Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\autograd\context 2024-08-20T21:51:43.3807204Z 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-20T21:51:43.3812779Z 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-20T21:51:43.3818239Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\autograd\functions 2024-08-20T21:51:43.3821623Z 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-20T21:51:43.3827240Z 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-20T21:51:43.3832940Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\autograd\rpc_messages 2024-08-20T21:51:43.3836337Z 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-20T21:51:43.3841840Z 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-20T21:51:43.3847577Z 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-20T21:51:43.3859213Z 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-20T21:51:43.3864581Z 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-20T21:51:43.3870079Z 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-20T21:51:43.3875809Z 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-20T21:51:43.3881416Z 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-20T21:51:43.3886986Z 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-20T21:51:43.3892577Z 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-20T21:51:43.3898257Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\c10d 2024-08-20T21:51:43.3901419Z 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-20T21:51:43.3906942Z 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-20T21:51:43.3912165Z 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-20T21:51:43.3917106Z 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-20T21:51:43.3922646Z 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-20T21:51:43.3928247Z 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-20T21:51:43.3939031Z 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-20T21:51:43.3944569Z 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-20T21:51:43.3950003Z 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-20T21:51:43.3955400Z 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-20T21:51:43.3961380Z 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-20T21:51:43.3967106Z 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-20T21:51:43.3972530Z 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-20T21:51:43.3978018Z 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-20T21:51:43.3983364Z 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-20T21:51:43.3988479Z 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-20T21:51:43.3994061Z 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-20T21:51:43.3999446Z 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-20T21:51:43.4004728Z 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-20T21:51:43.4010243Z 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-20T21:51:43.4016342Z 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-20T21:51:43.4021692Z 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-20T21:51:43.4035427Z 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-20T21:51:43.4041263Z 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-20T21:51:43.4046844Z 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-20T21:51:43.4052203Z 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-20T21:51:43.4058217Z 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-20T21:51:43.4063820Z 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-20T21:51:43.4069185Z 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-20T21:51:43.4074619Z 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-20T21:51:43.4080145Z 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-20T21:51:43.4093495Z 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-20T21:51:43.4099150Z 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-20T21:51:43.4104845Z 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-20T21:51:43.4110139Z 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-20T21:51:43.4115409Z 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-20T21:51:43.4120824Z 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-20T21:51:43.4126171Z 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-20T21:51:43.4131482Z 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-20T21:51:43.4136977Z 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-20T21:51:43.4142195Z 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-20T21:51:43.4147464Z 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-20T21:51:43.4152779Z 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-20T21:51:43.4158043Z 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-20T21:51:43.4172814Z 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-20T21:51:43.4178464Z 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-20T21:51:43.4183515Z 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-20T21:51:43.4189312Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\rpc 2024-08-20T21:51:43.4192352Z 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-20T21:51:43.4197863Z 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-20T21:51:43.4203396Z 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-20T21:51:43.4208791Z 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-20T21:51:43.4223724Z 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-20T21:51:43.4228950Z 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-20T21:51:43.4234522Z 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-20T21:51:43.4239931Z 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-20T21:51:43.4245342Z 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-20T21:51:43.4250849Z 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-20T21:51:43.4256417Z 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-20T21:51:43.4261733Z 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-20T21:51:43.4266968Z 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-20T21:51:43.4272831Z 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-20T21:51:43.4278232Z 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-20T21:51:43.4283812Z 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-20T21:51:43.4290066Z 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-20T21:51:43.4295514Z 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-20T21:51:43.4301288Z 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-20T21:51:43.4306795Z 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-20T21:51:43.4320210Z 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-20T21:51:43.4326136Z 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-20T21:51:43.4331625Z 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-20T21:51:43.4337078Z 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-20T21:51:43.4342473Z 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-20T21:51:43.4348012Z 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-20T21:51:43.4353494Z 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-20T21:51:43.4358856Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Dtype.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-08-20T21:51:43.4364101Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\DynamicTypes.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-08-20T21:51:43.4370372Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\dynamo 2024-08-20T21:51:43.4373529Z 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-20T21:51:43.4379066Z 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-20T21:51:43.4385236Z 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-20T21:51:43.4390758Z 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-20T21:51:43.4402841Z 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-20T21:51:43.4408250Z 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-20T21:51:43.4413779Z 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-20T21:51:43.4418849Z 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-20T21:51:43.4424379Z 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-20T21:51:43.4429533Z 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-20T21:51:43.4434673Z 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-20T21:51:43.4439854Z 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-20T21:51:43.4444756Z 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-20T21:51:43.4471259Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Event.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-08-20T21:51:43.4476262Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Exceptions.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-08-20T21:51:43.4481887Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Export.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-08-20T21:51:43.4487032Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Generator.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-08-20T21:51:43.4492916Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor 2024-08-20T21:51:43.4496613Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\aoti_runner 2024-08-20T21:51:43.4499408Z 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-20T21:51:43.4504866Z 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-20T21:51:43.4510100Z 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-20T21:51:43.4523857Z 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-20T21:51:43.4529113Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\aoti_runtime 2024-08-20T21:51:43.4532414Z 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-20T21:51:43.4537914Z 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-20T21:51:43.4543468Z 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-20T21:51:43.4557417Z 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-20T21:51:43.4562765Z 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-20T21:51:43.4568725Z 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-20T21:51:43.4573976Z 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-20T21:51:43.4579245Z 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-20T21:51:43.4584406Z 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-20T21:51:43.4589857Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\aoti_torch 2024-08-20T21:51:43.4592977Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\aoti_torch\c 2024-08-20T21:51:43.4595867Z 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-20T21:51:43.4601923Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\aoti_torch\generated 2024-08-20T21:51:43.4606065Z 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-20T21:51:43.4613216Z 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-20T21:51:43.4619266Z 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-20T21:51:43.4624314Z 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-20T21:51:43.4639672Z 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-20T21:51:43.4644592Z 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-20T21:51:43.4649997Z 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-20T21:51:43.4655090Z 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-20T21:51:43.4666275Z 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-20T21:51:43.4672121Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit 2024-08-20T21:51:43.4675169Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\api 2024-08-20T21:51:43.4678157Z 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-20T21:51:43.4683504Z 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-20T21:51:43.4688737Z 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-20T21:51:43.4693830Z 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-20T21:51:43.4699394Z 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-20T21:51:43.4709994Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\backends 2024-08-20T21:51:43.4712975Z 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-20T21:51:43.4718302Z 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-20T21:51:43.4723469Z 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-20T21:51:43.4729460Z 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-20T21:51:43.4743409Z 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-20T21:51:43.4748594Z 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-20T21:51:43.4753700Z 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-20T21:51:43.4759077Z 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-20T21:51:43.4764325Z 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-20T21:51:43.4769797Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\codegen 2024-08-20T21:51:43.4772939Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\codegen\cuda 2024-08-20T21:51:43.4776842Z 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-20T21:51:43.4785294Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\frontend 2024-08-20T21:51:43.4788761Z 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-20T21:51:43.4795484Z 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-20T21:51:43.4801899Z 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-20T21:51:43.4814703Z 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-20T21:51:43.4820191Z 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-20T21:51:43.4824959Z 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-20T21:51:43.4830322Z 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-20T21:51:43.4835434Z 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-20T21:51:43.4840950Z 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-20T21:51:43.4846278Z 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-20T21:51:43.4851405Z 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-20T21:51:43.4857228Z 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-20T21:51:43.4863126Z 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-20T21:51:43.4868001Z 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-20T21:51:43.4873134Z 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-20T21:51:43.4878392Z 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-20T21:51:43.4883811Z 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-20T21:51:43.4889562Z 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-20T21:51:43.4895140Z 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-20T21:51:43.4900568Z 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-20T21:51:43.4919444Z 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-20T21:51:43.4924865Z 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-20T21:51:43.4930448Z 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-20T21:51:43.4935506Z 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-20T21:51:43.4941414Z 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-20T21:51:43.4946853Z 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-20T21:51:43.4952490Z 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-20T21:51:43.4958803Z 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-20T21:51:43.4964522Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\ir 2024-08-20T21:51:43.4967722Z 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-20T21:51:43.4973168Z 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-20T21:51:43.4978610Z 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-20T21:51:43.4984041Z 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-20T21:51:43.4997056Z 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-20T21:51:43.5001722Z 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-20T21:51:43.5007911Z 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-20T21:51:43.5013343Z 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-20T21:51:43.5018510Z 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-20T21:51:43.5024500Z 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-20T21:51:43.5029583Z 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-20T21:51:43.5034977Z 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-20T21:51:43.5040474Z 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-20T21:51:43.5045962Z 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-20T21:51:43.5051404Z 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-20T21:51:43.5062228Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\mobile 2024-08-20T21:51:43.5065509Z 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-20T21:51:43.5070893Z 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-20T21:51:43.5076124Z 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-20T21:51:43.5081509Z 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-20T21:51:43.5092724Z 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-20T21:51:43.5097947Z 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-20T21:51:43.5103164Z 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-20T21:51:43.5108450Z 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-20T21:51:43.5114027Z 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-20T21:51:43.5119257Z 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-20T21:51:43.5124832Z 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-20T21:51:43.5130058Z 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-20T21:51:43.5135402Z 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-20T21:51:43.5140691Z 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-20T21:51:43.5146032Z 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-20T21:51:43.5151446Z 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-20T21:51:43.5156774Z 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-20T21:51:43.5162506Z 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-20T21:51:43.5168123Z 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-20T21:51:43.5179571Z 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-20T21:51:43.5184785Z 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-20T21:51:43.5190262Z 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-20T21:51:43.5204986Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\passes 2024-08-20T21:51:43.5208208Z 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-20T21:51:43.5213372Z 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-20T21:51:43.5218410Z 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-20T21:51:43.5223371Z 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-20T21:51:43.5234865Z 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-20T21:51:43.5240030Z 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-20T21:51:43.5245342Z 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-20T21:51:43.5250481Z 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-20T21:51:43.5255467Z 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-20T21:51:43.5261414Z 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-20T21:51:43.5266969Z 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-20T21:51:43.5271962Z 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-20T21:51:43.5277225Z 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-20T21:51:43.5282302Z 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-20T21:51:43.5287980Z 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-20T21:51:43.5293281Z 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-20T21:51:43.5298417Z 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-20T21:51:43.5303651Z 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-20T21:51:43.5308941Z 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-20T21:51:43.5321780Z 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-20T21:51:43.5327095Z 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-20T21:51:43.5332633Z 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-20T21:51:43.5338085Z 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-20T21:51:43.5343424Z 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-20T21:51:43.5348869Z 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-20T21:51:43.5354167Z 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-20T21:51:43.5359545Z 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-20T21:51:43.5364856Z 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-20T21:51:43.5378782Z 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-20T21:51:43.5384066Z 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-20T21:51:43.5390501Z 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-20T21:51:43.5396069Z 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-20T21:51:43.5401313Z 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-20T21:51:43.5406738Z 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-20T21:51:43.5412415Z 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-20T21:51:43.5417950Z 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-20T21:51:43.5423572Z 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-20T21:51:43.5435944Z 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-20T21:51:43.5441138Z 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-20T21:51:43.5446397Z 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-20T21:51:43.5451724Z 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-20T21:51:43.5457031Z 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-20T21:51:43.5462339Z 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-20T21:51:43.5467773Z 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-20T21:51:43.5472998Z 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-20T21:51:43.5478309Z 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-20T21:51:43.5489918Z 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-20T21:51:43.5495065Z 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-20T21:51:43.5500150Z 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-20T21:51:43.5505613Z 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-20T21:51:43.5511143Z 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-20T21:51:43.5516718Z 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-20T21:51:43.5522389Z 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-20T21:51:43.5527808Z 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-20T21:51:43.5533342Z 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-20T21:51:43.5538932Z 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-20T21:51:43.5558193Z 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-20T21:51:43.5563557Z 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-20T21:51:43.5569183Z 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-20T21:51:43.5574745Z 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-20T21:51:43.5580054Z 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-20T21:51:43.5585513Z 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-20T21:51:43.5590963Z 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-20T21:51:43.5597178Z 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-20T21:51:43.5602935Z 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-20T21:51:43.5608897Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\passes\quantization 2024-08-20T21:51:43.5612347Z 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-20T21:51:43.5617781Z 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-20T21:51:43.5623203Z 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-20T21:51:43.5628619Z 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-20T21:51:43.5640541Z 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-20T21:51:43.5646030Z 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-20T21:51:43.5651640Z 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-20T21:51:43.5658240Z 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-20T21:51:43.5663387Z 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-20T21:51:43.5668569Z 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-20T21:51:43.5695025Z 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-20T21:51:43.5697234Z 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-20T21:51:43.5699197Z 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-20T21:51:43.5701036Z 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-20T21:51:43.5702860Z 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-20T21:51:43.5708511Z 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-20T21:51:43.5714004Z 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-20T21:51:43.5719454Z 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-20T21:51:43.5724840Z 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-20T21:51:43.5737935Z 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-20T21:51:43.5743508Z 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-20T21:51:43.5748935Z 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-20T21:51:43.5754832Z 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-20T21:51:43.5760311Z 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-20T21:51:43.5766133Z 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-20T21:51:43.5771755Z 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-20T21:51:43.5777615Z 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-20T21:51:43.5783780Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\passes\utils 2024-08-20T21:51:43.5787093Z 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-20T21:51:43.5792585Z 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-20T21:51:43.5797930Z 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-20T21:51:43.5809827Z 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-20T21:51:43.5815257Z 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-20T21:51:43.5820709Z 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-20T21:51:43.5826023Z 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-20T21:51:43.5831558Z 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-20T21:51:43.5837075Z 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-20T21:51:43.5843015Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\python 2024-08-20T21:51:43.5846146Z 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-20T21:51:43.5851197Z 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-20T21:51:43.5856469Z 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-20T21:51:43.5861801Z 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-20T21:51:43.5868187Z 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-20T21:51:43.5879640Z 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-20T21:51:43.5884902Z 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-20T21:51:43.5890508Z 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-20T21:51:43.5896085Z 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-20T21:51:43.5901543Z 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-20T21:51:43.5907164Z 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-20T21:51:43.5912677Z 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-20T21:51:43.5918487Z 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-20T21:51:43.5923617Z 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-20T21:51:43.5929205Z 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-20T21:51:43.5934623Z 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-20T21:51:43.5940025Z 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-20T21:51:43.5946076Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\runtime 2024-08-20T21:51:43.5949288Z 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-20T21:51:43.5955156Z 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-20T21:51:43.5960567Z 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-20T21:51:43.5965916Z 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-20T21:51:43.5977833Z 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-20T21:51:43.5983449Z 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-20T21:51:43.5988642Z 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-20T21:51:43.5994075Z 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-20T21:51:43.5999487Z 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-20T21:51:43.6005100Z 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-20T21:51:43.6010705Z 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-20T21:51:43.6016178Z 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-20T21:51:43.6050993Z 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-20T21:51:43.6056315Z 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-20T21:51:43.6061802Z 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-20T21:51:43.6067139Z 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-20T21:51:43.6072941Z 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-20T21:51:43.6078733Z 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-20T21:51:43.6084788Z 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-20T21:51:43.6090448Z 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-20T21:51:43.6106044Z 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-20T21:51:43.6112311Z 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-20T21:51:43.6118070Z 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-20T21:51:43.6123341Z 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-20T21:51:43.6128803Z 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-20T21:51:43.6134217Z 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-20T21:51:43.6139712Z 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-20T21:51:43.6145473Z 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-20T21:51:43.6151378Z 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-20T21:51:43.6163234Z 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-20T21:51:43.6168889Z 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-20T21:51:43.6174909Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\serialization 2024-08-20T21:51:43.6178639Z 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-20T21:51:43.6183924Z 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-20T21:51:43.6189498Z 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-20T21:51:43.6202675Z 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-20T21:51:43.6208820Z 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-20T21:51:43.6213798Z 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-20T21:51:43.6219292Z 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-20T21:51:43.6224646Z 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-20T21:51:43.6229805Z 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-20T21:51:43.6236229Z 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-20T21:51:43.6241204Z 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-20T21:51:43.6246895Z 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-20T21:51:43.6253773Z 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-20T21:51:43.6259351Z 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-20T21:51:43.6264703Z 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-20T21:51:43.6269944Z 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-20T21:51:43.6275374Z 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-20T21:51:43.6280881Z 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-20T21:51:43.6286400Z 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-20T21:51:43.6291871Z 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-20T21:51:43.6304550Z 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-20T21:51:43.6311136Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\tensorexpr 2024-08-20T21:51:43.6314237Z 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-20T21:51:43.6319515Z 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-20T21:51:43.6325081Z 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-20T21:51:43.6330399Z 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-20T21:51:43.6344575Z 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-20T21:51:43.6349675Z 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-20T21:51:43.6355040Z 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-20T21:51:43.6360619Z 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-20T21:51:43.6366059Z 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-20T21:51:43.6371259Z 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-20T21:51:43.6376532Z 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-20T21:51:43.6381835Z 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-20T21:51:43.6387233Z 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-20T21:51:43.6392593Z 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-20T21:51:43.6397788Z 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-20T21:51:43.6403244Z 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-20T21:51:43.6408698Z 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-20T21:51:43.6414186Z 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-20T21:51:43.6419605Z 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-20T21:51:43.6425119Z 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-20T21:51:43.6430080Z 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-20T21:51:43.6445158Z 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-20T21:51:43.6450553Z 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-20T21:51:43.6455922Z 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-20T21:51:43.6461471Z 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-20T21:51:43.6466837Z 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-20T21:51:43.6472101Z 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-20T21:51:43.6477865Z 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-20T21:51:43.6483137Z 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-20T21:51:43.6488553Z 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-20T21:51:43.6493769Z 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-20T21:51:43.6499614Z 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-20T21:51:43.6517357Z 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-20T21:51:43.6522859Z 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-20T21:51:43.6529278Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\tensorexpr\operators 2024-08-20T21:51:43.6532431Z 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-20T21:51:43.6537668Z 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-20T21:51:43.6542610Z 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-20T21:51:43.6547834Z 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-20T21:51:43.6552609Z 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-20T21:51:43.6565591Z 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-20T21:51:43.6570821Z 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-20T21:51:43.6576067Z 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-20T21:51:43.6581592Z 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-20T21:51:43.6586551Z 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-20T21:51:43.6591852Z 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-20T21:51:43.6597275Z 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-20T21:51:43.6602969Z 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-20T21:51:43.6608875Z 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-20T21:51:43.6614191Z 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-20T21:51:43.6619494Z 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-20T21:51:43.6624743Z 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-20T21:51:43.6630678Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\testing 2024-08-20T21:51:43.6633992Z 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-20T21:51:43.6639341Z 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-20T21:51:43.6644701Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Layout.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-08-20T21:51:43.6650124Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy 2024-08-20T21:51:43.6653200Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy\backend 2024-08-20T21:51:43.6656224Z 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-20T21:51:43.6661620Z 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-20T21:51:43.6667280Z 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-20T21:51:43.6672273Z 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-20T21:51:43.6684907Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy\core 2024-08-20T21:51:43.6687829Z 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-20T21:51:43.6693224Z 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-20T21:51:43.6698308Z 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-20T21:51:43.6703504Z 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-20T21:51:43.6708574Z 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-20T21:51:43.6719733Z 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-20T21:51:43.6725169Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy\core\internal_ops 2024-08-20T21:51:43.6728366Z 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-20T21:51:43.6733929Z 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-20T21:51:43.6739343Z 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-20T21:51:43.6744718Z 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-20T21:51:43.6750134Z 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-20T21:51:43.6755852Z 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-20T21:51:43.6761323Z 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-20T21:51:43.6766794Z 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-20T21:51:43.6772225Z 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-20T21:51:43.6778198Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy\core\ops 2024-08-20T21:51:43.6781378Z 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-20T21:51:43.6786434Z 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-20T21:51:43.6791824Z 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-20T21:51:43.6797251Z 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-20T21:51:43.6802773Z 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-20T21:51:43.6808544Z 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-20T21:51:43.6813925Z 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-20T21:51:43.6819344Z 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-20T21:51:43.6824765Z 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-20T21:51:43.6830291Z 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-20T21:51:43.6835651Z 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-20T21:51:43.6853633Z 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-20T21:51:43.6859207Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy\python 2024-08-20T21:51:43.6862586Z 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-20T21:51:43.6867959Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy\ts_backend 2024-08-20T21:51:43.6871546Z 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-20T21:51:43.6876753Z 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-20T21:51:43.6882182Z 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-20T21:51:43.6887762Z 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-20T21:51:43.6899592Z 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-20T21:51:43.6904921Z 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-20T21:51:43.6910310Z 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-20T21:51:43.6915943Z 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-20T21:51:43.6921348Z 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-20T21:51:43.6927118Z 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-20T21:51:43.6932385Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\MemoryFormat.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-08-20T21:51:43.6938144Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Module.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-08-20T21:51:43.6943773Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\onnx 2024-08-20T21:51:43.6946833Z 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-20T21:51:43.6952250Z 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-20T21:51:43.6957288Z 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-20T21:51:43.6962892Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\profiler 2024-08-20T21:51:43.6966021Z 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-20T21:51:43.6971370Z 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-20T21:51:43.6978293Z 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-20T21:51:43.6983415Z 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-20T21:51:43.6997750Z 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-20T21:51:43.7003976Z 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-20T21:51:43.7009663Z 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-20T21:51:43.7016210Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\profiler\orchestration 2024-08-20T21:51:43.7019460Z 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-20T21:51:43.7024915Z 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-20T21:51:43.7030708Z 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-20T21:51:43.7035954Z 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-20T21:51:43.7041282Z 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-20T21:51:43.7047203Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\profiler\python 2024-08-20T21:51:43.7050677Z 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-20T21:51:43.7055987Z 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-20T21:51:43.7061297Z 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-20T21:51:43.7066910Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\profiler\standalone 2024-08-20T21:51:43.7070297Z 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-20T21:51:43.7076129Z 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-20T21:51:43.7081317Z 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-20T21:51:43.7096023Z 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-20T21:51:43.7101208Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\profiler\stubs 2024-08-20T21:51:43.7104171Z 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-20T21:51:43.7109886Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\profiler\unwind 2024-08-20T21:51:43.7112961Z 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-20T21:51:43.7118174Z 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-20T21:51:43.7123529Z 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-20T21:51:43.7128963Z 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-20T21:51:43.7141923Z 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-20T21:51:43.7147031Z 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-20T21:51:43.7152465Z 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-20T21:51:43.7157697Z 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-20T21:51:43.7162863Z 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-20T21:51:43.7168573Z 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-20T21:51:43.7173856Z 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-20T21:51:43.7179156Z 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-20T21:51:43.7184396Z 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-20T21:51:43.7189546Z 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-20T21:51:43.7194719Z 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-20T21:51:43.7199863Z 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-20T21:51:43.7205152Z 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-20T21:51:43.7210707Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\PyInterpreter.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-08-20T21:51:43.7216900Z 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-20T21:51:43.7222522Z 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-20T21:51:43.7235255Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\QScheme.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-08-20T21:51:43.7240276Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\serialization.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-08-20T21:51:43.7246175Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Size.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-08-20T21:51:43.7251646Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Storage.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-08-20T21:51:43.7256986Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\StorageMethods.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-08-20T21:51:43.7262208Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\StorageSharing.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-08-20T21:51:43.7267318Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Stream.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-08-20T21:51:43.7272770Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\tensor 2024-08-20T21:51:43.7275981Z 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-20T21:51:43.7281285Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\THConcat.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-08-20T21:51:43.7288931Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\THP.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-08-20T21:51:43.7299082Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\TypeInfo.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-08-20T21:51:43.7305254Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Types.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-08-20T21:51:43.7311463Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\utils 2024-08-20T21:51:43.7314395Z 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-20T21:51:43.7320140Z 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-20T21:51:43.7325381Z 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-20T21:51:43.7330559Z 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-20T21:51:43.7349234Z 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-20T21:51:43.7354756Z 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-20T21:51:43.7359747Z 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-20T21:51:43.7365043Z 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-20T21:51:43.7370190Z 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-20T21:51:43.7375377Z 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-20T21:51:43.7380794Z 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-20T21:51:43.7386087Z 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-20T21:51:43.7391620Z 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-20T21:51:43.7396936Z 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-20T21:51:43.7402323Z 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-20T21:51:43.7408674Z 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-20T21:51:43.7414881Z 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-20T21:51:43.7420663Z 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-20T21:51:43.7425892Z 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-20T21:51:43.7431411Z 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-20T21:51:43.7444237Z 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-20T21:51:43.7450233Z 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-20T21:51:43.7455706Z 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-20T21:51:43.7461002Z 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-20T21:51:43.7466694Z 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-20T21:51:43.7471858Z 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-20T21:51:43.7477329Z 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-20T21:51:43.7483132Z 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-20T21:51:43.7488639Z 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-20T21:51:43.7493537Z 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-20T21:51:43.7506046Z 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-20T21:51:43.7511564Z 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-20T21:51:43.7517278Z 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-20T21:51:43.7522780Z 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-20T21:51:43.7528219Z 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-20T21:51:43.7533475Z 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-20T21:51:43.7539847Z 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-20T21:51:43.7545382Z 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-20T21:51:43.7550664Z 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-20T21:51:43.7556448Z 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-20T21:51:43.7568629Z 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-20T21:51:43.7574692Z 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-20T21:51:43.7581775Z 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-20T21:51:43.7608612Z 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-20T21:51:43.7613824Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-08-20T21:51:43.7619522Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\xpu 2024-08-20T21:51:43.7622485Z 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-20T21:51:43.7627401Z 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-20T21:51:43.7632156Z 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-20T21:51:43.7637374Z copying build\lib.win-amd64-cpython-39\torch\include\torch\custom_class.h -> build\bdist.win-amd64\wheel\.\torch\include\torch 2024-08-20T21:51:43.7643235Z copying build\lib.win-amd64-cpython-39\torch\include\torch\custom_class_detail.h -> build\bdist.win-amd64\wheel\.\torch\include\torch 2024-08-20T21:51:43.7648633Z copying build\lib.win-amd64-cpython-39\torch\include\torch\extension.h -> build\bdist.win-amd64\wheel\.\torch\include\torch 2024-08-20T21:51:43.7660878Z copying build\lib.win-amd64-cpython-39\torch\include\torch\library.h -> build\bdist.win-amd64\wheel\.\torch\include\torch 2024-08-20T21:51:43.7666597Z copying build\lib.win-amd64-cpython-39\torch\include\torch\script.h -> build\bdist.win-amd64\wheel\.\torch\include\torch 2024-08-20T21:51:43.7671604Z copying build\lib.win-amd64-cpython-39\torch\include\xnnpack.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-08-20T21:51:43.7681414Z creating build\bdist.win-amd64\wheel\torch\jit 2024-08-20T21:51:43.7684325Z copying build\lib.win-amd64-cpython-39\torch\jit\annotations.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-08-20T21:51:43.7690136Z copying build\lib.win-amd64-cpython-39\torch\jit\frontend.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-08-20T21:51:43.7695879Z copying build\lib.win-amd64-cpython-39\torch\jit\generate_bytecode.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-08-20T21:51:43.7701547Z creating build\bdist.win-amd64\wheel\torch\jit\mobile 2024-08-20T21:51:43.7704410Z copying build\lib.win-amd64-cpython-39\torch\jit\mobile\__init__.py -> build\bdist.win-amd64\wheel\.\torch\jit\mobile 2024-08-20T21:51:43.7709617Z copying build\lib.win-amd64-cpython-39\torch\jit\quantized.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-08-20T21:51:43.7726780Z copying build\lib.win-amd64-cpython-39\torch\jit\supported_ops.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-08-20T21:51:43.7732048Z copying build\lib.win-amd64-cpython-39\torch\jit\unsupported_tensor_ops.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-08-20T21:51:43.7737159Z copying build\lib.win-amd64-cpython-39\torch\jit\_async.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-08-20T21:51:43.7742207Z copying build\lib.win-amd64-cpython-39\torch\jit\_await.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-08-20T21:51:43.7747320Z copying build\lib.win-amd64-cpython-39\torch\jit\_builtins.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-08-20T21:51:43.7752648Z copying build\lib.win-amd64-cpython-39\torch\jit\_check.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-08-20T21:51:43.7758280Z copying build\lib.win-amd64-cpython-39\torch\jit\_dataclass_impls.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-08-20T21:51:43.7763588Z copying build\lib.win-amd64-cpython-39\torch\jit\_decompositions.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-08-20T21:51:43.7769025Z copying build\lib.win-amd64-cpython-39\torch\jit\_decomposition_utils.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-08-20T21:51:43.7773923Z copying build\lib.win-amd64-cpython-39\torch\jit\_freeze.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-08-20T21:51:43.7779411Z copying build\lib.win-amd64-cpython-39\torch\jit\_fuser.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-08-20T21:51:43.7784558Z copying build\lib.win-amd64-cpython-39\torch\jit\_ir_utils.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-08-20T21:51:43.7790190Z copying build\lib.win-amd64-cpython-39\torch\jit\_logging.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-08-20T21:51:43.7795126Z copying build\lib.win-amd64-cpython-39\torch\jit\_monkeytype_config.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-08-20T21:51:43.7800515Z creating build\bdist.win-amd64\wheel\torch\jit\_passes 2024-08-20T21:51:43.7803508Z copying build\lib.win-amd64-cpython-39\torch\jit\_passes\_property_propagation.py -> build\bdist.win-amd64\wheel\.\torch\jit\_passes 2024-08-20T21:51:43.7809164Z copying build\lib.win-amd64-cpython-39\torch\jit\_passes\__init__.py -> build\bdist.win-amd64\wheel\.\torch\jit\_passes 2024-08-20T21:51:43.7813289Z copying build\lib.win-amd64-cpython-39\torch\jit\_pickle.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-08-20T21:51:43.7818458Z copying build\lib.win-amd64-cpython-39\torch\jit\_recursive.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-08-20T21:51:43.7824508Z copying build\lib.win-amd64-cpython-39\torch\jit\_script.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-08-20T21:51:43.7830752Z copying build\lib.win-amd64-cpython-39\torch\jit\_script.pyi -> build\bdist.win-amd64\wheel\.\torch\jit 2024-08-20T21:51:43.7836069Z copying build\lib.win-amd64-cpython-39\torch\jit\_serialization.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-08-20T21:51:43.7848187Z copying build\lib.win-amd64-cpython-39\torch\jit\_shape_functions.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-08-20T21:51:43.7853877Z copying build\lib.win-amd64-cpython-39\torch\jit\_state.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-08-20T21:51:43.7859025Z copying build\lib.win-amd64-cpython-39\torch\jit\_trace.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-08-20T21:51:43.7865352Z copying build\lib.win-amd64-cpython-39\torch\jit\__init__.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-08-20T21:51:43.7871157Z creating build\bdist.win-amd64\wheel\torch\lib 2024-08-20T21:51:43.7874065Z copying build\lib.win-amd64-cpython-39\torch\lib\aoti_custom_ops.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2024-08-20T21:51:43.7881705Z copying build\lib.win-amd64-cpython-39\torch\lib\aoti_custom_ops.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-08-20T21:51:43.7887734Z copying build\lib.win-amd64-cpython-39\torch\lib\asmjit.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2024-08-20T21:51:43.7896173Z copying build\lib.win-amd64-cpython-39\torch\lib\asmjit.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-08-20T21:51:43.7903234Z copying build\lib.win-amd64-cpython-39\torch\lib\backend_with_compiler.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2024-08-20T21:51:43.7921142Z copying build\lib.win-amd64-cpython-39\torch\lib\backend_with_compiler.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-08-20T21:51:43.7927128Z copying build\lib.win-amd64-cpython-39\torch\lib\c10.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2024-08-20T21:51:43.7940252Z copying build\lib.win-amd64-cpython-39\torch\lib\c10.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-08-20T21:51:43.7951730Z copying build\lib.win-amd64-cpython-39\torch\lib\cpuinfo.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-08-20T21:51:43.7958433Z copying build\lib.win-amd64-cpython-39\torch\lib\dnnl.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-08-20T21:51:44.3543878Z copying build\lib.win-amd64-cpython-39\torch\lib\fbgemm.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2024-08-20T21:51:44.3600630Z copying build\lib.win-amd64-cpython-39\torch\lib\fbgemm.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-08-20T21:51:44.3624027Z copying build\lib.win-amd64-cpython-39\torch\lib\fmt.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-08-20T21:51:44.3648754Z copying build\lib.win-amd64-cpython-39\torch\lib\jitbackend_test.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2024-08-20T21:51:44.3659265Z copying build\lib.win-amd64-cpython-39\torch\lib\jitbackend_test.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-08-20T21:51:44.3667833Z copying build\lib.win-amd64-cpython-39\torch\lib\kineto.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-08-20T21:51:44.3872407Z copying build\lib.win-amd64-cpython-39\torch\lib\libprotobuf-lite.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-08-20T21:51:44.3923599Z copying build\lib.win-amd64-cpython-39\torch\lib\libprotobuf.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-08-20T21:51:44.4260054Z copying build\lib.win-amd64-cpython-39\torch\lib\libprotoc.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-08-20T21:51:44.4609733Z copying build\lib.win-amd64-cpython-39\torch\lib\pthreadpool.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-08-20T21:51:44.4617701Z copying build\lib.win-amd64-cpython-39\torch\lib\shm.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2024-08-20T21:51:44.4623384Z copying build\lib.win-amd64-cpython-39\torch\lib\shm.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-08-20T21:51:44.4629144Z copying build\lib.win-amd64-cpython-39\torch\lib\sleef.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-08-20T21:51:44.4713017Z copying build\lib.win-amd64-cpython-39\torch\lib\torch.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2024-08-20T21:51:44.4718747Z copying build\lib.win-amd64-cpython-39\torch\lib\torch.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-08-20T21:51:44.4724192Z copying build\lib.win-amd64-cpython-39\torch\lib\torchbind_test.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2024-08-20T21:51:44.4744551Z copying build\lib.win-amd64-cpython-39\torch\lib\torchbind_test.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-08-20T21:51:44.4750745Z copying build\lib.win-amd64-cpython-39\torch\lib\torch_cpu.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2024-08-20T21:51:44.6651688Z copying build\lib.win-amd64-cpython-39\torch\lib\torch_cpu.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-08-20T21:51:44.6902297Z copying build\lib.win-amd64-cpython-39\torch\lib\torch_global_deps.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2024-08-20T21:51:44.6907932Z copying build\lib.win-amd64-cpython-39\torch\lib\torch_python.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2024-08-20T21:51:44.7042942Z copying build\lib.win-amd64-cpython-39\torch\lib\torch_python.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-08-20T21:51:44.7051028Z copying build\lib.win-amd64-cpython-39\torch\lib\XNNPACK.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-08-20T21:51:44.7089762Z copying build\lib.win-amd64-cpython-39\torch\lib\_C.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-08-20T21:51:44.7094912Z copying build\lib.win-amd64-cpython-39\torch\library.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-20T21:51:44.7102256Z creating build\bdist.win-amd64\wheel\torch\linalg 2024-08-20T21:51:44.7105291Z copying build\lib.win-amd64-cpython-39\torch\linalg\__init__.py -> build\bdist.win-amd64\wheel\.\torch\linalg 2024-08-20T21:51:44.7113990Z creating build\bdist.win-amd64\wheel\torch\masked 2024-08-20T21:51:44.7118477Z creating build\bdist.win-amd64\wheel\torch\masked\maskedtensor 2024-08-20T21:51:44.7121900Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\binary.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2024-08-20T21:51:44.7129469Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\core.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2024-08-20T21:51:44.7135970Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\creation.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2024-08-20T21:51:44.7141455Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\passthrough.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2024-08-20T21:51:44.7146846Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\reductions.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2024-08-20T21:51:44.7253206Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\unary.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2024-08-20T21:51:44.7258252Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\_ops_refs.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2024-08-20T21:51:44.7264555Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2024-08-20T21:51:44.7269475Z copying build\lib.win-amd64-cpython-39\torch\masked\_docs.py -> build\bdist.win-amd64\wheel\.\torch\masked 2024-08-20T21:51:44.7275818Z copying build\lib.win-amd64-cpython-39\torch\masked\_ops.py -> build\bdist.win-amd64\wheel\.\torch\masked 2024-08-20T21:51:44.7282305Z copying build\lib.win-amd64-cpython-39\torch\masked\__init__.py -> build\bdist.win-amd64\wheel\.\torch\masked 2024-08-20T21:51:44.7288252Z creating build\bdist.win-amd64\wheel\torch\monitor 2024-08-20T21:51:44.7291093Z copying build\lib.win-amd64-cpython-39\torch\monitor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\monitor 2024-08-20T21:51:44.7296543Z creating build\bdist.win-amd64\wheel\torch\mps 2024-08-20T21:51:44.7299419Z copying build\lib.win-amd64-cpython-39\torch\mps\event.py -> build\bdist.win-amd64\wheel\.\torch\mps 2024-08-20T21:51:44.7304936Z copying build\lib.win-amd64-cpython-39\torch\mps\profiler.py -> build\bdist.win-amd64\wheel\.\torch\mps 2024-08-20T21:51:44.7310442Z copying build\lib.win-amd64-cpython-39\torch\mps\__init__.py -> build\bdist.win-amd64\wheel\.\torch\mps 2024-08-20T21:51:44.7315892Z creating build\bdist.win-amd64\wheel\torch\mtia 2024-08-20T21:51:44.7318702Z copying build\lib.win-amd64-cpython-39\torch\mtia\_utils.py -> build\bdist.win-amd64\wheel\.\torch\mtia 2024-08-20T21:51:44.7324170Z copying build\lib.win-amd64-cpython-39\torch\mtia\__init__.py -> build\bdist.win-amd64\wheel\.\torch\mtia 2024-08-20T21:51:44.7329780Z creating build\bdist.win-amd64\wheel\torch\multiprocessing 2024-08-20T21:51:44.7332847Z copying build\lib.win-amd64-cpython-39\torch\multiprocessing\pool.py -> build\bdist.win-amd64\wheel\.\torch\multiprocessing 2024-08-20T21:51:44.7338509Z copying build\lib.win-amd64-cpython-39\torch\multiprocessing\queue.py -> build\bdist.win-amd64\wheel\.\torch\multiprocessing 2024-08-20T21:51:44.7344143Z copying build\lib.win-amd64-cpython-39\torch\multiprocessing\reductions.py -> build\bdist.win-amd64\wheel\.\torch\multiprocessing 2024-08-20T21:51:44.7349913Z copying build\lib.win-amd64-cpython-39\torch\multiprocessing\spawn.py -> build\bdist.win-amd64\wheel\.\torch\multiprocessing 2024-08-20T21:51:44.7355556Z copying build\lib.win-amd64-cpython-39\torch\multiprocessing\_atfork.py -> build\bdist.win-amd64\wheel\.\torch\multiprocessing 2024-08-20T21:51:44.7452906Z copying build\lib.win-amd64-cpython-39\torch\multiprocessing\__init__.py -> build\bdist.win-amd64\wheel\.\torch\multiprocessing 2024-08-20T21:51:44.7458220Z creating build\bdist.win-amd64\wheel\torch\nested 2024-08-20T21:51:44.7460961Z creating build\bdist.win-amd64\wheel\torch\nested\_internal 2024-08-20T21:51:44.7463831Z copying build\lib.win-amd64-cpython-39\torch\nested\_internal\nested_tensor.py -> build\bdist.win-amd64\wheel\.\torch\nested\_internal 2024-08-20T21:51:44.7469517Z copying build\lib.win-amd64-cpython-39\torch\nested\_internal\ops.py -> build\bdist.win-amd64\wheel\.\torch\nested\_internal 2024-08-20T21:51:44.7476080Z copying build\lib.win-amd64-cpython-39\torch\nested\_internal\sdpa.py -> build\bdist.win-amd64\wheel\.\torch\nested\_internal 2024-08-20T21:51:44.7482023Z copying build\lib.win-amd64-cpython-39\torch\nested\_internal\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nested\_internal 2024-08-20T21:51:44.7487020Z copying build\lib.win-amd64-cpython-39\torch\nested\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nested 2024-08-20T21:51:44.7493102Z creating build\bdist.win-amd64\wheel\torch\nn 2024-08-20T21:51:44.7495969Z creating build\bdist.win-amd64\wheel\torch\nn\attention 2024-08-20T21:51:44.7498891Z copying build\lib.win-amd64-cpython-39\torch\nn\attention\bias.py -> build\bdist.win-amd64\wheel\.\torch\nn\attention 2024-08-20T21:51:44.7504469Z copying build\lib.win-amd64-cpython-39\torch\nn\attention\flex_attention.py -> build\bdist.win-amd64\wheel\.\torch\nn\attention 2024-08-20T21:51:44.7511450Z copying build\lib.win-amd64-cpython-39\torch\nn\attention\_utils.py -> build\bdist.win-amd64\wheel\.\torch\nn\attention 2024-08-20T21:51:44.7516871Z copying build\lib.win-amd64-cpython-39\torch\nn\attention\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\attention 2024-08-20T21:51:44.7522311Z creating build\bdist.win-amd64\wheel\torch\nn\backends 2024-08-20T21:51:44.7525147Z copying build\lib.win-amd64-cpython-39\torch\nn\backends\thnn.py -> build\bdist.win-amd64\wheel\.\torch\nn\backends 2024-08-20T21:51:44.7530254Z copying build\lib.win-amd64-cpython-39\torch\nn\backends\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\backends 2024-08-20T21:51:44.7534342Z copying build\lib.win-amd64-cpython-39\torch\nn\common_types.py -> build\bdist.win-amd64\wheel\.\torch\nn 2024-08-20T21:51:44.7540437Z copying build\lib.win-amd64-cpython-39\torch\nn\cpp.py -> build\bdist.win-amd64\wheel\.\torch\nn 2024-08-20T21:51:44.7546395Z copying build\lib.win-amd64-cpython-39\torch\nn\functional.py -> build\bdist.win-amd64\wheel\.\torch\nn 2024-08-20T21:51:44.7611424Z copying build\lib.win-amd64-cpython-39\torch\nn\functional.pyi -> build\bdist.win-amd64\wheel\.\torch\nn 2024-08-20T21:51:44.7617442Z copying build\lib.win-amd64-cpython-39\torch\nn\grad.py -> build\bdist.win-amd64\wheel\.\torch\nn 2024-08-20T21:51:44.7622843Z copying build\lib.win-amd64-cpython-39\torch\nn\init.py -> build\bdist.win-amd64\wheel\.\torch\nn 2024-08-20T21:51:44.7628756Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic 2024-08-20T21:51:44.7631768Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\modules 2024-08-20T21:51:44.7634527Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\modules\fused.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\modules 2024-08-20T21:51:44.7639520Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\modules 2024-08-20T21:51:44.7644760Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\qat 2024-08-20T21:51:44.7647707Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\qat\modules 2024-08-20T21:51:44.7650696Z 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-20T21:51:44.7656577Z 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-20T21:51:44.7662353Z 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-20T21:51:44.7667992Z 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-20T21:51:44.7771808Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\qat 2024-08-20T21:51:44.7778030Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\quantized 2024-08-20T21:51:44.7780745Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\quantized\dynamic 2024-08-20T21:51:44.7783569Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\quantized\dynamic\modules 2024-08-20T21:51:44.7786952Z 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-20T21:51:44.7792289Z 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-20T21:51:44.7797111Z 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-20T21:51:44.7802139Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\quantized\modules 2024-08-20T21:51:44.7805206Z 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-20T21:51:44.7810304Z 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-20T21:51:44.7815842Z 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-20T21:51:44.7820677Z 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-20T21:51:44.7825757Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\quantized 2024-08-20T21:51:44.7830541Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic 2024-08-20T21:51:44.7836200Z creating build\bdist.win-amd64\wheel\torch\nn\modules 2024-08-20T21:51:44.7839366Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\activation.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-08-20T21:51:44.7845682Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\adaptive.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-08-20T21:51:44.7851189Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\batchnorm.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-08-20T21:51:44.7857099Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\channelshuffle.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-08-20T21:51:44.7955580Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\container.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-08-20T21:51:44.7961827Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\conv.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-08-20T21:51:44.7968327Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\distance.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-08-20T21:51:44.7974156Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\dropout.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-08-20T21:51:44.7980081Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\flatten.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-08-20T21:51:44.7985327Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\fold.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-08-20T21:51:44.7991539Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\instancenorm.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-08-20T21:51:44.7997417Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\lazy.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-08-20T21:51:44.8002866Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\linear.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-08-20T21:51:44.8008277Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\loss.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-08-20T21:51:44.8015383Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\module.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-08-20T21:51:44.8022499Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\normalization.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-08-20T21:51:44.8028126Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\padding.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-08-20T21:51:44.8034718Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\pixelshuffle.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-08-20T21:51:44.8039696Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\pooling.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-08-20T21:51:44.8046108Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\rnn.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-08-20T21:51:44.8052897Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\sparse.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-08-20T21:51:44.8058842Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\transformer.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-08-20T21:51:44.8066179Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\upsampling.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-08-20T21:51:44.8072702Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\utils.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-08-20T21:51:44.8078509Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\_functions.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-08-20T21:51:44.8084633Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-08-20T21:51:44.8090628Z creating build\bdist.win-amd64\wheel\torch\nn\parallel 2024-08-20T21:51:44.8093749Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\comm.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2024-08-20T21:51:44.8099272Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\data_parallel.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2024-08-20T21:51:44.8104747Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\distributed.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2024-08-20T21:51:44.8111550Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\parallel_apply.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2024-08-20T21:51:44.8216764Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\replicate.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2024-08-20T21:51:44.8221848Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\scatter_gather.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2024-08-20T21:51:44.8227238Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\_functions.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2024-08-20T21:51:44.8232619Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2024-08-20T21:51:44.8237875Z copying build\lib.win-amd64-cpython-39\torch\nn\parameter.py -> build\bdist.win-amd64\wheel\.\torch\nn 2024-08-20T21:51:44.8243574Z copying build\lib.win-amd64-cpython-39\torch\nn\parameter.pyi -> build\bdist.win-amd64\wheel\.\torch\nn 2024-08-20T21:51:44.8249407Z creating build\bdist.win-amd64\wheel\torch\nn\qat 2024-08-20T21:51:44.8252290Z creating build\bdist.win-amd64\wheel\torch\nn\qat\dynamic 2024-08-20T21:51:44.8255092Z creating build\bdist.win-amd64\wheel\torch\nn\qat\dynamic\modules 2024-08-20T21:51:44.8258075Z 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-20T21:51:44.8264042Z 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-20T21:51:44.8268862Z copying build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\qat\dynamic 2024-08-20T21:51:44.8273959Z creating build\bdist.win-amd64\wheel\torch\nn\qat\modules 2024-08-20T21:51:44.8277617Z copying build\lib.win-amd64-cpython-39\torch\nn\qat\modules\conv.py -> build\bdist.win-amd64\wheel\.\torch\nn\qat\modules 2024-08-20T21:51:44.8283414Z 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-20T21:51:44.8288313Z copying build\lib.win-amd64-cpython-39\torch\nn\qat\modules\linear.py -> build\bdist.win-amd64\wheel\.\torch\nn\qat\modules 2024-08-20T21:51:44.8292976Z copying build\lib.win-amd64-cpython-39\torch\nn\qat\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\qat\modules 2024-08-20T21:51:44.8298355Z copying build\lib.win-amd64-cpython-39\torch\nn\qat\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\qat 2024-08-20T21:51:44.8303543Z creating build\bdist.win-amd64\wheel\torch\nn\quantizable 2024-08-20T21:51:44.8306417Z creating build\bdist.win-amd64\wheel\torch\nn\quantizable\modules 2024-08-20T21:51:44.8309384Z copying build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules\activation.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantizable\modules 2024-08-20T21:51:44.8314374Z copying build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules\rnn.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantizable\modules 2024-08-20T21:51:44.8320353Z copying build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantizable\modules 2024-08-20T21:51:44.8325640Z copying build\lib.win-amd64-cpython-39\torch\nn\quantizable\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantizable 2024-08-20T21:51:44.8330813Z creating build\bdist.win-amd64\wheel\torch\nn\quantized 2024-08-20T21:51:44.8333801Z creating build\bdist.win-amd64\wheel\torch\nn\quantized\dynamic 2024-08-20T21:51:44.8336620Z creating build\bdist.win-amd64\wheel\torch\nn\quantized\dynamic\modules 2024-08-20T21:51:44.8339745Z 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-20T21:51:44.8344973Z 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-20T21:51:44.8349603Z 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-20T21:51:44.8354993Z 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-20T21:51:44.8360093Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\dynamic 2024-08-20T21:51:44.8365490Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\functional.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized 2024-08-20T21:51:44.8371300Z creating build\bdist.win-amd64\wheel\torch\nn\quantized\modules 2024-08-20T21:51:44.8374351Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\activation.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2024-08-20T21:51:44.8380309Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\batchnorm.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2024-08-20T21:51:44.8385418Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\conv.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2024-08-20T21:51:44.8390614Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\dropout.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2024-08-20T21:51:44.8395670Z 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-20T21:51:44.8510045Z 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-20T21:51:44.8515127Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\linear.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2024-08-20T21:51:44.8520241Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\normalization.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2024-08-20T21:51:44.8525695Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\rnn.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2024-08-20T21:51:44.8530741Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\utils.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2024-08-20T21:51:44.8535745Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2024-08-20T21:51:44.8541283Z creating build\bdist.win-amd64\wheel\torch\nn\quantized\_reference 2024-08-20T21:51:44.8675146Z creating build\bdist.win-amd64\wheel\torch\nn\quantized\_reference\modules 2024-08-20T21:51:44.8677985Z 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-20T21:51:44.8683516Z 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-20T21:51:44.8690087Z 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-20T21:51:44.8695694Z 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-20T21:51:44.8701311Z 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-20T21:51:44.8706797Z 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-20T21:51:44.8712067Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\_reference 2024-08-20T21:51:44.8717551Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized 2024-08-20T21:51:44.8723382Z creating build\bdist.win-amd64\wheel\torch\nn\utils 2024-08-20T21:51:44.8726909Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\clip_grad.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-08-20T21:51:44.8733528Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\convert_parameters.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-08-20T21:51:44.8851527Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\fusion.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-08-20T21:51:44.8856519Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\init.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-08-20T21:51:44.8861867Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\memory_format.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-08-20T21:51:45.3857641Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\parametrizations.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-08-20T21:51:45.3876660Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\parametrize.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-08-20T21:51:45.3882891Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\prune.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-08-20T21:51:45.3889400Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\rnn.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-08-20T21:51:45.3895232Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\spectral_norm.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-08-20T21:51:45.3900614Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\stateless.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-08-20T21:51:45.3906032Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\weight_norm.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-08-20T21:51:45.3911553Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\_deprecation_utils.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-08-20T21:51:45.3917392Z creating build\bdist.win-amd64\wheel\torch\nn\utils\_expanded_weights 2024-08-20T21:51:45.3921081Z 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-20T21:51:45.3926552Z 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-20T21:51:45.3932470Z 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-20T21:51:45.3942766Z 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-20T21:51:45.3948396Z 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-20T21:51:45.3953579Z 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-20T21:51:45.3959366Z 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-20T21:51:45.3966097Z 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-20T21:51:45.3971057Z 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-20T21:51:45.3976231Z 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-20T21:51:45.3981175Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\_named_member_accessor.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-08-20T21:51:45.3986778Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\_per_sample_grad.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-08-20T21:51:45.3992032Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-08-20T21:51:45.3997214Z copying build\lib.win-amd64-cpython-39\torch\nn\_reduction.py -> build\bdist.win-amd64\wheel\.\torch\nn 2024-08-20T21:51:45.4002848Z copying build\lib.win-amd64-cpython-39\torch\nn\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn 2024-08-20T21:51:45.4009557Z creating build\bdist.win-amd64\wheel\torch\onnx 2024-08-20T21:51:45.4012711Z copying build\lib.win-amd64-cpython-39\torch\onnx\errors.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-08-20T21:51:45.4017923Z copying build\lib.win-amd64-cpython-39\torch\onnx\operators.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-08-20T21:51:45.4023184Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_caffe2.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-08-20T21:51:45.4028168Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_helper.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-08-20T21:51:45.4041731Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset10.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-08-20T21:51:45.4048268Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset11.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-08-20T21:51:45.4054446Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset12.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-08-20T21:51:45.4059843Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset13.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-08-20T21:51:45.4066900Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset14.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-08-20T21:51:45.4073012Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset15.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-08-20T21:51:45.4078090Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset16.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-08-20T21:51:45.4083508Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset17.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-08-20T21:51:45.4089273Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset18.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-08-20T21:51:45.4094686Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset19.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-08-20T21:51:45.4099750Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset20.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-08-20T21:51:45.4105117Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset7.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-08-20T21:51:45.4110494Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset8.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-08-20T21:51:45.4115994Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset9.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-08-20T21:51:45.4123914Z copying build\lib.win-amd64-cpython-39\torch\onnx\utils.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-08-20T21:51:45.4130659Z copying build\lib.win-amd64-cpython-39\torch\onnx\verification.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-08-20T21:51:45.4143325Z copying build\lib.win-amd64-cpython-39\torch\onnx\_constants.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-08-20T21:51:45.4148605Z copying build\lib.win-amd64-cpython-39\torch\onnx\_deprecation.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-08-20T21:51:45.4153781Z copying build\lib.win-amd64-cpython-39\torch\onnx\_experimental.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-08-20T21:51:45.4159121Z copying build\lib.win-amd64-cpython-39\torch\onnx\_exporter_states.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-08-20T21:51:45.4164188Z copying build\lib.win-amd64-cpython-39\torch\onnx\_flags.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-08-20T21:51:45.4169464Z copying build\lib.win-amd64-cpython-39\torch\onnx\_globals.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-08-20T21:51:45.4175123Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal 2024-08-20T21:51:45.4178031Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\diagnostics 2024-08-20T21:51:45.4180838Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\diagnostics\infra 2024-08-20T21:51:45.4183924Z 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-20T21:51:45.4190201Z 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-20T21:51:45.4195959Z 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-20T21:51:45.4201738Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\diagnostics\infra\sarif 2024-08-20T21:51:45.4204865Z 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-20T21:51:45.4210048Z 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-20T21:51:45.4215158Z 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-20T21:51:45.4220380Z 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-20T21:51:45.4225601Z 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-20T21:51:45.4236982Z 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-20T21:51:45.4242521Z 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-20T21:51:45.4248137Z 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-20T21:51:45.4253560Z 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-20T21:51:45.4258735Z 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-20T21:51:45.4263968Z 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-20T21:51:45.4269105Z 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-20T21:51:45.4274652Z 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-20T21:51:45.4279969Z 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-20T21:51:45.4285511Z 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-20T21:51:45.4291225Z 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-20T21:51:45.4297049Z 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-20T21:51:45.4302732Z 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-20T21:51:45.4308434Z 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-20T21:51:45.4314052Z 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-20T21:51:45.4319404Z 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-20T21:51:45.4331375Z 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-20T21:51:45.4336527Z 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-20T21:51:45.4342041Z 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-20T21:51:45.4347375Z 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-20T21:51:45.4352508Z 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-20T21:51:45.4357694Z 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-20T21:51:45.4363046Z 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-20T21:51:45.4368647Z 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-20T21:51:45.4374029Z 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-20T21:51:45.4379323Z 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-20T21:51:45.4390307Z 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-20T21:51:45.4395864Z 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-20T21:51:45.4401263Z 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-20T21:51:45.4407080Z 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-20T21:51:45.4412683Z 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-20T21:51:45.4418062Z 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-20T21:51:45.4423300Z 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-20T21:51:45.4428573Z 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-20T21:51:45.4434143Z 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-20T21:51:45.4439440Z 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-20T21:51:45.4452121Z 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-20T21:51:45.4457366Z 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-20T21:51:45.4462468Z 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-20T21:51:45.4468101Z 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-20T21:51:45.4473965Z 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-20T21:51:45.4478836Z 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-20T21:51:45.4484205Z 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-20T21:51:45.4489688Z 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-20T21:51:45.4495233Z 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-20T21:51:45.4500541Z 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-20T21:51:45.4512285Z 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-20T21:51:45.4517458Z 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-20T21:51:45.4522665Z 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-20T21:51:45.4528380Z 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-20T21:51:45.4533675Z 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-20T21:51:45.4544331Z 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-20T21:51:45.4549351Z 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-20T21:51:45.4554340Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\_diagnostic.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics 2024-08-20T21:51:45.4560693Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\_rules.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics 2024-08-20T21:51:45.4566545Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics 2024-08-20T21:51:45.4571764Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\fx 2024-08-20T21:51:45.4574861Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\fx\analysis 2024-08-20T21:51:45.4578040Z 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-20T21:51:45.4583285Z 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-20T21:51:45.4589562Z 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-20T21:51:45.4595414Z 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-20T21:51:45.4600833Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\diagnostics.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2024-08-20T21:51:45.4612569Z 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-20T21:51:45.4617824Z 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-20T21:51:45.4624013Z 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-20T21:51:45.4629456Z 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-20T21:51:45.4635525Z 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-20T21:51:45.4641111Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\fx\passes 2024-08-20T21:51:45.4644300Z 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-20T21:51:45.4649903Z 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-20T21:51:45.4655258Z 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-20T21:51:45.4661159Z 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-20T21:51:45.4672440Z 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-20T21:51:45.4678976Z 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-20T21:51:45.4684306Z 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-20T21:51:45.4689609Z 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-20T21:51:45.4694432Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\patcher.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2024-08-20T21:51:45.4700094Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\registration.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2024-08-20T21:51:45.4705705Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\serialization.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2024-08-20T21:51:45.4711232Z 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-20T21:51:45.4717017Z 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-20T21:51:45.4722423Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\_pass.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2024-08-20T21:51:45.4727935Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2024-08-20T21:51:45.4732924Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\io_adapter.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2024-08-20T21:51:45.4738695Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\jit_utils.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2024-08-20T21:51:45.4749243Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\onnxruntime.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2024-08-20T21:51:45.4756541Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\onnx_proto_utils.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2024-08-20T21:51:45.4762114Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\registration.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2024-08-20T21:51:45.4767756Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\_exporter_legacy.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2024-08-20T21:51:45.4774425Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2024-08-20T21:51:45.4778989Z copying build\lib.win-amd64-cpython-39\torch\onnx\_onnx_supported_ops.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-08-20T21:51:45.4784529Z copying build\lib.win-amd64-cpython-39\torch\onnx\_type_utils.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-08-20T21:51:45.4790068Z copying build\lib.win-amd64-cpython-39\torch\onnx\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-08-20T21:51:45.4801085Z creating build\bdist.win-amd64\wheel\torch\optim 2024-08-20T21:51:45.4803934Z copying build\lib.win-amd64-cpython-39\torch\optim\adadelta.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-08-20T21:51:45.4809710Z copying build\lib.win-amd64-cpython-39\torch\optim\adagrad.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-08-20T21:51:45.4815598Z copying build\lib.win-amd64-cpython-39\torch\optim\adam.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-08-20T21:51:45.4821465Z copying build\lib.win-amd64-cpython-39\torch\optim\adamax.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-08-20T21:51:45.4827097Z copying build\lib.win-amd64-cpython-39\torch\optim\adamw.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-08-20T21:51:45.4832781Z copying build\lib.win-amd64-cpython-39\torch\optim\asgd.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-08-20T21:51:45.4838502Z copying build\lib.win-amd64-cpython-39\torch\optim\lbfgs.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-08-20T21:51:45.4850317Z copying build\lib.win-amd64-cpython-39\torch\optim\lr_scheduler.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-08-20T21:51:45.4856661Z copying build\lib.win-amd64-cpython-39\torch\optim\nadam.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-08-20T21:51:45.4862446Z copying build\lib.win-amd64-cpython-39\torch\optim\optimizer.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-08-20T21:51:45.4868280Z copying build\lib.win-amd64-cpython-39\torch\optim\radam.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-08-20T21:51:45.4874363Z copying build\lib.win-amd64-cpython-39\torch\optim\rmsprop.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-08-20T21:51:45.4879990Z copying build\lib.win-amd64-cpython-39\torch\optim\rprop.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-08-20T21:51:45.4885772Z copying build\lib.win-amd64-cpython-39\torch\optim\sgd.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-08-20T21:51:45.4891777Z copying build\lib.win-amd64-cpython-39\torch\optim\sparse_adam.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-08-20T21:51:45.4897165Z copying build\lib.win-amd64-cpython-39\torch\optim\swa_utils.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-08-20T21:51:45.4903000Z copying build\lib.win-amd64-cpython-39\torch\optim\_adafactor.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-08-20T21:51:45.4908694Z copying build\lib.win-amd64-cpython-39\torch\optim\_functional.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-08-20T21:51:45.4914437Z creating build\bdist.win-amd64\wheel\torch\optim\_multi_tensor 2024-08-20T21:51:45.4917419Z copying build\lib.win-amd64-cpython-39\torch\optim\_multi_tensor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\optim\_multi_tensor 2024-08-20T21:51:45.4922526Z copying build\lib.win-amd64-cpython-39\torch\optim\_multi_tensor\__init__.pyi -> build\bdist.win-amd64\wheel\.\torch\optim\_multi_tensor 2024-08-20T21:51:45.4927352Z copying build\lib.win-amd64-cpython-39\torch\optim\__init__.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-08-20T21:51:45.4932815Z copying build\lib.win-amd64-cpython-39\torch\overrides.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-20T21:51:45.4939504Z creating build\bdist.win-amd64\wheel\torch\package 2024-08-20T21:51:45.4942252Z creating build\bdist.win-amd64\wheel\torch\package\analyze 2024-08-20T21:51:45.4945193Z 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-20T21:51:45.4950411Z copying build\lib.win-amd64-cpython-39\torch\package\analyze\is_from_package.py -> build\bdist.win-amd64\wheel\.\torch\package\analyze 2024-08-20T21:51:45.4955874Z copying build\lib.win-amd64-cpython-39\torch\package\analyze\trace_dependencies.py -> build\bdist.win-amd64\wheel\.\torch\package\analyze 2024-08-20T21:51:45.4971659Z copying build\lib.win-amd64-cpython-39\torch\package\analyze\__init__.py -> build\bdist.win-amd64\wheel\.\torch\package\analyze 2024-08-20T21:51:45.4976386Z copying build\lib.win-amd64-cpython-39\torch\package\file_structure_representation.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-08-20T21:51:45.4981753Z copying build\lib.win-amd64-cpython-39\torch\package\find_file_dependencies.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-08-20T21:51:45.4987097Z copying build\lib.win-amd64-cpython-39\torch\package\glob_group.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-08-20T21:51:45.4997674Z copying build\lib.win-amd64-cpython-39\torch\package\importer.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-08-20T21:51:45.5002945Z copying build\lib.win-amd64-cpython-39\torch\package\package_exporter.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-08-20T21:51:45.5009452Z copying build\lib.win-amd64-cpython-39\torch\package\package_importer.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-08-20T21:51:45.5015335Z copying build\lib.win-amd64-cpython-39\torch\package\_digraph.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-08-20T21:51:45.5020926Z copying build\lib.win-amd64-cpython-39\torch\package\_directory_reader.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-08-20T21:51:45.5026021Z copying build\lib.win-amd64-cpython-39\torch\package\_importlib.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-08-20T21:51:45.5031235Z copying build\lib.win-amd64-cpython-39\torch\package\_mangling.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-08-20T21:51:45.5036609Z copying build\lib.win-amd64-cpython-39\torch\package\_mock.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-08-20T21:51:45.5041919Z copying build\lib.win-amd64-cpython-39\torch\package\_package_pickler.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-08-20T21:51:45.5047452Z copying build\lib.win-amd64-cpython-39\torch\package\_package_unpickler.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-08-20T21:51:45.5053340Z copying build\lib.win-amd64-cpython-39\torch\package\_stdlib.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-08-20T21:51:45.5058890Z copying build\lib.win-amd64-cpython-39\torch\package\__init__.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-08-20T21:51:45.5064053Z creating build\bdist.win-amd64\wheel\torch\profiler 2024-08-20T21:51:45.5066904Z copying build\lib.win-amd64-cpython-39\torch\profiler\itt.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2024-08-20T21:51:45.5072121Z copying build\lib.win-amd64-cpython-39\torch\profiler\profiler.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2024-08-20T21:51:45.5077928Z copying build\lib.win-amd64-cpython-39\torch\profiler\python_tracer.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2024-08-20T21:51:45.5083025Z copying build\lib.win-amd64-cpython-39\torch\profiler\_memory_profiler.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2024-08-20T21:51:45.5089529Z copying build\lib.win-amd64-cpython-39\torch\profiler\_pattern_matcher.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2024-08-20T21:51:45.5101058Z copying build\lib.win-amd64-cpython-39\torch\profiler\_utils.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2024-08-20T21:51:45.5106244Z copying build\lib.win-amd64-cpython-39\torch\profiler\__init__.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2024-08-20T21:51:45.5111670Z copying build\lib.win-amd64-cpython-39\torch\py.typed -> build\bdist.win-amd64\wheel\.\torch 2024-08-20T21:51:45.5123870Z creating build\bdist.win-amd64\wheel\torch\quantization 2024-08-20T21:51:45.5127220Z copying build\lib.win-amd64-cpython-39\torch\quantization\fake_quantize.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-08-20T21:51:45.5132596Z copying build\lib.win-amd64-cpython-39\torch\quantization\fuser_method_mappings.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-08-20T21:51:45.5137536Z copying build\lib.win-amd64-cpython-39\torch\quantization\fuse_modules.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-08-20T21:51:45.5151192Z creating build\bdist.win-amd64\wheel\torch\quantization\fx 2024-08-20T21:51:45.5154080Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\convert.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2024-08-20T21:51:45.5159332Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\fuse.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2024-08-20T21:51:45.5164399Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\fusion_patterns.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2024-08-20T21:51:45.5169500Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\graph_module.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2024-08-20T21:51:45.5174419Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\match_utils.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2024-08-20T21:51:45.5185727Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\pattern_utils.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2024-08-20T21:51:45.5190885Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\prepare.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2024-08-20T21:51:45.5195911Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\quantization_patterns.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2024-08-20T21:51:45.5201310Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\quantization_types.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2024-08-20T21:51:45.5206258Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\utils.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2024-08-20T21:51:45.5211658Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\_equalize.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2024-08-20T21:51:45.5217175Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\__init__.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2024-08-20T21:51:45.5222207Z copying build\lib.win-amd64-cpython-39\torch\quantization\observer.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-08-20T21:51:45.5227917Z copying build\lib.win-amd64-cpython-39\torch\quantization\qconfig.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-08-20T21:51:45.5233187Z copying build\lib.win-amd64-cpython-39\torch\quantization\quantization_mappings.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-08-20T21:51:45.5238410Z copying build\lib.win-amd64-cpython-39\torch\quantization\quantize.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-08-20T21:51:45.5243758Z copying build\lib.win-amd64-cpython-39\torch\quantization\quantize_fx.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-08-20T21:51:45.5249311Z copying build\lib.win-amd64-cpython-39\torch\quantization\quantize_jit.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-08-20T21:51:45.5254952Z copying build\lib.win-amd64-cpython-39\torch\quantization\quant_type.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-08-20T21:51:45.5260072Z copying build\lib.win-amd64-cpython-39\torch\quantization\stubs.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-08-20T21:51:45.5271866Z copying build\lib.win-amd64-cpython-39\torch\quantization\utils.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-08-20T21:51:45.5274627Z copying build\lib.win-amd64-cpython-39\torch\quantization\_numeric_suite.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-08-20T21:51:45.5279328Z copying build\lib.win-amd64-cpython-39\torch\quantization\_numeric_suite_fx.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-08-20T21:51:45.5284697Z copying build\lib.win-amd64-cpython-39\torch\quantization\_quantized_conversions.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-08-20T21:51:45.5290621Z copying build\lib.win-amd64-cpython-39\torch\quantization\__init__.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-08-20T21:51:45.5295852Z copying build\lib.win-amd64-cpython-39\torch\quasirandom.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-20T21:51:45.5301269Z copying build\lib.win-amd64-cpython-39\torch\random.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-20T21:51:45.5306607Z copying build\lib.win-amd64-cpython-39\torch\return_types.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-20T21:51:45.5312397Z copying build\lib.win-amd64-cpython-39\torch\return_types.pyi -> build\bdist.win-amd64\wheel\.\torch 2024-08-20T21:51:45.5317962Z copying build\lib.win-amd64-cpython-39\torch\serialization.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-20T21:51:45.5325020Z creating build\bdist.win-amd64\wheel\torch\share 2024-08-20T21:51:45.5327989Z creating build\bdist.win-amd64\wheel\torch\share\cmake 2024-08-20T21:51:45.5330863Z creating build\bdist.win-amd64\wheel\torch\share\cmake\ATen 2024-08-20T21:51:45.5353673Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\ATen\ATenConfig.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\ATen 2024-08-20T21:51:45.5359013Z creating build\bdist.win-amd64\wheel\torch\share\cmake\Caffe2 2024-08-20T21:51:45.5362232Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Caffe2Config.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2 2024-08-20T21:51:45.5367893Z 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-20T21:51:45.5373268Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Caffe2Targets.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2 2024-08-20T21:51:45.5388673Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\FindCUDAToolkit.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2 2024-08-20T21:51:45.5394985Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\FindCUSPARSELT.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2 2024-08-20T21:51:45.5400401Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\FindSYCLToolkit.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2 2024-08-20T21:51:45.5406864Z creating build\bdist.win-amd64\wheel\torch\share\cmake\Caffe2\Modules_CUDA_fix 2024-08-20T21:51:45.5409897Z 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-20T21:51:45.5415080Z 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-20T21:51:45.5421290Z creating build\bdist.win-amd64\wheel\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream 2024-08-20T21:51:45.5430717Z 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-20T21:51:45.5441143Z creating build\bdist.win-amd64\wheel\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA 2024-08-20T21:51:45.5442955Z 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-20T21:51:45.5445424Z 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-20T21:51:45.5450471Z 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-20T21:51:45.5463927Z 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-20T21:51:45.5469119Z 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-20T21:51:45.5475963Z 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-20T21:51:45.5489030Z 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-20T21:51:45.5494552Z creating build\bdist.win-amd64\wheel\torch\share\cmake\Caffe2\public 2024-08-20T21:51:45.5497521Z 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-20T21:51:45.5502930Z 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-20T21:51:45.5508386Z 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-20T21:51:45.5513587Z 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-20T21:51:45.5524724Z 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-20T21:51:45.5529913Z 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-20T21:51:45.5534923Z 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-20T21:51:45.5540140Z 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-20T21:51:45.5546064Z 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-20T21:51:45.5551511Z creating build\bdist.win-amd64\wheel\torch\share\cmake\Torch 2024-08-20T21:51:45.5554506Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Torch\TorchConfig.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Torch 2024-08-20T21:51:45.5559938Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Torch\TorchConfigVersion.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Torch 2024-08-20T21:51:45.5565221Z creating build\bdist.win-amd64\wheel\torch\signal 2024-08-20T21:51:45.5568104Z creating build\bdist.win-amd64\wheel\torch\signal\windows 2024-08-20T21:51:45.5571063Z copying build\lib.win-amd64-cpython-39\torch\signal\windows\windows.py -> build\bdist.win-amd64\wheel\.\torch\signal\windows 2024-08-20T21:51:45.5576769Z copying build\lib.win-amd64-cpython-39\torch\signal\windows\__init__.py -> build\bdist.win-amd64\wheel\.\torch\signal\windows 2024-08-20T21:51:45.5581650Z copying build\lib.win-amd64-cpython-39\torch\signal\__init__.py -> build\bdist.win-amd64\wheel\.\torch\signal 2024-08-20T21:51:45.5586711Z creating build\bdist.win-amd64\wheel\torch\sparse 2024-08-20T21:51:45.5589621Z copying build\lib.win-amd64-cpython-39\torch\sparse\semi_structured.py -> build\bdist.win-amd64\wheel\.\torch\sparse 2024-08-20T21:51:45.5595506Z copying build\lib.win-amd64-cpython-39\torch\sparse\_semi_structured_conversions.py -> build\bdist.win-amd64\wheel\.\torch\sparse 2024-08-20T21:51:45.5600861Z copying build\lib.win-amd64-cpython-39\torch\sparse\_semi_structured_ops.py -> build\bdist.win-amd64\wheel\.\torch\sparse 2024-08-20T21:51:45.5615402Z copying build\lib.win-amd64-cpython-39\torch\sparse\_triton_ops.py -> build\bdist.win-amd64\wheel\.\torch\sparse 2024-08-20T21:51:45.5621901Z copying build\lib.win-amd64-cpython-39\torch\sparse\_triton_ops_meta.py -> build\bdist.win-amd64\wheel\.\torch\sparse 2024-08-20T21:51:45.5632032Z copying build\lib.win-amd64-cpython-39\torch\sparse\__init__.py -> build\bdist.win-amd64\wheel\.\torch\sparse 2024-08-20T21:51:45.5637828Z creating build\bdist.win-amd64\wheel\torch\special 2024-08-20T21:51:45.5640710Z copying build\lib.win-amd64-cpython-39\torch\special\__init__.py -> build\bdist.win-amd64\wheel\.\torch\special 2024-08-20T21:51:45.5646922Z copying build\lib.win-amd64-cpython-39\torch\storage.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-20T21:51:45.5655599Z creating build\bdist.win-amd64\wheel\torch\test 2024-08-20T21:51:45.5658540Z copying build\lib.win-amd64-cpython-39\torch\test\apply_utils_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-20T21:51:45.5667767Z copying build\lib.win-amd64-cpython-39\torch\test\atest.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-20T21:51:45.5677312Z copying build\lib.win-amd64-cpython-39\torch\test\backend_fallback_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-20T21:51:45.5686127Z copying build\lib.win-amd64-cpython-39\torch\test\basic.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-20T21:51:45.5705305Z copying build\lib.win-amd64-cpython-39\torch\test\broadcast_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-20T21:51:45.5715016Z copying build\lib.win-amd64-cpython-39\torch\test\c10_accumulate_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-20T21:51:45.5724402Z copying build\lib.win-amd64-cpython-39\torch\test\c10_bfloat16_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-20T21:51:45.5732969Z copying build\lib.win-amd64-cpython-39\torch\test\c10_Bitset_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-20T21:51:45.5742176Z copying build\lib.win-amd64-cpython-39\torch\test\c10_bit_cast_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-20T21:51:45.5751373Z copying build\lib.win-amd64-cpython-39\torch\test\c10_CompileTimeFunctionPointer_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-20T21:51:45.5759639Z copying build\lib.win-amd64-cpython-39\torch\test\c10_complex_math_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-20T21:51:45.5769331Z copying build\lib.win-amd64-cpython-39\torch\test\c10_complex_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-20T21:51:45.5779694Z copying build\lib.win-amd64-cpython-39\torch\test\c10_ConstexprCrc_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-20T21:51:45.5788085Z copying build\lib.win-amd64-cpython-39\torch\test\c10_cow_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-20T21:51:45.5797369Z copying build\lib.win-amd64-cpython-39\torch\test\c10_DeadlockDetection_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-20T21:51:45.5805888Z copying build\lib.win-amd64-cpython-39\torch\test\c10_DeviceGuard_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-20T21:51:45.5814734Z copying build\lib.win-amd64-cpython-39\torch\test\c10_Device_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-20T21:51:45.5865105Z copying build\lib.win-amd64-cpython-39\torch\test\c10_DispatchKeySet_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-20T21:51:45.6006677Z copying build\lib.win-amd64-cpython-39\torch\test\c10_exception_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-20T21:51:45.6015221Z copying build\lib.win-amd64-cpython-39\torch\test\c10_flags_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-20T21:51:45.6023628Z copying build\lib.win-amd64-cpython-39\torch\test\c10_generic_math_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-20T21:51:45.6031778Z copying build\lib.win-amd64-cpython-39\torch\test\c10_Half_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-20T21:51:45.6040950Z copying build\lib.win-amd64-cpython-39\torch\test\c10_InlineDeviceGuard_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-20T21:51:45.6049646Z copying build\lib.win-amd64-cpython-39\torch\test\c10_InlineStreamGuard_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-20T21:51:45.6058026Z copying build\lib.win-amd64-cpython-39\torch\test\c10_intrusive_ptr_benchmark.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-20T21:51:45.6065670Z copying build\lib.win-amd64-cpython-39\torch\test\c10_intrusive_ptr_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-20T21:51:45.6092235Z copying build\lib.win-amd64-cpython-39\torch\test\c10_irange_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-20T21:51:45.6100440Z copying build\lib.win-amd64-cpython-39\torch\test\c10_lazy_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-20T21:51:45.6108744Z copying build\lib.win-amd64-cpython-39\torch\test\c10_LeftRight_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-20T21:51:45.6118326Z copying build\lib.win-amd64-cpython-39\torch\test\c10_logging_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-20T21:51:45.6127587Z copying build\lib.win-amd64-cpython-39\torch\test\c10_Metaprogramming_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-20T21:51:45.6136795Z copying build\lib.win-amd64-cpython-39\torch\test\c10_optional_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-20T21:51:45.6146942Z copying build\lib.win-amd64-cpython-39\torch\test\c10_ordered_preserving_dict_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-20T21:51:45.6156081Z copying build\lib.win-amd64-cpython-39\torch\test\c10_registry_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-20T21:51:45.6164968Z copying build\lib.win-amd64-cpython-39\torch\test\c10_Scalar_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-20T21:51:45.6185506Z copying build\lib.win-amd64-cpython-39\torch\test\c10_SizesAndStrides_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-20T21:51:45.6194119Z copying build\lib.win-amd64-cpython-39\torch\test\c10_small_vector_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-20T21:51:45.6208289Z copying build\lib.win-amd64-cpython-39\torch\test\c10_ssize_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-20T21:51:45.6216802Z copying build\lib.win-amd64-cpython-39\torch\test\c10_StreamGuard_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-20T21:51:45.6224892Z copying build\lib.win-amd64-cpython-39\torch\test\c10_string_util_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-20T21:51:45.6233441Z copying build\lib.win-amd64-cpython-39\torch\test\c10_string_view_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-20T21:51:45.6242045Z copying build\lib.win-amd64-cpython-39\torch\test\c10_SymInt_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-20T21:51:45.6250656Z copying build\lib.win-amd64-cpython-39\torch\test\c10_Synchronized_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-20T21:51:45.6279471Z copying build\lib.win-amd64-cpython-39\torch\test\c10_tempfile_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-20T21:51:45.6287768Z copying build\lib.win-amd64-cpython-39\torch\test\c10_ThreadLocal_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-20T21:51:45.6296367Z copying build\lib.win-amd64-cpython-39\torch\test\c10_typeid_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-20T21:51:45.6304745Z copying build\lib.win-amd64-cpython-39\torch\test\c10_TypeIndex_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-20T21:51:45.6313145Z copying build\lib.win-amd64-cpython-39\torch\test\c10_TypeList_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-20T21:51:45.6321137Z copying build\lib.win-amd64-cpython-39\torch\test\c10_TypeTraits_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-20T21:51:45.6329268Z copying build\lib.win-amd64-cpython-39\torch\test\CppSignature_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-20T21:51:45.6337998Z copying build\lib.win-amd64-cpython-39\torch\test\cpu_allocator_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-20T21:51:45.6346724Z copying build\lib.win-amd64-cpython-39\torch\test\cpu_generator_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-20T21:51:45.6368103Z copying build\lib.win-amd64-cpython-39\torch\test\cpu_profiling_allocator_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-20T21:51:45.6376761Z copying build\lib.win-amd64-cpython-39\torch\test\cpu_rng_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-20T21:51:45.6387881Z copying build\lib.win-amd64-cpython-39\torch\test\Dict_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-20T21:51:45.6397875Z copying build\lib.win-amd64-cpython-39\torch\test\Dimname_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-20T21:51:45.6406772Z copying build\lib.win-amd64-cpython-39\torch\test\dispatch_key_set_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-20T21:51:45.6415680Z copying build\lib.win-amd64-cpython-39\torch\test\dlconvertor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-20T21:51:45.6424794Z copying build\lib.win-amd64-cpython-39\torch\test\extension_backend_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-20T21:51:45.6433876Z copying build\lib.win-amd64-cpython-39\torch\test\half_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-20T21:51:45.6443225Z copying build\lib.win-amd64-cpython-39\torch\test\IListRef_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-20T21:51:45.6465864Z copying build\lib.win-amd64-cpython-39\torch\test\inline_container_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-20T21:51:45.6475031Z copying build\lib.win-amd64-cpython-39\torch\test\ivalue_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-20T21:51:45.6486862Z copying build\lib.win-amd64-cpython-39\torch\test\KernelFunction_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-20T21:51:45.6496661Z copying build\lib.win-amd64-cpython-39\torch\test\kernel_function_legacy_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-20T21:51:45.6509422Z copying build\lib.win-amd64-cpython-39\torch\test\kernel_function_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-20T21:51:45.6521074Z copying build\lib.win-amd64-cpython-39\torch\test\kernel_lambda_legacy_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-20T21:51:45.6534720Z copying build\lib.win-amd64-cpython-39\torch\test\kernel_lambda_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-20T21:51:45.6547046Z copying build\lib.win-amd64-cpython-39\torch\test\kernel_stackbased_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-20T21:51:45.6566754Z copying build\lib.win-amd64-cpython-39\torch\test\lazy_tensor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-20T21:51:45.6575401Z copying build\lib.win-amd64-cpython-39\torch\test\legacy_vmap_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-20T21:51:45.6585757Z copying build\lib.win-amd64-cpython-39\torch\test\List_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-20T21:51:45.6598171Z 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-20T21:51:45.6609063Z copying build\lib.win-amd64-cpython-39\torch\test\math_kernel_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-20T21:51:45.6617956Z copying build\lib.win-amd64-cpython-39\torch\test\MaybeOwned_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-20T21:51:45.6627635Z copying build\lib.win-amd64-cpython-39\torch\test\memory_format_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-20T21:51:45.6636852Z copying build\lib.win-amd64-cpython-39\torch\test\memory_overlapping_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-20T21:51:45.6645725Z copying build\lib.win-amd64-cpython-39\torch\test\mobile_memory_cleanup.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-20T21:51:45.6654632Z copying build\lib.win-amd64-cpython-39\torch\test\NamedTensor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-20T21:51:45.6663723Z copying build\lib.win-amd64-cpython-39\torch\test\native_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-20T21:51:45.6672567Z copying build\lib.win-amd64-cpython-39\torch\test\operators_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-20T21:51:45.6681134Z copying build\lib.win-amd64-cpython-39\torch\test\operator_name_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-20T21:51:45.6689750Z copying build\lib.win-amd64-cpython-39\torch\test\op_allowlist_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-20T21:51:45.6697548Z copying build\lib.win-amd64-cpython-39\torch\test\op_registration_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-20T21:51:45.6719931Z copying build\lib.win-amd64-cpython-39\torch\test\packedtensoraccessor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-20T21:51:45.6728370Z copying build\lib.win-amd64-cpython-39\torch\test\pow_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-20T21:51:45.6738253Z copying build\lib.win-amd64-cpython-39\torch\test\quantized_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-20T21:51:45.6760517Z copying build\lib.win-amd64-cpython-39\torch\test\reduce_ops_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-20T21:51:45.6769332Z copying build\lib.win-amd64-cpython-39\torch\test\reportMemoryUsage_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-20T21:51:45.6778571Z copying build\lib.win-amd64-cpython-39\torch\test\scalar_tensor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-20T21:51:45.6787604Z copying build\lib.win-amd64-cpython-39\torch\test\scalar_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-20T21:51:45.6797164Z copying build\lib.win-amd64-cpython-39\torch\test\StorageUtils_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-20T21:51:45.6806119Z copying build\lib.win-amd64-cpython-39\torch\test\stride_properties_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-20T21:51:45.6815072Z copying build\lib.win-amd64-cpython-39\torch\test\tensor_iterator_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-20T21:51:45.6825342Z copying build\lib.win-amd64-cpython-39\torch\test\test_parallel.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-20T21:51:45.6834570Z copying build\lib.win-amd64-cpython-39\torch\test\thread_init_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-20T21:51:45.6841013Z copying build\lib.win-amd64-cpython-39\torch\test\type_ptr_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-20T21:51:45.6849462Z copying build\lib.win-amd64-cpython-39\torch\test\type_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-20T21:51:45.6859622Z copying build\lib.win-amd64-cpython-39\torch\test\undefined_tensor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-20T21:51:45.6868671Z copying build\lib.win-amd64-cpython-39\torch\test\verify_api_visibility.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-20T21:51:45.6875577Z copying build\lib.win-amd64-cpython-39\torch\test\weakref_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-20T21:51:45.6884742Z copying build\lib.win-amd64-cpython-39\torch\test\wrapdim_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-20T21:51:45.6894163Z copying build\lib.win-amd64-cpython-39\torch\test\xla_tensor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-08-20T21:51:45.6903781Z creating build\bdist.win-amd64\wheel\torch\testing 2024-08-20T21:51:45.6906733Z copying build\lib.win-amd64-cpython-39\torch\testing\_comparison.py -> build\bdist.win-amd64\wheel\.\torch\testing 2024-08-20T21:51:45.6912935Z copying build\lib.win-amd64-cpython-39\torch\testing\_creation.py -> build\bdist.win-amd64\wheel\.\torch\testing 2024-08-20T21:51:45.6919596Z creating build\bdist.win-amd64\wheel\torch\testing\_internal 2024-08-20T21:51:45.6922758Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\autocast_test_lists.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-20T21:51:45.6928989Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\autograd_function_db.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-20T21:51:45.6934816Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\check_kernel_launches.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-20T21:51:45.7025332Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\codegen 2024-08-20T21:51:45.7027837Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\codegen\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\codegen 2024-08-20T21:51:45.7033304Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_cuda.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-20T21:51:45.7038644Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_device_type.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-20T21:51:45.7045570Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_distributed.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-20T21:51:45.7051976Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_dist_composable.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-20T21:51:45.7057589Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_dtype.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-20T21:51:45.7063610Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_fsdp.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-20T21:51:45.7070046Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_jit.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-20T21:51:45.7075702Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_methods_invocations.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-20T21:51:45.7093469Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_mkldnn.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-20T21:51:45.7098873Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_modules.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-20T21:51:45.7106815Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_nn.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-20T21:51:45.7114555Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_optimizers.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-20T21:51:45.7121363Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_pruning.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-20T21:51:45.7127695Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_quantization.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-20T21:51:45.7136489Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_quantized.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-20T21:51:45.7279180Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_subclass.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-20T21:51:45.7284557Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-20T21:51:45.7292801Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\composite_compliance.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-20T21:51:45.7298738Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\custom_op_db.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-20T21:51:45.7305240Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\custom_tensor.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-20T21:51:45.7310644Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\data 2024-08-20T21:51:45.7313715Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\data\network1.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\data 2024-08-20T21:51:45.7319156Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\data\network2.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\data 2024-08-20T21:51:45.7324147Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\data\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\data 2024-08-20T21:51:45.7330296Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed 2024-08-20T21:51:45.7333484Z 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-20T21:51:45.7338931Z 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-20T21:51:45.7344492Z 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-20T21:51:45.7362155Z 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-20T21:51:45.7371838Z 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-20T21:51:45.7377492Z 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-20T21:51:45.7382745Z 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-20T21:51:45.7388716Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\nn 2024-08-20T21:51:45.7391775Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\nn\api 2024-08-20T21:51:45.7394897Z 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-20T21:51:45.7400958Z 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-20T21:51:45.7405486Z 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-20T21:51:45.7409946Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\rpc 2024-08-20T21:51:45.7413037Z 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-20T21:51:45.7419844Z 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-20T21:51:45.7425258Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\rpc\examples 2024-08-20T21:51:45.7428557Z 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-20T21:51:45.7434438Z 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-20T21:51:45.7440692Z 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-20T21:51:45.7445598Z 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-20T21:51:45.7880055Z 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-20T21:51:45.7885963Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\rpc\jit 2024-08-20T21:51:45.7889306Z 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-20T21:51:45.7894865Z 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-20T21:51:45.7900821Z 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-20T21:51:45.7906725Z 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-20T21:51:45.7910994Z 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-20T21:51:45.7916350Z 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-20T21:51:45.7925828Z 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-20T21:51:45.7931106Z 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-20T21:51:45.7935503Z 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-20T21:51:45.7941265Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\_shard 2024-08-20T21:51:45.7944226Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\_shard\sharded_tensor 2024-08-20T21:51:45.7947432Z 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-20T21:51:45.7953721Z 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-20T21:51:45.7959018Z 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-20T21:51:45.7964183Z 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-20T21:51:45.7969473Z 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-20T21:51:45.7974601Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\_tensor 2024-08-20T21:51:45.7977903Z 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-20T21:51:45.7983614Z 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-20T21:51:45.7988023Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed 2024-08-20T21:51:45.7992293Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\dist_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-20T21:51:45.7997833Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\dynamo_test_failures.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-20T21:51:45.8004277Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\generated 2024-08-20T21:51:45.8007421Z 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-20T21:51:45.8018585Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\generated\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\generated 2024-08-20T21:51:45.8022115Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\hop_db.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-20T21:51:45.8027488Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\hypothesis_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-20T21:51:45.8357372Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\inductor_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-20T21:51:45.8362952Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\jit_metaprogramming_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-20T21:51:45.8369278Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\jit_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-20T21:51:45.8375878Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\logging_tensor.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-20T21:51:45.8381536Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\logging_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-20T21:51:45.8387466Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\opinfo 2024-08-20T21:51:45.8390601Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\core.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo 2024-08-20T21:51:45.8398159Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\opinfo\definitions 2024-08-20T21:51:45.8401299Z 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-20T21:51:45.8407755Z 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-20T21:51:45.8414617Z 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-20T21:51:45.8420057Z 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-20T21:51:45.8424914Z 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-20T21:51:45.8430981Z 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-20T21:51:45.8443486Z 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-20T21:51:45.8449613Z 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-20T21:51:45.8454553Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\refs.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo 2024-08-20T21:51:45.8488691Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo 2024-08-20T21:51:45.8493855Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo 2024-08-20T21:51:45.8498593Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\optests 2024-08-20T21:51:45.8501664Z 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-20T21:51:45.8507321Z 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-20T21:51:45.8512394Z 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-20T21:51:45.8517466Z 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-20T21:51:45.8531858Z 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-20T21:51:45.8537001Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\optests\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\optests 2024-08-20T21:51:45.8542311Z 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-20T21:51:45.8547650Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\static_module.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-20T21:51:45.8553540Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\test_module 2024-08-20T21:51:45.8563121Z 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-20T21:51:45.8568234Z 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-20T21:51:45.8573274Z 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-20T21:51:45.8577467Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\torchbind_impls.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-20T21:51:45.8582827Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\triton_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-20T21:51:45.8588147Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\two_tensor.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-20T21:51:45.8594119Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-08-20T21:51:45.8598018Z copying build\lib.win-amd64-cpython-39\torch\testing\_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing 2024-08-20T21:51:45.8611548Z copying build\lib.win-amd64-cpython-39\torch\testing\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing 2024-08-20T21:51:45.8616365Z copying build\lib.win-amd64-cpython-39\torch\torch_version.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-20T21:51:45.8627540Z copying build\lib.win-amd64-cpython-39\torch\types.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-20T21:51:45.8633827Z creating build\bdist.win-amd64\wheel\torch\utils 2024-08-20T21:51:45.8636650Z creating build\bdist.win-amd64\wheel\torch\utils\backcompat 2024-08-20T21:51:45.8639547Z copying build\lib.win-amd64-cpython-39\torch\utils\backcompat\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\backcompat 2024-08-20T21:51:45.8645277Z copying build\lib.win-amd64-cpython-39\torch\utils\backend_registration.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-20T21:51:45.8650925Z creating build\bdist.win-amd64\wheel\torch\utils\benchmark 2024-08-20T21:51:45.8653843Z creating build\bdist.win-amd64\wheel\torch\utils\benchmark\examples 2024-08-20T21:51:45.8657175Z 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-20T21:51:45.8662555Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples\compare.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\examples 2024-08-20T21:51:45.8667580Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples\fuzzer.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\examples 2024-08-20T21:51:45.8672725Z 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-20T21:51:45.8677994Z 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-20T21:51:45.8690479Z 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-20T21:51:45.8697159Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\examples 2024-08-20T21:51:45.8701689Z creating build\bdist.win-amd64\wheel\torch\utils\benchmark\op_fuzzers 2024-08-20T21:51:45.8704931Z 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-20T21:51:45.8710210Z 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-20T21:51:45.8715682Z 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-20T21:51:45.8720915Z 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-20T21:51:45.8733434Z 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-20T21:51:45.8738491Z 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-20T21:51:45.8743139Z creating build\bdist.win-amd64\wheel\torch\utils\benchmark\utils 2024-08-20T21:51:45.8746222Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\common.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2024-08-20T21:51:45.8751689Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\compare.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2024-08-20T21:51:45.8757166Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\compile.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2024-08-20T21:51:45.8762597Z 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-20T21:51:45.8767956Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\fuzzer.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2024-08-20T21:51:45.8774176Z 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-20T21:51:45.8784762Z 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-20T21:51:45.8789992Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\timer.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2024-08-20T21:51:45.8796246Z creating build\bdist.win-amd64\wheel\torch\utils\benchmark\utils\valgrind_wrapper 2024-08-20T21:51:45.8799571Z 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-20T21:51:45.8805347Z 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-20T21:51:45.8811666Z 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-20T21:51:45.8823251Z 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-20T21:51:45.8829217Z 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-20T21:51:45.8840936Z 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-20T21:51:45.8844898Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\_stubs.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2024-08-20T21:51:45.8850462Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2024-08-20T21:51:45.8854871Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark 2024-08-20T21:51:45.8859880Z creating build\bdist.win-amd64\wheel\torch\utils\bottleneck 2024-08-20T21:51:45.8870118Z copying build\lib.win-amd64-cpython-39\torch\utils\bottleneck\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\bottleneck 2024-08-20T21:51:45.8874206Z copying build\lib.win-amd64-cpython-39\torch\utils\bottleneck\__main__.py -> build\bdist.win-amd64\wheel\.\torch\utils\bottleneck 2024-08-20T21:51:45.8879505Z copying build\lib.win-amd64-cpython-39\torch\utils\bundled_inputs.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-20T21:51:45.8885469Z copying build\lib.win-amd64-cpython-39\torch\utils\checkpoint.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-20T21:51:45.8892161Z copying build\lib.win-amd64-cpython-39\torch\utils\collect_env.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-20T21:51:45.8898110Z copying build\lib.win-amd64-cpython-39\torch\utils\cpp_backtrace.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-20T21:51:45.8903458Z copying build\lib.win-amd64-cpython-39\torch\utils\cpp_extension.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-20T21:51:45.8910545Z creating build\bdist.win-amd64\wheel\torch\utils\data 2024-08-20T21:51:45.8913748Z copying build\lib.win-amd64-cpython-39\torch\utils\data\backward_compatibility.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2024-08-20T21:51:45.8918985Z copying build\lib.win-amd64-cpython-39\torch\utils\data\dataloader.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2024-08-20T21:51:45.8926477Z creating build\bdist.win-amd64\wheel\torch\utils\data\datapipes 2024-08-20T21:51:45.8929147Z creating build\bdist.win-amd64\wheel\torch\utils\data\datapipes\dataframe 2024-08-20T21:51:45.8932448Z 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-20T21:51:45.8938097Z 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-20T21:51:45.8943780Z 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-20T21:51:45.8954869Z 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-20T21:51:45.8960812Z 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-20T21:51:45.8966242Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\datapipe.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes 2024-08-20T21:51:45.8971878Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\datapipe.pyi -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes 2024-08-20T21:51:45.8977621Z 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-20T21:51:45.8983078Z creating build\bdist.win-amd64\wheel\torch\utils\data\datapipes\iter 2024-08-20T21:51:45.8992404Z 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-20T21:51:45.8997741Z 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-20T21:51:45.9003019Z 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-20T21:51:45.9009069Z 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-20T21:51:45.9021416Z 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-20T21:51:45.9026979Z 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-20T21:51:45.9032425Z 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-20T21:51:45.9037876Z 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-20T21:51:45.9043301Z 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-20T21:51:45.9048750Z 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-20T21:51:45.9054089Z 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-20T21:51:45.9059899Z 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-20T21:51:45.9065503Z creating build\bdist.win-amd64\wheel\torch\utils\data\datapipes\map 2024-08-20T21:51:45.9071584Z 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-20T21:51:45.9078384Z 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-20T21:51:45.9084278Z 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-20T21:51:45.9090144Z 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-20T21:51:45.9095140Z 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-20T21:51:45.9108859Z 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-20T21:51:45.9114257Z creating build\bdist.win-amd64\wheel\torch\utils\data\datapipes\utils 2024-08-20T21:51:45.9117369Z 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-20T21:51:45.9123055Z 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-20T21:51:45.9128723Z 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-20T21:51:45.9134202Z 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-20T21:51:45.9139075Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\_decorator.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes 2024-08-20T21:51:45.9144704Z 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-20T21:51:45.9149718Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\_typing.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes 2024-08-20T21:51:45.9155849Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes 2024-08-20T21:51:45.9160377Z copying build\lib.win-amd64-cpython-39\torch\utils\data\dataset.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2024-08-20T21:51:45.9174551Z copying build\lib.win-amd64-cpython-39\torch\utils\data\distributed.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2024-08-20T21:51:45.9179760Z copying build\lib.win-amd64-cpython-39\torch\utils\data\graph.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2024-08-20T21:51:45.9185016Z copying build\lib.win-amd64-cpython-39\torch\utils\data\graph_settings.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2024-08-20T21:51:45.9190237Z copying build\lib.win-amd64-cpython-39\torch\utils\data\sampler.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2024-08-20T21:51:45.9195812Z creating build\bdist.win-amd64\wheel\torch\utils\data\_utils 2024-08-20T21:51:45.9198729Z copying build\lib.win-amd64-cpython-39\torch\utils\data\_utils\collate.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\_utils 2024-08-20T21:51:45.9204359Z copying build\lib.win-amd64-cpython-39\torch\utils\data\_utils\fetch.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\_utils 2024-08-20T21:51:45.9210642Z 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-20T21:51:45.9215926Z 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-20T21:51:45.9221168Z copying build\lib.win-amd64-cpython-39\torch\utils\data\_utils\worker.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\_utils 2024-08-20T21:51:45.9233023Z copying build\lib.win-amd64-cpython-39\torch\utils\data\_utils\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\_utils 2024-08-20T21:51:45.9237992Z copying build\lib.win-amd64-cpython-39\torch\utils\data\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2024-08-20T21:51:45.9243188Z copying build\lib.win-amd64-cpython-39\torch\utils\deterministic.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-20T21:51:45.9248510Z copying build\lib.win-amd64-cpython-39\torch\utils\dlpack.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-20T21:51:45.9253740Z copying build\lib.win-amd64-cpython-39\torch\utils\file_baton.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-20T21:51:45.9259707Z copying build\lib.win-amd64-cpython-39\torch\utils\flop_counter.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-20T21:51:45.9265933Z creating build\bdist.win-amd64\wheel\torch\utils\hipify 2024-08-20T21:51:45.9268853Z copying build\lib.win-amd64-cpython-39\torch\utils\hipify\constants.py -> build\bdist.win-amd64\wheel\.\torch\utils\hipify 2024-08-20T21:51:45.9274288Z 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-20T21:51:45.9283118Z copying build\lib.win-amd64-cpython-39\torch\utils\hipify\hipify_python.py -> build\bdist.win-amd64\wheel\.\torch\utils\hipify 2024-08-20T21:51:45.9289062Z copying build\lib.win-amd64-cpython-39\torch\utils\hipify\version.py -> build\bdist.win-amd64\wheel\.\torch\utils\hipify 2024-08-20T21:51:45.9300932Z copying build\lib.win-amd64-cpython-39\torch\utils\hipify\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\hipify 2024-08-20T21:51:45.9305701Z copying build\lib.win-amd64-cpython-39\torch\utils\hooks.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-20T21:51:45.9311142Z creating build\bdist.win-amd64\wheel\torch\utils\jit 2024-08-20T21:51:45.9314024Z copying build\lib.win-amd64-cpython-39\torch\utils\jit\log_extract.py -> build\bdist.win-amd64\wheel\.\torch\utils\jit 2024-08-20T21:51:45.9319393Z copying build\lib.win-amd64-cpython-39\torch\utils\jit\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\jit 2024-08-20T21:51:45.9323843Z copying build\lib.win-amd64-cpython-39\torch\utils\mkldnn.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-20T21:51:45.9329359Z copying build\lib.win-amd64-cpython-39\torch\utils\mobile_optimizer.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-20T21:51:45.9335337Z creating build\bdist.win-amd64\wheel\torch\utils\model_dump 2024-08-20T21:51:45.9338293Z copying build\lib.win-amd64-cpython-39\torch\utils\model_dump\code.js -> build\bdist.win-amd64\wheel\.\torch\utils\model_dump 2024-08-20T21:51:45.9343941Z copying build\lib.win-amd64-cpython-39\torch\utils\model_dump\htm.mjs -> build\bdist.win-amd64\wheel\.\torch\utils\model_dump 2024-08-20T21:51:45.9349619Z copying build\lib.win-amd64-cpython-39\torch\utils\model_dump\preact.mjs -> build\bdist.win-amd64\wheel\.\torch\utils\model_dump 2024-08-20T21:51:45.9354878Z copying build\lib.win-amd64-cpython-39\torch\utils\model_dump\skeleton.html -> build\bdist.win-amd64\wheel\.\torch\utils\model_dump 2024-08-20T21:51:45.9360085Z copying build\lib.win-amd64-cpython-39\torch\utils\model_dump\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\model_dump 2024-08-20T21:51:45.9372506Z copying build\lib.win-amd64-cpython-39\torch\utils\model_dump\__main__.py -> build\bdist.win-amd64\wheel\.\torch\utils\model_dump 2024-08-20T21:51:45.9377316Z copying build\lib.win-amd64-cpython-39\torch\utils\model_zoo.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-20T21:51:45.9382717Z copying build\lib.win-amd64-cpython-39\torch\utils\module_tracker.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-20T21:51:45.9397051Z copying build\lib.win-amd64-cpython-39\torch\utils\show_pickle.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-20T21:51:45.9402782Z creating build\bdist.win-amd64\wheel\torch\utils\tensorboard 2024-08-20T21:51:45.9405772Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\summary.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2024-08-20T21:51:45.9411593Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\writer.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2024-08-20T21:51:45.9417546Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\_convert_np.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2024-08-20T21:51:45.9422744Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\_embedding.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2024-08-20T21:51:45.9435219Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\_onnx_graph.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2024-08-20T21:51:45.9440493Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\_proto_graph.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2024-08-20T21:51:45.9445991Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\_pytorch_graph.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2024-08-20T21:51:45.9451606Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\_utils.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2024-08-20T21:51:45.9457060Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2024-08-20T21:51:45.9462178Z copying build\lib.win-amd64-cpython-39\torch\utils\throughput_benchmark.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-20T21:51:45.9467655Z creating build\bdist.win-amd64\wheel\torch\utils\viz 2024-08-20T21:51:45.9471319Z copying build\lib.win-amd64-cpython-39\torch\utils\viz\_cycles.py -> build\bdist.win-amd64\wheel\.\torch\utils\viz 2024-08-20T21:51:45.9476553Z copying build\lib.win-amd64-cpython-39\torch\utils\viz\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\viz 2024-08-20T21:51:45.9480329Z copying build\lib.win-amd64-cpython-39\torch\utils\weak.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-20T21:51:45.9485953Z copying build\lib.win-amd64-cpython-39\torch\utils\_backport_slots.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-20T21:51:45.9491467Z copying build\lib.win-amd64-cpython-39\torch\utils\_config_module.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-20T21:51:45.9497123Z copying build\lib.win-amd64-cpython-39\torch\utils\_config_typing.pyi -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-20T21:51:45.9502869Z copying build\lib.win-amd64-cpython-39\torch\utils\_content_store.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-20T21:51:45.9508891Z copying build\lib.win-amd64-cpython-39\torch\utils\_contextlib.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-20T21:51:45.9514495Z copying build\lib.win-amd64-cpython-39\torch\utils\_cpp_extension_versioner.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-20T21:51:45.9527195Z copying build\lib.win-amd64-cpython-39\torch\utils\_cxx_pytree.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-20T21:51:45.9533054Z copying build\lib.win-amd64-cpython-39\torch\utils\_device.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-20T21:51:45.9538488Z copying build\lib.win-amd64-cpython-39\torch\utils\_exposed_in.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-20T21:51:45.9543932Z copying build\lib.win-amd64-cpython-39\torch\utils\_foreach_utils.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-20T21:51:45.9549304Z copying build\lib.win-amd64-cpython-39\torch\utils\_freeze.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-20T21:51:45.9554956Z copying build\lib.win-amd64-cpython-39\torch\utils\_get_clean_triton.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-20T21:51:45.9560359Z copying build\lib.win-amd64-cpython-39\torch\utils\_import_utils.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-20T21:51:45.9566012Z copying build\lib.win-amd64-cpython-39\torch\utils\_mode_utils.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-20T21:51:45.9571044Z copying build\lib.win-amd64-cpython-39\torch\utils\_ordered_set.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-20T21:51:45.9576553Z copying build\lib.win-amd64-cpython-39\torch\utils\_python_dispatch.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-20T21:51:45.9595283Z copying build\lib.win-amd64-cpython-39\torch\utils\_pytree.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-20T21:51:45.9601427Z copying build\lib.win-amd64-cpython-39\torch\utils\_stats.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-20T21:51:45.9607784Z creating build\bdist.win-amd64\wheel\torch\utils\_strobelight 2024-08-20T21:51:45.9610968Z copying build\lib.win-amd64-cpython-39\torch\utils\_strobelight\cli_function_profiler.py -> build\bdist.win-amd64\wheel\.\torch\utils\_strobelight 2024-08-20T21:51:45.9616704Z copying build\lib.win-amd64-cpython-39\torch\utils\_strobelight\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\_strobelight 2024-08-20T21:51:45.9621526Z creating build\bdist.win-amd64\wheel\torch\utils\_sympy 2024-08-20T21:51:45.9624536Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\functions.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2024-08-20T21:51:45.9630422Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\interp.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2024-08-20T21:51:45.9635808Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\numbers.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2024-08-20T21:51:45.9641082Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\reference.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2024-08-20T21:51:45.9646548Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\singleton_int.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2024-08-20T21:51:45.9662030Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\solve.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2024-08-20T21:51:45.9667217Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\symbol.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2024-08-20T21:51:45.9672315Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\value_ranges.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2024-08-20T21:51:45.9679187Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2024-08-20T21:51:45.9683676Z copying build\lib.win-amd64-cpython-39\torch\utils\_thunk.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-20T21:51:45.9688928Z copying build\lib.win-amd64-cpython-39\torch\utils\_traceback.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-20T21:51:45.9694324Z copying build\lib.win-amd64-cpython-39\torch\utils\_triton.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-20T21:51:45.9699721Z copying build\lib.win-amd64-cpython-39\torch\utils\_typing_utils.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-20T21:51:45.9704929Z copying build\lib.win-amd64-cpython-39\torch\utils\_zip.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-20T21:51:45.9710238Z copying build\lib.win-amd64-cpython-39\torch\utils\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-08-20T21:51:45.9715622Z copying build\lib.win-amd64-cpython-39\torch\version.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-20T21:51:45.9721043Z creating build\bdist.win-amd64\wheel\torch\xpu 2024-08-20T21:51:45.9724349Z copying build\lib.win-amd64-cpython-39\torch\xpu\random.py -> build\bdist.win-amd64\wheel\.\torch\xpu 2024-08-20T21:51:45.9730081Z copying build\lib.win-amd64-cpython-39\torch\xpu\streams.py -> build\bdist.win-amd64\wheel\.\torch\xpu 2024-08-20T21:51:45.9735390Z copying build\lib.win-amd64-cpython-39\torch\xpu\_gpu_trace.py -> build\bdist.win-amd64\wheel\.\torch\xpu 2024-08-20T21:51:45.9741018Z copying build\lib.win-amd64-cpython-39\torch\xpu\_utils.py -> build\bdist.win-amd64\wheel\.\torch\xpu 2024-08-20T21:51:45.9745978Z copying build\lib.win-amd64-cpython-39\torch\xpu\__init__.py -> build\bdist.win-amd64\wheel\.\torch\xpu 2024-08-20T21:51:45.9751010Z copying build\lib.win-amd64-cpython-39\torch\_appdirs.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-20T21:51:45.9757087Z creating build\bdist.win-amd64\wheel\torch\_awaits 2024-08-20T21:51:45.9760010Z copying build\lib.win-amd64-cpython-39\torch\_awaits\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_awaits 2024-08-20T21:51:45.9765715Z creating build\bdist.win-amd64\wheel\torch\_C 2024-08-20T21:51:45.9768581Z copying build\lib.win-amd64-cpython-39\torch\_C\_aoti.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-08-20T21:51:45.9773681Z copying build\lib.win-amd64-cpython-39\torch\_C\_autograd.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-08-20T21:51:45.9779075Z copying build\lib.win-amd64-cpython-39\torch\_C\_cpu.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-08-20T21:51:45.9784673Z copying build\lib.win-amd64-cpython-39\torch\_C\_cudnn.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-08-20T21:51:45.9789782Z copying build\lib.win-amd64-cpython-39\torch\_C\_distributed_autograd.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-08-20T21:51:45.9802008Z copying build\lib.win-amd64-cpython-39\torch\_C\_distributed_c10d.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-08-20T21:51:45.9807829Z copying build\lib.win-amd64-cpython-39\torch\_C\_distributed_rpc.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-08-20T21:51:45.9813975Z copying build\lib.win-amd64-cpython-39\torch\_C\_distributed_rpc_testing.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-08-20T21:51:45.9819621Z copying build\lib.win-amd64-cpython-39\torch\_C\_functions.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-08-20T21:51:45.9825040Z copying build\lib.win-amd64-cpython-39\torch\_C\_functorch.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-08-20T21:51:45.9831139Z copying build\lib.win-amd64-cpython-39\torch\_C\_itt.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-08-20T21:51:45.9836241Z copying build\lib.win-amd64-cpython-39\torch\_C\_lazy.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-08-20T21:51:45.9841584Z copying build\lib.win-amd64-cpython-39\torch\_C\_lazy_ts_backend.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-08-20T21:51:45.9847139Z copying build\lib.win-amd64-cpython-39\torch\_C\_monitor.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-08-20T21:51:45.9852234Z copying build\lib.win-amd64-cpython-39\torch\_C\_nn.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-08-20T21:51:45.9857377Z copying build\lib.win-amd64-cpython-39\torch\_C\_nvtx.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-08-20T21:51:45.9862863Z copying build\lib.win-amd64-cpython-39\torch\_C\_onnx.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-08-20T21:51:45.9867952Z copying build\lib.win-amd64-cpython-39\torch\_C\_profiler.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-08-20T21:51:45.9873326Z copying build\lib.win-amd64-cpython-39\torch\_C\_VariableFunctions.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-08-20T21:51:45.9889941Z copying build\lib.win-amd64-cpython-39\torch\_C\_verbose.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-08-20T21:51:45.9894528Z copying build\lib.win-amd64-cpython-39\torch\_C\__init__.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-08-20T21:51:45.9904167Z copying build\lib.win-amd64-cpython-39\torch\_C.cp39-win_amd64.pyd -> build\bdist.win-amd64\wheel\.\torch 2024-08-20T21:51:45.9909736Z copying build\lib.win-amd64-cpython-39\torch\_classes.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-20T21:51:45.9914908Z copying build\lib.win-amd64-cpython-39\torch\_compile.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-20T21:51:45.9920705Z creating build\bdist.win-amd64\wheel\torch\_custom_op 2024-08-20T21:51:45.9923770Z copying build\lib.win-amd64-cpython-39\torch\_custom_op\autograd.py -> build\bdist.win-amd64\wheel\.\torch\_custom_op 2024-08-20T21:51:45.9929393Z copying build\lib.win-amd64-cpython-39\torch\_custom_op\functional.py -> build\bdist.win-amd64\wheel\.\torch\_custom_op 2024-08-20T21:51:45.9934495Z copying build\lib.win-amd64-cpython-39\torch\_custom_op\impl.py -> build\bdist.win-amd64\wheel\.\torch\_custom_op 2024-08-20T21:51:45.9940936Z copying build\lib.win-amd64-cpython-39\torch\_custom_op\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_custom_op 2024-08-20T21:51:45.9944611Z copying build\lib.win-amd64-cpython-39\torch\_custom_ops.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-20T21:51:45.9950349Z creating build\bdist.win-amd64\wheel\torch\_decomp 2024-08-20T21:51:45.9953427Z copying build\lib.win-amd64-cpython-39\torch\_decomp\decompositions.py -> build\bdist.win-amd64\wheel\.\torch\_decomp 2024-08-20T21:51:45.9961107Z copying build\lib.win-amd64-cpython-39\torch\_decomp\decompositions_for_jvp.py -> build\bdist.win-amd64\wheel\.\torch\_decomp 2024-08-20T21:51:45.9966736Z copying build\lib.win-amd64-cpython-39\torch\_decomp\decompositions_for_rng.py -> build\bdist.win-amd64\wheel\.\torch\_decomp 2024-08-20T21:51:45.9980544Z copying build\lib.win-amd64-cpython-39\torch\_decomp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_decomp 2024-08-20T21:51:45.9986015Z copying build\lib.win-amd64-cpython-39\torch\_deploy.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-20T21:51:45.9991701Z creating build\bdist.win-amd64\wheel\torch\_dispatch 2024-08-20T21:51:46.0001648Z copying build\lib.win-amd64-cpython-39\torch\_dispatch\python.py -> build\bdist.win-amd64\wheel\.\torch\_dispatch 2024-08-20T21:51:46.0007078Z copying build\lib.win-amd64-cpython-39\torch\_dispatch\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_dispatch 2024-08-20T21:51:46.0011934Z creating build\bdist.win-amd64\wheel\torch\_dynamo 2024-08-20T21:51:46.0015066Z creating build\bdist.win-amd64\wheel\torch\_dynamo\backends 2024-08-20T21:51:46.0040293Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\common.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2024-08-20T21:51:46.0045686Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\cudagraphs.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2024-08-20T21:51:46.0051210Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\debugging.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2024-08-20T21:51:46.0056554Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\distributed.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2024-08-20T21:51:46.0070165Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\inductor.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2024-08-20T21:51:46.0075434Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\onnxrt.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2024-08-20T21:51:46.0080627Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\registry.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2024-08-20T21:51:46.0085912Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\tensorrt.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2024-08-20T21:51:46.0090878Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\torchxla.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2024-08-20T21:51:46.0096055Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\tvm.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2024-08-20T21:51:46.0101452Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2024-08-20T21:51:46.0105719Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\bytecode_analysis.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-20T21:51:46.0111345Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\bytecode_transformation.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-20T21:51:46.0117551Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\cache_size.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-20T21:51:46.0136058Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\callback.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-20T21:51:46.0141130Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\codegen.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-20T21:51:46.0146954Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\code_context.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-20T21:51:46.0152406Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\compiled_autograd.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-20T21:51:46.0158641Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\comptime.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-20T21:51:46.0164506Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\config.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-20T21:51:46.0170161Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\convert_frame.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-20T21:51:46.0176466Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\create_parameter_op.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-20T21:51:46.0181854Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\current_scope_id.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-20T21:51:46.0187347Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\debug_utils.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-20T21:51:46.0193173Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\decorators.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-20T21:51:46.0199025Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\device_interface.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-20T21:51:46.0204621Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\distributed.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-20T21:51:46.0209992Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\eval_frame.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-20T21:51:46.0216447Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\exc.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-20T21:51:46.0221967Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\external_utils.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-20T21:51:46.0227644Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\funcname_cache.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-20T21:51:46.0232980Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\guards.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-20T21:51:46.0247309Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\hooks.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-20T21:51:46.0252451Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\logging.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-20T21:51:46.0258005Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\mutation_guard.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-20T21:51:46.0263771Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\output_graph.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-20T21:51:46.0270688Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfill.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-20T21:51:46.0275944Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\profiler.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-20T21:51:46.0281350Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\replay_record.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-20T21:51:46.0287282Z creating build\bdist.win-amd64\wheel\torch\_dynamo\repro 2024-08-20T21:51:46.0290196Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\repro\after_aot.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\repro 2024-08-20T21:51:46.0296287Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\repro\after_dynamo.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\repro 2024-08-20T21:51:46.0302226Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\repro\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\repro 2024-08-20T21:51:46.0306455Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\resume_execution.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-20T21:51:46.0312345Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\side_effects.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-20T21:51:46.0318070Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\source.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-20T21:51:46.0323860Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\symbolic_convert.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-20T21:51:46.0331442Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\tensor_version_op.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-20T21:51:46.0343164Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\testing.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-20T21:51:46.0348471Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\test_case.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-20T21:51:46.0353933Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\test_minifier_common.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-20T21:51:46.0359430Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\trace_rules.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-20T21:51:46.0366948Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\types.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-20T21:51:46.0372119Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\utils.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-20T21:51:46.0379239Z creating build\bdist.win-amd64\wheel\torch\_dynamo\variables 2024-08-20T21:51:46.0382175Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\base.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-08-20T21:51:46.0387712Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\builder.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-08-20T21:51:46.0395029Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\builtin.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-08-20T21:51:46.0401738Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\constant.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-08-20T21:51:46.0407016Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\ctx_manager.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-08-20T21:51:46.0423791Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\dicts.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-08-20T21:51:46.0429589Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\distributed.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-08-20T21:51:46.0435041Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\functions.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-08-20T21:51:46.0441076Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\higher_order_ops.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-08-20T21:51:46.0447589Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\iter.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-08-20T21:51:46.0452896Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\lazy.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-08-20T21:51:46.0458029Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\lists.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-08-20T21:51:46.0464119Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\misc.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-08-20T21:51:46.0470472Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\nn_module.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-08-20T21:51:46.0476709Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\optimizer.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-08-20T21:51:46.0482068Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\script_object.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-08-20T21:51:46.0487497Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\sdpa.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-08-20T21:51:46.0492766Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\tensor.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-08-20T21:51:46.0499011Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\torch.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-08-20T21:51:46.0504750Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\torch_function.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-08-20T21:51:46.0510151Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\user_defined.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-08-20T21:51:46.0516383Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-08-20T21:51:46.0522103Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\_trace_wrapped_higher_order_op.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-20T21:51:46.0527451Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-08-20T21:51:46.0533212Z creating build\bdist.win-amd64\wheel\torch\_export 2024-08-20T21:51:46.0536159Z copying build\lib.win-amd64-cpython-39\torch\_export\converter.py -> build\bdist.win-amd64\wheel\.\torch\_export 2024-08-20T21:51:46.0542524Z creating build\bdist.win-amd64\wheel\torch\_export\db 2024-08-20T21:51:46.0545348Z copying build\lib.win-amd64-cpython-39\torch\_export\db\case.py -> build\bdist.win-amd64\wheel\.\torch\_export\db 2024-08-20T21:51:46.0551431Z creating build\bdist.win-amd64\wheel\torch\_export\db\examples 2024-08-20T21:51:46.0554541Z 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-20T21:51:46.0559549Z 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-20T21:51:46.0564759Z 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-20T21:51:46.0584631Z 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-20T21:51:46.0590009Z 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-20T21:51:46.0595797Z 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-20T21:51:46.0601259Z 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-20T21:51:46.0606771Z 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-20T21:51:46.0612816Z 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-20T21:51:46.0618080Z 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-20T21:51:46.0623645Z 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-20T21:51:46.0629787Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\decorator.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-08-20T21:51:46.0635613Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\dictionary.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-08-20T21:51:46.0642048Z 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-20T21:51:46.0647507Z 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-20T21:51:46.0653241Z 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-20T21:51:46.0658521Z 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-20T21:51:46.0663674Z 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-20T21:51:46.2310401Z 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-20T21:51:46.2315022Z 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-20T21:51:46.2320883Z 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-20T21:51:46.2350967Z 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-20T21:51:46.2355729Z 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-20T21:51:46.2361295Z 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-20T21:51:46.2366923Z 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-20T21:51:46.2372306Z 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-20T21:51:46.5584303Z 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-20T21:51:46.5590072Z 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-20T21:51:46.5595758Z 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-20T21:51:46.5601659Z 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-20T21:51:46.5607189Z 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-20T21:51:46.5613401Z 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-20T21:51:46.5618816Z 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-20T21:51:46.5624764Z 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-20T21:51:46.5632197Z 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-20T21:51:46.8696090Z 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-20T21:51:46.8700968Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-08-20T21:51:46.8706440Z copying build\lib.win-amd64-cpython-39\torch\_export\db\gen_example.py -> build\bdist.win-amd64\wheel\.\torch\_export\db 2024-08-20T21:51:46.8711931Z copying build\lib.win-amd64-cpython-39\torch\_export\db\logging.py -> build\bdist.win-amd64\wheel\.\torch\_export\db 2024-08-20T21:51:46.8717083Z copying build\lib.win-amd64-cpython-39\torch\_export\db\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_export\db 2024-08-20T21:51:46.8721824Z copying build\lib.win-amd64-cpython-39\torch\_export\error.py -> build\bdist.win-amd64\wheel\.\torch\_export 2024-08-20T21:51:46.8727201Z copying build\lib.win-amd64-cpython-39\torch\_export\non_strict_utils.py -> build\bdist.win-amd64\wheel\.\torch\_export 2024-08-20T21:51:46.8733476Z creating build\bdist.win-amd64\wheel\torch\_export\passes 2024-08-20T21:51:46.8744863Z 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-20T21:51:46.8750001Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\collect_tracepoints_pass.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2024-08-20T21:51:46.8755085Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\constant_folding.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2024-08-20T21:51:46.8773182Z 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-20T21:51:46.8778103Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\lift_constants_pass.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2024-08-20T21:51:46.8783460Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\remove_runtime_assertions.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2024-08-20T21:51:46.8788610Z 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-20T21:51:46.8794264Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\replace_quantized_ops_with_standard_ops_pass.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2024-08-20T21:51:46.8800228Z 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-20T21:51:46.8805737Z 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-20T21:51:46.8811590Z 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-20T21:51:46.8817165Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\_node_metadata_hook.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2024-08-20T21:51:46.8822566Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2024-08-20T21:51:46.8828049Z copying build\lib.win-amd64-cpython-39\torch\_export\pass_base.py -> build\bdist.win-amd64\wheel\.\torch\_export 2024-08-20T21:51:46.8834183Z creating build\bdist.win-amd64\wheel\torch\_export\pass_infra 2024-08-20T21:51:46.8837158Z 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-20T21:51:46.8842377Z 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-20T21:51:46.8848174Z copying build\lib.win-amd64-cpython-39\torch\_export\pass_infra\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_export\pass_infra 2024-08-20T21:51:46.8852969Z creating build\bdist.win-amd64\wheel\torch\_export\serde 2024-08-20T21:51:46.8856152Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\aoti_schema.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2024-08-20T21:51:46.8861118Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\schema.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2024-08-20T21:51:46.8866512Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\schema.yaml -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2024-08-20T21:51:46.8871877Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\schema_check.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2024-08-20T21:51:46.8887367Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\serialize.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2024-08-20T21:51:46.8894290Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\union.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2024-08-20T21:51:46.8899593Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2024-08-20T21:51:46.8904364Z copying build\lib.win-amd64-cpython-39\torch\_export\tools.py -> build\bdist.win-amd64\wheel\.\torch\_export 2024-08-20T21:51:46.8908883Z copying build\lib.win-amd64-cpython-39\torch\_export\utils.py -> build\bdist.win-amd64\wheel\.\torch\_export 2024-08-20T21:51:46.8914589Z copying build\lib.win-amd64-cpython-39\torch\_export\verifier.py -> build\bdist.win-amd64\wheel\.\torch\_export 2024-08-20T21:51:46.8920730Z copying build\lib.win-amd64-cpython-39\torch\_export\wrappers.py -> build\bdist.win-amd64\wheel\.\torch\_export 2024-08-20T21:51:46.8925909Z copying build\lib.win-amd64-cpython-39\torch\_export\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_export 2024-08-20T21:51:46.8931414Z creating build\bdist.win-amd64\wheel\torch\_functorch 2024-08-20T21:51:46.8934392Z copying build\lib.win-amd64-cpython-39\torch\_functorch\aot_autograd.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-08-20T21:51:46.8940590Z copying build\lib.win-amd64-cpython-39\torch\_functorch\apis.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-08-20T21:51:46.8946334Z copying build\lib.win-amd64-cpython-39\torch\_functorch\autograd_function.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-08-20T21:51:46.8952184Z copying build\lib.win-amd64-cpython-39\torch\_functorch\batch_norm_replacement.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-08-20T21:51:46.8967954Z copying build\lib.win-amd64-cpython-39\torch\_functorch\benchmark_utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-08-20T21:51:46.8973499Z copying build\lib.win-amd64-cpython-39\torch\_functorch\compilers.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-08-20T21:51:46.8979022Z copying build\lib.win-amd64-cpython-39\torch\_functorch\compile_utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-08-20T21:51:46.8984414Z copying build\lib.win-amd64-cpython-39\torch\_functorch\config.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-08-20T21:51:46.8989752Z copying build\lib.win-amd64-cpython-39\torch\_functorch\deprecated.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-08-20T21:51:46.8995125Z copying build\lib.win-amd64-cpython-39\torch\_functorch\eager_transforms.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-08-20T21:51:46.9001729Z copying build\lib.win-amd64-cpython-39\torch\_functorch\functional_call.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-08-20T21:51:46.9007597Z copying build\lib.win-amd64-cpython-39\torch\_functorch\fx_minifier.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-08-20T21:51:46.9013508Z copying build\lib.win-amd64-cpython-39\torch\_functorch\make_functional.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-08-20T21:51:46.9019438Z copying build\lib.win-amd64-cpython-39\torch\_functorch\partitioners.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-08-20T21:51:46.9025861Z copying build\lib.win-amd64-cpython-39\torch\_functorch\pyfunctorch.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-08-20T21:51:46.9031345Z copying build\lib.win-amd64-cpython-39\torch\_functorch\python_key.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-08-20T21:51:46.9036616Z copying build\lib.win-amd64-cpython-39\torch\_functorch\pytree_hacks.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-08-20T21:51:46.9042249Z copying build\lib.win-amd64-cpython-39\torch\_functorch\top_operators_github_usage.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-08-20T21:51:46.9048301Z copying build\lib.win-amd64-cpython-39\torch\_functorch\utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-08-20T21:51:46.9053847Z copying build\lib.win-amd64-cpython-39\torch\_functorch\vmap.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-08-20T21:51:46.9060217Z creating build\bdist.win-amd64\wheel\torch\_functorch\_aot_autograd 2024-08-20T21:51:46.9076624Z 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-20T21:51:46.9082403Z 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-20T21:51:46.9088444Z 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-20T21:51:46.9101927Z 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-20T21:51:46.9107595Z 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-20T21:51:46.9113376Z 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-20T21:51:46.9118964Z 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-20T21:51:46.9124369Z 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-20T21:51:46.9130844Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\schemas.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2024-08-20T21:51:46.9136720Z 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-20T21:51:46.9142146Z 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-20T21:51:46.9147920Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2024-08-20T21:51:46.9152928Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2024-08-20T21:51:46.9157902Z copying build\lib.win-amd64-cpython-39\torch\_functorch\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-08-20T21:51:46.9163145Z copying build\lib.win-amd64-cpython-39\torch\_guards.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-20T21:51:46.9169814Z creating build\bdist.win-amd64\wheel\torch\_higher_order_ops 2024-08-20T21:51:46.9173049Z 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-20T21:51:46.9178583Z 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-20T21:51:46.9183813Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\cond.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2024-08-20T21:51:46.9200902Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\effects.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2024-08-20T21:51:46.9206018Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\executorch_call_delegate.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2024-08-20T21:51:46.9211311Z 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-20T21:51:46.9217203Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\map.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2024-08-20T21:51:46.9223517Z 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-20T21:51:46.9228913Z 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-20T21:51:46.9234573Z 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-20T21:51:46.9239361Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\torchbind.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2024-08-20T21:51:46.9244950Z 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-20T21:51:46.9251572Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\utils.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2024-08-20T21:51:46.9256584Z 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-20T21:51:46.9261779Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\wrap.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2024-08-20T21:51:46.9266809Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2024-08-20T21:51:46.9272318Z creating build\bdist.win-amd64\wheel\torch\_inductor 2024-08-20T21:51:46.9275176Z copying build\lib.win-amd64-cpython-39\torch\_inductor\aoti_eager.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-20T21:51:46.9280220Z copying build\lib.win-amd64-cpython-39\torch\_inductor\async_compile.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-20T21:51:46.9286102Z creating build\bdist.win-amd64\wheel\torch\_inductor\autoheuristic 2024-08-20T21:51:46.9296792Z creating build\bdist.win-amd64\wheel\torch\_inductor\autoheuristic\artifacts 2024-08-20T21:51:46.9299724Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts\_MixedMMA100.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic\artifacts 2024-08-20T21:51:46.9304877Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts\_MixedMMH100.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic\artifacts 2024-08-20T21:51:46.9309946Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts\_MMRankingA100.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic\artifacts 2024-08-20T21:51:46.9323128Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts\_MMRankingH100.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic\artifacts 2024-08-20T21:51:46.9328789Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts\_PadMMA100.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic\artifacts 2024-08-20T21:51:46.9334101Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic\artifacts 2024-08-20T21:51:46.9338103Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\autoheuristic.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic 2024-08-20T21:51:46.9343233Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\autoheuristic_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic 2024-08-20T21:51:46.9360870Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\learnedheuristic_interface.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic 2024-08-20T21:51:46.9365949Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\learned_heuristic_controller.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic 2024-08-20T21:51:46.9371334Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic 2024-08-20T21:51:46.9375484Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autotune_process.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-20T21:51:46.9382555Z copying build\lib.win-amd64-cpython-39\torch\_inductor\bounds.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-20T21:51:46.9387937Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codecache.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-20T21:51:46.9395527Z creating build\bdist.win-amd64\wheel\torch\_inductor\codegen 2024-08-20T21:51:46.9398525Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\aoti_hipify_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-08-20T21:51:46.9405159Z creating build\bdist.win-amd64\wheel\torch\_inductor\codegen\aoti_runtime 2024-08-20T21:51:46.9408170Z 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-20T21:51:46.9413542Z 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-20T21:51:46.9418944Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\codegen_device_driver.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-08-20T21:51:46.9432006Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\common.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-08-20T21:51:46.9438586Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-08-20T21:51:46.9446709Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_gemm_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-08-20T21:51:46.9452785Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_micro_gemm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-08-20T21:51:46.9459117Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_prefix.h -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-08-20T21:51:46.9464974Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-08-20T21:51:46.9470780Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_template_kernel.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-08-20T21:51:46.9476875Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-08-20T21:51:46.9511336Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_wrapper_cpu.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-08-20T21:51:46.9518565Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_wrapper_cuda.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-08-20T21:51:46.9524743Z creating build\bdist.win-amd64\wheel\torch\_inductor\codegen\cuda 2024-08-20T21:51:46.9527628Z 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-20T21:51:46.9532791Z 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-20T21:51:46.9537907Z 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-20T21:51:46.9543306Z 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-20T21:51:46.9562236Z 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-20T21:51:46.9567884Z creating build\bdist.win-amd64\wheel\torch\_inductor\codegen\cuda\cutlass_lib_extensions 2024-08-20T21:51:46.9572002Z 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-20T21:51:46.9576637Z 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-20T21:51:46.9580573Z 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-20T21:51:46.9585961Z 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-20T21:51:46.9591171Z 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-20T21:51:46.9597599Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda 2024-08-20T21:51:46.9602131Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda_combined_scheduling.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-08-20T21:51:46.9607730Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\debug_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-08-20T21:51:46.9613001Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\halide.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-08-20T21:51:46.9619669Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\memory_planning.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-08-20T21:51:46.9625574Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\multi_kernel.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-08-20T21:51:46.9631396Z creating build\bdist.win-amd64\wheel\torch\_inductor\codegen\rocm 2024-08-20T21:51:46.9635104Z 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-20T21:51:46.9640236Z 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-20T21:51:46.9645763Z 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-20T21:51:46.9664420Z 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-20T21:51:46.9669695Z 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-20T21:51:46.9675211Z 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-20T21:51:46.9680602Z 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-20T21:51:46.9686276Z 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-20T21:51:46.9691886Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\rocm 2024-08-20T21:51:46.9696134Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\simd.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-08-20T21:51:46.9705471Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\triton.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-08-20T21:51:46.9838128Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\triton_combo_kernel.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-08-20T21:51:46.9844505Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\triton_split_scan.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-08-20T21:51:46.9849751Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\triton_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-08-20T21:51:46.9854853Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\wrapper.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-08-20T21:51:46.9861725Z creating build\bdist.win-amd64\wheel\torch\_inductor\codegen\xpu 2024-08-20T21:51:46.9864582Z 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-20T21:51:46.9869963Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\xpu\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\xpu 2024-08-20T21:51:46.9875112Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-08-20T21:51:46.9878541Z copying build\lib.win-amd64-cpython-39\torch\_inductor\comms.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-20T21:51:46.9884688Z copying build\lib.win-amd64-cpython-39\torch\_inductor\comm_analysis.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-20T21:51:46.9889953Z copying build\lib.win-amd64-cpython-39\torch\_inductor\compile_fx.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-20T21:51:46.9896955Z creating build\bdist.win-amd64\wheel\torch\_inductor\compile_worker 2024-08-20T21:51:46.9900131Z 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-20T21:51:46.9905593Z copying build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker\watchdog.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\compile_worker 2024-08-20T21:51:46.9910834Z copying build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\compile_worker 2024-08-20T21:51:46.9916052Z copying build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker\__main__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\compile_worker 2024-08-20T21:51:46.9920293Z copying build\lib.win-amd64-cpython-39\torch\_inductor\config.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-20T21:51:46.9926390Z copying build\lib.win-amd64-cpython-39\torch\_inductor\constant_folding.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-20T21:51:46.9931972Z copying build\lib.win-amd64-cpython-39\torch\_inductor\cpp_builder.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-20T21:51:46.9937958Z copying build\lib.win-amd64-cpython-39\torch\_inductor\cpu_vec_isa.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-20T21:51:46.9943038Z copying build\lib.win-amd64-cpython-39\torch\_inductor\cudagraph_trees.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-20T21:51:46.9949855Z copying build\lib.win-amd64-cpython-39\torch\_inductor\cudagraph_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-20T21:51:46.9954710Z copying build\lib.win-amd64-cpython-39\torch\_inductor\debug.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-20T21:51:46.9960480Z copying build\lib.win-amd64-cpython-39\torch\_inductor\decomposition.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-20T21:51:46.9966251Z copying build\lib.win-amd64-cpython-39\torch\_inductor\dependencies.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-20T21:51:46.9972213Z copying build\lib.win-amd64-cpython-39\torch\_inductor\exc.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-20T21:51:46.9977130Z copying build\lib.win-amd64-cpython-39\torch\_inductor\extern_node_serializer.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-20T21:51:46.9994160Z copying build\lib.win-amd64-cpython-39\torch\_inductor\freezing.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-20T21:51:46.9999859Z creating build\bdist.win-amd64\wheel\torch\_inductor\fx_passes 2024-08-20T21:51:47.0003234Z 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-20T21:51:47.0009491Z 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-20T21:51:47.0015391Z 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-20T21:51:47.0021460Z 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-20T21:51:47.0035615Z 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-20T21:51:47.0040908Z 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-20T21:51:47.0046912Z 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-20T21:51:47.0052698Z 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-20T21:51:47.0058410Z 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-20T21:51:47.0064866Z 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-20T21:51:47.0071385Z 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-20T21:51:47.0077181Z 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-20T21:51:47.0082399Z 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-20T21:51:47.0089799Z 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-20T21:51:47.0094386Z 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-20T21:51:47.0100274Z 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-20T21:51:47.0106560Z 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-20T21:51:47.0112493Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\quantization.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-08-20T21:51:47.0119060Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\reinplace.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-08-20T21:51:47.0125725Z 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-20T21:51:47.0140937Z creating build\bdist.win-amd64\wheel\torch\_inductor\fx_passes\serialized_patterns 2024-08-20T21:51:47.0144117Z 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-20T21:51:47.0149525Z 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-20T21:51:47.0154972Z 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-20T21:51:47.0168584Z 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-20T21:51:47.0174128Z 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-20T21:51:47.0179704Z 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-20T21:51:47.0185916Z 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-20T21:51:47.0191572Z 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-20T21:51:47.0196636Z 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-20T21:51:47.0202232Z 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-20T21:51:47.0208030Z 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-20T21:51:47.0214333Z 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-20T21:51:47.0220585Z 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-20T21:51:47.0226464Z 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-20T21:51:47.0233851Z 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-20T21:51:47.0239667Z 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-20T21:51:47.0245378Z 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-20T21:51:47.0251442Z 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-20T21:51:47.0257168Z 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-20T21:51:47.0277460Z 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-20T21:51:47.0282759Z 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-20T21:51:47.0288215Z 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-20T21:51:47.0294080Z 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-20T21:51:47.0298215Z 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-20T21:51:47.0305333Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-08-20T21:51:47.0309845Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-20T21:51:47.0315167Z copying build\lib.win-amd64-cpython-39\torch\_inductor\graph.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-20T21:51:47.0321787Z copying build\lib.win-amd64-cpython-39\torch\_inductor\hooks.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-20T21:51:47.0327148Z copying build\lib.win-amd64-cpython-39\torch\_inductor\index_propagation.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-20T21:51:47.0332545Z copying build\lib.win-amd64-cpython-39\torch\_inductor\inductor_prims.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-20T21:51:47.0337931Z copying build\lib.win-amd64-cpython-39\torch\_inductor\ir.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-20T21:51:47.0345864Z copying build\lib.win-amd64-cpython-39\torch\_inductor\jagged_lowerings.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-20T21:51:47.0351674Z creating build\bdist.win-amd64\wheel\torch\_inductor\kernel 2024-08-20T21:51:47.0354552Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\bmm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2024-08-20T21:51:47.0359758Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\conv.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2024-08-20T21:51:47.0365779Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\flex_attention.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2024-08-20T21:51:47.0371849Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\flex_decoding.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2024-08-20T21:51:47.0378037Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\mm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2024-08-20T21:51:47.0393973Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\mm_common.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2024-08-20T21:51:47.0399618Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\mm_plus_mm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2024-08-20T21:51:47.0404659Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\mm_scaled.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2024-08-20T21:51:47.0409831Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\unpack_mixed_mm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2024-08-20T21:51:47.0415117Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2024-08-20T21:51:47.0419778Z copying build\lib.win-amd64-cpython-39\torch\_inductor\lowering.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-20T21:51:47.0427071Z copying build\lib.win-amd64-cpython-39\torch\_inductor\metrics.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-20T21:51:47.0432911Z copying build\lib.win-amd64-cpython-39\torch\_inductor\mkldnn_ir.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-20T21:51:47.0439240Z copying build\lib.win-amd64-cpython-39\torch\_inductor\mkldnn_lowerings.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-20T21:51:47.0459083Z copying build\lib.win-amd64-cpython-39\torch\_inductor\ops_handler.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-20T21:51:47.0464636Z copying build\lib.win-amd64-cpython-39\torch\_inductor\optimize_indexing.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-20T21:51:47.0470208Z creating build\bdist.win-amd64\wheel\torch\_inductor\package 2024-08-20T21:51:47.0473022Z copying build\lib.win-amd64-cpython-39\torch\_inductor\package\build_package.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\package 2024-08-20T21:51:47.0478269Z copying build\lib.win-amd64-cpython-39\torch\_inductor\package\package.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\package 2024-08-20T21:51:47.0483743Z copying build\lib.win-amd64-cpython-39\torch\_inductor\package\pt2_archive_constants.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\package 2024-08-20T21:51:47.0488571Z copying build\lib.win-amd64-cpython-39\torch\_inductor\package\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\package 2024-08-20T21:51:47.0493771Z copying build\lib.win-amd64-cpython-39\torch\_inductor\pattern_matcher.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-20T21:51:47.0499886Z copying build\lib.win-amd64-cpython-39\torch\_inductor\quantized_lowerings.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-20T21:51:47.0505375Z copying build\lib.win-amd64-cpython-39\torch\_inductor\remote_cache.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-20T21:51:47.0510572Z creating build\bdist.win-amd64\wheel\torch\_inductor\runtime 2024-08-20T21:51:47.0513420Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\benchmarking.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2024-08-20T21:51:47.0518511Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\compile_tasks.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2024-08-20T21:51:47.0523831Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\coordinate_descent_tuner.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2024-08-20T21:51:47.0529108Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\halide_helpers.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2024-08-20T21:51:47.0543861Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\hints.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2024-08-20T21:51:47.0548892Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\runtime_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2024-08-20T21:51:47.0554236Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\triton_helpers.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2024-08-20T21:51:47.0560057Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\triton_heuristics.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2024-08-20T21:51:47.0566643Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2024-08-20T21:51:47.0570675Z copying build\lib.win-amd64-cpython-39\torch\_inductor\scheduler.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-20T21:51:47.0578038Z copying build\lib.win-amd64-cpython-39\torch\_inductor\select_algorithm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-20T21:51:47.0584421Z copying build\lib.win-amd64-cpython-39\torch\_inductor\sizevars.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-20T21:51:47.0590531Z copying build\lib.win-amd64-cpython-39\torch\_inductor\subgraph_lowering.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-20T21:51:47.0606113Z copying build\lib.win-amd64-cpython-39\torch\_inductor\test_case.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-20T21:51:47.0611512Z copying build\lib.win-amd64-cpython-39\torch\_inductor\test_operators.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-20T21:51:47.0616650Z copying build\lib.win-amd64-cpython-39\torch\_inductor\utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-20T21:51:47.0622899Z copying build\lib.win-amd64-cpython-39\torch\_inductor\virtualized.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-20T21:51:47.0628237Z copying build\lib.win-amd64-cpython-39\torch\_inductor\wrapper_benchmark.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-20T21:51:47.0634029Z copying build\lib.win-amd64-cpython-39\torch\_inductor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-08-20T21:51:47.0639745Z copying build\lib.win-amd64-cpython-39\torch\_jit_internal.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-20T21:51:47.0646725Z creating build\bdist.win-amd64\wheel\torch\_lazy 2024-08-20T21:51:47.0649687Z copying build\lib.win-amd64-cpython-39\torch\_lazy\closure.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2024-08-20T21:51:47.0654835Z copying build\lib.win-amd64-cpython-39\torch\_lazy\computation.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2024-08-20T21:51:47.0660473Z copying build\lib.win-amd64-cpython-39\torch\_lazy\config.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2024-08-20T21:51:47.0665502Z copying build\lib.win-amd64-cpython-39\torch\_lazy\debug.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2024-08-20T21:51:47.0670173Z copying build\lib.win-amd64-cpython-39\torch\_lazy\device_context.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2024-08-20T21:51:47.0680980Z copying build\lib.win-amd64-cpython-39\torch\_lazy\extract_compiled_graph.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2024-08-20T21:51:47.0686287Z copying build\lib.win-amd64-cpython-39\torch\_lazy\ir_cache.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2024-08-20T21:51:47.0691138Z copying build\lib.win-amd64-cpython-39\torch\_lazy\metrics.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2024-08-20T21:51:47.0696115Z copying build\lib.win-amd64-cpython-39\torch\_lazy\tensor_factory_functions.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2024-08-20T21:51:47.0701527Z copying build\lib.win-amd64-cpython-39\torch\_lazy\ts_backend.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2024-08-20T21:51:47.0706664Z copying build\lib.win-amd64-cpython-39\torch\_lazy\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2024-08-20T21:51:47.0712410Z creating build\bdist.win-amd64\wheel\torch\_library 2024-08-20T21:51:47.0715467Z copying build\lib.win-amd64-cpython-39\torch\_library\autograd.py -> build\bdist.win-amd64\wheel\.\torch\_library 2024-08-20T21:51:47.0720955Z copying build\lib.win-amd64-cpython-39\torch\_library\custom_ops.py -> build\bdist.win-amd64\wheel\.\torch\_library 2024-08-20T21:51:47.0727322Z copying build\lib.win-amd64-cpython-39\torch\_library\fake_class_registry.py -> build\bdist.win-amd64\wheel\.\torch\_library 2024-08-20T21:51:47.0732621Z copying build\lib.win-amd64-cpython-39\torch\_library\fake_impl.py -> build\bdist.win-amd64\wheel\.\torch\_library 2024-08-20T21:51:47.0750599Z copying build\lib.win-amd64-cpython-39\torch\_library\infer_schema.py -> build\bdist.win-amd64\wheel\.\torch\_library 2024-08-20T21:51:47.0755433Z copying build\lib.win-amd64-cpython-39\torch\_library\simple_registry.py -> build\bdist.win-amd64\wheel\.\torch\_library 2024-08-20T21:51:47.0760920Z copying build\lib.win-amd64-cpython-39\torch\_library\triton.py -> build\bdist.win-amd64\wheel\.\torch\_library 2024-08-20T21:51:47.0766245Z copying build\lib.win-amd64-cpython-39\torch\_library\utils.py -> build\bdist.win-amd64\wheel\.\torch\_library 2024-08-20T21:51:47.0771348Z copying build\lib.win-amd64-cpython-39\torch\_library\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_library 2024-08-20T21:51:47.0776330Z copying build\lib.win-amd64-cpython-39\torch\_linalg_utils.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-20T21:51:47.0781621Z copying build\lib.win-amd64-cpython-39\torch\_lobpcg.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-20T21:51:47.0788139Z creating build\bdist.win-amd64\wheel\torch\_logging 2024-08-20T21:51:47.0791115Z copying build\lib.win-amd64-cpython-39\torch\_logging\structured.py -> build\bdist.win-amd64\wheel\.\torch\_logging 2024-08-20T21:51:47.0796370Z copying build\lib.win-amd64-cpython-39\torch\_logging\_internal.py -> build\bdist.win-amd64\wheel\.\torch\_logging 2024-08-20T21:51:47.0802112Z copying build\lib.win-amd64-cpython-39\torch\_logging\_registrations.py -> build\bdist.win-amd64\wheel\.\torch\_logging 2024-08-20T21:51:47.0807401Z copying build\lib.win-amd64-cpython-39\torch\_logging\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_logging 2024-08-20T21:51:47.0819248Z copying build\lib.win-amd64-cpython-39\torch\_lowrank.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-20T21:51:47.0823623Z copying build\lib.win-amd64-cpython-39\torch\_meta_registrations.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-20T21:51:47.0837345Z copying build\lib.win-amd64-cpython-39\torch\_namedtensor_internals.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-20T21:51:47.0842870Z creating build\bdist.win-amd64\wheel\torch\_numpy 2024-08-20T21:51:47.0845696Z copying build\lib.win-amd64-cpython-39\torch\_numpy\fft.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-08-20T21:51:47.0850802Z copying build\lib.win-amd64-cpython-39\torch\_numpy\linalg.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-08-20T21:51:47.0856027Z copying build\lib.win-amd64-cpython-39\torch\_numpy\random.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-08-20T21:51:47.0861611Z creating build\bdist.win-amd64\wheel\torch\_numpy\testing 2024-08-20T21:51:47.0864288Z copying build\lib.win-amd64-cpython-39\torch\_numpy\testing\utils.py -> build\bdist.win-amd64\wheel\.\torch\_numpy\testing 2024-08-20T21:51:47.0870625Z copying build\lib.win-amd64-cpython-39\torch\_numpy\testing\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_numpy\testing 2024-08-20T21:51:47.0875917Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_binary_ufuncs_impl.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-08-20T21:51:47.0881192Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_casting_dicts.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-08-20T21:51:47.0898804Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_dtypes.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-08-20T21:51:47.0903576Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_dtypes_impl.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-08-20T21:51:47.0908773Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_funcs.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-08-20T21:51:47.0913904Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_funcs_impl.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-08-20T21:51:47.0920542Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_getlimits.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-08-20T21:51:47.0925312Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_ndarray.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-08-20T21:51:47.0931052Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_normalizations.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-08-20T21:51:47.0936643Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_reductions_impl.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-08-20T21:51:47.0941841Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_ufuncs.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-08-20T21:51:47.0947194Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_unary_ufuncs_impl.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-08-20T21:51:47.0952407Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_util.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-08-20T21:51:47.0958006Z copying build\lib.win-amd64-cpython-39\torch\_numpy\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-08-20T21:51:47.0963497Z copying build\lib.win-amd64-cpython-39\torch\_ops.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-20T21:51:47.0970367Z creating build\bdist.win-amd64\wheel\torch\_prims 2024-08-20T21:51:47.0973229Z copying build\lib.win-amd64-cpython-39\torch\_prims\context.py -> build\bdist.win-amd64\wheel\.\torch\_prims 2024-08-20T21:51:47.0978704Z copying build\lib.win-amd64-cpython-39\torch\_prims\debug_prims.py -> build\bdist.win-amd64\wheel\.\torch\_prims 2024-08-20T21:51:47.0983963Z copying build\lib.win-amd64-cpython-39\torch\_prims\executor.py -> build\bdist.win-amd64\wheel\.\torch\_prims 2024-08-20T21:51:47.0989510Z copying build\lib.win-amd64-cpython-39\torch\_prims\rng_prims.py -> build\bdist.win-amd64\wheel\.\torch\_prims 2024-08-20T21:51:47.0994898Z copying build\lib.win-amd64-cpython-39\torch\_prims\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_prims 2024-08-20T21:51:47.1010026Z creating build\bdist.win-amd64\wheel\torch\_prims_common 2024-08-20T21:51:47.1012244Z copying build\lib.win-amd64-cpython-39\torch\_prims_common\wrappers.py -> build\bdist.win-amd64\wheel\.\torch\_prims_common 2024-08-20T21:51:47.1018174Z copying build\lib.win-amd64-cpython-39\torch\_prims_common\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_prims_common 2024-08-20T21:51:47.1024459Z copying build\lib.win-amd64-cpython-39\torch\_python_dispatcher.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-20T21:51:47.1030901Z creating build\bdist.win-amd64\wheel\torch\_refs 2024-08-20T21:51:47.1033953Z copying build\lib.win-amd64-cpython-39\torch\_refs\fft.py -> build\bdist.win-amd64\wheel\.\torch\_refs 2024-08-20T21:51:47.1040063Z creating build\bdist.win-amd64\wheel\torch\_refs\linalg 2024-08-20T21:51:47.1042981Z copying build\lib.win-amd64-cpython-39\torch\_refs\linalg\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_refs\linalg 2024-08-20T21:51:47.1048840Z creating build\bdist.win-amd64\wheel\torch\_refs\nn 2024-08-20T21:51:47.1051803Z creating build\bdist.win-amd64\wheel\torch\_refs\nn\functional 2024-08-20T21:51:47.1054784Z copying build\lib.win-amd64-cpython-39\torch\_refs\nn\functional\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_refs\nn\functional 2024-08-20T21:51:47.1061557Z copying build\lib.win-amd64-cpython-39\torch\_refs\nn\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_refs\nn 2024-08-20T21:51:47.1066887Z creating build\bdist.win-amd64\wheel\torch\_refs\special 2024-08-20T21:51:47.1069060Z copying build\lib.win-amd64-cpython-39\torch\_refs\special\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_refs\special 2024-08-20T21:51:47.1074367Z copying build\lib.win-amd64-cpython-39\torch\_refs\_conversions.py -> build\bdist.win-amd64\wheel\.\torch\_refs 2024-08-20T21:51:47.1079815Z copying build\lib.win-amd64-cpython-39\torch\_refs\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_refs 2024-08-20T21:51:47.1101866Z copying build\lib.win-amd64-cpython-39\torch\_size_docs.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-20T21:51:47.1107327Z copying build\lib.win-amd64-cpython-39\torch\_sources.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-20T21:51:47.1112840Z copying build\lib.win-amd64-cpython-39\torch\_storage_docs.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-20T21:51:47.1118508Z copying build\lib.win-amd64-cpython-39\torch\_streambase.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-20T21:51:47.1124610Z creating build\bdist.win-amd64\wheel\torch\_strobelight 2024-08-20T21:51:47.1147693Z copying build\lib.win-amd64-cpython-39\torch\_strobelight\cli_function_profiler.py -> build\bdist.win-amd64\wheel\.\torch\_strobelight 2024-08-20T21:51:47.1153168Z copying build\lib.win-amd64-cpython-39\torch\_strobelight\compile_time_profiler.py -> build\bdist.win-amd64\wheel\.\torch\_strobelight 2024-08-20T21:51:47.1158536Z copying build\lib.win-amd64-cpython-39\torch\_strobelight\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_strobelight 2024-08-20T21:51:47.1170114Z creating build\bdist.win-amd64\wheel\torch\_subclasses 2024-08-20T21:51:47.1173543Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\fake_impls.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2024-08-20T21:51:47.1179688Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\fake_tensor.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2024-08-20T21:51:47.1186761Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\fake_utils.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2024-08-20T21:51:47.1199777Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\functional_tensor.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2024-08-20T21:51:47.1205757Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\meta_utils.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2024-08-20T21:51:47.1212676Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\schema_check_mode.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2024-08-20T21:51:47.1218170Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\_fake_tensor_utils.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2024-08-20T21:51:47.1223518Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2024-08-20T21:51:47.1228438Z copying build\lib.win-amd64-cpython-39\torch\_tensor.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-20T21:51:47.1234862Z copying build\lib.win-amd64-cpython-39\torch\_tensor_docs.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-20T21:51:47.1262088Z copying build\lib.win-amd64-cpython-39\torch\_tensor_str.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-20T21:51:47.1268074Z copying build\lib.win-amd64-cpython-39\torch\_torch_docs.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-20T21:51:47.1277642Z copying build\lib.win-amd64-cpython-39\torch\_utils.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-20T21:51:47.1283816Z copying build\lib.win-amd64-cpython-39\torch\_utils_internal.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-20T21:51:47.1289900Z creating build\bdist.win-amd64\wheel\torch\_vendor 2024-08-20T21:51:47.1292799Z creating build\bdist.win-amd64\wheel\torch\_vendor\packaging 2024-08-20T21:51:47.1295703Z copying build\lib.win-amd64-cpython-39\torch\_vendor\packaging\version.py -> build\bdist.win-amd64\wheel\.\torch\_vendor\packaging 2024-08-20T21:51:47.1301420Z copying build\lib.win-amd64-cpython-39\torch\_vendor\packaging\_structures.py -> build\bdist.win-amd64\wheel\.\torch\_vendor\packaging 2024-08-20T21:51:47.1306629Z copying build\lib.win-amd64-cpython-39\torch\_vendor\packaging\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_vendor\packaging 2024-08-20T21:51:47.1311753Z copying build\lib.win-amd64-cpython-39\torch\_vendor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_vendor 2024-08-20T21:51:47.1315971Z copying build\lib.win-amd64-cpython-39\torch\_VF.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-20T21:51:47.1320944Z copying build\lib.win-amd64-cpython-39\torch\_VF.pyi -> build\bdist.win-amd64\wheel\.\torch 2024-08-20T21:51:47.1336752Z copying build\lib.win-amd64-cpython-39\torch\_vmap_internals.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-20T21:51:47.1342198Z copying build\lib.win-amd64-cpython-39\torch\_weights_only_unpickler.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-20T21:51:47.1364462Z copying build\lib.win-amd64-cpython-39\torch\__config__.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-20T21:51:47.1369700Z copying build\lib.win-amd64-cpython-39\torch\__future__.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-20T21:51:47.1374502Z copying build\lib.win-amd64-cpython-39\torch\__init__.py -> build\bdist.win-amd64\wheel\.\torch 2024-08-20T21:51:47.1383465Z creating build\bdist.win-amd64\wheel\torchgen 2024-08-20T21:51:47.1386348Z creating build\bdist.win-amd64\wheel\torchgen\aoti 2024-08-20T21:51:47.1389406Z copying build\lib.win-amd64-cpython-39\torchgen\aoti\fallback_ops.py -> build\bdist.win-amd64\wheel\.\torchgen\aoti 2024-08-20T21:51:47.1394807Z copying build\lib.win-amd64-cpython-39\torchgen\aoti\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\aoti 2024-08-20T21:51:47.1399216Z creating build\bdist.win-amd64\wheel\torchgen\api 2024-08-20T21:51:47.1402185Z copying build\lib.win-amd64-cpython-39\torchgen\api\autograd.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2024-08-20T21:51:47.1408032Z copying build\lib.win-amd64-cpython-39\torchgen\api\cpp.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2024-08-20T21:51:47.1413866Z copying build\lib.win-amd64-cpython-39\torchgen\api\dispatcher.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2024-08-20T21:51:47.1418886Z copying build\lib.win-amd64-cpython-39\torchgen\api\functionalization.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2024-08-20T21:51:47.1424079Z copying build\lib.win-amd64-cpython-39\torchgen\api\lazy.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2024-08-20T21:51:47.1437726Z copying build\lib.win-amd64-cpython-39\torchgen\api\meta.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2024-08-20T21:51:47.1442477Z copying build\lib.win-amd64-cpython-39\torchgen\api\native.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2024-08-20T21:51:47.1447706Z copying build\lib.win-amd64-cpython-39\torchgen\api\python.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2024-08-20T21:51:47.1453669Z copying build\lib.win-amd64-cpython-39\torchgen\api\structured.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2024-08-20T21:51:47.1458853Z copying build\lib.win-amd64-cpython-39\torchgen\api\translate.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2024-08-20T21:51:47.1465203Z creating build\bdist.win-amd64\wheel\torchgen\api\types 2024-08-20T21:51:47.1468052Z copying build\lib.win-amd64-cpython-39\torchgen\api\types\signatures.py -> build\bdist.win-amd64\wheel\.\torchgen\api\types 2024-08-20T21:51:47.1473223Z copying build\lib.win-amd64-cpython-39\torchgen\api\types\types.py -> build\bdist.win-amd64\wheel\.\torchgen\api\types 2024-08-20T21:51:47.1478248Z copying build\lib.win-amd64-cpython-39\torchgen\api\types\types_base.py -> build\bdist.win-amd64\wheel\.\torchgen\api\types 2024-08-20T21:51:47.1483766Z copying build\lib.win-amd64-cpython-39\torchgen\api\types\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\api\types 2024-08-20T21:51:47.1489157Z copying build\lib.win-amd64-cpython-39\torchgen\api\ufunc.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2024-08-20T21:51:47.1494323Z copying build\lib.win-amd64-cpython-39\torchgen\api\unboxing.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2024-08-20T21:51:47.1499632Z copying build\lib.win-amd64-cpython-39\torchgen\api\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2024-08-20T21:51:47.1503995Z copying build\lib.win-amd64-cpython-39\torchgen\code_template.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-08-20T21:51:47.1509174Z copying build\lib.win-amd64-cpython-39\torchgen\context.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-08-20T21:51:47.1514752Z creating build\bdist.win-amd64\wheel\torchgen\dest 2024-08-20T21:51:47.1518247Z copying build\lib.win-amd64-cpython-39\torchgen\dest\lazy_ir.py -> build\bdist.win-amd64\wheel\.\torchgen\dest 2024-08-20T21:51:47.1524306Z copying build\lib.win-amd64-cpython-39\torchgen\dest\lazy_ts_lowering.py -> build\bdist.win-amd64\wheel\.\torchgen\dest 2024-08-20T21:51:47.1529790Z copying build\lib.win-amd64-cpython-39\torchgen\dest\native_functions.py -> build\bdist.win-amd64\wheel\.\torchgen\dest 2024-08-20T21:51:47.1535637Z copying build\lib.win-amd64-cpython-39\torchgen\dest\register_dispatch_key.py -> build\bdist.win-amd64\wheel\.\torchgen\dest 2024-08-20T21:51:47.1674352Z copying build\lib.win-amd64-cpython-39\torchgen\dest\ufunc.py -> build\bdist.win-amd64\wheel\.\torchgen\dest 2024-08-20T21:51:47.1680497Z copying build\lib.win-amd64-cpython-39\torchgen\dest\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\dest 2024-08-20T21:51:47.1686262Z creating build\bdist.win-amd64\wheel\torchgen\executorch 2024-08-20T21:51:47.1697164Z creating build\bdist.win-amd64\wheel\torchgen\executorch\api 2024-08-20T21:51:47.1700185Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\api\custom_ops.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch\api 2024-08-20T21:51:47.1705594Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\api\et_cpp.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch\api 2024-08-20T21:51:47.1711062Z creating build\bdist.win-amd64\wheel\torchgen\executorch\api\types 2024-08-20T21:51:47.1714139Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\api\types\signatures.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch\api\types 2024-08-20T21:51:47.1719326Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\api\types\types.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch\api\types 2024-08-20T21:51:47.1724790Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\api\types\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch\api\types 2024-08-20T21:51:47.1730018Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\api\unboxing.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch\api 2024-08-20T21:51:47.1735419Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\api\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch\api 2024-08-20T21:51:47.1739691Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\model.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch 2024-08-20T21:51:47.1744963Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\parse.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch 2024-08-20T21:51:47.1750320Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch 2024-08-20T21:51:47.1754753Z copying build\lib.win-amd64-cpython-39\torchgen\gen.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-08-20T21:51:47.1761515Z copying build\lib.win-amd64-cpython-39\torchgen\gen_aoti_c_shim.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-08-20T21:51:47.1767936Z copying build\lib.win-amd64-cpython-39\torchgen\gen_backend_stubs.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-08-20T21:51:47.1773545Z copying build\lib.win-amd64-cpython-39\torchgen\gen_executorch.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-08-20T21:51:47.1779655Z copying build\lib.win-amd64-cpython-39\torchgen\gen_functionalization_type.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-08-20T21:51:47.1785867Z copying build\lib.win-amd64-cpython-39\torchgen\gen_lazy_tensor.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-08-20T21:51:47.1791823Z copying build\lib.win-amd64-cpython-39\torchgen\gen_vmap_plumbing.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-08-20T21:51:47.1797147Z copying build\lib.win-amd64-cpython-39\torchgen\local.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-08-20T21:51:47.1802360Z copying build\lib.win-amd64-cpython-39\torchgen\model.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-08-20T21:51:47.1809689Z copying build\lib.win-amd64-cpython-39\torchgen\native_function_generation.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-08-20T21:51:47.1815976Z creating build\bdist.win-amd64\wheel\torchgen\operator_versions 2024-08-20T21:51:47.1819195Z copying build\lib.win-amd64-cpython-39\torchgen\operator_versions\gen_mobile_upgraders.py -> build\bdist.win-amd64\wheel\.\torchgen\operator_versions 2024-08-20T21:51:47.1824892Z 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-20T21:51:47.1830104Z copying build\lib.win-amd64-cpython-39\torchgen\operator_versions\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\operator_versions 2024-08-20T21:51:47.1845758Z creating build\bdist.win-amd64\wheel\torchgen\packaged 2024-08-20T21:51:47.1849075Z creating build\bdist.win-amd64\wheel\torchgen\packaged\ATen 2024-08-20T21:51:47.1852016Z creating build\bdist.win-amd64\wheel\torchgen\packaged\ATen\native 2024-08-20T21:51:47.1855087Z 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-20T21:51:47.1865783Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\native\tags.yaml -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\native 2024-08-20T21:51:47.1871828Z creating build\bdist.win-amd64\wheel\torchgen\packaged\ATen\templates 2024-08-20T21:51:47.1874835Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\ATenOpList.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-20T21:51:47.1881244Z 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-20T21:51:47.1887405Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\CompositeViewCopyKernels.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-20T21:51:47.1903716Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\DispatchKeyFunction.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-20T21:51:47.1909473Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\DispatchKeyFunctions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-20T21:51:47.1914900Z 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-20T21:51:47.1920446Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\DispatchKeyNativeFunctions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-20T21:51:47.1925795Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\DispatchKeyNativeFunctions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-20T21:51:47.1930928Z 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-20T21:51:47.1935922Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\Function.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-20T21:51:47.1940973Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\FunctionalInverses.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-20T21:51:47.1946538Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\Functions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-20T21:51:47.1952073Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\Functions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-20T21:51:47.1957503Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\LazyIr.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-20T21:51:47.1962636Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\LazyNonNativeIr.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-20T21:51:47.1968015Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\MethodOperators.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-20T21:51:47.1973487Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\NativeFunction.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-20T21:51:47.1978531Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\NativeFunctions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-20T21:51:47.1983976Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\NativeMetaFunction.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-20T21:51:47.1995347Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\NativeMetaFunctions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-20T21:51:47.2000294Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\Operator.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-20T21:51:47.2005603Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\Operators.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-20T21:51:47.2010908Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\Operators.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-20T21:51:47.2016526Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RedispatchFunctions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-20T21:51:47.2021494Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RedispatchFunctions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-20T21:51:47.2026967Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RegisterBackendSelect.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-20T21:51:47.2032545Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RegisterCodegenUnboxedKernels.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-20T21:51:47.2037933Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RegisterDispatchDefinitions.ini -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-20T21:51:47.2043777Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RegisterDispatchKey.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-20T21:51:47.2058394Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RegisterFunctionalization.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-20T21:51:47.2063816Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RegisterSchema.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-20T21:51:47.2069189Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RegistrationDeclarations.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-20T21:51:47.2074375Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\TensorBody.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-20T21:51:47.2080651Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\TensorMethods.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-20T21:51:47.2086709Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\UfuncCPU.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-20T21:51:47.2091988Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\UfuncCPUKernel.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-20T21:51:47.2097366Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\UfuncCUDA.cu -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-20T21:51:47.2103282Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\UnboxingFunctions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-20T21:51:47.2119346Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\UnboxingFunctions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-08-20T21:51:47.2125021Z creating build\bdist.win-amd64\wheel\torchgen\packaged\autograd 2024-08-20T21:51:47.2127972Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\BUILD.bazel -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-08-20T21:51:47.2133130Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\build.bzl -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-08-20T21:51:47.2138138Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\context.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-08-20T21:51:47.2143393Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\deprecated.yaml -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-08-20T21:51:47.2148720Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\derivatives.yaml -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-08-20T21:51:47.2162716Z 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-20T21:51:47.2168424Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_autograd.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-08-20T21:51:47.2173964Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_autograd_functions.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-08-20T21:51:47.2180201Z 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-20T21:51:47.2186212Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_python_functions.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-08-20T21:51:47.2192329Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_trace_type.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-08-20T21:51:47.2198628Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_variable_factories.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-08-20T21:51:47.2204148Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_variable_type.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-08-20T21:51:47.2211301Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_view_funcs.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-08-20T21:51:47.2217087Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\load_derivatives.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-08-20T21:51:47.2223048Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\README.md -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-08-20T21:51:47.2229317Z creating build\bdist.win-amd64\wheel\torchgen\packaged\autograd\templates 2024-08-20T21:51:47.2232615Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\ADInplaceOrViewType.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2024-08-20T21:51:47.2238349Z 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-20T21:51:47.2243556Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\Functions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2024-08-20T21:51:47.2257878Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\Functions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2024-08-20T21:51:47.2263533Z 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-20T21:51:47.2269077Z 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-20T21:51:47.2274669Z 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-20T21:51:47.2280532Z 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-20T21:51:47.2286109Z 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-20T21:51:47.2291732Z 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-20T21:51:47.2297080Z 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-20T21:51:47.2302456Z 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-20T21:51:47.2308032Z 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-20T21:51:47.2313606Z 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-20T21:51:47.2319259Z 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-20T21:51:47.2325192Z 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-20T21:51:47.2330857Z 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-20T21:51:47.2344717Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\TraceType.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2024-08-20T21:51:47.2350042Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\VariableType.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2024-08-20T21:51:47.2356986Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\VariableType.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2024-08-20T21:51:47.2366309Z 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-20T21:51:47.2372045Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\ViewFuncs.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2024-08-20T21:51:47.2376912Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\ViewFuncs.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2024-08-20T21:51:47.2382008Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-08-20T21:51:47.2386774Z creating build\bdist.win-amd64\wheel\torchgen\selective_build 2024-08-20T21:51:47.2389936Z copying build\lib.win-amd64-cpython-39\torchgen\selective_build\operator.py -> build\bdist.win-amd64\wheel\.\torchgen\selective_build 2024-08-20T21:51:47.2395311Z copying build\lib.win-amd64-cpython-39\torchgen\selective_build\selector.py -> build\bdist.win-amd64\wheel\.\torchgen\selective_build 2024-08-20T21:51:47.2400463Z copying build\lib.win-amd64-cpython-39\torchgen\selective_build\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\selective_build 2024-08-20T21:51:47.2405220Z creating build\bdist.win-amd64\wheel\torchgen\static_runtime 2024-08-20T21:51:47.2408410Z copying build\lib.win-amd64-cpython-39\torchgen\static_runtime\config.py -> build\bdist.win-amd64\wheel\.\torchgen\static_runtime 2024-08-20T21:51:47.2413623Z copying build\lib.win-amd64-cpython-39\torchgen\static_runtime\generator.py -> build\bdist.win-amd64\wheel\.\torchgen\static_runtime 2024-08-20T21:51:47.2420189Z 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-20T21:51:47.2432632Z copying build\lib.win-amd64-cpython-39\torchgen\static_runtime\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\static_runtime 2024-08-20T21:51:47.2436338Z copying build\lib.win-amd64-cpython-39\torchgen\utils.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-08-20T21:51:47.2442329Z copying build\lib.win-amd64-cpython-39\torchgen\yaml_utils.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-08-20T21:51:47.2447739Z copying build\lib.win-amd64-cpython-39\torchgen\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-08-20T21:51:47.2459065Z running install_egg_info 2024-08-20T21:51:47.2595973Z running egg_info 2024-08-20T21:51:47.2596944Z creating torch.egg-info 2024-08-20T21:51:47.2680003Z writing torch.egg-info\PKG-INFO 2024-08-20T21:51:47.2709280Z writing dependency_links to torch.egg-info\dependency_links.txt 2024-08-20T21:51:47.2713801Z writing entry points to torch.egg-info\entry_points.txt 2024-08-20T21:51:47.2731177Z writing requirements to torch.egg-info\requires.txt 2024-08-20T21:51:47.2736007Z writing top-level names to torch.egg-info\top_level.txt 2024-08-20T21:51:47.2738529Z writing manifest file 'torch.egg-info\SOURCES.txt' 2024-08-20T21:51:48.1230130Z reading manifest file 'torch.egg-info\SOURCES.txt' 2024-08-20T21:51:48.1235620Z reading manifest template 'MANIFEST.in' 2024-08-20T21:52:17.2150685Z warning: no files found matching '*.*' under directory 'modules' 2024-08-20T21:52:17.5298913Z warning: no previously-included files matching '*.o' found anywhere in distribution 2024-08-20T21:52:17.7294332Z warning: no previously-included files matching '*.so' found anywhere in distribution 2024-08-20T21:52:17.9338484Z warning: no previously-included files matching '*.dylib' found anywhere in distribution 2024-08-20T21:52:18.1494916Z warning: no previously-included files matching '*.a' found anywhere in distribution 2024-08-20T21:52:18.7222273Z warning: no previously-included files matching '*.swp' found anywhere in distribution 2024-08-20T21:52:18.7223019Z adding license file 'LICENSE' 2024-08-20T21:52:18.7223383Z adding license file 'NOTICE' 2024-08-20T21:52:24.9069313Z writing manifest file 'torch.egg-info\SOURCES.txt' 2024-08-20T21:52:24.9539597Z Copying torch.egg-info to build\bdist.win-amd64\wheel\.\torch-2.5.0a0+git40ec5f6-py3.9.egg-info 2024-08-20T21:52:24.9643646Z running install_scripts 2024-08-20T21:52:24.9658512Z 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-20T21:52:24.9659888Z if get_flag("Py_DEBUG", hasattr(sys, "gettotalrefcount"), warn=(impl == "cp")): 2024-08-20T21:52:24.9761383Z creating build\bdist.win-amd64\wheel\torch-2.5.0a0+git40ec5f6.dist-info\WHEEL 2024-08-20T21:52:24.9774474Z creating 'dist\torch-2.5.0a0+git40ec5f6-cp39-cp39-win_amd64.whl' and adding 'build\bdist.win-amd64\wheel' to it 2024-08-20T21:52:25.0000847Z adding 'functorch/_C.cp39-win_amd64.pyd' 2024-08-20T21:52:25.0270209Z adding 'functorch/__init__.py' 2024-08-20T21:52:25.0273354Z adding 'functorch/_src/__init__.py' 2024-08-20T21:52:25.0277568Z adding 'functorch/_src/aot_autograd/__init__.py' 2024-08-20T21:52:25.0281211Z adding 'functorch/_src/eager_transforms/__init__.py' 2024-08-20T21:52:25.0284878Z adding 'functorch/_src/make_functional/__init__.py' 2024-08-20T21:52:25.0288518Z adding 'functorch/_src/vmap/__init__.py' 2024-08-20T21:52:25.0292672Z adding 'functorch/compile/__init__.py' 2024-08-20T21:52:25.0297449Z adding 'functorch/dim/__init__.py' 2024-08-20T21:52:25.0300528Z adding 'functorch/dim/batch_tensor.py' 2024-08-20T21:52:25.0304384Z adding 'functorch/dim/delayed_mul_tensor.py' 2024-08-20T21:52:25.0307926Z adding 'functorch/dim/dim.py' 2024-08-20T21:52:25.0311448Z adding 'functorch/dim/magic_trace.py' 2024-08-20T21:52:25.0315678Z adding 'functorch/dim/op_properties.py' 2024-08-20T21:52:25.0325196Z adding 'functorch/dim/reference.py' 2024-08-20T21:52:25.0328972Z adding 'functorch/dim/tree_map.py' 2024-08-20T21:52:25.0332373Z adding 'functorch/dim/wrap_type.py' 2024-08-20T21:52:25.0336253Z adding 'functorch/einops/__init__.py' 2024-08-20T21:52:25.0342105Z adding 'functorch/einops/_parsing.py' 2024-08-20T21:52:25.0347335Z adding 'functorch/einops/rearrange.py' 2024-08-20T21:52:25.0351265Z adding 'functorch/experimental/__init__.py' 2024-08-20T21:52:25.0354340Z adding 'functorch/experimental/control_flow.py' 2024-08-20T21:52:25.0357150Z adding 'functorch/experimental/ops.py' 2024-08-20T21:52:25.0365848Z adding 'torch/_C.cp39-win_amd64.pyd' 2024-08-20T21:52:25.0369185Z adding 'torch/_VF.py' 2024-08-20T21:52:25.0590120Z adding 'torch/_VF.pyi' 2024-08-20T21:52:25.0619803Z adding 'torch/__config__.py' 2024-08-20T21:52:25.0623225Z adding 'torch/__future__.py' 2024-08-20T21:52:25.0658091Z adding 'torch/__init__.py' 2024-08-20T21:52:25.0668538Z adding 'torch/_appdirs.py' 2024-08-20T21:52:25.0672576Z adding 'torch/_classes.py' 2024-08-20T21:52:25.0676055Z adding 'torch/_compile.py' 2024-08-20T21:52:25.0681893Z adding 'torch/_custom_ops.py' 2024-08-20T21:52:25.0686240Z adding 'torch/_deploy.py' 2024-08-20T21:52:25.0698040Z adding 'torch/_guards.py' 2024-08-20T21:52:25.0720954Z adding 'torch/_jit_internal.py' 2024-08-20T21:52:25.0726378Z adding 'torch/_linalg_utils.py' 2024-08-20T21:52:25.0742211Z adding 'torch/_lobpcg.py' 2024-08-20T21:52:25.0748576Z adding 'torch/_lowrank.py' 2024-08-20T21:52:25.0809811Z adding 'torch/_meta_registrations.py' 2024-08-20T21:52:25.0818596Z adding 'torch/_namedtensor_internals.py' 2024-08-20T21:52:25.0838851Z adding 'torch/_ops.py' 2024-08-20T21:52:25.0844823Z adding 'torch/_python_dispatcher.py' 2024-08-20T21:52:25.0848202Z adding 'torch/_size_docs.py' 2024-08-20T21:52:25.0852257Z adding 'torch/_sources.py' 2024-08-20T21:52:25.0855795Z adding 'torch/_storage_docs.py' 2024-08-20T21:52:25.0858835Z adding 'torch/_streambase.py' 2024-08-20T21:52:25.0879764Z adding 'torch/_tensor.py' 2024-08-20T21:52:25.0923520Z adding 'torch/_tensor_docs.py' 2024-08-20T21:52:25.0936427Z adding 'torch/_tensor_str.py' 2024-08-20T21:52:25.1073112Z adding 'torch/_torch_docs.py' 2024-08-20T21:52:25.1097097Z adding 'torch/_utils.py' 2024-08-20T21:52:25.1103293Z adding 'torch/_utils_internal.py' 2024-08-20T21:52:25.1108517Z adding 'torch/_vmap_internals.py' 2024-08-20T21:52:25.1115269Z adding 'torch/_weights_only_unpickler.py' 2024-08-20T21:52:25.1146080Z adding 'torch/functional.py' 2024-08-20T21:52:25.1160662Z adding 'torch/hub.py' 2024-08-20T21:52:25.1179450Z adding 'torch/library.py' 2024-08-20T21:52:25.1206827Z adding 'torch/overrides.py' 2024-08-20T21:52:25.1212088Z adding 'torch/py.typed' 2024-08-20T21:52:25.1216882Z adding 'torch/quasirandom.py' 2024-08-20T21:52:25.1221815Z adding 'torch/random.py' 2024-08-20T21:52:25.1225567Z adding 'torch/return_types.py' 2024-08-20T21:52:25.1229909Z adding 'torch/return_types.pyi' 2024-08-20T21:52:25.1255320Z adding 'torch/serialization.py' 2024-08-20T21:52:25.1272001Z adding 'torch/storage.py' 2024-08-20T21:52:25.1276954Z adding 'torch/torch_version.py' 2024-08-20T21:52:25.1280745Z adding 'torch/types.py' 2024-08-20T21:52:25.1283886Z adding 'torch/version.py' 2024-08-20T21:52:25.1504551Z adding 'torch/_C/_VariableFunctions.pyi' 2024-08-20T21:52:25.1618936Z adding 'torch/_C/__init__.pyi' 2024-08-20T21:52:25.1630826Z adding 'torch/_C/_aoti.pyi' 2024-08-20T21:52:25.1634813Z adding 'torch/_C/_autograd.pyi' 2024-08-20T21:52:25.1637885Z adding 'torch/_C/_cpu.pyi' 2024-08-20T21:52:25.1640869Z adding 'torch/_C/_cudnn.pyi' 2024-08-20T21:52:25.1644349Z adding 'torch/_C/_distributed_autograd.pyi' 2024-08-20T21:52:25.1650854Z adding 'torch/_C/_distributed_c10d.pyi' 2024-08-20T21:52:25.1655425Z adding 'torch/_C/_distributed_rpc.pyi' 2024-08-20T21:52:25.1658922Z adding 'torch/_C/_distributed_rpc_testing.pyi' 2024-08-20T21:52:25.1661727Z adding 'torch/_C/_functions.pyi' 2024-08-20T21:52:25.1665375Z adding 'torch/_C/_functorch.pyi' 2024-08-20T21:52:25.1668316Z adding 'torch/_C/_itt.pyi' 2024-08-20T21:52:25.1671501Z adding 'torch/_C/_lazy.pyi' 2024-08-20T21:52:25.1674502Z adding 'torch/_C/_lazy_ts_backend.pyi' 2024-08-20T21:52:25.1677919Z adding 'torch/_C/_monitor.pyi' 2024-08-20T21:52:25.1681684Z adding 'torch/_C/_nn.pyi' 2024-08-20T21:52:25.1684910Z adding 'torch/_C/_nvtx.pyi' 2024-08-20T21:52:25.1688219Z adding 'torch/_C/_onnx.pyi' 2024-08-20T21:52:25.1692367Z adding 'torch/_C/_profiler.pyi' 2024-08-20T21:52:25.1695808Z adding 'torch/_C/_verbose.pyi' 2024-08-20T21:52:25.1699956Z adding 'torch/_awaits/__init__.py' 2024-08-20T21:52:25.1703605Z adding 'torch/_custom_op/__init__.py' 2024-08-20T21:52:25.1709399Z adding 'torch/_custom_op/autograd.py' 2024-08-20T21:52:25.1714847Z adding 'torch/_custom_op/functional.py' 2024-08-20T21:52:25.1724860Z adding 'torch/_custom_op/impl.py' 2024-08-20T21:52:25.1733202Z adding 'torch/_decomp/__init__.py' 2024-08-20T21:52:25.1791509Z adding 'torch/_decomp/decompositions.py' 2024-08-20T21:52:25.1801814Z adding 'torch/_decomp/decompositions_for_jvp.py' 2024-08-20T21:52:25.1806985Z adding 'torch/_decomp/decompositions_for_rng.py' 2024-08-20T21:52:25.1810938Z adding 'torch/_dispatch/__init__.py' 2024-08-20T21:52:25.1815614Z adding 'torch/_dispatch/python.py' 2024-08-20T21:52:25.1821009Z adding 'torch/_dynamo/__init__.py' 2024-08-20T21:52:25.1825568Z adding 'torch/_dynamo/_trace_wrapped_higher_order_op.py' 2024-08-20T21:52:25.1830714Z adding 'torch/_dynamo/bytecode_analysis.py' 2024-08-20T21:52:25.1850625Z adding 'torch/_dynamo/bytecode_transformation.py' 2024-08-20T21:52:25.1856994Z adding 'torch/_dynamo/cache_size.py' 2024-08-20T21:52:25.1860764Z adding 'torch/_dynamo/callback.py' 2024-08-20T21:52:25.1864169Z adding 'torch/_dynamo/code_context.py' 2024-08-20T21:52:25.1871488Z adding 'torch/_dynamo/codegen.py' 2024-08-20T21:52:25.1879952Z adding 'torch/_dynamo/compiled_autograd.py' 2024-08-20T21:52:25.1886765Z adding 'torch/_dynamo/comptime.py' 2024-08-20T21:52:25.1896909Z adding 'torch/_dynamo/config.py' 2024-08-20T21:52:25.1913442Z adding 'torch/_dynamo/convert_frame.py' 2024-08-20T21:52:25.1918266Z adding 'torch/_dynamo/create_parameter_op.py' 2024-08-20T21:52:25.1921575Z adding 'torch/_dynamo/current_scope_id.py' 2024-08-20T21:52:25.1932726Z adding 'torch/_dynamo/debug_utils.py' 2024-08-20T21:52:25.1940717Z adding 'torch/_dynamo/decorators.py' 2024-08-20T21:52:25.1946330Z adding 'torch/_dynamo/device_interface.py' 2024-08-20T21:52:25.1949941Z adding 'torch/_dynamo/distributed.py' 2024-08-20T21:52:25.1975017Z adding 'torch/_dynamo/eval_frame.py' 2024-08-20T21:52:25.1983378Z adding 'torch/_dynamo/exc.py' 2024-08-20T21:52:25.1987852Z adding 'torch/_dynamo/external_utils.py' 2024-08-20T21:52:25.1991465Z adding 'torch/_dynamo/funcname_cache.py' 2024-08-20T21:52:25.2030944Z adding 'torch/_dynamo/guards.py' 2024-08-20T21:52:25.2036819Z adding 'torch/_dynamo/hooks.py' 2024-08-20T21:52:25.2040230Z adding 'torch/_dynamo/logging.py' 2024-08-20T21:52:25.2044378Z adding 'torch/_dynamo/mutation_guard.py' 2024-08-20T21:52:25.2078285Z adding 'torch/_dynamo/output_graph.py' 2024-08-20T21:52:25.2084498Z adding 'torch/_dynamo/polyfill.py' 2024-08-20T21:52:25.2088695Z adding 'torch/_dynamo/profiler.py' 2024-08-20T21:52:25.2092713Z adding 'torch/_dynamo/replay_record.py' 2024-08-20T21:52:25.2102475Z adding 'torch/_dynamo/resume_execution.py' 2024-08-20T21:52:25.2113457Z adding 'torch/_dynamo/side_effects.py' 2024-08-20T21:52:25.2121750Z adding 'torch/_dynamo/source.py' 2024-08-20T21:52:25.2167311Z adding 'torch/_dynamo/symbolic_convert.py' 2024-08-20T21:52:25.2173771Z adding 'torch/_dynamo/tensor_version_op.py' 2024-08-20T21:52:25.2177210Z adding 'torch/_dynamo/test_case.py' 2024-08-20T21:52:25.2182546Z adding 'torch/_dynamo/test_minifier_common.py' 2024-08-20T21:52:25.2188466Z adding 'torch/_dynamo/testing.py' 2024-08-20T21:52:25.2223019Z adding 'torch/_dynamo/trace_rules.py' 2024-08-20T21:52:25.2229490Z adding 'torch/_dynamo/types.py' 2024-08-20T21:52:25.2268596Z adding 'torch/_dynamo/utils.py' 2024-08-20T21:52:25.2274804Z adding 'torch/_dynamo/backends/__init__.py' 2024-08-20T21:52:25.2278639Z adding 'torch/_dynamo/backends/common.py' 2024-08-20T21:52:25.2283655Z adding 'torch/_dynamo/backends/cudagraphs.py' 2024-08-20T21:52:25.2289589Z adding 'torch/_dynamo/backends/debugging.py' 2024-08-20T21:52:25.2300554Z adding 'torch/_dynamo/backends/distributed.py' 2024-08-20T21:52:25.2304379Z adding 'torch/_dynamo/backends/inductor.py' 2024-08-20T21:52:25.2307720Z adding 'torch/_dynamo/backends/onnxrt.py' 2024-08-20T21:52:25.2311471Z adding 'torch/_dynamo/backends/registry.py' 2024-08-20T21:52:25.2314552Z adding 'torch/_dynamo/backends/tensorrt.py' 2024-08-20T21:52:25.2318178Z adding 'torch/_dynamo/backends/torchxla.py' 2024-08-20T21:52:25.2322772Z adding 'torch/_dynamo/backends/tvm.py' 2024-08-20T21:52:25.2326894Z adding 'torch/_dynamo/repro/__init__.py' 2024-08-20T21:52:25.2339079Z adding 'torch/_dynamo/repro/after_aot.py' 2024-08-20T21:52:25.2348003Z adding 'torch/_dynamo/repro/after_dynamo.py' 2024-08-20T21:52:25.2353667Z adding 'torch/_dynamo/variables/__init__.py' 2024-08-20T21:52:25.2359819Z adding 'torch/_dynamo/variables/base.py' 2024-08-20T21:52:25.2400968Z adding 'torch/_dynamo/variables/builder.py' 2024-08-20T21:52:25.2429035Z adding 'torch/_dynamo/variables/builtin.py' 2024-08-20T21:52:25.2435734Z adding 'torch/_dynamo/variables/constant.py' 2024-08-20T21:52:25.2446902Z adding 'torch/_dynamo/variables/ctx_manager.py' 2024-08-20T21:52:25.2459643Z adding 'torch/_dynamo/variables/dicts.py' 2024-08-20T21:52:25.2466636Z adding 'torch/_dynamo/variables/distributed.py' 2024-08-20T21:52:25.2481200Z adding 'torch/_dynamo/variables/functions.py' 2024-08-20T21:52:25.2505972Z adding 'torch/_dynamo/variables/higher_order_ops.py' 2024-08-20T21:52:25.2512650Z adding 'torch/_dynamo/variables/iter.py' 2024-08-20T21:52:25.2517534Z adding 'torch/_dynamo/variables/lazy.py' 2024-08-20T21:52:25.2528070Z adding 'torch/_dynamo/variables/lists.py' 2024-08-20T21:52:25.2547472Z adding 'torch/_dynamo/variables/misc.py' 2024-08-20T21:52:25.2565412Z adding 'torch/_dynamo/variables/nn_module.py' 2024-08-20T21:52:25.2573181Z adding 'torch/_dynamo/variables/optimizer.py' 2024-08-20T21:52:25.2577263Z adding 'torch/_dynamo/variables/script_object.py' 2024-08-20T21:52:25.2581163Z adding 'torch/_dynamo/variables/sdpa.py' 2024-08-20T21:52:25.2599382Z adding 'torch/_dynamo/variables/tensor.py' 2024-08-20T21:52:25.2615746Z adding 'torch/_dynamo/variables/torch.py' 2024-08-20T21:52:25.2623538Z adding 'torch/_dynamo/variables/torch_function.py' 2024-08-20T21:52:25.2640190Z adding 'torch/_dynamo/variables/user_defined.py' 2024-08-20T21:52:25.2649079Z adding 'torch/_export/__init__.py' 2024-08-20T21:52:25.2671159Z adding 'torch/_export/converter.py' 2024-08-20T21:52:25.2676199Z adding 'torch/_export/error.py' 2024-08-20T21:52:25.2684296Z adding 'torch/_export/non_strict_utils.py' 2024-08-20T21:52:25.2691528Z adding 'torch/_export/pass_base.py' 2024-08-20T21:52:25.2695990Z adding 'torch/_export/tools.py' 2024-08-20T21:52:25.2706249Z adding 'torch/_export/utils.py' 2024-08-20T21:52:25.2713370Z adding 'torch/_export/verifier.py' 2024-08-20T21:52:25.2717761Z adding 'torch/_export/wrappers.py' 2024-08-20T21:52:25.2721774Z adding 'torch/_export/db/__init__.py' 2024-08-20T21:52:25.2725822Z adding 'torch/_export/db/case.py' 2024-08-20T21:52:25.2729129Z adding 'torch/_export/db/gen_example.py' 2024-08-20T21:52:25.2732416Z adding 'torch/_export/db/logging.py' 2024-08-20T21:52:25.2737700Z adding 'torch/_export/db/examples/__init__.py' 2024-08-20T21:52:25.2740954Z adding 'torch/_export/db/examples/assume_constant_result.py' 2024-08-20T21:52:25.2744036Z adding 'torch/_export/db/examples/autograd_function.py' 2024-08-20T21:52:25.2747034Z adding 'torch/_export/db/examples/class_method.py' 2024-08-20T21:52:25.2750369Z adding 'torch/_export/db/examples/cond_branch_class_method.py' 2024-08-20T21:52:25.2753674Z adding 'torch/_export/db/examples/cond_branch_nested_function.py' 2024-08-20T21:52:25.2757289Z adding 'torch/_export/db/examples/cond_branch_nonlocal_variables.py' 2024-08-20T21:52:25.2760425Z adding 'torch/_export/db/examples/cond_closed_over_variable.py' 2024-08-20T21:52:25.2763596Z adding 'torch/_export/db/examples/cond_operands.py' 2024-08-20T21:52:25.2766826Z adding 'torch/_export/db/examples/cond_predicate.py' 2024-08-20T21:52:25.2769897Z adding 'torch/_export/db/examples/constrain_as_size_example.py' 2024-08-20T21:52:25.2773104Z adding 'torch/_export/db/examples/constrain_as_value_example.py' 2024-08-20T21:52:25.2775965Z adding 'torch/_export/db/examples/decorator.py' 2024-08-20T21:52:25.2778995Z adding 'torch/_export/db/examples/dictionary.py' 2024-08-20T21:52:25.2782025Z adding 'torch/_export/db/examples/dynamic_shape_assert.py' 2024-08-20T21:52:25.2785059Z adding 'torch/_export/db/examples/dynamic_shape_constructor.py' 2024-08-20T21:52:25.2788079Z adding 'torch/_export/db/examples/dynamic_shape_if_guard.py' 2024-08-20T21:52:25.2791251Z adding 'torch/_export/db/examples/dynamic_shape_map.py' 2024-08-20T21:52:25.2794354Z adding 'torch/_export/db/examples/dynamic_shape_round.py' 2024-08-20T21:52:25.2797658Z adding 'torch/_export/db/examples/dynamic_shape_slicing.py' 2024-08-20T21:52:25.2800706Z adding 'torch/_export/db/examples/dynamic_shape_view.py' 2024-08-20T21:52:25.2803956Z adding 'torch/_export/db/examples/fn_with_kwargs.py' 2024-08-20T21:52:25.2807344Z adding 'torch/_export/db/examples/list_contains.py' 2024-08-20T21:52:25.2810207Z adding 'torch/_export/db/examples/list_unpack.py' 2024-08-20T21:52:25.2813456Z adding 'torch/_export/db/examples/model_attr_mutation.py' 2024-08-20T21:52:25.2816442Z adding 'torch/_export/db/examples/nested_function.py' 2024-08-20T21:52:25.2819737Z adding 'torch/_export/db/examples/null_context_manager.py' 2024-08-20T21:52:25.2825647Z adding 'torch/_export/db/examples/optional_input.py' 2024-08-20T21:52:25.2829462Z adding 'torch/_export/db/examples/pytree_flatten.py' 2024-08-20T21:52:25.2857547Z adding 'torch/_export/db/examples/scalar_output.py' 2024-08-20T21:52:25.2860964Z adding 'torch/_export/db/examples/specialized_attribute.py' 2024-08-20T21:52:25.2864081Z adding 'torch/_export/db/examples/static_for_loop.py' 2024-08-20T21:52:25.2867179Z adding 'torch/_export/db/examples/static_if.py' 2024-08-20T21:52:25.2870217Z adding 'torch/_export/db/examples/tensor_setattr.py' 2024-08-20T21:52:25.2873474Z adding 'torch/_export/db/examples/type_reflection_method.py' 2024-08-20T21:52:25.2876654Z adding 'torch/_export/db/examples/unsupported_operator.py' 2024-08-20T21:52:25.2880120Z adding 'torch/_export/db/examples/user_input_mutation.py' 2024-08-20T21:52:25.2883718Z adding 'torch/_export/pass_infra/__init__.py' 2024-08-20T21:52:25.2887010Z adding 'torch/_export/pass_infra/node_metadata.py' 2024-08-20T21:52:25.2890193Z adding 'torch/_export/pass_infra/proxy_value.py' 2024-08-20T21:52:25.2894263Z adding 'torch/_export/passes/__init__.py' 2024-08-20T21:52:25.2897913Z adding 'torch/_export/passes/_node_metadata_hook.py' 2024-08-20T21:52:25.2903352Z adding 'torch/_export/passes/add_runtime_assertions_for_constraints_pass.py' 2024-08-20T21:52:25.2907323Z adding 'torch/_export/passes/collect_tracepoints_pass.py' 2024-08-20T21:52:25.2913281Z adding 'torch/_export/passes/constant_folding.py' 2024-08-20T21:52:25.2917533Z adding 'torch/_export/passes/functionalize_side_effectful_ops_pass.py' 2024-08-20T21:52:25.2923686Z adding 'torch/_export/passes/lift_constants_pass.py' 2024-08-20T21:52:25.2927417Z adding 'torch/_export/passes/remove_runtime_assertions.py' 2024-08-20T21:52:25.2931916Z adding 'torch/_export/passes/replace_autocast_with_hop_pass.py' 2024-08-20T21:52:25.2941302Z adding 'torch/_export/passes/replace_quantized_ops_with_standard_ops_pass.py' 2024-08-20T21:52:25.2945750Z adding 'torch/_export/passes/replace_set_grad_with_hop_pass.py' 2024-08-20T21:52:25.2949489Z adding 'torch/_export/passes/replace_view_ops_with_view_copy_ops_pass.py' 2024-08-20T21:52:25.2954222Z adding 'torch/_export/passes/replace_with_hop_pass_util.py' 2024-08-20T21:52:25.2958333Z adding 'torch/_export/serde/__init__.py' 2024-08-20T21:52:25.2961233Z adding 'torch/_export/serde/aoti_schema.py' 2024-08-20T21:52:25.2966296Z adding 'torch/_export/serde/schema.py' 2024-08-20T21:52:25.2971037Z adding 'torch/_export/serde/schema.yaml' 2024-08-20T21:52:25.2976403Z adding 'torch/_export/serde/schema_check.py' 2024-08-20T21:52:25.3015215Z adding 'torch/_export/serde/serialize.py' 2024-08-20T21:52:25.3021615Z adding 'torch/_export/serde/union.py' 2024-08-20T21:52:25.3025770Z adding 'torch/_functorch/__init__.py' 2024-08-20T21:52:25.3052295Z adding 'torch/_functorch/aot_autograd.py' 2024-08-20T21:52:25.3061285Z adding 'torch/_functorch/apis.py' 2024-08-20T21:52:25.3072752Z adding 'torch/_functorch/autograd_function.py' 2024-08-20T21:52:25.3076594Z adding 'torch/_functorch/batch_norm_replacement.py' 2024-08-20T21:52:25.3081372Z adding 'torch/_functorch/benchmark_utils.py' 2024-08-20T21:52:25.3085517Z adding 'torch/_functorch/compile_utils.py' 2024-08-20T21:52:25.3092229Z adding 'torch/_functorch/compilers.py' 2024-08-20T21:52:25.3098581Z adding 'torch/_functorch/config.py' 2024-08-20T21:52:25.3102726Z adding 'torch/_functorch/deprecated.py' 2024-08-20T21:52:25.3128223Z adding 'torch/_functorch/eager_transforms.py' 2024-08-20T21:52:25.3135488Z adding 'torch/_functorch/functional_call.py' 2024-08-20T21:52:25.3142935Z adding 'torch/_functorch/fx_minifier.py' 2024-08-20T21:52:25.3151796Z adding 'torch/_functorch/make_functional.py' 2024-08-20T21:52:25.3178844Z adding 'torch/_functorch/partitioners.py' 2024-08-20T21:52:25.3185427Z adding 'torch/_functorch/pyfunctorch.py' 2024-08-20T21:52:25.3188744Z adding 'torch/_functorch/python_key.py' 2024-08-20T21:52:25.3192054Z adding 'torch/_functorch/pytree_hacks.py' 2024-08-20T21:52:25.3200344Z adding 'torch/_functorch/top_operators_github_usage.py' 2024-08-20T21:52:25.3204058Z adding 'torch/_functorch/utils.py' 2024-08-20T21:52:25.3212059Z adding 'torch/_functorch/vmap.py' 2024-08-20T21:52:25.3216473Z adding 'torch/_functorch/_aot_autograd/__init__.py' 2024-08-20T21:52:25.3225256Z adding 'torch/_functorch/_aot_autograd/autograd_cache.py' 2024-08-20T21:52:25.3240806Z adding 'torch/_functorch/_aot_autograd/collect_metadata_analysis.py' 2024-08-20T21:52:25.3247541Z adding 'torch/_functorch/_aot_autograd/dispatch_and_compile_graph.py' 2024-08-20T21:52:25.3256056Z adding 'torch/_functorch/_aot_autograd/functional_utils.py' 2024-08-20T21:52:25.3264874Z adding 'torch/_functorch/_aot_autograd/input_output_analysis.py' 2024-08-20T21:52:25.3276897Z adding 'torch/_functorch/_aot_autograd/jit_compile_runtime_wrappers.py' 2024-08-20T21:52:25.3281651Z adding 'torch/_functorch/_aot_autograd/logging_utils.py' 2024-08-20T21:52:25.3314443Z adding 'torch/_functorch/_aot_autograd/runtime_wrappers.py' 2024-08-20T21:52:25.3331264Z adding 'torch/_functorch/_aot_autograd/schemas.py' 2024-08-20T21:52:25.3339058Z adding 'torch/_functorch/_aot_autograd/subclass_utils.py' 2024-08-20T21:52:25.3355385Z adding 'torch/_functorch/_aot_autograd/traced_function_transforms.py' 2024-08-20T21:52:25.3362868Z adding 'torch/_functorch/_aot_autograd/utils.py' 2024-08-20T21:52:25.3367372Z adding 'torch/_higher_order_ops/__init__.py' 2024-08-20T21:52:25.3372470Z adding 'torch/_higher_order_ops/associative_scan.py' 2024-08-20T21:52:25.3378241Z adding 'torch/_higher_order_ops/auto_functionalize.py' 2024-08-20T21:52:25.3386894Z adding 'torch/_higher_order_ops/cond.py' 2024-08-20T21:52:25.3392472Z adding 'torch/_higher_order_ops/effects.py' 2024-08-20T21:52:25.3397309Z adding 'torch/_higher_order_ops/executorch_call_delegate.py' 2024-08-20T21:52:25.3407473Z adding 'torch/_higher_order_ops/flex_attention.py' 2024-08-20T21:52:25.3413254Z adding 'torch/_higher_order_ops/map.py' 2024-08-20T21:52:25.3417904Z adding 'torch/_higher_order_ops/out_dtype.py' 2024-08-20T21:52:25.3421512Z adding 'torch/_higher_order_ops/run_const_graph.py' 2024-08-20T21:52:25.3425119Z adding 'torch/_higher_order_ops/strict_mode.py' 2024-08-20T21:52:25.3429684Z adding 'torch/_higher_order_ops/torchbind.py' 2024-08-20T21:52:25.3444448Z adding 'torch/_higher_order_ops/triton_kernel_wrap.py' 2024-08-20T21:52:25.3452048Z adding 'torch/_higher_order_ops/utils.py' 2024-08-20T21:52:25.3457836Z adding 'torch/_higher_order_ops/while_loop.py' 2024-08-20T21:52:25.3463408Z adding 'torch/_higher_order_ops/wrap.py' 2024-08-20T21:52:25.3469518Z adding 'torch/_inductor/__init__.py' 2024-08-20T21:52:25.3475037Z adding 'torch/_inductor/aoti_eager.py' 2024-08-20T21:52:25.3480546Z adding 'torch/_inductor/async_compile.py' 2024-08-20T21:52:25.3491413Z adding 'torch/_inductor/autotune_process.py' 2024-08-20T21:52:25.3496590Z adding 'torch/_inductor/bounds.py' 2024-08-20T21:52:25.3540064Z adding 'torch/_inductor/codecache.py' 2024-08-20T21:52:25.3548071Z adding 'torch/_inductor/comm_analysis.py' 2024-08-20T21:52:25.3557252Z adding 'torch/_inductor/comms.py' 2024-08-20T21:52:25.3580144Z adding 'torch/_inductor/compile_fx.py' 2024-08-20T21:52:25.3602283Z adding 'torch/_inductor/config.py' 2024-08-20T21:52:25.3609310Z adding 'torch/_inductor/constant_folding.py' 2024-08-20T21:52:25.3625012Z adding 'torch/_inductor/cpp_builder.py' 2024-08-20T21:52:25.3631861Z adding 'torch/_inductor/cpu_vec_isa.py' 2024-08-20T21:52:25.3670034Z adding 'torch/_inductor/cudagraph_trees.py' 2024-08-20T21:52:25.3677983Z adding 'torch/_inductor/cudagraph_utils.py' 2024-08-20T21:52:25.3687151Z adding 'torch/_inductor/debug.py' 2024-08-20T21:52:25.3698892Z adding 'torch/_inductor/decomposition.py' 2024-08-20T21:52:25.3708332Z adding 'torch/_inductor/dependencies.py' 2024-08-20T21:52:25.3712427Z adding 'torch/_inductor/exc.py' 2024-08-20T21:52:25.3715802Z adding 'torch/_inductor/extern_node_serializer.py' 2024-08-20T21:52:25.3721176Z adding 'torch/_inductor/freezing.py' 2024-08-20T21:52:25.3726636Z adding 'torch/_inductor/fx_utils.py' 2024-08-20T21:52:25.3756115Z adding 'torch/_inductor/graph.py' 2024-08-20T21:52:25.3760887Z adding 'torch/_inductor/hooks.py' 2024-08-20T21:52:25.3767018Z adding 'torch/_inductor/index_propagation.py' 2024-08-20T21:52:25.3771595Z adding 'torch/_inductor/inductor_prims.py' 2024-08-20T21:52:25.3853738Z adding 'torch/_inductor/ir.py' 2024-08-20T21:52:25.3864346Z adding 'torch/_inductor/jagged_lowerings.py' 2024-08-20T21:52:25.3934688Z adding 'torch/_inductor/lowering.py' 2024-08-20T21:52:25.3945765Z adding 'torch/_inductor/metrics.py' 2024-08-20T21:52:25.3957880Z adding 'torch/_inductor/mkldnn_ir.py' 2024-08-20T21:52:25.3969055Z adding 'torch/_inductor/mkldnn_lowerings.py' 2024-08-20T21:52:25.3979868Z adding 'torch/_inductor/ops_handler.py' 2024-08-20T21:52:25.3984659Z adding 'torch/_inductor/optimize_indexing.py' 2024-08-20T21:52:25.4010481Z adding 'torch/_inductor/pattern_matcher.py' 2024-08-20T21:52:25.4015875Z adding 'torch/_inductor/quantized_lowerings.py' 2024-08-20T21:52:25.4019314Z adding 'torch/_inductor/remote_cache.py' 2024-08-20T21:52:25.4067266Z adding 'torch/_inductor/scheduler.py' 2024-08-20T21:52:25.4091594Z adding 'torch/_inductor/select_algorithm.py' 2024-08-20T21:52:25.4105460Z adding 'torch/_inductor/sizevars.py' 2024-08-20T21:52:25.4110512Z adding 'torch/_inductor/subgraph_lowering.py' 2024-08-20T21:52:25.4113888Z adding 'torch/_inductor/test_case.py' 2024-08-20T21:52:25.4117310Z adding 'torch/_inductor/test_operators.py' 2024-08-20T21:52:25.4141159Z adding 'torch/_inductor/utils.py' 2024-08-20T21:52:25.4148599Z adding 'torch/_inductor/virtualized.py' 2024-08-20T21:52:25.4154500Z adding 'torch/_inductor/wrapper_benchmark.py' 2024-08-20T21:52:25.4158686Z adding 'torch/_inductor/autoheuristic/__init__.py' 2024-08-20T21:52:25.4164549Z adding 'torch/_inductor/autoheuristic/autoheuristic.py' 2024-08-20T21:52:25.4170308Z adding 'torch/_inductor/autoheuristic/autoheuristic_utils.py' 2024-08-20T21:52:25.4174808Z adding 'torch/_inductor/autoheuristic/learned_heuristic_controller.py' 2024-08-20T21:52:25.4178575Z adding 'torch/_inductor/autoheuristic/learnedheuristic_interface.py' 2024-08-20T21:52:25.4186655Z adding 'torch/_inductor/autoheuristic/artifacts/_MMRankingA100.py' 2024-08-20T21:52:25.4195230Z adding 'torch/_inductor/autoheuristic/artifacts/_MMRankingH100.py' 2024-08-20T21:52:25.4200192Z adding 'torch/_inductor/autoheuristic/artifacts/_MixedMMA100.py' 2024-08-20T21:52:25.4204590Z adding 'torch/_inductor/autoheuristic/artifacts/_MixedMMH100.py' 2024-08-20T21:52:25.4208657Z adding 'torch/_inductor/autoheuristic/artifacts/_PadMMA100.py' 2024-08-20T21:52:25.4218415Z adding 'torch/_inductor/autoheuristic/artifacts/__init__.py' 2024-08-20T21:52:25.4219028Z adding 'torch/_inductor/codegen/__init__.py' 2024-08-20T21:52:25.4219564Z adding 'torch/_inductor/codegen/aoti_hipify_utils.py' 2024-08-20T21:52:25.4223036Z adding 'torch/_inductor/codegen/codegen_device_driver.py' 2024-08-20T21:52:25.4246684Z adding 'torch/_inductor/codegen/common.py' 2024-08-20T21:52:25.4306127Z adding 'torch/_inductor/codegen/cpp.py' 2024-08-20T21:52:25.4324518Z adding 'torch/_inductor/codegen/cpp_gemm_template.py' 2024-08-20T21:52:25.4334633Z adding 'torch/_inductor/codegen/cpp_micro_gemm.py' 2024-08-20T21:52:25.4344523Z adding 'torch/_inductor/codegen/cpp_prefix.h' 2024-08-20T21:52:25.4349290Z adding 'torch/_inductor/codegen/cpp_template.py' 2024-08-20T21:52:25.4356316Z adding 'torch/_inductor/codegen/cpp_template_kernel.py' 2024-08-20T21:52:25.4367098Z adding 'torch/_inductor/codegen/cpp_utils.py' 2024-08-20T21:52:25.4401948Z adding 'torch/_inductor/codegen/cpp_wrapper_cpu.py' 2024-08-20T21:52:25.4410545Z adding 'torch/_inductor/codegen/cpp_wrapper_cuda.py' 2024-08-20T21:52:25.4414697Z adding 'torch/_inductor/codegen/cuda_combined_scheduling.py' 2024-08-20T21:52:25.4418474Z adding 'torch/_inductor/codegen/debug_utils.py' 2024-08-20T21:52:25.4439684Z adding 'torch/_inductor/codegen/halide.py' 2024-08-20T21:52:25.4450592Z adding 'torch/_inductor/codegen/memory_planning.py' 2024-08-20T21:52:25.4457919Z adding 'torch/_inductor/codegen/multi_kernel.py' 2024-08-20T21:52:25.4485215Z adding 'torch/_inductor/codegen/simd.py' 2024-08-20T21:52:25.4527871Z adding 'torch/_inductor/codegen/triton.py' 2024-08-20T21:52:25.4543305Z adding 'torch/_inductor/codegen/triton_combo_kernel.py' 2024-08-20T21:52:25.4548784Z adding 'torch/_inductor/codegen/triton_split_scan.py' 2024-08-20T21:52:25.4553337Z adding 'torch/_inductor/codegen/triton_utils.py' 2024-08-20T21:52:25.4581420Z adding 'torch/_inductor/codegen/wrapper.py' 2024-08-20T21:52:25.4589181Z adding 'torch/_inductor/codegen/aoti_runtime/implementation.cpp' 2024-08-20T21:52:25.4594259Z adding 'torch/_inductor/codegen/aoti_runtime/interface.cpp' 2024-08-20T21:52:25.4598352Z adding 'torch/_inductor/codegen/cuda/__init__.py' 2024-08-20T21:52:25.4602484Z adding 'torch/_inductor/codegen/cuda/cuda_cpp_scheduling.py' 2024-08-20T21:52:25.4605865Z adding 'torch/_inductor/codegen/cuda/cuda_env.py' 2024-08-20T21:52:25.4612119Z adding 'torch/_inductor/codegen/cuda/cuda_kernel.py' 2024-08-20T21:52:25.4617504Z adding 'torch/_inductor/codegen/cuda/cuda_template.py' 2024-08-20T21:52:25.4623520Z adding 'torch/_inductor/codegen/cuda/cutlass_epilogue_gen.py' 2024-08-20T21:52:25.4629830Z adding 'torch/_inductor/codegen/cuda/cutlass_utils.py' 2024-08-20T21:52:25.4633404Z adding 'torch/_inductor/codegen/cuda/device_op_overrides.py' 2024-08-20T21:52:25.4651487Z adding 'torch/_inductor/codegen/cuda/gemm_template.py' 2024-08-20T21:52:25.4656774Z adding 'torch/_inductor/codegen/cuda/cutlass_lib_extensions/__init__.py' 2024-08-20T21:52:25.4661615Z adding 'torch/_inductor/codegen/cuda/cutlass_lib_extensions/gemm_operation_extensions.py' 2024-08-20T21:52:25.4665397Z adding 'torch/_inductor/codegen/rocm/__init__.py' 2024-08-20T21:52:25.4669021Z adding 'torch/_inductor/codegen/rocm/ck_template.py' 2024-08-20T21:52:25.4676354Z adding 'torch/_inductor/codegen/rocm/ck_universal_gemm_template.py' 2024-08-20T21:52:25.4680728Z adding 'torch/_inductor/codegen/rocm/compile_command.py' 2024-08-20T21:52:25.4684949Z adding 'torch/_inductor/codegen/rocm/rocm_benchmark_request.py' 2024-08-20T21:52:25.4689004Z adding 'torch/_inductor/codegen/rocm/rocm_cpp_scheduling.py' 2024-08-20T21:52:25.4694210Z adding 'torch/_inductor/codegen/rocm/rocm_kernel.py' 2024-08-20T21:52:25.4698956Z adding 'torch/_inductor/codegen/rocm/rocm_template.py' 2024-08-20T21:52:25.4702310Z adding 'torch/_inductor/codegen/rocm/rocm_template_buffer.py' 2024-08-20T21:52:25.4705913Z adding 'torch/_inductor/codegen/xpu/__init__.py' 2024-08-20T21:52:25.4709110Z adding 'torch/_inductor/codegen/xpu/device_op_overrides.py' 2024-08-20T21:52:25.4712716Z adding 'torch/_inductor/compile_worker/__init__.py' 2024-08-20T21:52:25.4716017Z adding 'torch/_inductor/compile_worker/__main__.py' 2024-08-20T21:52:25.4721713Z adding 'torch/_inductor/compile_worker/subproc_pool.py' 2024-08-20T21:52:25.4725244Z adding 'torch/_inductor/compile_worker/watchdog.py' 2024-08-20T21:52:25.4729337Z adding 'torch/_inductor/fx_passes/__init__.py' 2024-08-20T21:52:25.4738259Z adding 'torch/_inductor/fx_passes/b2b_gemm.py' 2024-08-20T21:52:25.4750227Z adding 'torch/_inductor/fx_passes/binary_folding.py' 2024-08-20T21:52:25.4759600Z adding 'torch/_inductor/fx_passes/ddp_fusion.py' 2024-08-20T21:52:25.4764113Z adding 'torch/_inductor/fx_passes/decompose_mem_bound_mm.py' 2024-08-20T21:52:25.4767884Z adding 'torch/_inductor/fx_passes/dedupe_symint_uses.py' 2024-08-20T21:52:25.4773547Z adding 'torch/_inductor/fx_passes/efficient_conv_bn_eval.py' 2024-08-20T21:52:25.4778429Z adding 'torch/_inductor/fx_passes/freezing_patterns.py' 2024-08-20T21:52:25.4787345Z adding 'torch/_inductor/fx_passes/fuse_attention.py' 2024-08-20T21:52:25.4802776Z adding 'torch/_inductor/fx_passes/group_batch_fusion.py' 2024-08-20T21:52:25.4812939Z adding 'torch/_inductor/fx_passes/joint_graph.py' 2024-08-20T21:52:25.4823629Z adding 'torch/_inductor/fx_passes/micro_pipeline_tp.py' 2024-08-20T21:52:25.4828484Z adding 'torch/_inductor/fx_passes/misc_patterns.py' 2024-08-20T21:52:25.4842482Z adding 'torch/_inductor/fx_passes/mkldnn_fusion.py' 2024-08-20T21:52:25.4848218Z adding 'torch/_inductor/fx_passes/numeric_utils.py' 2024-08-20T21:52:25.4858044Z adding 'torch/_inductor/fx_passes/pad_mm.py' 2024-08-20T21:52:25.4874697Z adding 'torch/_inductor/fx_passes/post_grad.py' 2024-08-20T21:52:25.4884970Z adding 'torch/_inductor/fx_passes/pre_grad.py' 2024-08-20T21:52:25.4910035Z adding 'torch/_inductor/fx_passes/quantization.py' 2024-08-20T21:52:25.4922113Z adding 'torch/_inductor/fx_passes/reinplace.py' 2024-08-20T21:52:25.4926743Z adding 'torch/_inductor/fx_passes/replace_random.py' 2024-08-20T21:52:25.4956732Z adding 'torch/_inductor/fx_passes/split_cat.py' 2024-08-20T21:52:25.4963638Z adding 'torch/_inductor/fx_passes/serialized_patterns/__init__.py' 2024-08-20T21:52:25.4968239Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_1.py' 2024-08-20T21:52:25.4972597Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_10.py' 2024-08-20T21:52:25.4977288Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_11.py' 2024-08-20T21:52:25.4982134Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_12.py' 2024-08-20T21:52:25.4986328Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_13.py' 2024-08-20T21:52:25.4991095Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_14.py' 2024-08-20T21:52:25.4996320Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_15.py' 2024-08-20T21:52:25.5002655Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_16.py' 2024-08-20T21:52:25.5008438Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_17.py' 2024-08-20T21:52:25.5014400Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_18.py' 2024-08-20T21:52:25.5019649Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_19.py' 2024-08-20T21:52:25.5024173Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_2.py' 2024-08-20T21:52:25.5028688Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_3.py' 2024-08-20T21:52:25.5033813Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_4.py' 2024-08-20T21:52:25.5038465Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_5.py' 2024-08-20T21:52:25.5043099Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_6.py' 2024-08-20T21:52:25.5047882Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_7.py' 2024-08-20T21:52:25.5052460Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_8.py' 2024-08-20T21:52:25.5057463Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_9.py' 2024-08-20T21:52:25.5061076Z adding 'torch/_inductor/fx_passes/serialized_patterns/addmm_pattern.py' 2024-08-20T21:52:25.5064367Z adding 'torch/_inductor/fx_passes/serialized_patterns/bmm_pattern.py' 2024-08-20T21:52:25.5067675Z adding 'torch/_inductor/fx_passes/serialized_patterns/mm_pattern.py' 2024-08-20T21:52:25.5071487Z adding 'torch/_inductor/kernel/__init__.py' 2024-08-20T21:52:25.5076245Z adding 'torch/_inductor/kernel/bmm.py' 2024-08-20T21:52:25.5084699Z adding 'torch/_inductor/kernel/conv.py' 2024-08-20T21:52:25.5102791Z adding 'torch/_inductor/kernel/flex_attention.py' 2024-08-20T21:52:25.5112245Z adding 'torch/_inductor/kernel/flex_decoding.py' 2024-08-20T21:52:25.5122015Z adding 'torch/_inductor/kernel/mm.py' 2024-08-20T21:52:25.5129080Z adding 'torch/_inductor/kernel/mm_common.py' 2024-08-20T21:52:25.5134233Z adding 'torch/_inductor/kernel/mm_plus_mm.py' 2024-08-20T21:52:25.5139536Z adding 'torch/_inductor/kernel/mm_scaled.py' 2024-08-20T21:52:25.5143599Z adding 'torch/_inductor/kernel/unpack_mixed_mm.py' 2024-08-20T21:52:25.5147342Z adding 'torch/_inductor/package/__init__.py' 2024-08-20T21:52:25.5150330Z adding 'torch/_inductor/package/build_package.py' 2024-08-20T21:52:25.5155213Z adding 'torch/_inductor/package/package.py' 2024-08-20T21:52:25.5158643Z adding 'torch/_inductor/package/pt2_archive_constants.py' 2024-08-20T21:52:25.5162317Z adding 'torch/_inductor/runtime/__init__.py' 2024-08-20T21:52:25.5166256Z adding 'torch/_inductor/runtime/benchmarking.py' 2024-08-20T21:52:25.5170092Z adding 'torch/_inductor/runtime/compile_tasks.py' 2024-08-20T21:52:25.5175418Z adding 'torch/_inductor/runtime/coordinate_descent_tuner.py' 2024-08-20T21:52:25.5179462Z adding 'torch/_inductor/runtime/halide_helpers.py' 2024-08-20T21:52:25.5183716Z adding 'torch/_inductor/runtime/hints.py' 2024-08-20T21:52:25.5187795Z adding 'torch/_inductor/runtime/runtime_utils.py' 2024-08-20T21:52:25.5194885Z adding 'torch/_inductor/runtime/triton_helpers.py' 2024-08-20T21:52:25.5217816Z adding 'torch/_inductor/runtime/triton_heuristics.py' 2024-08-20T21:52:25.5223688Z adding 'torch/_lazy/__init__.py' 2024-08-20T21:52:25.5227916Z adding 'torch/_lazy/closure.py' 2024-08-20T21:52:25.5231182Z adding 'torch/_lazy/computation.py' 2024-08-20T21:52:25.5234152Z adding 'torch/_lazy/config.py' 2024-08-20T21:52:25.5237352Z adding 'torch/_lazy/debug.py' 2024-08-20T21:52:25.5240460Z adding 'torch/_lazy/device_context.py' 2024-08-20T21:52:25.5245648Z adding 'torch/_lazy/extract_compiled_graph.py' 2024-08-20T21:52:25.5248831Z adding 'torch/_lazy/ir_cache.py' 2024-08-20T21:52:25.5251848Z adding 'torch/_lazy/metrics.py' 2024-08-20T21:52:25.5255823Z adding 'torch/_lazy/tensor_factory_functions.py' 2024-08-20T21:52:25.5258052Z adding 'torch/_lazy/ts_backend.py' 2024-08-20T21:52:25.5261680Z adding 'torch/_library/__init__.py' 2024-08-20T21:52:25.5266552Z adding 'torch/_library/autograd.py' 2024-08-20T21:52:25.5278802Z adding 'torch/_library/custom_ops.py' 2024-08-20T21:52:25.5285666Z adding 'torch/_library/fake_class_registry.py' 2024-08-20T21:52:25.5290963Z adding 'torch/_library/fake_impl.py' 2024-08-20T21:52:25.5296819Z adding 'torch/_library/infer_schema.py' 2024-08-20T21:52:25.5300865Z adding 'torch/_library/simple_registry.py' 2024-08-20T21:52:25.5306129Z adding 'torch/_library/triton.py' 2024-08-20T21:52:25.5311823Z adding 'torch/_library/utils.py' 2024-08-20T21:52:25.5316053Z adding 'torch/_logging/__init__.py' 2024-08-20T21:52:25.5332235Z adding 'torch/_logging/_internal.py' 2024-08-20T21:52:25.5337638Z adding 'torch/_logging/_registrations.py' 2024-08-20T21:52:25.5341103Z adding 'torch/_logging/structured.py' 2024-08-20T21:52:25.5345260Z adding 'torch/_numpy/__init__.py' 2024-08-20T21:52:25.5348865Z adding 'torch/_numpy/_binary_ufuncs_impl.py' 2024-08-20T21:52:25.5355130Z adding 'torch/_numpy/_casting_dicts.py' 2024-08-20T21:52:25.5361887Z adding 'torch/_numpy/_dtypes.py' 2024-08-20T21:52:25.5366914Z adding 'torch/_numpy/_dtypes_impl.py' 2024-08-20T21:52:25.5370514Z adding 'torch/_numpy/_funcs.py' 2024-08-20T21:52:25.5392275Z adding 'torch/_numpy/_funcs_impl.py' 2024-08-20T21:52:25.5396873Z adding 'torch/_numpy/_getlimits.py' 2024-08-20T21:52:25.5404174Z adding 'torch/_numpy/_ndarray.py' 2024-08-20T21:52:25.5409673Z adding 'torch/_numpy/_normalizations.py' 2024-08-20T21:52:25.5415348Z adding 'torch/_numpy/_reductions_impl.py' 2024-08-20T21:52:25.5420430Z adding 'torch/_numpy/_ufuncs.py' 2024-08-20T21:52:25.5423990Z adding 'torch/_numpy/_unary_ufuncs_impl.py' 2024-08-20T21:52:25.5429202Z adding 'torch/_numpy/_util.py' 2024-08-20T21:52:25.5432885Z adding 'torch/_numpy/fft.py' 2024-08-20T21:52:25.5437168Z adding 'torch/_numpy/linalg.py' 2024-08-20T21:52:25.5441375Z adding 'torch/_numpy/random.py' 2024-08-20T21:52:25.5445793Z adding 'torch/_numpy/testing/__init__.py' 2024-08-20T21:52:25.5473606Z adding 'torch/_numpy/testing/utils.py' 2024-08-20T21:52:25.5502999Z adding 'torch/_prims/__init__.py' 2024-08-20T21:52:25.5509299Z adding 'torch/_prims/context.py' 2024-08-20T21:52:25.5513017Z adding 'torch/_prims/debug_prims.py' 2024-08-20T21:52:25.5516542Z adding 'torch/_prims/executor.py' 2024-08-20T21:52:25.5521752Z adding 'torch/_prims/rng_prims.py' 2024-08-20T21:52:25.5548351Z adding 'torch/_prims_common/__init__.py' 2024-08-20T21:52:25.5557617Z adding 'torch/_prims_common/wrappers.py' 2024-08-20T21:52:25.5629527Z adding 'torch/_refs/__init__.py' 2024-08-20T21:52:25.5638164Z adding 'torch/_refs/_conversions.py' 2024-08-20T21:52:25.5644724Z adding 'torch/_refs/fft.py' 2024-08-20T21:52:25.5651549Z adding 'torch/_refs/linalg/__init__.py' 2024-08-20T21:52:25.5655303Z adding 'torch/_refs/nn/__init__.py' 2024-08-20T21:52:25.5669339Z adding 'torch/_refs/nn/functional/__init__.py' 2024-08-20T21:52:25.5675238Z adding 'torch/_refs/special/__init__.py' 2024-08-20T21:52:25.5679053Z adding 'torch/_strobelight/__init__.py' 2024-08-20T21:52:25.5684313Z adding 'torch/_strobelight/cli_function_profiler.py' 2024-08-20T21:52:25.5689251Z adding 'torch/_strobelight/compile_time_profiler.py' 2024-08-20T21:52:25.5693188Z adding 'torch/_subclasses/__init__.py' 2024-08-20T21:52:25.5698090Z adding 'torch/_subclasses/_fake_tensor_utils.py' 2024-08-20T21:52:25.5711932Z adding 'torch/_subclasses/fake_impls.py' 2024-08-20T21:52:25.5750150Z adding 'torch/_subclasses/fake_tensor.py' 2024-08-20T21:52:25.5756780Z adding 'torch/_subclasses/fake_utils.py' 2024-08-20T21:52:25.5768670Z adding 'torch/_subclasses/functional_tensor.py' 2024-08-20T21:52:25.5795482Z adding 'torch/_subclasses/meta_utils.py' 2024-08-20T21:52:25.5802232Z adding 'torch/_subclasses/schema_check_mode.py' 2024-08-20T21:52:25.5805957Z adding 'torch/_vendor/__init__.py' 2024-08-20T21:52:25.5809914Z adding 'torch/_vendor/packaging/__init__.py' 2024-08-20T21:52:25.5813009Z adding 'torch/_vendor/packaging/_structures.py' 2024-08-20T21:52:25.5819713Z adding 'torch/_vendor/packaging/version.py' 2024-08-20T21:52:25.5823789Z adding 'torch/amp/__init__.py' 2024-08-20T21:52:25.5831973Z adding 'torch/amp/autocast_mode.py' 2024-08-20T21:52:25.5843949Z adding 'torch/amp/grad_scaler.py' 2024-08-20T21:52:25.5848655Z adding 'torch/ao/__init__.py' 2024-08-20T21:52:25.5852428Z adding 'torch/ao/nn/__init__.py' 2024-08-20T21:52:25.5856491Z adding 'torch/ao/nn/intrinsic/__init__.py' 2024-08-20T21:52:25.5860320Z adding 'torch/ao/nn/intrinsic/modules/__init__.py' 2024-08-20T21:52:25.5864304Z adding 'torch/ao/nn/intrinsic/modules/fused.py' 2024-08-20T21:52:25.5868175Z adding 'torch/ao/nn/intrinsic/qat/__init__.py' 2024-08-20T21:52:25.5873310Z adding 'torch/ao/nn/intrinsic/qat/modules/__init__.py' 2024-08-20T21:52:25.5881906Z adding 'torch/ao/nn/intrinsic/qat/modules/conv_fused.py' 2024-08-20T21:52:25.5887271Z adding 'torch/ao/nn/intrinsic/qat/modules/linear_fused.py' 2024-08-20T21:52:25.5890872Z adding 'torch/ao/nn/intrinsic/qat/modules/linear_relu.py' 2024-08-20T21:52:25.5894653Z adding 'torch/ao/nn/intrinsic/quantized/__init__.py' 2024-08-20T21:52:25.5898615Z adding 'torch/ao/nn/intrinsic/quantized/dynamic/__init__.py' 2024-08-20T21:52:25.5902142Z adding 'torch/ao/nn/intrinsic/quantized/dynamic/modules/__init__.py' 2024-08-20T21:52:25.5905482Z adding 'torch/ao/nn/intrinsic/quantized/dynamic/modules/linear_relu.py' 2024-08-20T21:52:25.5909289Z adding 'torch/ao/nn/intrinsic/quantized/modules/__init__.py' 2024-08-20T21:52:25.5912749Z adding 'torch/ao/nn/intrinsic/quantized/modules/bn_relu.py' 2024-08-20T21:52:25.5916620Z adding 'torch/ao/nn/intrinsic/quantized/modules/conv_add.py' 2024-08-20T21:52:25.5920986Z adding 'torch/ao/nn/intrinsic/quantized/modules/conv_relu.py' 2024-08-20T21:52:25.5925337Z adding 'torch/ao/nn/intrinsic/quantized/modules/linear_relu.py' 2024-08-20T21:52:25.5928923Z adding 'torch/ao/nn/qat/__init__.py' 2024-08-20T21:52:25.5932457Z adding 'torch/ao/nn/qat/dynamic/__init__.py' 2024-08-20T21:52:25.5935994Z adding 'torch/ao/nn/qat/dynamic/modules/__init__.py' 2024-08-20T21:52:25.5939125Z adding 'torch/ao/nn/qat/dynamic/modules/linear.py' 2024-08-20T21:52:25.5942760Z adding 'torch/ao/nn/qat/modules/__init__.py' 2024-08-20T21:52:25.5947467Z adding 'torch/ao/nn/qat/modules/conv.py' 2024-08-20T21:52:25.5951761Z adding 'torch/ao/nn/qat/modules/embedding_ops.py' 2024-08-20T21:52:25.5955799Z adding 'torch/ao/nn/qat/modules/linear.py' 2024-08-20T21:52:25.5959510Z adding 'torch/ao/nn/quantizable/__init__.py' 2024-08-20T21:52:25.5963160Z adding 'torch/ao/nn/quantizable/modules/__init__.py' 2024-08-20T21:52:25.5971422Z adding 'torch/ao/nn/quantizable/modules/activation.py' 2024-08-20T21:52:25.5979089Z adding 'torch/ao/nn/quantizable/modules/rnn.py' 2024-08-20T21:52:25.5983150Z adding 'torch/ao/nn/quantized/__init__.py' 2024-08-20T21:52:25.5991514Z adding 'torch/ao/nn/quantized/functional.py' 2024-08-20T21:52:25.5995973Z adding 'torch/ao/nn/quantized/dynamic/__init__.py' 2024-08-20T21:52:25.5999740Z adding 'torch/ao/nn/quantized/dynamic/modules/__init__.py' 2024-08-20T21:52:25.6004696Z adding 'torch/ao/nn/quantized/dynamic/modules/conv.py' 2024-08-20T21:52:25.6009908Z adding 'torch/ao/nn/quantized/dynamic/modules/linear.py' 2024-08-20T21:52:25.6023639Z adding 'torch/ao/nn/quantized/dynamic/modules/rnn.py' 2024-08-20T21:52:25.6029825Z adding 'torch/ao/nn/quantized/modules/__init__.py' 2024-08-20T21:52:25.6035132Z adding 'torch/ao/nn/quantized/modules/activation.py' 2024-08-20T21:52:25.6039230Z adding 'torch/ao/nn/quantized/modules/batchnorm.py' 2024-08-20T21:52:25.6048801Z adding 'torch/ao/nn/quantized/modules/conv.py' 2024-08-20T21:52:25.6054362Z adding 'torch/ao/nn/quantized/modules/dropout.py' 2024-08-20T21:52:25.6060036Z adding 'torch/ao/nn/quantized/modules/embedding_ops.py' 2024-08-20T21:52:25.6064817Z adding 'torch/ao/nn/quantized/modules/functional_modules.py' 2024-08-20T21:52:25.6071115Z adding 'torch/ao/nn/quantized/modules/linear.py' 2024-08-20T21:52:25.6075534Z adding 'torch/ao/nn/quantized/modules/normalization.py' 2024-08-20T21:52:25.6079215Z adding 'torch/ao/nn/quantized/modules/rnn.py' 2024-08-20T21:52:25.6083327Z adding 'torch/ao/nn/quantized/modules/utils.py' 2024-08-20T21:52:25.6087245Z adding 'torch/ao/nn/quantized/reference/__init__.py' 2024-08-20T21:52:25.6091133Z adding 'torch/ao/nn/quantized/reference/modules/__init__.py' 2024-08-20T21:52:25.6095704Z adding 'torch/ao/nn/quantized/reference/modules/conv.py' 2024-08-20T21:52:25.6099690Z adding 'torch/ao/nn/quantized/reference/modules/linear.py' 2024-08-20T21:52:25.6107609Z adding 'torch/ao/nn/quantized/reference/modules/rnn.py' 2024-08-20T21:52:25.6112104Z adding 'torch/ao/nn/quantized/reference/modules/sparse.py' 2024-08-20T21:52:25.6117716Z adding 'torch/ao/nn/quantized/reference/modules/utils.py' 2024-08-20T21:52:25.6121658Z adding 'torch/ao/nn/sparse/__init__.py' 2024-08-20T21:52:25.6125410Z adding 'torch/ao/nn/sparse/quantized/__init__.py' 2024-08-20T21:52:25.6130157Z adding 'torch/ao/nn/sparse/quantized/linear.py' 2024-08-20T21:52:25.6133731Z adding 'torch/ao/nn/sparse/quantized/utils.py' 2024-08-20T21:52:25.6138121Z adding 'torch/ao/nn/sparse/quantized/dynamic/__init__.py' 2024-08-20T21:52:25.6141912Z adding 'torch/ao/nn/sparse/quantized/dynamic/linear.py' 2024-08-20T21:52:25.6145719Z adding 'torch/ao/ns/__init__.py' 2024-08-20T21:52:25.6153145Z adding 'torch/ao/ns/_numeric_suite.py' 2024-08-20T21:52:25.6166762Z adding 'torch/ao/ns/_numeric_suite_fx.py' 2024-08-20T21:52:25.6171549Z adding 'torch/ao/ns/fx/__init__.py' 2024-08-20T21:52:25.6179386Z adding 'torch/ao/ns/fx/graph_matcher.py' 2024-08-20T21:52:25.6194076Z adding 'torch/ao/ns/fx/graph_passes.py' 2024-08-20T21:52:25.6201283Z adding 'torch/ao/ns/fx/mappings.py' 2024-08-20T21:52:25.6219177Z adding 'torch/ao/ns/fx/n_shadows_utils.py' 2024-08-20T21:52:25.6223973Z adding 'torch/ao/ns/fx/ns_types.py' 2024-08-20T21:52:25.6228763Z adding 'torch/ao/ns/fx/pattern_utils.py' 2024-08-20T21:52:25.6234236Z adding 'torch/ao/ns/fx/qconfig_multi_mapping.py' 2024-08-20T21:52:25.6242202Z adding 'torch/ao/ns/fx/utils.py' 2024-08-20T21:52:25.6247689Z adding 'torch/ao/ns/fx/weight_utils.py' 2024-08-20T21:52:25.6252225Z adding 'torch/ao/pruning/__init__.py' 2024-08-20T21:52:25.6255417Z adding 'torch/ao/pruning/_mappings.py' 2024-08-20T21:52:25.6259021Z adding 'torch/ao/pruning/_experimental/__init__.py' 2024-08-20T21:52:25.6262824Z adding 'torch/ao/pruning/_experimental/activation_sparsifier/__init__.py' 2024-08-20T21:52:25.6270867Z adding 'torch/ao/pruning/_experimental/activation_sparsifier/activation_sparsifier.py' 2024-08-20T21:52:25.6275188Z adding 'torch/ao/pruning/_experimental/data_scheduler/__init__.py' 2024-08-20T21:52:25.6280141Z adding 'torch/ao/pruning/_experimental/data_scheduler/base_data_scheduler.py' 2024-08-20T21:52:25.6284325Z adding 'torch/ao/pruning/_experimental/data_sparsifier/__init__.py' 2024-08-20T21:52:25.6291193Z adding 'torch/ao/pruning/_experimental/data_sparsifier/base_data_sparsifier.py' 2024-08-20T21:52:25.6296247Z adding 'torch/ao/pruning/_experimental/data_sparsifier/data_norm_sparsifier.py' 2024-08-20T21:52:25.6300700Z adding 'torch/ao/pruning/_experimental/data_sparsifier/quantization_utils.py' 2024-08-20T21:52:25.6304667Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/__init__.py' 2024-08-20T21:52:25.6308457Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/__init__.py' 2024-08-20T21:52:25.6311966Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/_data_sparstity_utils.py' 2024-08-20T21:52:25.6316405Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/data_sparsity.py' 2024-08-20T21:52:25.6321434Z adding 'torch/ao/pruning/_experimental/pruner/FPGM_pruner.py' 2024-08-20T21:52:25.6324550Z adding 'torch/ao/pruning/_experimental/pruner/__init__.py' 2024-08-20T21:52:25.6330063Z adding 'torch/ao/pruning/_experimental/pruner/base_structured_sparsifier.py' 2024-08-20T21:52:25.6333972Z adding 'torch/ao/pruning/_experimental/pruner/lstm_saliency_pruner.py' 2024-08-20T21:52:25.6337544Z adding 'torch/ao/pruning/_experimental/pruner/match_utils.py' 2024-08-20T21:52:25.6341083Z adding 'torch/ao/pruning/_experimental/pruner/parametrization.py' 2024-08-20T21:52:25.6348338Z adding 'torch/ao/pruning/_experimental/pruner/prune_functions.py' 2024-08-20T21:52:25.6352194Z adding 'torch/ao/pruning/_experimental/pruner/saliency_pruner.py' 2024-08-20T21:52:25.6356072Z adding 'torch/ao/pruning/scheduler/__init__.py' 2024-08-20T21:52:25.6360666Z adding 'torch/ao/pruning/scheduler/base_scheduler.py' 2024-08-20T21:52:25.6364799Z adding 'torch/ao/pruning/scheduler/cubic_scheduler.py' 2024-08-20T21:52:25.6368639Z adding 'torch/ao/pruning/scheduler/lambda_scheduler.py' 2024-08-20T21:52:25.6372608Z adding 'torch/ao/pruning/sparsifier/__init__.py' 2024-08-20T21:52:25.6378930Z adding 'torch/ao/pruning/sparsifier/base_sparsifier.py' 2024-08-20T21:52:25.6383064Z adding 'torch/ao/pruning/sparsifier/nearly_diagonal_sparsifier.py' 2024-08-20T21:52:25.6387685Z adding 'torch/ao/pruning/sparsifier/utils.py' 2024-08-20T21:52:25.6395550Z adding 'torch/ao/pruning/sparsifier/weight_norm_sparsifier.py' 2024-08-20T21:52:25.6401915Z adding 'torch/ao/quantization/__init__.py' 2024-08-20T21:52:25.6406585Z adding 'torch/ao/quantization/_correct_bias.py' 2024-08-20T21:52:25.6412256Z adding 'torch/ao/quantization/_equalize.py' 2024-08-20T21:52:25.6417118Z adding 'torch/ao/quantization/_learnable_fake_quantize.py' 2024-08-20T21:52:25.6425119Z adding 'torch/ao/quantization/fake_quantize.py' 2024-08-20T21:52:25.6430438Z adding 'torch/ao/quantization/fuse_modules.py' 2024-08-20T21:52:25.6436000Z adding 'torch/ao/quantization/fuser_method_mappings.py' 2024-08-20T21:52:25.6457243Z adding 'torch/ao/quantization/observer.py' 2024-08-20T21:52:25.6467246Z adding 'torch/ao/quantization/qconfig.py' 2024-08-20T21:52:25.6474035Z adding 'torch/ao/quantization/qconfig_mapping.py' 2024-08-20T21:52:25.6477882Z adding 'torch/ao/quantization/quant_type.py' 2024-08-20T21:52:25.6483615Z adding 'torch/ao/quantization/quantization_mappings.py' 2024-08-20T21:52:25.6494797Z adding 'torch/ao/quantization/quantize.py' 2024-08-20T21:52:25.6505462Z adding 'torch/ao/quantization/quantize_fx.py' 2024-08-20T21:52:25.6512475Z adding 'torch/ao/quantization/quantize_jit.py' 2024-08-20T21:52:25.6518208Z adding 'torch/ao/quantization/quantize_pt2e.py' 2024-08-20T21:52:25.6522005Z adding 'torch/ao/quantization/stubs.py' 2024-08-20T21:52:25.6533134Z adding 'torch/ao/quantization/utils.py' 2024-08-20T21:52:25.6538085Z adding 'torch/ao/quantization/backend_config/__init__.py' 2024-08-20T21:52:25.6546198Z adding 'torch/ao/quantization/backend_config/_common_operator_config_utils.py' 2024-08-20T21:52:25.6551078Z adding 'torch/ao/quantization/backend_config/_qnnpack_pt2e.py' 2024-08-20T21:52:25.6561555Z adding 'torch/ao/quantization/backend_config/backend_config.py' 2024-08-20T21:52:25.6568280Z adding 'torch/ao/quantization/backend_config/executorch.py' 2024-08-20T21:52:25.6572620Z adding 'torch/ao/quantization/backend_config/fbgemm.py' 2024-08-20T21:52:25.6576925Z adding 'torch/ao/quantization/backend_config/native.py' 2024-08-20T21:52:25.6580987Z adding 'torch/ao/quantization/backend_config/observation_type.py' 2024-08-20T21:52:25.6587308Z adding 'torch/ao/quantization/backend_config/onednn.py' 2024-08-20T21:52:25.6591708Z adding 'torch/ao/quantization/backend_config/qnnpack.py' 2024-08-20T21:52:25.6595620Z adding 'torch/ao/quantization/backend_config/tensorrt.py' 2024-08-20T21:52:25.6601594Z adding 'torch/ao/quantization/backend_config/utils.py' 2024-08-20T21:52:25.6605562Z adding 'torch/ao/quantization/backend_config/x86.py' 2024-08-20T21:52:25.6610050Z adding 'torch/ao/quantization/fx/__init__.py' 2024-08-20T21:52:25.6620168Z adding 'torch/ao/quantization/fx/_decomposed.py' 2024-08-20T21:52:25.6634550Z adding 'torch/ao/quantization/fx/_equalize.py' 2024-08-20T21:52:25.6651739Z adding 'torch/ao/quantization/fx/_lower_to_native_backend.py' 2024-08-20T21:52:25.6673166Z adding 'torch/ao/quantization/fx/convert.py' 2024-08-20T21:52:25.6680967Z adding 'torch/ao/quantization/fx/custom_config.py' 2024-08-20T21:52:25.6686099Z adding 'torch/ao/quantization/fx/fuse.py' 2024-08-20T21:52:25.6690373Z adding 'torch/ao/quantization/fx/fuse_handler.py' 2024-08-20T21:52:25.6694744Z adding 'torch/ao/quantization/fx/graph_module.py' 2024-08-20T21:52:25.6698031Z adding 'torch/ao/quantization/fx/lower_to_fbgemm.py' 2024-08-20T21:52:25.6701110Z adding 'torch/ao/quantization/fx/lower_to_qnnpack.py' 2024-08-20T21:52:25.6706088Z adding 'torch/ao/quantization/fx/lstm_utils.py' 2024-08-20T21:52:25.6711376Z adding 'torch/ao/quantization/fx/match_utils.py' 2024-08-20T21:52:25.6715493Z adding 'torch/ao/quantization/fx/pattern_utils.py' 2024-08-20T21:52:25.6746159Z adding 'torch/ao/quantization/fx/prepare.py' 2024-08-20T21:52:25.6754769Z adding 'torch/ao/quantization/fx/qconfig_mapping_utils.py' 2024-08-20T21:52:25.6759680Z adding 'torch/ao/quantization/fx/quantize_handler.py' 2024-08-20T21:52:25.6763230Z adding 'torch/ao/quantization/fx/tracer.py' 2024-08-20T21:52:25.6776768Z adding 'torch/ao/quantization/fx/utils.py' 2024-08-20T21:52:25.6781656Z adding 'torch/ao/quantization/fx/_model_report/__init__.py' 2024-08-20T21:52:25.6804713Z adding 'torch/ao/quantization/fx/_model_report/detector.py' 2024-08-20T21:52:25.6817262Z adding 'torch/ao/quantization/fx/_model_report/model_report.py' 2024-08-20T21:52:25.6823806Z adding 'torch/ao/quantization/fx/_model_report/model_report_observer.py' 2024-08-20T21:52:25.6835590Z adding 'torch/ao/quantization/fx/_model_report/model_report_visualizer.py' 2024-08-20T21:52:25.6840136Z adding 'torch/ao/quantization/pt2e/__init__.py' 2024-08-20T21:52:25.6845014Z adding 'torch/ao/quantization/pt2e/_numeric_debugger.py' 2024-08-20T21:52:25.6848912Z adding 'torch/ao/quantization/pt2e/duplicate_dq_pass.py' 2024-08-20T21:52:25.6853502Z adding 'torch/ao/quantization/pt2e/export_utils.py' 2024-08-20T21:52:25.6857524Z adding 'torch/ao/quantization/pt2e/graph_utils.py' 2024-08-20T21:52:25.6862676Z adding 'torch/ao/quantization/pt2e/port_metadata_pass.py' 2024-08-20T21:52:25.6871706Z adding 'torch/ao/quantization/pt2e/prepare.py' 2024-08-20T21:52:25.6884261Z adding 'torch/ao/quantization/pt2e/qat_utils.py' 2024-08-20T21:52:25.6893849Z adding 'torch/ao/quantization/pt2e/utils.py' 2024-08-20T21:52:25.6898586Z adding 'torch/ao/quantization/pt2e/representation/__init__.py' 2024-08-20T21:52:25.6905940Z adding 'torch/ao/quantization/pt2e/representation/rewrite.py' 2024-08-20T21:52:25.6910424Z adding 'torch/ao/quantization/quantizer/__init__.py' 2024-08-20T21:52:25.6914226Z adding 'torch/ao/quantization/quantizer/composable_quantizer.py' 2024-08-20T21:52:25.6918164Z adding 'torch/ao/quantization/quantizer/embedding_quantizer.py' 2024-08-20T21:52:25.6922682Z adding 'torch/ao/quantization/quantizer/quantizer.py' 2024-08-20T21:52:25.6926653Z adding 'torch/ao/quantization/quantizer/utils.py' 2024-08-20T21:52:25.6944703Z adding 'torch/ao/quantization/quantizer/x86_inductor_quantizer.py' 2024-08-20T21:52:25.6952422Z adding 'torch/ao/quantization/quantizer/xnnpack_quantizer.py' 2024-08-20T21:52:25.6963818Z adding 'torch/ao/quantization/quantizer/xnnpack_quantizer_utils.py' 2024-08-20T21:52:25.6975505Z adding 'torch/autograd/__init__.py' 2024-08-20T21:52:25.6980246Z adding 'torch/autograd/anomaly_mode.py' 2024-08-20T21:52:25.6985243Z adding 'torch/autograd/forward_ad.py' 2024-08-20T21:52:25.6997763Z adding 'torch/autograd/function.py' 2024-08-20T21:52:25.7014260Z adding 'torch/autograd/functional.py' 2024-08-20T21:52:25.7021047Z adding 'torch/autograd/grad_mode.py' 2024-08-20T21:52:25.7054102Z adding 'torch/autograd/gradcheck.py' 2024-08-20T21:52:25.7067873Z adding 'torch/autograd/graph.py' 2024-08-20T21:52:25.7085289Z adding 'torch/autograd/profiler.py' 2024-08-20T21:52:25.7092467Z adding 'torch/autograd/profiler_legacy.py' 2024-08-20T21:52:25.7106685Z adding 'torch/autograd/profiler_util.py' 2024-08-20T21:52:25.7110731Z adding 'torch/autograd/variable.py' 2024-08-20T21:52:25.7114353Z adding 'torch/autograd/_functions/__init__.py' 2024-08-20T21:52:25.7118054Z adding 'torch/autograd/_functions/tensor.py' 2024-08-20T21:52:25.7121731Z adding 'torch/autograd/_functions/utils.py' 2024-08-20T21:52:25.7126748Z adding 'torch/backends/__init__.py' 2024-08-20T21:52:25.7129824Z adding 'torch/backends/_coreml/__init__.py' 2024-08-20T21:52:25.7133969Z adding 'torch/backends/_coreml/preprocess.py' 2024-08-20T21:52:25.7137922Z adding 'torch/backends/_nnapi/__init__.py' 2024-08-20T21:52:25.7142468Z adding 'torch/backends/_nnapi/prepare.py' 2024-08-20T21:52:25.7166679Z adding 'torch/backends/_nnapi/serializer.py' 2024-08-20T21:52:25.7172604Z adding 'torch/backends/cpu/__init__.py' 2024-08-20T21:52:25.7179534Z adding 'torch/backends/cuda/__init__.py' 2024-08-20T21:52:25.7185029Z adding 'torch/backends/cudnn/__init__.py' 2024-08-20T21:52:25.7188855Z adding 'torch/backends/cudnn/rnn.py' 2024-08-20T21:52:25.7192744Z adding 'torch/backends/mha/__init__.py' 2024-08-20T21:52:25.7197203Z adding 'torch/backends/mkl/__init__.py' 2024-08-20T21:52:25.7201733Z adding 'torch/backends/mkldnn/__init__.py' 2024-08-20T21:52:25.7206385Z adding 'torch/backends/mps/__init__.py' 2024-08-20T21:52:25.7209891Z adding 'torch/backends/nnpack/__init__.py' 2024-08-20T21:52:25.7213675Z adding 'torch/backends/openmp/__init__.py' 2024-08-20T21:52:25.7218641Z adding 'torch/backends/opt_einsum/__init__.py' 2024-08-20T21:52:25.7222845Z adding 'torch/backends/quantized/__init__.py' 2024-08-20T21:52:25.7226482Z adding 'torch/backends/xeon/__init__.py' 2024-08-20T21:52:25.7238799Z adding 'torch/backends/xeon/run_cpu.py' 2024-08-20T21:52:25.7243673Z adding 'torch/backends/xnnpack/__init__.py' 2024-08-20T21:52:25.7440145Z adding 'torch/bin/FileStoreTest.exe' 2024-08-20T21:52:25.7651824Z adding 'torch/bin/TCPStoreTest.exe' 2024-08-20T21:52:25.7861983Z adding 'torch/bin/asmjit.dll' 2024-08-20T21:52:25.9405270Z adding 'torch/bin/fbgemm.dll' 2024-08-20T21:52:26.0952640Z adding 'torch/bin/protoc.exe' 2024-08-20T21:52:26.5249628Z adding 'torch/bin/test_api.exe' 2024-08-20T21:52:26.5638896Z adding 'torch/bin/test_edge_op_registration.exe' 2024-08-20T21:52:26.8118586Z adding 'torch/bin/test_jit.exe' 2024-08-20T21:52:26.9247355Z adding 'torch/bin/test_lazy.exe' 2024-08-20T21:52:27.2401002Z adding 'torch/bin/test_tensorexpr.exe' 2024-08-20T21:52:27.2606493Z adding 'torch/bin/tutorial_tensorexpr.exe' 2024-08-20T21:52:27.2617320Z adding 'torch/compiler/__init__.py' 2024-08-20T21:52:27.2621381Z adding 'torch/contrib/__init__.py' 2024-08-20T21:52:27.2626089Z adding 'torch/contrib/_tensorboard_vis.py' 2024-08-20T21:52:27.2630783Z adding 'torch/cpu/__init__.py' 2024-08-20T21:52:27.2634782Z adding 'torch/cpu/amp/__init__.py' 2024-08-20T21:52:27.2638151Z adding 'torch/cpu/amp/autocast_mode.py' 2024-08-20T21:52:27.2641358Z adding 'torch/cpu/amp/grad_scaler.py' 2024-08-20T21:52:27.2660820Z adding 'torch/cuda/__init__.py' 2024-08-20T21:52:27.2665424Z adding 'torch/cuda/_gpu_trace.py' 2024-08-20T21:52:27.2675907Z adding 'torch/cuda/_memory_viz.py' 2024-08-20T21:52:27.2684764Z adding 'torch/cuda/_sanitizer.py' 2024-08-20T21:52:27.2688717Z adding 'torch/cuda/_utils.py' 2024-08-20T21:52:27.2691875Z adding 'torch/cuda/comm.py' 2024-08-20T21:52:27.2694798Z adding 'torch/cuda/error.py' 2024-08-20T21:52:27.2698716Z adding 'torch/cuda/gds.py' 2024-08-20T21:52:27.2707728Z adding 'torch/cuda/graphs.py' 2024-08-20T21:52:27.2712875Z adding 'torch/cuda/jiterator.py' 2024-08-20T21:52:27.2727765Z adding 'torch/cuda/memory.py' 2024-08-20T21:52:27.2732528Z adding 'torch/cuda/nccl.py' 2024-08-20T21:52:27.2736353Z adding 'torch/cuda/nvtx.py' 2024-08-20T21:52:27.2740107Z adding 'torch/cuda/profiler.py' 2024-08-20T21:52:27.2744427Z adding 'torch/cuda/random.py' 2024-08-20T21:52:27.2747417Z adding 'torch/cuda/sparse.py' 2024-08-20T21:52:27.2752485Z adding 'torch/cuda/streams.py' 2024-08-20T21:52:27.2758622Z adding 'torch/cuda/tunable.py' 2024-08-20T21:52:27.2762869Z adding 'torch/cuda/amp/__init__.py' 2024-08-20T21:52:27.2766390Z adding 'torch/cuda/amp/autocast_mode.py' 2024-08-20T21:52:27.2769727Z adding 'torch/cuda/amp/common.py' 2024-08-20T21:52:27.2772950Z adding 'torch/cuda/amp/grad_scaler.py' 2024-08-20T21:52:27.2778824Z adding 'torch/distributed/__init__.py' 2024-08-20T21:52:27.2782518Z adding 'torch/distributed/_checkpointable.py' 2024-08-20T21:52:27.2785925Z adding 'torch/distributed/_composable_state.py' 2024-08-20T21:52:27.2800660Z adding 'torch/distributed/_functional_collectives.py' 2024-08-20T21:52:27.2805623Z adding 'torch/distributed/_functional_collectives_impl.py' 2024-08-20T21:52:27.2815180Z adding 'torch/distributed/_state_dict_utils.py' 2024-08-20T21:52:27.2819479Z adding 'torch/distributed/argparse_util.py' 2024-08-20T21:52:27.2823683Z adding 'torch/distributed/c10d_logger.py' 2024-08-20T21:52:27.2828676Z adding 'torch/distributed/collective_utils.py' 2024-08-20T21:52:27.2832111Z adding 'torch/distributed/constants.py' 2024-08-20T21:52:27.2844770Z adding 'torch/distributed/device_mesh.py' 2024-08-20T21:52:27.2909592Z adding 'torch/distributed/distributed_c10d.py' 2024-08-20T21:52:27.2919092Z adding 'torch/distributed/launch.py' 2024-08-20T21:52:27.2922556Z adding 'torch/distributed/logging_handlers.py' 2024-08-20T21:52:27.2926641Z adding 'torch/distributed/remote_device.py' 2024-08-20T21:52:27.2931749Z adding 'torch/distributed/rendezvous.py' 2024-08-20T21:52:27.2944996Z adding 'torch/distributed/run.py' 2024-08-20T21:52:27.2952333Z adding 'torch/distributed/utils.py' 2024-08-20T21:52:27.2956409Z adding 'torch/distributed/_composable/__init__.py' 2024-08-20T21:52:27.2960511Z adding 'torch/distributed/_composable/checkpoint_activation.py' 2024-08-20T21:52:27.2965532Z adding 'torch/distributed/_composable/contract.py' 2024-08-20T21:52:27.2970261Z adding 'torch/distributed/_composable/fully_shard.py' 2024-08-20T21:52:27.2975497Z adding 'torch/distributed/_composable/replicate.py' 2024-08-20T21:52:27.2979662Z adding 'torch/distributed/_composable/fsdp/__init__.py' 2024-08-20T21:52:27.2983481Z adding 'torch/distributed/_composable/fsdp/_fsdp_api.py' 2024-08-20T21:52:27.2991397Z adding 'torch/distributed/_composable/fsdp/_fsdp_collectives.py' 2024-08-20T21:52:27.2996133Z adding 'torch/distributed/_composable/fsdp/_fsdp_common.py' 2024-08-20T21:52:27.3000926Z adding 'torch/distributed/_composable/fsdp/_fsdp_init.py' 2024-08-20T21:52:27.3013952Z adding 'torch/distributed/_composable/fsdp/_fsdp_param.py' 2024-08-20T21:52:27.3024519Z adding 'torch/distributed/_composable/fsdp/_fsdp_param_group.py' 2024-08-20T21:52:27.3031745Z adding 'torch/distributed/_composable/fsdp/_fsdp_state.py' 2024-08-20T21:52:27.3040602Z adding 'torch/distributed/_composable/fsdp/fully_shard.py' 2024-08-20T21:52:27.3044629Z adding 'torch/distributed/_shard/__init__.py' 2024-08-20T21:52:27.3047836Z adding 'torch/distributed/_shard/_utils.py' 2024-08-20T21:52:27.3053725Z adding 'torch/distributed/_shard/api.py' 2024-08-20T21:52:27.3057929Z adding 'torch/distributed/_shard/common_op_utils.py' 2024-08-20T21:52:27.3061403Z adding 'torch/distributed/_shard/metadata.py' 2024-08-20T21:52:27.3064463Z adding 'torch/distributed/_shard/op_registry_utils.py' 2024-08-20T21:52:27.3067728Z adding 'torch/distributed/_shard/sharder.py' 2024-08-20T21:52:27.3071784Z adding 'torch/distributed/_shard/checkpoint/__init__.py' 2024-08-20T21:52:27.3076531Z adding 'torch/distributed/_shard/sharded_optim/__init__.py' 2024-08-20T21:52:27.3080431Z adding 'torch/distributed/_shard/sharded_optim/api.py' 2024-08-20T21:52:27.3088055Z adding 'torch/distributed/_shard/sharded_tensor/__init__.py' 2024-08-20T21:52:27.3105609Z adding 'torch/distributed/_shard/sharded_tensor/api.py' 2024-08-20T21:52:27.3110119Z adding 'torch/distributed/_shard/sharded_tensor/logger.py' 2024-08-20T21:52:27.3113258Z adding 'torch/distributed/_shard/sharded_tensor/logging_handlers.py' 2024-08-20T21:52:27.3117147Z adding 'torch/distributed/_shard/sharded_tensor/metadata.py' 2024-08-20T21:52:27.3122537Z adding 'torch/distributed/_shard/sharded_tensor/reshard.py' 2024-08-20T21:52:27.3126404Z adding 'torch/distributed/_shard/sharded_tensor/shard.py' 2024-08-20T21:52:27.3131487Z adding 'torch/distributed/_shard/sharded_tensor/utils.py' 2024-08-20T21:52:27.3136154Z adding 'torch/distributed/_shard/sharded_tensor/_ops/__init__.py' 2024-08-20T21:52:27.3140264Z adding 'torch/distributed/_shard/sharded_tensor/_ops/_common.py' 2024-08-20T21:52:27.3143983Z adding 'torch/distributed/_shard/sharded_tensor/_ops/binary_cmp.py' 2024-08-20T21:52:27.3148308Z adding 'torch/distributed/_shard/sharded_tensor/_ops/init.py' 2024-08-20T21:52:27.3151758Z adding 'torch/distributed/_shard/sharded_tensor/_ops/misc_ops.py' 2024-08-20T21:52:27.3156531Z adding 'torch/distributed/_shard/sharded_tensor/_ops/tensor_ops.py' 2024-08-20T21:52:27.3160431Z adding 'torch/distributed/_shard/sharding_plan/__init__.py' 2024-08-20T21:52:27.3164450Z adding 'torch/distributed/_shard/sharding_plan/api.py' 2024-08-20T21:52:27.3168512Z adding 'torch/distributed/_shard/sharding_spec/__init__.py' 2024-08-20T21:52:27.3173676Z adding 'torch/distributed/_shard/sharding_spec/_internals.py' 2024-08-20T21:52:27.3179612Z adding 'torch/distributed/_shard/sharding_spec/api.py' 2024-08-20T21:52:27.3185064Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec.py' 2024-08-20T21:52:27.3189275Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/__init__.py' 2024-08-20T21:52:27.3195648Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/_common.py' 2024-08-20T21:52:27.3201714Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding.py' 2024-08-20T21:52:27.3209622Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding_bag.py' 2024-08-20T21:52:27.3213978Z adding 'torch/distributed/_sharded_tensor/__init__.py' 2024-08-20T21:52:27.3217960Z adding 'torch/distributed/_sharding_spec/__init__.py' 2024-08-20T21:52:27.3229935Z adding 'torch/distributed/_symmetric_memory/__init__.py' 2024-08-20T21:52:27.3235222Z adding 'torch/distributed/_tensor/__init__.py' 2024-08-20T21:52:27.3241733Z adding 'torch/distributed/_tensor/_collective_utils.py' 2024-08-20T21:52:27.3249852Z adding 'torch/distributed/_tensor/_dispatch.py' 2024-08-20T21:52:27.3257702Z adding 'torch/distributed/_tensor/_op_schema.py' 2024-08-20T21:52:27.3264569Z adding 'torch/distributed/_tensor/_redistribute.py' 2024-08-20T21:52:27.3272798Z adding 'torch/distributed/_tensor/_sharding_prop.py' 2024-08-20T21:52:27.3278892Z adding 'torch/distributed/_tensor/_shards_wrapper.py' 2024-08-20T21:52:27.3284044Z adding 'torch/distributed/_tensor/_tp_conv.py' 2024-08-20T21:52:27.3290882Z adding 'torch/distributed/_tensor/_utils.py' 2024-08-20T21:52:27.3308250Z adding 'torch/distributed/_tensor/api.py' 2024-08-20T21:52:27.3312446Z adding 'torch/distributed/_tensor/device_mesh.py' 2024-08-20T21:52:27.3325467Z adding 'torch/distributed/_tensor/placement_types.py' 2024-08-20T21:52:27.3333176Z adding 'torch/distributed/_tensor/random.py' 2024-08-20T21:52:27.3337719Z adding 'torch/distributed/_tensor/debug/__init__.py' 2024-08-20T21:52:27.3341704Z adding 'torch/distributed/_tensor/debug/_op_coverage.py' 2024-08-20T21:52:27.3351194Z adding 'torch/distributed/_tensor/debug/comm_mode.py' 2024-08-20T21:52:27.3356801Z adding 'torch/distributed/_tensor/debug/visualize_sharding.py' 2024-08-20T21:52:27.3361122Z adding 'torch/distributed/_tensor/experimental/__init__.py' 2024-08-20T21:52:27.3372255Z adding 'torch/distributed/_tensor/experimental/attention.py' 2024-08-20T21:52:27.3378283Z adding 'torch/distributed/_tensor/experimental/func_map.py' 2024-08-20T21:52:27.3383035Z adding 'torch/distributed/_tensor/experimental/register_sharding.py' 2024-08-20T21:52:27.3391466Z adding 'torch/distributed/_tensor/experimental/tp_transform.py' 2024-08-20T21:52:27.3396019Z adding 'torch/distributed/_tensor/ops/__init__.py' 2024-08-20T21:52:27.3403697Z adding 'torch/distributed/_tensor/ops/_common_rules.py' 2024-08-20T21:52:27.3407819Z adding 'torch/distributed/_tensor/ops/_conv_ops.py' 2024-08-20T21:52:27.3412374Z adding 'torch/distributed/_tensor/ops/_einsum_strategy.py' 2024-08-20T21:52:27.3417733Z adding 'torch/distributed/_tensor/ops/_embedding_ops.py' 2024-08-20T21:52:27.3421257Z adding 'torch/distributed/_tensor/ops/_experimental_ops.py' 2024-08-20T21:52:27.3432979Z adding 'torch/distributed/_tensor/ops/_math_ops.py' 2024-08-20T21:52:27.3439831Z adding 'torch/distributed/_tensor/ops/_matrix_ops.py' 2024-08-20T21:52:27.3447741Z adding 'torch/distributed/_tensor/ops/_pointwise_ops.py' 2024-08-20T21:52:27.3451564Z adding 'torch/distributed/_tensor/ops/_random_ops.py' 2024-08-20T21:52:27.3462176Z adding 'torch/distributed/_tensor/ops/_tensor_ops.py' 2024-08-20T21:52:27.3472668Z adding 'torch/distributed/_tensor/ops/_view_ops.py' 2024-08-20T21:52:27.3478782Z adding 'torch/distributed/_tensor/ops/utils.py' 2024-08-20T21:52:27.3482851Z adding 'torch/distributed/_tools/__init__.py' 2024-08-20T21:52:27.3491836Z adding 'torch/distributed/_tools/fsdp2_mem_tracker.py' 2024-08-20T21:52:27.3507032Z adding 'torch/distributed/_tools/mem_tracker.py' 2024-08-20T21:52:27.3513448Z adding 'torch/distributed/_tools/memory_tracker.py' 2024-08-20T21:52:27.3519112Z adding 'torch/distributed/_tools/mod_tracker.py' 2024-08-20T21:52:27.3522993Z adding 'torch/distributed/algorithms/__init__.py' 2024-08-20T21:52:27.3529434Z adding 'torch/distributed/algorithms/join.py' 2024-08-20T21:52:27.3533702Z adding 'torch/distributed/algorithms/_checkpoint/__init__.py' 2024-08-20T21:52:27.3539869Z adding 'torch/distributed/algorithms/_checkpoint/checkpoint_wrapper.py' 2024-08-20T21:52:27.3543972Z adding 'torch/distributed/algorithms/_comm_hooks/__init__.py' 2024-08-20T21:52:27.3548508Z adding 'torch/distributed/algorithms/_comm_hooks/default_hooks.py' 2024-08-20T21:52:27.3552527Z adding 'torch/distributed/algorithms/_optimizer_overlap/__init__.py' 2024-08-20T21:52:27.3556634Z adding 'torch/distributed/algorithms/_optimizer_overlap/optimizer_overlap.py' 2024-08-20T21:52:27.3560350Z adding 'torch/distributed/algorithms/_quantization/__init__.py' 2024-08-20T21:52:27.3564870Z adding 'torch/distributed/algorithms/_quantization/quantization.py' 2024-08-20T21:52:27.3569583Z adding 'torch/distributed/algorithms/ddp_comm_hooks/__init__.py' 2024-08-20T21:52:27.3577032Z adding 'torch/distributed/algorithms/ddp_comm_hooks/ddp_zero_hook.py' 2024-08-20T21:52:27.3581254Z adding 'torch/distributed/algorithms/ddp_comm_hooks/debugging_hooks.py' 2024-08-20T21:52:27.3585655Z adding 'torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py' 2024-08-20T21:52:27.3589742Z adding 'torch/distributed/algorithms/ddp_comm_hooks/mixed_precision_hooks.py' 2024-08-20T21:52:27.3594407Z adding 'torch/distributed/algorithms/ddp_comm_hooks/optimizer_overlap_hooks.py' 2024-08-20T21:52:27.3599037Z adding 'torch/distributed/algorithms/ddp_comm_hooks/post_localSGD_hook.py' 2024-08-20T21:52:27.3613164Z adding 'torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py' 2024-08-20T21:52:27.3618841Z adding 'torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py' 2024-08-20T21:52:27.3622829Z adding 'torch/distributed/algorithms/model_averaging/__init__.py' 2024-08-20T21:52:27.3627152Z adding 'torch/distributed/algorithms/model_averaging/averagers.py' 2024-08-20T21:52:27.3632784Z adding 'torch/distributed/algorithms/model_averaging/hierarchical_model_averager.py' 2024-08-20T21:52:27.3636881Z adding 'torch/distributed/algorithms/model_averaging/utils.py' 2024-08-20T21:52:27.3647350Z adding 'torch/distributed/autograd/__init__.py' 2024-08-20T21:52:27.3647904Z adding 'torch/distributed/checkpoint/__init__.py' 2024-08-20T21:52:27.3651408Z adding 'torch/distributed/checkpoint/_checkpointer.py' 2024-08-20T21:52:27.3655094Z adding 'torch/distributed/checkpoint/_dedup_save_plans.py' 2024-08-20T21:52:27.3658889Z adding 'torch/distributed/checkpoint/_dedup_tensors.py' 2024-08-20T21:52:27.3663505Z adding 'torch/distributed/checkpoint/_fsspec_filesystem.py' 2024-08-20T21:52:27.3666587Z adding 'torch/distributed/checkpoint/_nested_dict.py' 2024-08-20T21:52:27.3670708Z adding 'torch/distributed/checkpoint/_sharded_tensor_utils.py' 2024-08-20T21:52:27.3674278Z adding 'torch/distributed/checkpoint/_storage_utils.py' 2024-08-20T21:52:27.3678966Z adding 'torch/distributed/checkpoint/_traverse.py' 2024-08-20T21:52:27.3682461Z adding 'torch/distributed/checkpoint/api.py' 2024-08-20T21:52:27.3689962Z adding 'torch/distributed/checkpoint/default_planner.py' 2024-08-20T21:52:27.3699912Z adding 'torch/distributed/checkpoint/filesystem.py' 2024-08-20T21:52:27.3705836Z adding 'torch/distributed/checkpoint/format_utils.py' 2024-08-20T21:52:27.3709917Z adding 'torch/distributed/checkpoint/logger.py' 2024-08-20T21:52:27.3713328Z adding 'torch/distributed/checkpoint/logging_handlers.py' 2024-08-20T21:52:27.3717508Z adding 'torch/distributed/checkpoint/metadata.py' 2024-08-20T21:52:27.3723822Z adding 'torch/distributed/checkpoint/optimizer.py' 2024-08-20T21:52:27.3731034Z adding 'torch/distributed/checkpoint/planner.py' 2024-08-20T21:52:27.3737634Z adding 'torch/distributed/checkpoint/planner_helpers.py' 2024-08-20T21:52:27.3741347Z adding 'torch/distributed/checkpoint/resharding.py' 2024-08-20T21:52:27.3745685Z adding 'torch/distributed/checkpoint/staging.py' 2024-08-20T21:52:27.3763197Z adding 'torch/distributed/checkpoint/state_dict.py' 2024-08-20T21:52:27.3770450Z adding 'torch/distributed/checkpoint/state_dict_loader.py' 2024-08-20T21:52:27.3776629Z adding 'torch/distributed/checkpoint/state_dict_saver.py' 2024-08-20T21:52:27.3780084Z adding 'torch/distributed/checkpoint/stateful.py' 2024-08-20T21:52:27.3785076Z adding 'torch/distributed/checkpoint/storage.py' 2024-08-20T21:52:27.3791794Z adding 'torch/distributed/checkpoint/utils.py' 2024-08-20T21:52:27.3797146Z adding 'torch/distributed/elastic/__init__.py' 2024-08-20T21:52:27.3800693Z adding 'torch/distributed/elastic/control_plane.py' 2024-08-20T21:52:27.3804542Z adding 'torch/distributed/elastic/agent/__init__.py' 2024-08-20T21:52:27.3808994Z adding 'torch/distributed/elastic/agent/server/__init__.py' 2024-08-20T21:52:27.3823088Z adding 'torch/distributed/elastic/agent/server/api.py' 2024-08-20T21:52:27.3827607Z adding 'torch/distributed/elastic/agent/server/health_check_server.py' 2024-08-20T21:52:27.3835031Z adding 'torch/distributed/elastic/agent/server/local_elastic_agent.py' 2024-08-20T21:52:27.3840791Z adding 'torch/distributed/elastic/events/__init__.py' 2024-08-20T21:52:27.3844510Z adding 'torch/distributed/elastic/events/api.py' 2024-08-20T21:52:27.3848176Z adding 'torch/distributed/elastic/events/handlers.py' 2024-08-20T21:52:27.3853249Z adding 'torch/distributed/elastic/metrics/__init__.py' 2024-08-20T21:52:27.3857766Z adding 'torch/distributed/elastic/metrics/api.py' 2024-08-20T21:52:27.3863939Z adding 'torch/distributed/elastic/multiprocessing/__init__.py' 2024-08-20T21:52:27.3876446Z adding 'torch/distributed/elastic/multiprocessing/api.py' 2024-08-20T21:52:27.3881028Z adding 'torch/distributed/elastic/multiprocessing/redirects.py' 2024-08-20T21:52:27.3885403Z adding 'torch/distributed/elastic/multiprocessing/tail_log.py' 2024-08-20T21:52:27.3893258Z adding 'torch/distributed/elastic/multiprocessing/errors/__init__.py' 2024-08-20T21:52:27.3898245Z adding 'torch/distributed/elastic/multiprocessing/errors/error_handler.py' 2024-08-20T21:52:27.3901560Z adding 'torch/distributed/elastic/multiprocessing/errors/handlers.py' 2024-08-20T21:52:27.3905528Z adding 'torch/distributed/elastic/multiprocessing/subprocess_handler/__init__.py' 2024-08-20T21:52:27.3908694Z adding 'torch/distributed/elastic/multiprocessing/subprocess_handler/handlers.py' 2024-08-20T21:52:27.3912452Z adding 'torch/distributed/elastic/multiprocessing/subprocess_handler/subprocess_handler.py' 2024-08-20T21:52:27.3918163Z adding 'torch/distributed/elastic/rendezvous/__init__.py' 2024-08-20T21:52:27.3924235Z adding 'torch/distributed/elastic/rendezvous/api.py' 2024-08-20T21:52:27.3930454Z adding 'torch/distributed/elastic/rendezvous/c10d_rendezvous_backend.py' 2024-08-20T21:52:27.3945671Z adding 'torch/distributed/elastic/rendezvous/dynamic_rendezvous.py' 2024-08-20T21:52:27.3961719Z adding 'torch/distributed/elastic/rendezvous/etcd_rendezvous.py' 2024-08-20T21:52:27.3967464Z adding 'torch/distributed/elastic/rendezvous/etcd_rendezvous_backend.py' 2024-08-20T21:52:27.3973043Z adding 'torch/distributed/elastic/rendezvous/etcd_server.py' 2024-08-20T21:52:27.3977988Z adding 'torch/distributed/elastic/rendezvous/etcd_store.py' 2024-08-20T21:52:27.3981719Z adding 'torch/distributed/elastic/rendezvous/registry.py' 2024-08-20T21:52:27.3985839Z adding 'torch/distributed/elastic/rendezvous/static_tcp_rendezvous.py' 2024-08-20T21:52:27.3991056Z adding 'torch/distributed/elastic/rendezvous/utils.py' 2024-08-20T21:52:27.3995688Z adding 'torch/distributed/elastic/timer/__init__.py' 2024-08-20T21:52:27.4001155Z adding 'torch/distributed/elastic/timer/api.py' 2024-08-20T21:52:27.4004793Z adding 'torch/distributed/elastic/timer/debug_info_logging.py' 2024-08-20T21:52:27.4011535Z adding 'torch/distributed/elastic/timer/file_based_local_timer.py' 2024-08-20T21:52:27.4016120Z adding 'torch/distributed/elastic/timer/local_timer.py' 2024-08-20T21:52:27.4020117Z adding 'torch/distributed/elastic/utils/__init__.py' 2024-08-20T21:52:27.4023645Z adding 'torch/distributed/elastic/utils/api.py' 2024-08-20T21:52:27.4028284Z adding 'torch/distributed/elastic/utils/distributed.py' 2024-08-20T21:52:27.4031718Z adding 'torch/distributed/elastic/utils/log_level.py' 2024-08-20T21:52:27.4035321Z adding 'torch/distributed/elastic/utils/logging.py' 2024-08-20T21:52:27.4040249Z adding 'torch/distributed/elastic/utils/store.py' 2024-08-20T21:52:27.4044344Z adding 'torch/distributed/elastic/utils/data/__init__.py' 2024-08-20T21:52:27.4047804Z adding 'torch/distributed/elastic/utils/data/cycling_iterator.py' 2024-08-20T21:52:27.4051638Z adding 'torch/distributed/elastic/utils/data/elastic_distributed_sampler.py' 2024-08-20T21:52:27.4055828Z adding 'torch/distributed/fsdp/__init__.py' 2024-08-20T21:52:27.4065969Z adding 'torch/distributed/fsdp/_common_utils.py' 2024-08-20T21:52:27.4070889Z adding 'torch/distributed/fsdp/_debug_utils.py' 2024-08-20T21:52:27.4074989Z adding 'torch/distributed/fsdp/_dynamo_utils.py' 2024-08-20T21:52:27.4081478Z adding 'torch/distributed/fsdp/_exec_order_utils.py' 2024-08-20T21:52:27.4124011Z adding 'torch/distributed/fsdp/_flat_param.py' 2024-08-20T21:52:27.4130695Z adding 'torch/distributed/fsdp/_fsdp_extensions.py' 2024-08-20T21:52:27.4147829Z adding 'torch/distributed/fsdp/_init_utils.py' 2024-08-20T21:52:27.4152284Z adding 'torch/distributed/fsdp/_limiter_utils.py' 2024-08-20T21:52:27.4184491Z adding 'torch/distributed/fsdp/_optim_utils.py' 2024-08-20T21:52:27.4210631Z adding 'torch/distributed/fsdp/_runtime_utils.py' 2024-08-20T21:52:27.4216277Z adding 'torch/distributed/fsdp/_shard_utils.py' 2024-08-20T21:52:27.4227760Z adding 'torch/distributed/fsdp/_state_dict_utils.py' 2024-08-20T21:52:27.4234064Z adding 'torch/distributed/fsdp/_trace_utils.py' 2024-08-20T21:52:27.4238755Z adding 'torch/distributed/fsdp/_traversal_utils.py' 2024-08-20T21:52:27.4244578Z adding 'torch/distributed/fsdp/_unshard_param_utils.py' 2024-08-20T21:52:27.4250473Z adding 'torch/distributed/fsdp/_wrap_utils.py' 2024-08-20T21:52:27.4258833Z adding 'torch/distributed/fsdp/api.py' 2024-08-20T21:52:27.4292170Z adding 'torch/distributed/fsdp/fully_sharded_data_parallel.py' 2024-08-20T21:52:27.4301886Z adding 'torch/distributed/fsdp/sharded_grad_scaler.py' 2024-08-20T21:52:27.4311564Z adding 'torch/distributed/fsdp/wrap.py' 2024-08-20T21:52:27.4316294Z adding 'torch/distributed/launcher/__init__.py' 2024-08-20T21:52:27.4322190Z adding 'torch/distributed/launcher/api.py' 2024-08-20T21:52:27.4326190Z adding 'torch/distributed/nn/__init__.py' 2024-08-20T21:52:27.4332428Z adding 'torch/distributed/nn/functional.py' 2024-08-20T21:52:27.4336887Z adding 'torch/distributed/nn/api/__init__.py' 2024-08-20T21:52:27.4346997Z adding 'torch/distributed/nn/api/remote_module.py' 2024-08-20T21:52:27.4351558Z adding 'torch/distributed/nn/jit/__init__.py' 2024-08-20T21:52:27.4355782Z adding 'torch/distributed/nn/jit/instantiator.py' 2024-08-20T21:52:27.4359744Z adding 'torch/distributed/nn/jit/templates/__init__.py' 2024-08-20T21:52:27.4364271Z adding 'torch/distributed/nn/jit/templates/remote_module_template.py' 2024-08-20T21:52:27.4368452Z adding 'torch/distributed/optim/__init__.py' 2024-08-20T21:52:27.4372872Z adding 'torch/distributed/optim/apply_optimizer_in_backward.py' 2024-08-20T21:52:27.4376835Z adding 'torch/distributed/optim/functional_adadelta.py' 2024-08-20T21:52:27.4381257Z adding 'torch/distributed/optim/functional_adagrad.py' 2024-08-20T21:52:27.4385987Z adding 'torch/distributed/optim/functional_adam.py' 2024-08-20T21:52:27.4389927Z adding 'torch/distributed/optim/functional_adamax.py' 2024-08-20T21:52:27.4394589Z adding 'torch/distributed/optim/functional_adamw.py' 2024-08-20T21:52:27.4398885Z adding 'torch/distributed/optim/functional_rmsprop.py' 2024-08-20T21:52:27.4403037Z adding 'torch/distributed/optim/functional_rprop.py' 2024-08-20T21:52:27.4407134Z adding 'torch/distributed/optim/functional_sgd.py' 2024-08-20T21:52:27.4414077Z adding 'torch/distributed/optim/named_optimizer.py' 2024-08-20T21:52:27.4419783Z adding 'torch/distributed/optim/optimizer.py' 2024-08-20T21:52:27.4424283Z adding 'torch/distributed/optim/post_localSGD_optimizer.py' 2024-08-20T21:52:27.4427810Z adding 'torch/distributed/optim/utils.py' 2024-08-20T21:52:27.4453169Z adding 'torch/distributed/optim/zero_redundancy_optimizer.py' 2024-08-20T21:52:27.4458538Z adding 'torch/distributed/optim/zero_redundancy_optimizer.pyi' 2024-08-20T21:52:27.4478356Z adding 'torch/distributed/pipelining/_IR.py' 2024-08-20T21:52:27.4482969Z adding 'torch/distributed/pipelining/__init__.py' 2024-08-20T21:52:27.4486946Z adding 'torch/distributed/pipelining/_backward.py' 2024-08-20T21:52:27.4490470Z adding 'torch/distributed/pipelining/_debug.py' 2024-08-20T21:52:27.4493712Z adding 'torch/distributed/pipelining/_unflatten.py' 2024-08-20T21:52:27.4496929Z adding 'torch/distributed/pipelining/_utils.py' 2024-08-20T21:52:27.4504148Z adding 'torch/distributed/pipelining/microbatch.py' 2024-08-20T21:52:27.4530618Z adding 'torch/distributed/pipelining/schedules.py' 2024-08-20T21:52:27.4552263Z adding 'torch/distributed/pipelining/stage.py' 2024-08-20T21:52:27.4559735Z adding 'torch/distributed/rpc/__init__.py' 2024-08-20T21:52:27.4563354Z adding 'torch/distributed/rpc/_utils.py' 2024-08-20T21:52:27.4575970Z adding 'torch/distributed/rpc/api.py' 2024-08-20T21:52:27.4583550Z adding 'torch/distributed/rpc/backend_registry.py' 2024-08-20T21:52:27.4587073Z adding 'torch/distributed/rpc/constants.py' 2024-08-20T21:52:27.4591427Z adding 'torch/distributed/rpc/functions.py' 2024-08-20T21:52:27.4597356Z adding 'torch/distributed/rpc/internal.py' 2024-08-20T21:52:27.4602221Z adding 'torch/distributed/rpc/options.py' 2024-08-20T21:52:27.4605999Z adding 'torch/distributed/rpc/rref_proxy.py' 2024-08-20T21:52:27.4611081Z adding 'torch/distributed/rpc/server_process_global_profiler.py' 2024-08-20T21:52:27.4615150Z adding 'torch/distributed/rpc/_testing/__init__.py' 2024-08-20T21:52:27.4618619Z adding 'torch/distributed/rpc/_testing/faulty_agent_backend_registry.py' 2024-08-20T21:52:27.4622103Z adding 'torch/distributed/tensor/__init__.py' 2024-08-20T21:52:27.4625975Z adding 'torch/distributed/tensor/parallel/__init__.py' 2024-08-20T21:52:27.4629551Z adding 'torch/distributed/tensor/parallel/_data_parallel_utils.py' 2024-08-20T21:52:27.4632862Z adding 'torch/distributed/tensor/parallel/_utils.py' 2024-08-20T21:52:27.4637249Z adding 'torch/distributed/tensor/parallel/api.py' 2024-08-20T21:52:27.4641378Z adding 'torch/distributed/tensor/parallel/ddp.py' 2024-08-20T21:52:27.4648462Z adding 'torch/distributed/tensor/parallel/fsdp.py' 2024-08-20T21:52:27.4653478Z adding 'torch/distributed/tensor/parallel/input_reshard.py' 2024-08-20T21:52:27.4660987Z adding 'torch/distributed/tensor/parallel/loss.py' 2024-08-20T21:52:27.4670273Z adding 'torch/distributed/tensor/parallel/style.py' 2024-08-20T21:52:27.4677117Z adding 'torch/distributions/__init__.py' 2024-08-20T21:52:27.4681669Z adding 'torch/distributions/bernoulli.py' 2024-08-20T21:52:27.4685208Z adding 'torch/distributions/beta.py' 2024-08-20T21:52:27.4689984Z adding 'torch/distributions/binomial.py' 2024-08-20T21:52:27.4694646Z adding 'torch/distributions/categorical.py' 2024-08-20T21:52:27.4698532Z adding 'torch/distributions/cauchy.py' 2024-08-20T21:52:27.4701758Z adding 'torch/distributions/chi2.py' 2024-08-20T21:52:27.4707011Z adding 'torch/distributions/constraint_registry.py' 2024-08-20T21:52:27.4714542Z adding 'torch/distributions/constraints.py' 2024-08-20T21:52:27.4719937Z adding 'torch/distributions/continuous_bernoulli.py' 2024-08-20T21:52:27.4724408Z adding 'torch/distributions/dirichlet.py' 2024-08-20T21:52:27.4730248Z adding 'torch/distributions/distribution.py' 2024-08-20T21:52:27.4734204Z adding 'torch/distributions/exp_family.py' 2024-08-20T21:52:27.4738302Z adding 'torch/distributions/exponential.py' 2024-08-20T21:52:27.4741982Z adding 'torch/distributions/fishersnedecor.py' 2024-08-20T21:52:27.4746012Z adding 'torch/distributions/gamma.py' 2024-08-20T21:52:27.4750183Z adding 'torch/distributions/geometric.py' 2024-08-20T21:52:27.4753819Z adding 'torch/distributions/gumbel.py' 2024-08-20T21:52:27.4757705Z adding 'torch/distributions/half_cauchy.py' 2024-08-20T21:52:27.4761352Z adding 'torch/distributions/half_normal.py' 2024-08-20T21:52:27.4765206Z adding 'torch/distributions/independent.py' 2024-08-20T21:52:27.4768897Z adding 'torch/distributions/inverse_gamma.py' 2024-08-20T21:52:27.4779307Z adding 'torch/distributions/kl.py' 2024-08-20T21:52:27.4783960Z adding 'torch/distributions/kumaraswamy.py' 2024-08-20T21:52:27.4788015Z adding 'torch/distributions/laplace.py' 2024-08-20T21:52:27.4792853Z adding 'torch/distributions/lkj_cholesky.py' 2024-08-20T21:52:27.4796674Z adding 'torch/distributions/log_normal.py' 2024-08-20T21:52:27.4800114Z adding 'torch/distributions/logistic_normal.py' 2024-08-20T21:52:27.4805486Z adding 'torch/distributions/lowrank_multivariate_normal.py' 2024-08-20T21:52:27.4810570Z adding 'torch/distributions/mixture_same_family.py' 2024-08-20T21:52:27.4815179Z adding 'torch/distributions/multinomial.py' 2024-08-20T21:52:27.4820746Z adding 'torch/distributions/multivariate_normal.py' 2024-08-20T21:52:27.4825175Z adding 'torch/distributions/negative_binomial.py' 2024-08-20T21:52:27.4829065Z adding 'torch/distributions/normal.py' 2024-08-20T21:52:27.4833343Z adding 'torch/distributions/one_hot_categorical.py' 2024-08-20T21:52:27.4837077Z adding 'torch/distributions/pareto.py' 2024-08-20T21:52:27.4840559Z adding 'torch/distributions/poisson.py' 2024-08-20T21:52:27.4845053Z adding 'torch/distributions/relaxed_bernoulli.py' 2024-08-20T21:52:27.4849257Z adding 'torch/distributions/relaxed_categorical.py' 2024-08-20T21:52:27.4853450Z adding 'torch/distributions/studentT.py' 2024-08-20T21:52:27.4858382Z adding 'torch/distributions/transformed_distribution.py' 2024-08-20T21:52:27.4871815Z adding 'torch/distributions/transforms.py' 2024-08-20T21:52:27.4876690Z adding 'torch/distributions/uniform.py' 2024-08-20T21:52:27.4881385Z adding 'torch/distributions/utils.py' 2024-08-20T21:52:27.4886158Z adding 'torch/distributions/von_mises.py' 2024-08-20T21:52:27.4890034Z adding 'torch/distributions/weibull.py' 2024-08-20T21:52:27.4896135Z adding 'torch/distributions/wishart.py' 2024-08-20T21:52:27.4904956Z adding 'torch/export/__init__.py' 2024-08-20T21:52:27.4909046Z adding 'torch/export/_remove_auto_functionalized_pass.py' 2024-08-20T21:52:27.4913576Z adding 'torch/export/_remove_effect_tokens_pass.py' 2024-08-20T21:52:27.4917757Z adding 'torch/export/_safeguard.py' 2024-08-20T21:52:27.4947175Z adding 'torch/export/_trace.py' 2024-08-20T21:52:27.4952473Z adding 'torch/export/_tree_utils.py' 2024-08-20T21:52:27.4958951Z adding 'torch/export/_unlift.py' 2024-08-20T21:52:27.4962513Z adding 'torch/export/custom_obj.py' 2024-08-20T21:52:27.4980298Z adding 'torch/export/dynamic_shapes.py' 2024-08-20T21:52:27.4998215Z adding 'torch/export/exported_program.py' 2024-08-20T21:52:27.5006122Z adding 'torch/export/graph_signature.py' 2024-08-20T21:52:27.5025447Z adding 'torch/export/unflatten.py' 2024-08-20T21:52:27.5031032Z adding 'torch/export/experimental/__init__.py' 2024-08-20T21:52:27.5044450Z adding 'torch/fft/__init__.py' 2024-08-20T21:52:27.5049442Z adding 'torch/func/__init__.py' 2024-08-20T21:52:27.5056840Z adding 'torch/futures/__init__.py' 2024-08-20T21:52:27.5061893Z adding 'torch/fx/__init__.py' 2024-08-20T21:52:27.5065019Z adding 'torch/fx/__init__.pyi' 2024-08-20T21:52:27.5068410Z adding 'torch/fx/_compatibility.py' 2024-08-20T21:52:27.5072911Z adding 'torch/fx/_lazy_graph_module.py' 2024-08-20T21:52:27.5076811Z adding 'torch/fx/_pytree.py' 2024-08-20T21:52:27.5095168Z adding 'torch/fx/_symbolic_trace.py' 2024-08-20T21:52:27.5099832Z adding 'torch/fx/_utils.py' 2024-08-20T21:52:27.5102945Z adding 'torch/fx/annotate.py' 2024-08-20T21:52:27.5106070Z adding 'torch/fx/config.py' 2024-08-20T21:52:27.5133006Z adding 'torch/fx/graph.py' 2024-08-20T21:52:27.5149517Z adding 'torch/fx/graph_module.py' 2024-08-20T21:52:27.5154088Z adding 'torch/fx/immutable_collections.py' 2024-08-20T21:52:27.5170879Z adding 'torch/fx/interpreter.py' 2024-08-20T21:52:27.5175899Z adding 'torch/fx/node.py' 2024-08-20T21:52:27.5185212Z adding 'torch/fx/operator_schemas.py' 2024-08-20T21:52:27.5195580Z adding 'torch/fx/proxy.py' 2024-08-20T21:52:27.5203313Z adding 'torch/fx/subgraph_rewriter.py' 2024-08-20T21:52:27.5207226Z adding 'torch/fx/tensor_type.py' 2024-08-20T21:52:27.5210968Z adding 'torch/fx/traceback.py' 2024-08-20T21:52:27.5215279Z adding 'torch/fx/experimental/__init__.py' 2024-08-20T21:52:27.5218470Z adding 'torch/fx/experimental/_backward_state.py' 2024-08-20T21:52:27.5222367Z adding 'torch/fx/experimental/_config.py' 2024-08-20T21:52:27.5238863Z adding 'torch/fx/experimental/accelerator_partitioner.py' 2024-08-20T21:52:27.5246233Z adding 'torch/fx/experimental/const_fold.py' 2024-08-20T21:52:27.5249871Z adding 'torch/fx/experimental/debug.py' 2024-08-20T21:52:27.5261474Z adding 'torch/fx/experimental/graph_gradual_typechecker.py' 2024-08-20T21:52:27.5266779Z adding 'torch/fx/experimental/merge_matmul.py' 2024-08-20T21:52:27.5272377Z adding 'torch/fx/experimental/meta_tracer.py' 2024-08-20T21:52:27.5277111Z adding 'torch/fx/experimental/normalize.py' 2024-08-20T21:52:27.5285024Z adding 'torch/fx/experimental/optimization.py' 2024-08-20T21:52:27.5291798Z adding 'torch/fx/experimental/partitioner_utils.py' 2024-08-20T21:52:27.5323322Z adding 'torch/fx/experimental/proxy_tensor.py' 2024-08-20T21:52:27.5333875Z adding 'torch/fx/experimental/recording.py' 2024-08-20T21:52:27.5337369Z adding 'torch/fx/experimental/refinement_types.py' 2024-08-20T21:52:27.5341753Z adding 'torch/fx/experimental/rewriter.py' 2024-08-20T21:52:27.5346583Z adding 'torch/fx/experimental/schema_type_annotation.py' 2024-08-20T21:52:27.5364824Z adding 'torch/fx/experimental/sym_node.py' 2024-08-20T21:52:27.5465755Z adding 'torch/fx/experimental/symbolic_shapes.py' 2024-08-20T21:52:27.5475351Z adding 'torch/fx/experimental/unify_refinements.py' 2024-08-20T21:52:27.5487373Z adding 'torch/fx/experimental/validator.py' 2024-08-20T21:52:27.5492239Z adding 'torch/fx/experimental/migrate_gradual_types/__init__.py' 2024-08-20T21:52:27.5498196Z adding 'torch/fx/experimental/migrate_gradual_types/constraint.py' 2024-08-20T21:52:27.5512646Z adding 'torch/fx/experimental/migrate_gradual_types/constraint_generator.py' 2024-08-20T21:52:27.5526969Z adding 'torch/fx/experimental/migrate_gradual_types/constraint_transformation.py' 2024-08-20T21:52:27.5531001Z adding 'torch/fx/experimental/migrate_gradual_types/operation.py' 2024-08-20T21:52:27.5536995Z adding 'torch/fx/experimental/migrate_gradual_types/transform_to_z3.py' 2024-08-20T21:52:27.5540602Z adding 'torch/fx/experimental/migrate_gradual_types/util.py' 2024-08-20T21:52:27.5543670Z adding 'torch/fx/experimental/migrate_gradual_types/z3_types.py' 2024-08-20T21:52:27.5547424Z adding 'torch/fx/experimental/unification/__init__.py' 2024-08-20T21:52:27.5550999Z adding 'torch/fx/experimental/unification/core.py' 2024-08-20T21:52:27.5554006Z adding 'torch/fx/experimental/unification/dispatch.py' 2024-08-20T21:52:27.5557864Z adding 'torch/fx/experimental/unification/match.py' 2024-08-20T21:52:27.5561912Z adding 'torch/fx/experimental/unification/more.py' 2024-08-20T21:52:27.5567556Z adding 'torch/fx/experimental/unification/unification_tools.py' 2024-08-20T21:52:27.5571572Z adding 'torch/fx/experimental/unification/utils.py' 2024-08-20T21:52:27.5575115Z adding 'torch/fx/experimental/unification/variable.py' 2024-08-20T21:52:27.5579058Z adding 'torch/fx/experimental/unification/multipledispatch/__init__.py' 2024-08-20T21:52:27.5582880Z adding 'torch/fx/experimental/unification/multipledispatch/conflict.py' 2024-08-20T21:52:27.5586625Z adding 'torch/fx/experimental/unification/multipledispatch/core.py' 2024-08-20T21:52:27.5593181Z adding 'torch/fx/experimental/unification/multipledispatch/dispatcher.py' 2024-08-20T21:52:27.5597782Z adding 'torch/fx/experimental/unification/multipledispatch/utils.py' 2024-08-20T21:52:27.5601538Z adding 'torch/fx/experimental/unification/multipledispatch/variadic.py' 2024-08-20T21:52:27.5605495Z adding 'torch/fx/passes/__init__.py' 2024-08-20T21:52:27.5608877Z adding 'torch/fx/passes/annotate_getitem_nodes.py' 2024-08-20T21:52:27.5612479Z adding 'torch/fx/passes/fake_tensor_prop.py' 2024-08-20T21:52:27.5619536Z adding 'torch/fx/passes/graph_drawer.py' 2024-08-20T21:52:27.5624017Z adding 'torch/fx/passes/graph_manipulation.py' 2024-08-20T21:52:27.5627691Z adding 'torch/fx/passes/graph_transform_observer.py' 2024-08-20T21:52:27.5639142Z adding 'torch/fx/passes/net_min_base.py' 2024-08-20T21:52:27.5644685Z adding 'torch/fx/passes/operator_support.py' 2024-08-20T21:52:27.5649190Z adding 'torch/fx/passes/param_fetch.py' 2024-08-20T21:52:27.5656095Z adding 'torch/fx/passes/pass_manager.py' 2024-08-20T21:52:27.5669872Z adding 'torch/fx/passes/reinplace.py' 2024-08-20T21:52:27.5680111Z adding 'torch/fx/passes/runtime_assert.py' 2024-08-20T21:52:27.5685534Z adding 'torch/fx/passes/shape_prop.py' 2024-08-20T21:52:27.5694987Z adding 'torch/fx/passes/split_module.py' 2024-08-20T21:52:27.5701331Z adding 'torch/fx/passes/split_utils.py' 2024-08-20T21:52:27.5713789Z adding 'torch/fx/passes/splitter_base.py' 2024-08-20T21:52:27.5720699Z adding 'torch/fx/passes/tools_common.py' 2024-08-20T21:52:27.5724680Z adding 'torch/fx/passes/backends/__init__.py' 2024-08-20T21:52:27.5728118Z adding 'torch/fx/passes/backends/cudagraphs.py' 2024-08-20T21:52:27.5731836Z adding 'torch/fx/passes/dialect/__init__.py' 2024-08-20T21:52:27.5735344Z adding 'torch/fx/passes/dialect/common/__init__.py' 2024-08-20T21:52:27.5739433Z adding 'torch/fx/passes/dialect/common/cse_pass.py' 2024-08-20T21:52:27.5743212Z adding 'torch/fx/passes/infra/__init__.py' 2024-08-20T21:52:27.5749755Z adding 'torch/fx/passes/infra/partitioner.py' 2024-08-20T21:52:27.5753684Z adding 'torch/fx/passes/infra/pass_base.py' 2024-08-20T21:52:27.5759559Z adding 'torch/fx/passes/infra/pass_manager.py' 2024-08-20T21:52:27.5791540Z adding 'torch/fx/passes/tests/__init__.py' 2024-08-20T21:52:27.5795028Z adding 'torch/fx/passes/tests/test_pass_manager.py' 2024-08-20T21:52:27.5798804Z adding 'torch/fx/passes/utils/__init__.py' 2024-08-20T21:52:27.5802538Z adding 'torch/fx/passes/utils/common.py' 2024-08-20T21:52:27.5807951Z adding 'torch/fx/passes/utils/fuser_utils.py' 2024-08-20T21:52:27.5815527Z adding 'torch/fx/passes/utils/matcher_utils.py' 2024-08-20T21:52:27.5820245Z adding 'torch/fx/passes/utils/matcher_with_name_node_map_utils.py' 2024-08-20T21:52:27.5824688Z adding 'torch/fx/passes/utils/source_matcher_utils.py' 2024-08-20T21:52:27.5838596Z adding 'torch/include/cpuinfo.h' 2024-08-20T21:52:27.5843352Z adding 'torch/include/dnnl.h' 2024-08-20T21:52:27.5846690Z adding 'torch/include/dnnl_config.h' 2024-08-20T21:52:27.5849768Z adding 'torch/include/dnnl_debug.h' 2024-08-20T21:52:27.5852725Z adding 'torch/include/dnnl_ocl.h' 2024-08-20T21:52:27.5855888Z adding 'torch/include/dnnl_sycl.h' 2024-08-20T21:52:27.5859446Z adding 'torch/include/dnnl_sycl_types.h' 2024-08-20T21:52:27.5862264Z adding 'torch/include/dnnl_threadpool.h' 2024-08-20T21:52:27.5865523Z adding 'torch/include/dnnl_types.h' 2024-08-20T21:52:27.5868563Z adding 'torch/include/dnnl_version.h' 2024-08-20T21:52:27.5871732Z adding 'torch/include/experiments-config.h' 2024-08-20T21:52:27.5874960Z adding 'torch/include/fp16.h' 2024-08-20T21:52:27.5880222Z adding 'torch/include/fxdiv.h' 2024-08-20T21:52:27.5883603Z adding 'torch/include/libshm.h' 2024-08-20T21:52:27.5893794Z adding 'torch/include/psimd.h' 2024-08-20T21:52:27.5908642Z adding 'torch/include/pthreadpool.h' 2024-08-20T21:52:27.5947831Z adding 'torch/include/sleef.h' 2024-08-20T21:52:27.5991512Z adding 'torch/include/xnnpack.h' 2024-08-20T21:52:27.6003477Z adding 'torch/include/ATen/ATen.h' 2024-08-20T21:52:27.6008215Z adding 'torch/include/ATen/AccumulateType.h' 2024-08-20T21:52:27.6011206Z adding 'torch/include/ATen/ArrayRef.h' 2024-08-20T21:52:27.6014229Z adding 'torch/include/ATen/Backend.h' 2024-08-20T21:52:27.6016947Z adding 'torch/include/ATen/Backtrace.h' 2024-08-20T21:52:27.6020128Z adding 'torch/include/ATen/BlasBackend.h' 2024-08-20T21:52:27.6025349Z adding 'torch/include/ATen/CPUApplyUtils.h' 2024-08-20T21:52:27.6028955Z adding 'torch/include/ATen/CPUFixedAllocator.h' 2024-08-20T21:52:27.6032543Z adding 'torch/include/ATen/CPUFunctions.h' 2024-08-20T21:52:27.6038811Z adding 'torch/include/ATen/CPUFunctions_inl.h' 2024-08-20T21:52:27.6042914Z adding 'torch/include/ATen/CPUGeneratorImpl.h' 2024-08-20T21:52:27.6046368Z adding 'torch/include/ATen/CUDAFunctions.h' 2024-08-20T21:52:27.6053541Z adding 'torch/include/ATen/CUDAFunctions_inl.h' 2024-08-20T21:52:27.6057347Z adding 'torch/include/ATen/CachedTensorUtils.h' 2024-08-20T21:52:27.6061386Z adding 'torch/include/ATen/CollapseDims.h' 2024-08-20T21:52:27.6065180Z adding 'torch/include/ATen/CompositeExplicitAutogradFunctions.h' 2024-08-20T21:52:27.6072790Z adding 'torch/include/ATen/CompositeExplicitAutogradFunctions_inl.h' 2024-08-20T21:52:27.6077562Z adding 'torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions.h' 2024-08-20T21:52:27.6082910Z adding 'torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions_inl.h' 2024-08-20T21:52:27.6086828Z adding 'torch/include/ATen/CompositeImplicitAutogradFunctions.h' 2024-08-20T21:52:27.6093526Z adding 'torch/include/ATen/CompositeImplicitAutogradFunctions_inl.h' 2024-08-20T21:52:27.6097957Z adding 'torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions.h' 2024-08-20T21:52:27.6101664Z adding 'torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions_inl.h' 2024-08-20T21:52:27.6104592Z adding 'torch/include/ATen/Config.h' 2024-08-20T21:52:27.6112386Z adding 'torch/include/ATen/Context.h' 2024-08-20T21:52:27.6116421Z adding 'torch/include/ATen/DLConvertor.h' 2024-08-20T21:52:27.6119245Z adding 'torch/include/ATen/Device.h' 2024-08-20T21:52:27.6122540Z adding 'torch/include/ATen/DeviceAccelerator.h' 2024-08-20T21:52:27.6125795Z adding 'torch/include/ATen/DeviceGuard.h' 2024-08-20T21:52:27.6128773Z adding 'torch/include/ATen/DimVector.h' 2024-08-20T21:52:27.6131497Z adding 'torch/include/ATen/Dimname.h' 2024-08-20T21:52:27.6140435Z adding 'torch/include/ATen/Dispatch.h' 2024-08-20T21:52:27.6148024Z adding 'torch/include/ATen/Dispatch_v2.h' 2024-08-20T21:52:27.6152105Z adding 'torch/include/ATen/DynamicLibrary.h' 2024-08-20T21:52:27.6155738Z adding 'torch/include/ATen/EmptyTensor.h' 2024-08-20T21:52:27.6159107Z adding 'torch/include/ATen/ExpandBase.h' 2024-08-20T21:52:27.6165011Z adding 'torch/include/ATen/ExpandUtils.h' 2024-08-20T21:52:27.6168286Z adding 'torch/include/ATen/Formatting.h' 2024-08-20T21:52:27.6173051Z adding 'torch/include/ATen/FuncTorchTLS.h' 2024-08-20T21:52:27.6177041Z adding 'torch/include/ATen/FunctionalStorageImpl.h' 2024-08-20T21:52:27.6184633Z adding 'torch/include/ATen/FunctionalTensorWrapper.h' 2024-08-20T21:52:27.6196494Z adding 'torch/include/ATen/Functions.h' 2024-08-20T21:52:27.6200812Z adding 'torch/include/ATen/Generator.h' 2024-08-20T21:52:27.6204570Z adding 'torch/include/ATen/InferSize.h' 2024-08-20T21:52:27.6207769Z adding 'torch/include/ATen/InitialTensorOptions.h' 2024-08-20T21:52:27.6210609Z adding 'torch/include/ATen/Layout.h' 2024-08-20T21:52:27.6213884Z adding 'torch/include/ATen/LegacyBatchedFallback.h' 2024-08-20T21:52:27.6218319Z adding 'torch/include/ATen/LegacyBatchedTensorImpl.h' 2024-08-20T21:52:27.6221756Z adding 'torch/include/ATen/LegacyVmapMode.h' 2024-08-20T21:52:27.6226881Z adding 'torch/include/ATen/LegacyVmapTransforms.h' 2024-08-20T21:52:27.6230195Z adding 'torch/include/ATen/LinalgBackend.h' 2024-08-20T21:52:27.6234076Z adding 'torch/include/ATen/MapAllocator.h' 2024-08-20T21:52:27.6238123Z adding 'torch/include/ATen/MatrixRef.h' 2024-08-20T21:52:27.6241452Z adding 'torch/include/ATen/MemoryOverlap.h' 2024-08-20T21:52:27.6244926Z adding 'torch/include/ATen/MetaFunctions.h' 2024-08-20T21:52:27.6249718Z adding 'torch/include/ATen/MetaFunctions_inl.h' 2024-08-20T21:52:27.6254900Z adding 'torch/include/ATen/MethodOperators.h' 2024-08-20T21:52:27.6258194Z adding 'torch/include/ATen/NamedTensor.h' 2024-08-20T21:52:27.6262555Z adding 'torch/include/ATen/NamedTensorUtils.h' 2024-08-20T21:52:27.6273626Z adding 'torch/include/ATen/NativeFunctions.h' 2024-08-20T21:52:27.6285489Z adding 'torch/include/ATen/NativeMetaFunctions.h' 2024-08-20T21:52:27.6292255Z adding 'torch/include/ATen/NestedTensorImpl.h' 2024-08-20T21:52:27.6296300Z adding 'torch/include/ATen/NumericUtils.h' 2024-08-20T21:52:27.6299995Z adding 'torch/include/ATen/OpMathType.h' 2024-08-20T21:52:27.6304205Z adding 'torch/include/ATen/OpaqueTensorImpl.h' 2024-08-20T21:52:27.6315431Z adding 'torch/include/ATen/Operators.h' 2024-08-20T21:52:27.6319928Z adding 'torch/include/ATen/PTThreadPool.h' 2024-08-20T21:52:27.6322988Z adding 'torch/include/ATen/PadNd.h' 2024-08-20T21:52:27.6326649Z adding 'torch/include/ATen/Parallel-inl.h' 2024-08-20T21:52:27.6331037Z adding 'torch/include/ATen/Parallel.h' 2024-08-20T21:52:27.6334248Z adding 'torch/include/ATen/ParallelFuture.h' 2024-08-20T21:52:27.6337531Z adding 'torch/include/ATen/ParallelNative.h' 2024-08-20T21:52:27.6340391Z adding 'torch/include/ATen/ParallelOpenMP.h' 2024-08-20T21:52:27.6343919Z adding 'torch/include/ATen/PythonTorchFunctionTLS.h' 2024-08-20T21:52:27.6605724Z adding 'torch/include/ATen/RedispatchFunctions.h' 2024-08-20T21:52:27.6791521Z adding 'torch/include/ATen/RegistrationDeclarations.h' 2024-08-20T21:52:27.6813945Z adding 'torch/include/ATen/SavedTensorHooks.h' 2024-08-20T21:52:27.6816839Z adding 'torch/include/ATen/Scalar.h' 2024-08-20T21:52:27.6820330Z adding 'torch/include/ATen/ScalarOps.h' 2024-08-20T21:52:27.6823369Z adding 'torch/include/ATen/ScalarType.h' 2024-08-20T21:52:27.6826287Z adding 'torch/include/ATen/SequenceNumber.h' 2024-08-20T21:52:27.6829122Z adding 'torch/include/ATen/SmallVector.h' 2024-08-20T21:52:27.6833662Z adding 'torch/include/ATen/SparseCsrTensorImpl.h' 2024-08-20T21:52:27.6839792Z adding 'torch/include/ATen/SparseCsrTensorUtils.h' 2024-08-20T21:52:27.6846601Z adding 'torch/include/ATen/SparseTensorImpl.h' 2024-08-20T21:52:27.6849890Z adding 'torch/include/ATen/Storage.h' 2024-08-20T21:52:27.6853323Z adding 'torch/include/ATen/StorageUtils.h' 2024-08-20T21:52:27.6856162Z adding 'torch/include/ATen/Tensor.h' 2024-08-20T21:52:27.6858989Z adding 'torch/include/ATen/TensorAccessor.h' 2024-08-20T21:52:27.6862666Z adding 'torch/include/ATen/TensorGeometry.h' 2024-08-20T21:52:27.6872151Z adding 'torch/include/ATen/TensorIndexing.h' 2024-08-20T21:52:27.6887665Z adding 'torch/include/ATen/TensorIterator.h' 2024-08-20T21:52:27.6892174Z adding 'torch/include/ATen/TensorIteratorInternal.h' 2024-08-20T21:52:27.6896396Z adding 'torch/include/ATen/TensorMeta.h' 2024-08-20T21:52:27.6900765Z adding 'torch/include/ATen/TensorNames.h' 2024-08-20T21:52:27.6904298Z adding 'torch/include/ATen/TensorOperators.h' 2024-08-20T21:52:27.6907352Z adding 'torch/include/ATen/TensorOptions.h' 2024-08-20T21:52:27.6911153Z adding 'torch/include/ATen/TensorSubclassLikeUtils.h' 2024-08-20T21:52:27.6915424Z adding 'torch/include/ATen/TensorUtils.h' 2024-08-20T21:52:27.6918750Z adding 'torch/include/ATen/ThreadLocalPythonObjects.h' 2024-08-20T21:52:27.6922580Z adding 'torch/include/ATen/ThreadLocalState.h' 2024-08-20T21:52:27.6927045Z adding 'torch/include/ATen/TracerMode.h' 2024-08-20T21:52:27.6930352Z adding 'torch/include/ATen/TypeDefault.h' 2024-08-20T21:52:27.6933965Z adding 'torch/include/ATen/Utils.h' 2024-08-20T21:52:27.6937056Z adding 'torch/include/ATen/Version.h' 2024-08-20T21:52:27.7111277Z adding 'torch/include/ATen/VmapGeneratedPlumbing.h' 2024-08-20T21:52:27.7156145Z adding 'torch/include/ATen/WrapDimUtils.h' 2024-08-20T21:52:27.7159345Z adding 'torch/include/ATen/WrapDimUtilsMulti.h' 2024-08-20T21:52:27.7170403Z adding 'torch/include/ATen/autocast_mode.h' 2024-08-20T21:52:27.7174735Z adding 'torch/include/ATen/ceil_div.h' 2024-08-20T21:52:27.7179403Z adding 'torch/include/ATen/code_template.h' 2024-08-20T21:52:27.7183533Z adding 'torch/include/ATen/cpp_custom_type_hack.h' 2024-08-20T21:52:27.7186707Z adding 'torch/include/ATen/div_rtn.h' 2024-08-20T21:52:27.7191724Z adding 'torch/include/ATen/dlpack.h' 2024-08-20T21:52:27.7195147Z adding 'torch/include/ATen/jit_macros.h' 2024-08-20T21:52:27.7198586Z adding 'torch/include/ATen/jiterator_macros.h' 2024-08-20T21:52:27.7207771Z adding 'torch/include/ATen/record_function.h' 2024-08-20T21:52:27.7213539Z adding 'torch/include/ATen/core/ATenGeneral.h' 2024-08-20T21:52:27.7216973Z adding 'torch/include/ATen/core/ATenOpList.h' 2024-08-20T21:52:27.7220056Z adding 'torch/include/ATen/core/ATen_fwd.h' 2024-08-20T21:52:27.7223968Z adding 'torch/include/ATen/core/ATen_pch.h' 2024-08-20T21:52:27.7227539Z adding 'torch/include/ATen/core/Array.h' 2024-08-20T21:52:27.7230652Z adding 'torch/include/ATen/core/Backtrace.h' 2024-08-20T21:52:27.7237525Z adding 'torch/include/ATen/core/CachingHostAllocator.h' 2024-08-20T21:52:27.7241133Z adding 'torch/include/ATen/core/CheckMemoryFormat.h' 2024-08-20T21:52:27.7245278Z adding 'torch/include/ATen/core/DeprecatedTypeProperties.h' 2024-08-20T21:52:27.7248678Z adding 'torch/include/ATen/core/DeprecatedTypePropertiesRegistry.h' 2024-08-20T21:52:27.7255160Z adding 'torch/include/ATen/core/Dict.h' 2024-08-20T21:52:27.7260225Z adding 'torch/include/ATen/core/Dict_inl.h' 2024-08-20T21:52:27.7263393Z adding 'torch/include/ATen/core/DimVector.h' 2024-08-20T21:52:27.7266713Z adding 'torch/include/ATen/core/Dimname.h' 2024-08-20T21:52:27.7271865Z adding 'torch/include/ATen/core/DistributionsHelper.h' 2024-08-20T21:52:27.7275527Z adding 'torch/include/ATen/core/Formatting.h' 2024-08-20T21:52:27.7280515Z adding 'torch/include/ATen/core/Generator.h' 2024-08-20T21:52:27.7284202Z adding 'torch/include/ATen/core/GeneratorForPrivateuseone.h' 2024-08-20T21:52:27.7292551Z adding 'torch/include/ATen/core/IListRef.h' 2024-08-20T21:52:27.7297502Z adding 'torch/include/ATen/core/IListRef_inl.h' 2024-08-20T21:52:27.7301906Z adding 'torch/include/ATen/core/LegacyTypeDispatch.h' 2024-08-20T21:52:27.7308737Z adding 'torch/include/ATen/core/List.h' 2024-08-20T21:52:27.7314510Z adding 'torch/include/ATen/core/List_inl.h' 2024-08-20T21:52:27.7319643Z adding 'torch/include/ATen/core/MT19937RNGEngine.h' 2024-08-20T21:52:27.7324069Z adding 'torch/include/ATen/core/NamedTensor.h' 2024-08-20T21:52:27.7328858Z adding 'torch/include/ATen/core/NestedIntSymNodeImpl.h' 2024-08-20T21:52:27.7334247Z adding 'torch/include/ATen/core/PhiloxRNGEngine.h' 2024-08-20T21:52:27.7337712Z adding 'torch/include/ATen/core/PythonFallbackKernel.h' 2024-08-20T21:52:27.7341070Z adding 'torch/include/ATen/core/PythonOpRegistrationTrampoline.h' 2024-08-20T21:52:27.7344537Z adding 'torch/include/ATen/core/QuantizerBase.h' 2024-08-20T21:52:27.7348047Z adding 'torch/include/ATen/core/Range.h' 2024-08-20T21:52:27.7351005Z adding 'torch/include/ATen/core/Reduction.h' 2024-08-20T21:52:27.7353784Z adding 'torch/include/ATen/core/Scalar.h' 2024-08-20T21:52:27.7356823Z adding 'torch/include/ATen/core/ScalarType.h' 2024-08-20T21:52:27.7360196Z adding 'torch/include/ATen/core/Tensor.h' 2024-08-20T21:52:27.7365143Z adding 'torch/include/ATen/core/TensorAccessor.h' 2024-08-20T21:52:27.7380400Z adding 'torch/include/ATen/core/TensorBase.h' 2024-08-20T21:52:27.7435783Z adding 'torch/include/ATen/core/TensorBody.h' 2024-08-20T21:52:27.7445361Z adding 'torch/include/ATen/core/TorchDispatchUtils.h' 2024-08-20T21:52:27.7449686Z adding 'torch/include/ATen/core/TransformationHelper.h' 2024-08-20T21:52:27.7452768Z adding 'torch/include/ATen/core/UndefinedTensorImpl.h' 2024-08-20T21:52:27.7455778Z adding 'torch/include/ATen/core/UnsafeFromTH.h' 2024-08-20T21:52:27.7459575Z adding 'torch/include/ATen/core/VariableHooksInterface.h' 2024-08-20T21:52:27.7463145Z adding 'torch/include/ATen/core/Variadic.h' 2024-08-20T21:52:27.7466725Z adding 'torch/include/ATen/core/Vitals.h' 2024-08-20T21:52:27.7471390Z adding 'torch/include/ATen/core/alias_info.h' 2024-08-20T21:52:27.7486654Z adding 'torch/include/ATen/core/aten_interned_strings.h' 2024-08-20T21:52:27.7492253Z adding 'torch/include/ATen/core/blob.h' 2024-08-20T21:52:27.7496125Z adding 'torch/include/ATen/core/builtin_function.h' 2024-08-20T21:52:27.7502267Z adding 'torch/include/ATen/core/class_type.h' 2024-08-20T21:52:27.7505822Z adding 'torch/include/ATen/core/custom_class.h' 2024-08-20T21:52:27.7511290Z adding 'torch/include/ATen/core/dynamic_type.h' 2024-08-20T21:52:27.7514680Z adding 'torch/include/ATen/core/enum_tag.h' 2024-08-20T21:52:27.7518327Z adding 'torch/include/ATen/core/enum_type.h' 2024-08-20T21:52:27.7522195Z adding 'torch/include/ATen/core/function.h' 2024-08-20T21:52:27.7532231Z adding 'torch/include/ATen/core/function_schema.h' 2024-08-20T21:52:27.7539315Z adding 'torch/include/ATen/core/function_schema_inl.h' 2024-08-20T21:52:27.7543460Z adding 'torch/include/ATen/core/functional.h' 2024-08-20T21:52:27.7546494Z adding 'torch/include/ATen/core/grad_mode.h' 2024-08-20T21:52:27.7552132Z adding 'torch/include/ATen/core/interned_strings.h' 2024-08-20T21:52:27.7555812Z adding 'torch/include/ATen/core/interned_strings_class.h' 2024-08-20T21:52:27.7574822Z adding 'torch/include/ATen/core/ivalue.h' 2024-08-20T21:52:27.7608915Z adding 'torch/include/ATen/core/ivalue_inl.h' 2024-08-20T21:52:27.7616572Z adding 'torch/include/ATen/core/ivalue_to.h' 2024-08-20T21:52:27.7642982Z adding 'torch/include/ATen/core/jit_type.h' 2024-08-20T21:52:27.7653001Z adding 'torch/include/ATen/core/jit_type_base.h' 2024-08-20T21:52:27.7657385Z adding 'torch/include/ATen/core/operator_name.h' 2024-08-20T21:52:27.7661530Z adding 'torch/include/ATen/core/qualified_name.h' 2024-08-20T21:52:27.7671175Z adding 'torch/include/ATen/core/rref_interface.h' 2024-08-20T21:52:27.7676105Z adding 'torch/include/ATen/core/stack.h' 2024-08-20T21:52:27.7680623Z adding 'torch/include/ATen/core/symbol.h' 2024-08-20T21:52:27.7684313Z adding 'torch/include/ATen/core/type_factory.h' 2024-08-20T21:52:27.7687635Z adding 'torch/include/ATen/core/type_ptr.h' 2024-08-20T21:52:27.7690817Z adding 'torch/include/ATen/core/typeid.h' 2024-08-20T21:52:27.7696466Z adding 'torch/include/ATen/core/boxing/BoxedKernel.h' 2024-08-20T21:52:27.7700265Z adding 'torch/include/ATen/core/boxing/BoxedKernel_impl.h' 2024-08-20T21:52:27.7705374Z adding 'torch/include/ATen/core/boxing/KernelFunction.h' 2024-08-20T21:52:27.7710376Z adding 'torch/include/ATen/core/boxing/KernelFunction_impl.h' 2024-08-20T21:52:27.7713749Z adding 'torch/include/ATen/core/boxing/OperatorKernel.h' 2024-08-20T21:52:27.7718264Z adding 'torch/include/ATen/core/boxing/impl/WrapFunctionIntoFunctor.h' 2024-08-20T21:52:27.7721815Z adding 'torch/include/ATen/core/boxing/impl/WrapFunctionIntoRuntimeFunctor.h' 2024-08-20T21:52:27.7727490Z adding 'torch/include/ATen/core/boxing/impl/boxing.h' 2024-08-20T21:52:27.7737652Z adding 'torch/include/ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h' 2024-08-20T21:52:27.7741898Z adding 'torch/include/ATen/core/boxing/impl/test_helpers.h' 2024-08-20T21:52:27.7746536Z adding 'torch/include/ATen/core/dispatch/CppSignature.h' 2024-08-20T21:52:27.7752018Z adding 'torch/include/ATen/core/dispatch/DispatchKeyExtractor.h' 2024-08-20T21:52:27.7764602Z adding 'torch/include/ATen/core/dispatch/Dispatcher.h' 2024-08-20T21:52:27.7768518Z adding 'torch/include/ATen/core/dispatch/ObservedOperators.h' 2024-08-20T21:52:27.7774866Z adding 'torch/include/ATen/core/dispatch/OperatorEntry.h' 2024-08-20T21:52:27.7778590Z adding 'torch/include/ATen/core/dispatch/OperatorOptions.h' 2024-08-20T21:52:27.7781665Z adding 'torch/include/ATen/core/dispatch/RegistrationHandleRAII.h' 2024-08-20T21:52:27.7786214Z adding 'torch/include/ATen/core/op_registration/adaption.h' 2024-08-20T21:52:27.7790850Z adding 'torch/include/ATen/core/op_registration/infer_schema.h' 2024-08-20T21:52:27.7795937Z adding 'torch/include/ATen/core/op_registration/op_allowlist.h' 2024-08-20T21:52:27.7805486Z adding 'torch/include/ATen/core/op_registration/op_registration.h' 2024-08-20T21:52:27.7809622Z adding 'torch/include/ATen/cpu/FlushDenormal.h' 2024-08-20T21:52:27.7812795Z adding 'torch/include/ATen/cpu/Utils.h' 2024-08-20T21:52:27.7817180Z adding 'torch/include/ATen/cpu/vml.h' 2024-08-20T21:52:27.7821353Z adding 'torch/include/ATen/cpu/vec/functional.h' 2024-08-20T21:52:27.7826207Z adding 'torch/include/ATen/cpu/vec/functional_base.h' 2024-08-20T21:52:27.7832821Z adding 'torch/include/ATen/cpu/vec/functional_bfloat16.h' 2024-08-20T21:52:27.7837051Z adding 'torch/include/ATen/cpu/vec/intrinsics.h' 2024-08-20T21:52:27.7840455Z adding 'torch/include/ATen/cpu/vec/vec.h' 2024-08-20T21:52:27.7852497Z adding 'torch/include/ATen/cpu/vec/vec_base.h' 2024-08-20T21:52:27.7857158Z adding 'torch/include/ATen/cpu/vec/vec_convert.h' 2024-08-20T21:52:27.7860439Z adding 'torch/include/ATen/cpu/vec/vec_half.h' 2024-08-20T21:52:27.7865355Z adding 'torch/include/ATen/cpu/vec/vec_mask.h' 2024-08-20T21:52:27.7871087Z adding 'torch/include/ATen/cpu/vec/vec_n.h' 2024-08-20T21:52:27.7876926Z adding 'torch/include/ATen/cpu/vec/vec256/missing_vld1_neon.h' 2024-08-20T21:52:27.7880762Z adding 'torch/include/ATen/cpu/vec/vec256/missing_vst1_neon.h' 2024-08-20T21:52:27.7885793Z adding 'torch/include/ATen/cpu/vec/vec256/vec256.h' 2024-08-20T21:52:27.7896996Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_bfloat16.h' 2024-08-20T21:52:27.7904665Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_complex_double.h' 2024-08-20T21:52:27.7912298Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_complex_float.h' 2024-08-20T21:52:27.7917264Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_convert.h' 2024-08-20T21:52:27.7922929Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_double.h' 2024-08-20T21:52:27.7930654Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_float.h' 2024-08-20T21:52:27.7939537Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_float_neon.h' 2024-08-20T21:52:27.7948412Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_half_neon.h' 2024-08-20T21:52:27.7962908Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_int.h' 2024-08-20T21:52:27.7968291Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_mask.h' 2024-08-20T21:52:27.7979869Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_qint.h' 2024-08-20T21:52:27.7985703Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_bfloat16_vsx.h' 2024-08-20T21:52:27.7990404Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_common_vsx.h' 2024-08-20T21:52:27.7997927Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_complex_double_vsx.h' 2024-08-20T21:52:27.8006375Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_complex_float_vsx.h' 2024-08-20T21:52:27.8012590Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_double_vsx.h' 2024-08-20T21:52:27.8018720Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_float_vsx.h' 2024-08-20T21:52:27.8024519Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_int16_vsx.h' 2024-08-20T21:52:27.8029976Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_int32_vsx.h' 2024-08-20T21:52:27.8035285Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_int64_vsx.h' 2024-08-20T21:52:27.8040585Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_qint32_vsx.h' 2024-08-20T21:52:27.8046961Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_qint8_vsx.h' 2024-08-20T21:52:27.8053526Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_quint8_vsx.h' 2024-08-20T21:52:27.8061036Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vsx_helpers.h' 2024-08-20T21:52:27.8086208Z adding 'torch/include/ATen/cpu/vec/vec256/zarch/vec256_zarch.h' 2024-08-20T21:52:27.8094366Z adding 'torch/include/ATen/cpu/vec/vec512/vec512.h' 2024-08-20T21:52:27.8110177Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_bfloat16.h' 2024-08-20T21:52:27.8119314Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_complex_double.h' 2024-08-20T21:52:27.8129361Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_complex_float.h' 2024-08-20T21:52:27.8135103Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_convert.h' 2024-08-20T21:52:27.8140034Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_double.h' 2024-08-20T21:52:27.8147892Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_float.h' 2024-08-20T21:52:27.8160953Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_int.h' 2024-08-20T21:52:27.8166147Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_mask.h' 2024-08-20T21:52:27.8177356Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_qint.h' 2024-08-20T21:52:27.8183078Z adding 'torch/include/ATen/cuda/ATenCUDAGeneral.h' 2024-08-20T21:52:27.8186422Z adding 'torch/include/ATen/cuda/ApplyGridUtils.cuh' 2024-08-20T21:52:27.8189979Z adding 'torch/include/ATen/cuda/AsmUtils.cuh' 2024-08-20T21:52:27.8196962Z adding 'torch/include/ATen/cuda/Atomic.cuh' 2024-08-20T21:52:27.8205499Z adding 'torch/include/ATen/cuda/CUDAApplyUtils.cuh' 2024-08-20T21:52:27.8211133Z adding 'torch/include/ATen/cuda/CUDABlas.h' 2024-08-20T21:52:27.8214431Z adding 'torch/include/ATen/cuda/CUDAContext.h' 2024-08-20T21:52:27.8218173Z adding 'torch/include/ATen/cuda/CUDAContextLight.h' 2024-08-20T21:52:27.8222135Z adding 'torch/include/ATen/cuda/CUDADataType.h' 2024-08-20T21:52:27.8225476Z adding 'torch/include/ATen/cuda/CUDADevice.h' 2024-08-20T21:52:27.8230015Z adding 'torch/include/ATen/cuda/CUDAEvent.h' 2024-08-20T21:52:27.8234997Z adding 'torch/include/ATen/cuda/CUDAGeneratorImpl.h' 2024-08-20T21:52:27.8238930Z adding 'torch/include/ATen/cuda/CUDAGraph.h' 2024-08-20T21:52:27.8242735Z adding 'torch/include/ATen/cuda/CUDAGraphsUtils.cuh' 2024-08-20T21:52:27.8246022Z adding 'torch/include/ATen/cuda/CUDASparse.h' 2024-08-20T21:52:27.8250551Z adding 'torch/include/ATen/cuda/CUDASparseBlas.h' 2024-08-20T21:52:27.8255503Z adding 'torch/include/ATen/cuda/CUDASparseDescriptors.h' 2024-08-20T21:52:27.8258643Z adding 'torch/include/ATen/cuda/CUDATensorMethods.cuh' 2024-08-20T21:52:27.8261622Z adding 'torch/include/ATen/cuda/CUDAUtils.h' 2024-08-20T21:52:27.8264967Z adding 'torch/include/ATen/cuda/CachingHostAllocator.h' 2024-08-20T21:52:27.8268423Z adding 'torch/include/ATen/cuda/DeviceUtils.cuh' 2024-08-20T21:52:27.8271876Z adding 'torch/include/ATen/cuda/EmptyTensor.h' 2024-08-20T21:52:27.8276302Z adding 'torch/include/ATen/cuda/Exceptions.h' 2024-08-20T21:52:27.8280621Z adding 'torch/include/ATen/cuda/NumericLimits.cuh' 2024-08-20T21:52:27.8283677Z adding 'torch/include/ATen/cuda/PeerToPeerAccess.h' 2024-08-20T21:52:27.8286375Z adding 'torch/include/ATen/cuda/PhiloxCudaState.h' 2024-08-20T21:52:27.8289353Z adding 'torch/include/ATen/cuda/PhiloxUtils.cuh' 2024-08-20T21:52:27.8292279Z adding 'torch/include/ATen/cuda/PinnedMemoryAllocator.h' 2024-08-20T21:52:27.8295848Z adding 'torch/include/ATen/cuda/ScanUtils.cuh' 2024-08-20T21:52:27.8298860Z adding 'torch/include/ATen/cuda/Sleep.h' 2024-08-20T21:52:27.8301832Z adding 'torch/include/ATen/cuda/ThrustAllocator.h' 2024-08-20T21:52:27.8307324Z adding 'torch/include/ATen/cuda/cub.cuh' 2024-08-20T21:52:27.8311589Z adding 'torch/include/ATen/cuda/cub.h' 2024-08-20T21:52:27.8315148Z adding 'torch/include/ATen/cuda/cub_definitions.cuh' 2024-08-20T21:52:27.8318424Z adding 'torch/include/ATen/cuda/jiterator.h' 2024-08-20T21:52:27.8322739Z adding 'torch/include/ATen/cuda/jiterator_impl.h' 2024-08-20T21:52:27.8326077Z adding 'torch/include/ATen/cuda/llvm_jit_strings.h' 2024-08-20T21:52:27.8330583Z adding 'torch/include/ATen/cuda/detail/CUDAHooks.h' 2024-08-20T21:52:27.8336114Z adding 'torch/include/ATen/cuda/detail/DeviceThreadHandles.h' 2024-08-20T21:52:27.8339288Z adding 'torch/include/ATen/cuda/detail/IndexUtils.cuh' 2024-08-20T21:52:27.8343556Z adding 'torch/include/ATen/cuda/detail/IntegerDivider.cuh' 2024-08-20T21:52:27.8347199Z adding 'torch/include/ATen/cuda/detail/KernelUtils.h' 2024-08-20T21:52:27.8350195Z adding 'torch/include/ATen/cuda/detail/LazyNVRTC.h' 2024-08-20T21:52:27.8354337Z adding 'torch/include/ATen/cuda/detail/OffsetCalculator.cuh' 2024-08-20T21:52:27.8358960Z adding 'torch/include/ATen/cuda/detail/PhiloxCudaStateRaw.cuh' 2024-08-20T21:52:27.8361922Z adding 'torch/include/ATen/cuda/detail/TensorInfo.cuh' 2024-08-20T21:52:27.8365498Z adding 'torch/include/ATen/cuda/detail/UnpackRaw.cuh' 2024-08-20T21:52:27.8370890Z adding 'torch/include/ATen/cuda/tunable/GemmCommon.h' 2024-08-20T21:52:27.8377322Z adding 'torch/include/ATen/cuda/tunable/GemmHipblaslt.h' 2024-08-20T21:52:27.8382390Z adding 'torch/include/ATen/cuda/tunable/GemmRocblas.h' 2024-08-20T21:52:27.8385893Z adding 'torch/include/ATen/cuda/tunable/StreamTimer.h' 2024-08-20T21:52:27.8390619Z adding 'torch/include/ATen/cuda/tunable/Tunable.h' 2024-08-20T21:52:27.8395244Z adding 'torch/include/ATen/cuda/tunable/TunableGemm.h' 2024-08-20T21:52:27.8401029Z adding 'torch/include/ATen/cuda/tunable/TunableOp.h' 2024-08-20T21:52:27.8408703Z adding 'torch/include/ATen/cudnn/Descriptors.h' 2024-08-20T21:52:27.8413530Z adding 'torch/include/ATen/cudnn/Exceptions.h' 2024-08-20T21:52:27.8416961Z adding 'torch/include/ATen/cudnn/Handle.h' 2024-08-20T21:52:27.8419613Z adding 'torch/include/ATen/cudnn/Handles.h' 2024-08-20T21:52:27.8422653Z adding 'torch/include/ATen/cudnn/Types.h' 2024-08-20T21:52:27.8425926Z adding 'torch/include/ATen/cudnn/Utils.h' 2024-08-20T21:52:27.8429063Z adding 'torch/include/ATen/cudnn/cudnn-wrapper.h' 2024-08-20T21:52:27.8433521Z adding 'torch/include/ATen/detail/AcceleratorHooksInterface.h' 2024-08-20T21:52:27.8438028Z adding 'torch/include/ATen/detail/CUDAHooksInterface.h' 2024-08-20T21:52:27.8442473Z adding 'torch/include/ATen/detail/FunctionTraits.h' 2024-08-20T21:52:27.8446007Z adding 'torch/include/ATen/detail/HIPHooksInterface.h' 2024-08-20T21:52:27.8449334Z adding 'torch/include/ATen/detail/IPUHooksInterface.h' 2024-08-20T21:52:27.8452704Z adding 'torch/include/ATen/detail/MAIAHooksInterface.h' 2024-08-20T21:52:27.8456377Z adding 'torch/include/ATen/detail/MPSHooksInterface.h' 2024-08-20T21:52:27.8460239Z adding 'torch/include/ATen/detail/MTIAHooksInterface.h' 2024-08-20T21:52:27.8463866Z adding 'torch/include/ATen/detail/PrivateUse1HooksInterface.h' 2024-08-20T21:52:27.8467302Z adding 'torch/include/ATen/detail/XPUHooksInterface.h' 2024-08-20T21:52:27.8471777Z adding 'torch/include/ATen/functorch/ADInterpreters.h' 2024-08-20T21:52:27.8478765Z adding 'torch/include/ATen/functorch/BatchRulesHelper.h' 2024-08-20T21:52:27.8483086Z adding 'torch/include/ATen/functorch/BatchedFallback.h' 2024-08-20T21:52:27.8487918Z adding 'torch/include/ATen/functorch/BatchedTensorImpl.h' 2024-08-20T21:52:27.8492223Z adding 'torch/include/ATen/functorch/BatchingMetaprogramming.h' 2024-08-20T21:52:27.8496783Z adding 'torch/include/ATen/functorch/DynamicLayer.h' 2024-08-20T21:52:27.8500241Z adding 'torch/include/ATen/functorch/FunctionalizeInterpreter.h' 2024-08-20T21:52:27.8505289Z adding 'torch/include/ATen/functorch/Interpreter.h' 2024-08-20T21:52:27.8510843Z adding 'torch/include/ATen/functorch/LegacyVmapTransforms.h' 2024-08-20T21:52:27.8514051Z adding 'torch/include/ATen/functorch/Macros.h' 2024-08-20T21:52:27.8517915Z adding 'torch/include/ATen/functorch/PlumbingHelper.h' 2024-08-20T21:52:27.8522177Z adding 'torch/include/ATen/functorch/TensorWrapper.h' 2024-08-20T21:52:27.8525693Z adding 'torch/include/ATen/functorch/VmapInterpreter.h' 2024-08-20T21:52:27.8530604Z adding 'torch/include/ATen/hip/impl/HIPAllocatorMasqueradingAsCUDA.h' 2024-08-20T21:52:27.8533810Z adding 'torch/include/ATen/hip/impl/HIPCachingAllocatorMasqueradingAsCUDA.h' 2024-08-20T21:52:27.8539902Z adding 'torch/include/ATen/hip/impl/HIPGuardImplMasqueradingAsCUDA.h' 2024-08-20T21:52:27.8544642Z adding 'torch/include/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h' 2024-08-20T21:52:27.8550064Z adding 'torch/include/ATen/miopen/Descriptors.h' 2024-08-20T21:52:27.8553601Z adding 'torch/include/ATen/miopen/Exceptions.h' 2024-08-20T21:52:27.8556646Z adding 'torch/include/ATen/miopen/Handle.h' 2024-08-20T21:52:27.8559799Z adding 'torch/include/ATen/miopen/Types.h' 2024-08-20T21:52:27.8562736Z adding 'torch/include/ATen/miopen/Utils.h' 2024-08-20T21:52:27.8565920Z adding 'torch/include/ATen/miopen/miopen-wrapper.h' 2024-08-20T21:52:27.8569976Z adding 'torch/include/ATen/mps/EmptyTensor.h' 2024-08-20T21:52:27.8576181Z adding 'torch/include/ATen/mps/IndexKernels.h' 2024-08-20T21:52:27.8585555Z adding 'torch/include/ATen/mps/MPSAllocator.h' 2024-08-20T21:52:27.8589916Z adding 'torch/include/ATen/mps/MPSAllocatorInterface.h' 2024-08-20T21:52:27.8593529Z adding 'torch/include/ATen/mps/MPSDevice.h' 2024-08-20T21:52:27.8597733Z adding 'torch/include/ATen/mps/MPSEvent.h' 2024-08-20T21:52:27.8601260Z adding 'torch/include/ATen/mps/MPSGeneratorImpl.h' 2024-08-20T21:52:27.8605516Z adding 'torch/include/ATen/mps/MPSGuardImpl.h' 2024-08-20T21:52:27.8609068Z adding 'torch/include/ATen/mps/MPSHooks.h' 2024-08-20T21:52:27.8616693Z adding 'torch/include/ATen/mps/MPSProfiler.h' 2024-08-20T21:52:27.8621231Z adding 'torch/include/ATen/mps/MPSStream.h' 2024-08-20T21:52:27.8627780Z adding 'torch/include/ATen/native/Activation.h' 2024-08-20T21:52:27.8631346Z adding 'torch/include/ATen/native/AdaptivePooling.h' 2024-08-20T21:52:27.8634585Z adding 'torch/include/ATen/native/AmpKernels.h' 2024-08-20T21:52:27.8639335Z adding 'torch/include/ATen/native/BatchLinearAlgebra.h' 2024-08-20T21:52:27.8643234Z adding 'torch/include/ATen/native/BinaryOps.h' 2024-08-20T21:52:27.8648100Z adding 'torch/include/ATen/native/BucketizationUtils.h' 2024-08-20T21:52:27.8652071Z adding 'torch/include/ATen/native/CPUBlas.h' 2024-08-20T21:52:27.8655935Z adding 'torch/include/ATen/native/CPUFallback.h' 2024-08-20T21:52:27.8658994Z adding 'torch/include/ATen/native/CanUse32BitIndexMath.h' 2024-08-20T21:52:27.8662796Z adding 'torch/include/ATen/native/ComplexHelper.h' 2024-08-20T21:52:27.8666125Z adding 'torch/include/ATen/native/CompositeRandomAccessor.h' 2024-08-20T21:52:27.8670387Z adding 'torch/include/ATen/native/CompositeRandomAccessorCommon.h' 2024-08-20T21:52:27.8677176Z adding 'torch/include/ATen/native/ConvUtils.h' 2024-08-20T21:52:27.8681192Z adding 'torch/include/ATen/native/ConvolutionMM3d.h' 2024-08-20T21:52:27.8684336Z adding 'torch/include/ATen/native/Copy.h' 2024-08-20T21:52:27.8687363Z adding 'torch/include/ATen/native/Cross.h' 2024-08-20T21:52:27.8691664Z adding 'torch/include/ATen/native/DilatedConvolutionUtils.h' 2024-08-20T21:52:27.8697525Z adding 'torch/include/ATen/native/DispatchStub.h' 2024-08-20T21:52:27.8700980Z adding 'torch/include/ATen/native/Distance.h' 2024-08-20T21:52:27.8707616Z adding 'torch/include/ATen/native/DistributionTemplates.h' 2024-08-20T21:52:27.8716937Z adding 'torch/include/ATen/native/Distributions.h' 2024-08-20T21:52:27.8721575Z adding 'torch/include/ATen/native/EmbeddingBag.h' 2024-08-20T21:52:27.8724728Z adding 'torch/include/ATen/native/Fill.h' 2024-08-20T21:52:27.8731126Z adding 'torch/include/ATen/native/ForeachUtils.h' 2024-08-20T21:52:27.8734919Z adding 'torch/include/ATen/native/FractionalMaxPooling.h' 2024-08-20T21:52:27.8738017Z adding 'torch/include/ATen/native/FunctionOfAMatrixUtils.h' 2024-08-20T21:52:27.8741178Z adding 'torch/include/ATen/native/FusedAdagrad.h' 2024-08-20T21:52:27.8744181Z adding 'torch/include/ATen/native/FusedAdam.h' 2024-08-20T21:52:27.8747202Z adding 'torch/include/ATen/native/FusedSGD.h' 2024-08-20T21:52:27.8751999Z adding 'torch/include/ATen/native/GridSampler.h' 2024-08-20T21:52:27.8756110Z adding 'torch/include/ATen/native/GridSamplerUtils.h' 2024-08-20T21:52:27.8759302Z adding 'torch/include/ATen/native/Histogram.h' 2024-08-20T21:52:27.8762605Z adding 'torch/include/ATen/native/IndexKernel.h' 2024-08-20T21:52:27.8766821Z adding 'torch/include/ATen/native/IndexingUtils.h' 2024-08-20T21:52:27.8770247Z adding 'torch/include/ATen/native/Lerp.h' 2024-08-20T21:52:27.8773362Z adding 'torch/include/ATen/native/LinearAlgebra.h' 2024-08-20T21:52:27.8784095Z adding 'torch/include/ATen/native/LinearAlgebraUtils.h' 2024-08-20T21:52:27.8788049Z adding 'torch/include/ATen/native/LossMulti.h' 2024-08-20T21:52:27.8833942Z adding 'torch/include/ATen/native/Math.h' 2024-08-20T21:52:27.8841361Z adding 'torch/include/ATen/native/MathBitFallThroughLists.h' 2024-08-20T21:52:27.8845901Z adding 'torch/include/ATen/native/MathBitsFallback.h' 2024-08-20T21:52:27.8849650Z adding 'torch/include/ATen/native/MaxPooling.h' 2024-08-20T21:52:27.8852916Z adding 'torch/include/ATen/native/NonEmptyUtils.h' 2024-08-20T21:52:27.8856336Z adding 'torch/include/ATen/native/NonSymbolicBC.h' 2024-08-20T21:52:27.8859462Z adding 'torch/include/ATen/native/Normalization.h' 2024-08-20T21:52:27.8862792Z adding 'torch/include/ATen/native/Padding.h' 2024-08-20T21:52:27.8866089Z adding 'torch/include/ATen/native/PixelShuffle.h' 2024-08-20T21:52:27.8869211Z adding 'torch/include/ATen/native/PointwiseOps.h' 2024-08-20T21:52:27.8874808Z adding 'torch/include/ATen/native/Pool.h' 2024-08-20T21:52:27.8878480Z adding 'torch/include/ATen/native/Pow.h' 2024-08-20T21:52:27.8881967Z adding 'torch/include/ATen/native/RNN.h' 2024-08-20T21:52:27.8885083Z adding 'torch/include/ATen/native/RangeFactories.h' 2024-08-20T21:52:27.8888083Z adding 'torch/include/ATen/native/ReduceAllOps.h' 2024-08-20T21:52:27.8891290Z adding 'torch/include/ATen/native/ReduceOps.h' 2024-08-20T21:52:27.8897652Z adding 'torch/include/ATen/native/ReduceOpsUtils.h' 2024-08-20T21:52:27.8901420Z adding 'torch/include/ATen/native/ReductionType.h' 2024-08-20T21:52:27.8904778Z adding 'torch/include/ATen/native/Repeat.h' 2024-08-20T21:52:27.8909428Z adding 'torch/include/ATen/native/Resize.h' 2024-08-20T21:52:27.8913252Z adding 'torch/include/ATen/native/ResizeCommon.h' 2024-08-20T21:52:27.8917222Z adding 'torch/include/ATen/native/ScatterGatherChecks.h' 2024-08-20T21:52:27.8920383Z adding 'torch/include/ATen/native/SegmentReduce.h' 2024-08-20T21:52:27.8925991Z adding 'torch/include/ATen/native/SharedReduceOps.h' 2024-08-20T21:52:27.8929881Z adding 'torch/include/ATen/native/SobolEngineOpsUtils.h' 2024-08-20T21:52:27.8932979Z adding 'torch/include/ATen/native/Sorting.h' 2024-08-20T21:52:27.8936409Z adding 'torch/include/ATen/native/SortingUtils.h' 2024-08-20T21:52:27.8941253Z adding 'torch/include/ATen/native/SparseTensorUtils.h' 2024-08-20T21:52:27.8945300Z adding 'torch/include/ATen/native/SpectralOpsUtils.h' 2024-08-20T21:52:27.8949482Z adding 'torch/include/ATen/native/StridedRandomAccessor.h' 2024-08-20T21:52:27.8953719Z adding 'torch/include/ATen/native/TensorAdvancedIndexing.h' 2024-08-20T21:52:27.8957844Z adding 'torch/include/ATen/native/TensorAdvancedIndexingUtils.h' 2024-08-20T21:52:27.8961093Z adding 'torch/include/ATen/native/TensorCompare.h' 2024-08-20T21:52:27.8964289Z adding 'torch/include/ATen/native/TensorConversions.h' 2024-08-20T21:52:27.8967679Z adding 'torch/include/ATen/native/TensorDimApply.h' 2024-08-20T21:52:27.8971929Z adding 'torch/include/ATen/native/TensorFactories.h' 2024-08-20T21:52:27.8975061Z adding 'torch/include/ATen/native/TensorIterator.h' 2024-08-20T21:52:27.8978372Z adding 'torch/include/ATen/native/TensorIteratorDynamicCasting.h' 2024-08-20T21:52:27.8981288Z adding 'torch/include/ATen/native/TensorProperties.h' 2024-08-20T21:52:27.8985294Z adding 'torch/include/ATen/native/TensorShape.h' 2024-08-20T21:52:27.8988661Z adding 'torch/include/ATen/native/TensorTransformations.h' 2024-08-20T21:52:27.8992192Z adding 'torch/include/ATen/native/TopKImpl.h' 2024-08-20T21:52:27.8995517Z adding 'torch/include/ATen/native/TransposeType.h' 2024-08-20T21:52:27.8998984Z adding 'torch/include/ATen/native/TriangularOpsUtils.h' 2024-08-20T21:52:27.9002056Z adding 'torch/include/ATen/native/TypeProperties.h' 2024-08-20T21:52:27.9005708Z adding 'torch/include/ATen/native/UnaryOps.h' 2024-08-20T21:52:27.9008929Z adding 'torch/include/ATen/native/Unfold2d.h' 2024-08-20T21:52:27.9011968Z adding 'torch/include/ATen/native/Unfold3d.h' 2024-08-20T21:52:27.9015626Z adding 'torch/include/ATen/native/UnfoldBackward.h' 2024-08-20T21:52:27.9022848Z adding 'torch/include/ATen/native/UpSample.h' 2024-08-20T21:52:27.9026639Z adding 'torch/include/ATen/native/batch_norm.h' 2024-08-20T21:52:27.9029770Z adding 'torch/include/ATen/native/group_norm.h' 2024-08-20T21:52:27.9033606Z adding 'torch/include/ATen/native/im2col.h' 2024-08-20T21:52:27.9038068Z adding 'torch/include/ATen/native/im2col_shape_check.h' 2024-08-20T21:52:27.9041812Z adding 'torch/include/ATen/native/layer_norm.h' 2024-08-20T21:52:27.9045118Z adding 'torch/include/ATen/native/verbose_wrapper.h' 2024-08-20T21:52:27.9048615Z adding 'torch/include/ATen/native/vol2col.h' 2024-08-20T21:52:27.9053230Z adding 'torch/include/ATen/native/cpu/AtomicAddFloat.h' 2024-08-20T21:52:27.9056605Z adding 'torch/include/ATen/native/cpu/CatKernel.h' 2024-08-20T21:52:27.9059356Z adding 'torch/include/ATen/native/cpu/ChannelShuffleKernel.h' 2024-08-20T21:52:27.9062243Z adding 'torch/include/ATen/native/cpu/CopyKernel.h' 2024-08-20T21:52:27.9065301Z adding 'torch/include/ATen/native/cpu/DepthwiseConvKernel.h' 2024-08-20T21:52:27.9070945Z adding 'torch/include/ATen/native/cpu/DistributionTemplates.h' 2024-08-20T21:52:27.9074613Z adding 'torch/include/ATen/native/cpu/GridSamplerKernel.h' 2024-08-20T21:52:27.9078373Z adding 'torch/include/ATen/native/cpu/IndexKernelUtils.h' 2024-08-20T21:52:27.9081605Z adding 'torch/include/ATen/native/cpu/Intrinsics.h' 2024-08-20T21:52:27.9085033Z adding 'torch/include/ATen/native/cpu/IsContiguous.h' 2024-08-20T21:52:27.9088636Z adding 'torch/include/ATen/native/cpu/LogAddExp.h' 2024-08-20T21:52:27.9094734Z adding 'torch/include/ATen/native/cpu/Loops.h' 2024-08-20T21:52:27.9098289Z adding 'torch/include/ATen/native/cpu/MaxUnpoolKernel.h' 2024-08-20T21:52:27.9101310Z adding 'torch/include/ATen/native/cpu/PixelShuffleKernel.h' 2024-08-20T21:52:27.9107163Z adding 'torch/include/ATen/native/cpu/Reduce.h' 2024-08-20T21:52:27.9111956Z adding 'torch/include/ATen/native/cpu/ReduceUtils.h' 2024-08-20T21:52:27.9115386Z adding 'torch/include/ATen/native/cpu/SampledAddmmKernel.h' 2024-08-20T21:52:27.9119709Z adding 'torch/include/ATen/native/cpu/SerialStackImpl.h' 2024-08-20T21:52:27.9123087Z adding 'torch/include/ATen/native/cpu/SoftmaxKernel.h' 2024-08-20T21:52:27.9126297Z adding 'torch/include/ATen/native/cpu/SpmmReduceKernel.h' 2024-08-20T21:52:27.9129275Z adding 'torch/include/ATen/native/cpu/StackKernel.h' 2024-08-20T21:52:27.9145538Z adding 'torch/include/ATen/native/cpu/UpSampleKernelAVXAntialias.h' 2024-08-20T21:52:27.9150072Z adding 'torch/include/ATen/native/cpu/WeightNormKernel.h' 2024-08-20T21:52:27.9156808Z adding 'torch/include/ATen/native/cpu/avx_mathfun.h' 2024-08-20T21:52:27.9160871Z adding 'torch/include/ATen/native/cpu/int_mm_kernel.h' 2024-08-20T21:52:27.9163969Z adding 'torch/include/ATen/native/cpu/mixed_data_type.h' 2024-08-20T21:52:27.9168467Z adding 'torch/include/ATen/native/cpu/moments_utils.h' 2024-08-20T21:52:27.9173632Z adding 'torch/include/ATen/native/cpu/utils.h' 2024-08-20T21:52:27.9178118Z adding 'torch/include/ATen/native/cpu/zmath.h' 2024-08-20T21:52:27.9182664Z adding 'torch/include/ATen/native/cuda/Activation.h' 2024-08-20T21:52:27.9186131Z adding 'torch/include/ATen/native/cuda/BinaryInternal.h' 2024-08-20T21:52:27.9191682Z adding 'torch/include/ATen/native/cuda/CUDAJitLoops.cuh' 2024-08-20T21:52:27.9197454Z adding 'torch/include/ATen/native/cuda/CUDALoops.cuh' 2024-08-20T21:52:27.9201268Z adding 'torch/include/ATen/native/cuda/CompositeRandomAccessor.h' 2024-08-20T21:52:27.9204150Z adding 'torch/include/ATen/native/cuda/Copy.h' 2024-08-20T21:52:27.9212434Z adding 'torch/include/ATen/native/cuda/CuFFTPlanCache.h' 2024-08-20T21:52:27.9216222Z adding 'torch/include/ATen/native/cuda/CuFFTUtils.h' 2024-08-20T21:52:27.9219641Z adding 'torch/include/ATen/native/cuda/DeviceSqrt.cuh' 2024-08-20T21:52:27.9229067Z adding 'torch/include/ATen/native/cuda/DistributionTemplates.h' 2024-08-20T21:52:27.9232440Z adding 'torch/include/ATen/native/cuda/Distributions.h' 2024-08-20T21:52:27.9235875Z adding 'torch/include/ATen/native/cuda/EmbeddingBackwardKernel.cuh' 2024-08-20T21:52:27.9241349Z adding 'torch/include/ATen/native/cuda/ForeachFunctors.cuh' 2024-08-20T21:52:27.9245051Z adding 'torch/include/ATen/native/cuda/ForeachMinMaxFunctors.cuh' 2024-08-20T21:52:27.9250232Z adding 'torch/include/ATen/native/cuda/GridSampler.cuh' 2024-08-20T21:52:27.9253758Z adding 'torch/include/ATen/native/cuda/GridSampler.h' 2024-08-20T21:52:27.9257334Z adding 'torch/include/ATen/native/cuda/IndexKernel.h' 2024-08-20T21:52:27.9261607Z adding 'torch/include/ATen/native/cuda/JitLoops.cuh' 2024-08-20T21:52:27.9265850Z adding 'torch/include/ATen/native/cuda/KernelUtils.cuh' 2024-08-20T21:52:27.9269183Z adding 'torch/include/ATen/native/cuda/LaunchUtils.h' 2024-08-20T21:52:27.9274558Z adding 'torch/include/ATen/native/cuda/Loops.cuh' 2024-08-20T21:52:27.9309496Z adding 'torch/include/ATen/native/cuda/Math.cuh' 2024-08-20T21:52:27.9318383Z adding 'torch/include/ATen/native/cuda/MemoryAccess.cuh' 2024-08-20T21:52:27.9322133Z adding 'torch/include/ATen/native/cuda/MiscUtils.h' 2024-08-20T21:52:27.9327833Z adding 'torch/include/ATen/native/cuda/MultiTensorApply.cuh' 2024-08-20T21:52:27.9346674Z adding 'torch/include/ATen/native/cuda/Normalization.cuh' 2024-08-20T21:52:27.9354932Z adding 'torch/include/ATen/native/cuda/PersistentSoftmax.cuh' 2024-08-20T21:52:27.9359669Z adding 'torch/include/ATen/native/cuda/Pow.cuh' 2024-08-20T21:52:27.9362661Z adding 'torch/include/ATen/native/cuda/Randperm.cuh' 2024-08-20T21:52:27.9379141Z adding 'torch/include/ATen/native/cuda/Reduce.cuh' 2024-08-20T21:52:27.9383536Z adding 'torch/include/ATen/native/cuda/ReduceOps.h' 2024-08-20T21:52:27.9386953Z adding 'torch/include/ATen/native/cuda/Resize.h' 2024-08-20T21:52:27.9390254Z adding 'torch/include/ATen/native/cuda/RowwiseScaledMM.h' 2024-08-20T21:52:27.9393690Z adding 'torch/include/ATen/native/cuda/ScanKernels.h' 2024-08-20T21:52:27.9400578Z adding 'torch/include/ATen/native/cuda/ScanUtils.cuh' 2024-08-20T21:52:27.9404692Z adding 'torch/include/ATen/native/cuda/Sort.h' 2024-08-20T21:52:27.9407417Z adding 'torch/include/ATen/native/cuda/SortStable.h' 2024-08-20T21:52:27.9413105Z adding 'torch/include/ATen/native/cuda/SortUtils.cuh' 2024-08-20T21:52:27.9416606Z adding 'torch/include/ATen/native/cuda/Sorting.h' 2024-08-20T21:52:27.9420791Z adding 'torch/include/ATen/native/cuda/SortingCommon.cuh' 2024-08-20T21:52:27.9427408Z adding 'torch/include/ATen/native/cuda/SortingRadixSelect.cuh' 2024-08-20T21:52:27.9435083Z adding 'torch/include/ATen/native/cuda/TensorModeKernel.cuh' 2024-08-20T21:52:27.9438724Z adding 'torch/include/ATen/native/cuda/TensorModeKernel.h' 2024-08-20T21:52:27.9441638Z adding 'torch/include/ATen/native/cuda/TensorTopK.h' 2024-08-20T21:52:27.9445183Z adding 'torch/include/ATen/native/cuda/UniqueCub.cuh' 2024-08-20T21:52:27.9450365Z adding 'torch/include/ATen/native/cuda/UpSample.cuh' 2024-08-20T21:52:27.9454410Z adding 'torch/include/ATen/native/cuda/block_reduce.cuh' 2024-08-20T21:52:27.9458024Z adding 'torch/include/ATen/native/cuda/fused_adam_amsgrad_impl.cuh' 2024-08-20T21:52:27.9461311Z adding 'torch/include/ATen/native/cuda/fused_adam_impl.cuh' 2024-08-20T21:52:27.9465742Z adding 'torch/include/ATen/native/cuda/fused_adam_utils.cuh' 2024-08-20T21:52:27.9469264Z adding 'torch/include/ATen/native/cuda/fused_adamw_amsgrad_impl.cuh' 2024-08-20T21:52:27.9472213Z adding 'torch/include/ATen/native/cuda/fused_adamw_impl.cuh' 2024-08-20T21:52:27.9477876Z adding 'torch/include/ATen/native/cuda/im2col.cuh' 2024-08-20T21:52:27.9482615Z adding 'torch/include/ATen/native/cuda/jit_utils.h' 2024-08-20T21:52:27.9490777Z adding 'torch/include/ATen/native/cuda/reduction_template.cuh' 2024-08-20T21:52:27.9494627Z adding 'torch/include/ATen/native/cuda/thread_constants.h' 2024-08-20T21:52:27.9499435Z adding 'torch/include/ATen/native/cuda/vol2col.cuh' 2024-08-20T21:52:27.9503716Z adding 'torch/include/ATen/native/mps/Copy.h' 2024-08-20T21:52:27.9507082Z adding 'torch/include/ATen/native/mps/MPSGraphSequoiaOps.h' 2024-08-20T21:52:27.9510485Z adding 'torch/include/ATen/native/mps/MPSGraphSonomaOps.h' 2024-08-20T21:52:27.9515029Z adding 'torch/include/ATen/native/mps/MPSGraphVenturaOps.h' 2024-08-20T21:52:27.9522601Z adding 'torch/include/ATen/native/mps/OperationUtils.h' 2024-08-20T21:52:27.9526205Z adding 'torch/include/ATen/native/mps/TensorFactory.h' 2024-08-20T21:52:27.9529768Z adding 'torch/include/ATen/native/mps/UnaryConstants.h' 2024-08-20T21:52:27.9533920Z adding 'torch/include/ATen/native/nested/NestedTensorBinaryOps.h' 2024-08-20T21:52:27.9536704Z adding 'torch/include/ATen/native/nested/NestedTensorFactories.h' 2024-08-20T21:52:27.9540214Z adding 'torch/include/ATen/native/nested/NestedTensorMath.h' 2024-08-20T21:52:27.9544005Z adding 'torch/include/ATen/native/nested/NestedTensorTransformerFunctions.h' 2024-08-20T21:52:27.9547268Z adding 'torch/include/ATen/native/nested/NestedTensorTransformerUtils.h' 2024-08-20T21:52:27.9553988Z adding 'torch/include/ATen/native/nested/NestedTensorUtils.h' 2024-08-20T21:52:27.9563482Z adding 'torch/include/ATen/native/quantized/AffineQuantizer.h' 2024-08-20T21:52:27.9565030Z adding 'torch/include/ATen/native/quantized/AffineQuantizerBase.h' 2024-08-20T21:52:27.9568857Z adding 'torch/include/ATen/native/quantized/ConvUtils.h' 2024-08-20T21:52:27.9572056Z adding 'torch/include/ATen/native/quantized/Copy.h' 2024-08-20T21:52:27.9575360Z adding 'torch/include/ATen/native/quantized/FakeQuantAffine.h' 2024-08-20T21:52:27.9578475Z adding 'torch/include/ATen/native/quantized/IndexKernel.h' 2024-08-20T21:52:27.9582405Z adding 'torch/include/ATen/native/quantized/PackedParams.h' 2024-08-20T21:52:27.9586530Z adding 'torch/include/ATen/native/quantized/cpu/BinaryOps.h' 2024-08-20T21:52:27.9589778Z adding 'torch/include/ATen/native/quantized/cpu/EmbeddingPackedParams.h' 2024-08-20T21:52:27.9595540Z adding 'torch/include/ATen/native/quantized/cpu/OnednnUtils.h' 2024-08-20T21:52:27.9602894Z adding 'torch/include/ATen/native/quantized/cpu/QnnpackUtils.h' 2024-08-20T21:52:27.9608811Z adding 'torch/include/ATen/native/quantized/cpu/QuantUtils.h' 2024-08-20T21:52:27.9613375Z adding 'torch/include/ATen/native/quantized/cpu/QuantizedOps.h' 2024-08-20T21:52:27.9616668Z adding 'torch/include/ATen/native/quantized/cpu/RuyUtils.h' 2024-08-20T21:52:27.9622095Z adding 'torch/include/ATen/native/quantized/cpu/XnnpackUtils.h' 2024-08-20T21:52:27.9628122Z adding 'torch/include/ATen/native/quantized/cpu/conv_serialization.h' 2024-08-20T21:52:27.9633582Z adding 'torch/include/ATen/native/quantized/cpu/fbgemm_utils.h' 2024-08-20T21:52:27.9637067Z adding 'torch/include/ATen/native/quantized/cpu/init_qnnpack.h' 2024-08-20T21:52:27.9640190Z adding 'torch/include/ATen/native/quantized/cpu/qembeddingbag.h' 2024-08-20T21:52:27.9643284Z adding 'torch/include/ATen/native/quantized/cpu/qembeddingbag_prepack.h' 2024-08-20T21:52:27.9647400Z adding 'torch/include/ATen/native/transformers/attention.h' 2024-08-20T21:52:27.9654282Z adding 'torch/include/ATen/native/transformers/sdp_utils_cpp.h' 2024-08-20T21:52:27.9658486Z adding 'torch/include/ATen/native/utils/Factory.h' 2024-08-20T21:52:27.9661750Z adding 'torch/include/ATen/native/utils/ParamUtils.h' 2024-08-20T21:52:27.9665290Z adding 'torch/include/ATen/native/utils/ParamsHash.h' 2024-08-20T21:52:27.9852328Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d.h' 2024-08-20T21:52:27.9855645Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward.h' 2024-08-20T21:52:27.9859454Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:27.9862867Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cpu_dispatch.h' 2024-08-20T21:52:27.9865949Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cuda_dispatch.h' 2024-08-20T21:52:27.9869160Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_native.h' 2024-08-20T21:52:27.9872407Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_ops.h' 2024-08-20T21:52:27.9876145Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:27.9879137Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_cpu_dispatch.h' 2024-08-20T21:52:27.9882716Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_cuda_dispatch.h' 2024-08-20T21:52:27.9885947Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_native.h' 2024-08-20T21:52:27.9889142Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_ops.h' 2024-08-20T21:52:27.9893148Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d.h' 2024-08-20T21:52:27.9896425Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward.h' 2024-08-20T21:52:27.9900063Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:27.9903320Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cpu_dispatch.h' 2024-08-20T21:52:27.9906454Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cuda_dispatch.h' 2024-08-20T21:52:27.9909623Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_native.h' 2024-08-20T21:52:27.9912898Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_ops.h' 2024-08-20T21:52:27.9916552Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:27.9919551Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_cpu_dispatch.h' 2024-08-20T21:52:27.9922908Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_cuda_dispatch.h' 2024-08-20T21:52:27.9926187Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_native.h' 2024-08-20T21:52:27.9929372Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_ops.h' 2024-08-20T21:52:27.9932621Z adding 'torch/include/ATen/ops/_add_batch_dim.h' 2024-08-20T21:52:27.9936000Z adding 'torch/include/ATen/ops/_add_batch_dim_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:27.9939151Z adding 'torch/include/ATen/ops/_add_batch_dim_native.h' 2024-08-20T21:52:27.9942339Z adding 'torch/include/ATen/ops/_add_batch_dim_ops.h' 2024-08-20T21:52:27.9945840Z adding 'torch/include/ATen/ops/_add_relu.h' 2024-08-20T21:52:27.9949525Z adding 'torch/include/ATen/ops/_add_relu_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:27.9952469Z adding 'torch/include/ATen/ops/_add_relu_cpu_dispatch.h' 2024-08-20T21:52:27.9956278Z adding 'torch/include/ATen/ops/_add_relu_meta_dispatch.h' 2024-08-20T21:52:27.9959060Z adding 'torch/include/ATen/ops/_add_relu_native.h' 2024-08-20T21:52:27.9962692Z adding 'torch/include/ATen/ops/_add_relu_ops.h' 2024-08-20T21:52:27.9966151Z adding 'torch/include/ATen/ops/_addmm_activation.h' 2024-08-20T21:52:27.9969770Z adding 'torch/include/ATen/ops/_addmm_activation_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:27.9972920Z adding 'torch/include/ATen/ops/_addmm_activation_cpu_dispatch.h' 2024-08-20T21:52:27.9976096Z adding 'torch/include/ATen/ops/_addmm_activation_cuda_dispatch.h' 2024-08-20T21:52:27.9979300Z adding 'torch/include/ATen/ops/_addmm_activation_meta.h' 2024-08-20T21:52:27.9982621Z adding 'torch/include/ATen/ops/_addmm_activation_meta_dispatch.h' 2024-08-20T21:52:27.9985894Z adding 'torch/include/ATen/ops/_addmm_activation_native.h' 2024-08-20T21:52:27.9989497Z adding 'torch/include/ATen/ops/_addmm_activation_ops.h' 2024-08-20T21:52:27.9992751Z adding 'torch/include/ATen/ops/_aminmax.h' 2024-08-20T21:52:27.9996469Z adding 'torch/include/ATen/ops/_aminmax_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:27.9999476Z adding 'torch/include/ATen/ops/_aminmax_cpu_dispatch.h' 2024-08-20T21:52:28.0002644Z adding 'torch/include/ATen/ops/_aminmax_cuda_dispatch.h' 2024-08-20T21:52:28.0005824Z adding 'torch/include/ATen/ops/_aminmax_native.h' 2024-08-20T21:52:28.0009366Z adding 'torch/include/ATen/ops/_aminmax_ops.h' 2024-08-20T21:52:28.0012857Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale.h' 2024-08-20T21:52:28.0016468Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.0019537Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_cpu_dispatch.h' 2024-08-20T21:52:28.0022865Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_cuda_dispatch.h' 2024-08-20T21:52:28.0026075Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_native.h' 2024-08-20T21:52:28.0029345Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_ops.h' 2024-08-20T21:52:28.0032550Z adding 'torch/include/ATen/ops/_amp_update_scale.h' 2024-08-20T21:52:28.0036222Z adding 'torch/include/ATen/ops/_amp_update_scale_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.0039324Z adding 'torch/include/ATen/ops/_amp_update_scale_cpu_dispatch.h' 2024-08-20T21:52:28.0042527Z adding 'torch/include/ATen/ops/_amp_update_scale_cuda_dispatch.h' 2024-08-20T21:52:28.0045603Z adding 'torch/include/ATen/ops/_amp_update_scale_meta_dispatch.h' 2024-08-20T21:52:28.0048703Z adding 'torch/include/ATen/ops/_amp_update_scale_native.h' 2024-08-20T21:52:28.0052235Z adding 'torch/include/ATen/ops/_amp_update_scale_ops.h' 2024-08-20T21:52:28.0055584Z adding 'torch/include/ATen/ops/_assert_async.h' 2024-08-20T21:52:28.0058763Z adding 'torch/include/ATen/ops/_assert_async_cpu_dispatch.h' 2024-08-20T21:52:28.0061935Z adding 'torch/include/ATen/ops/_assert_async_cuda_dispatch.h' 2024-08-20T21:52:28.0064946Z adding 'torch/include/ATen/ops/_assert_async_native.h' 2024-08-20T21:52:28.0068125Z adding 'torch/include/ATen/ops/_assert_async_ops.h' 2024-08-20T21:52:28.0071283Z adding 'torch/include/ATen/ops/_assert_scalar.h' 2024-08-20T21:52:28.0074659Z adding 'torch/include/ATen/ops/_assert_scalar_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.0077565Z adding 'torch/include/ATen/ops/_assert_scalar_native.h' 2024-08-20T21:52:28.0080718Z adding 'torch/include/ATen/ops/_assert_scalar_ops.h' 2024-08-20T21:52:28.0084145Z adding 'torch/include/ATen/ops/_assert_tensor_metadata.h' 2024-08-20T21:52:28.0087613Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.0090492Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_native.h' 2024-08-20T21:52:28.0093669Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_ops.h' 2024-08-20T21:52:28.0096721Z adding 'torch/include/ATen/ops/_autocast_to_full_precision.h' 2024-08-20T21:52:28.0102638Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.0105737Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_native.h' 2024-08-20T21:52:28.0109205Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_ops.h' 2024-08-20T21:52:28.0112099Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision.h' 2024-08-20T21:52:28.0115567Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.0118509Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_native.h' 2024-08-20T21:52:28.0121844Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_ops.h' 2024-08-20T21:52:28.0124708Z adding 'torch/include/ATen/ops/_backward.h' 2024-08-20T21:52:28.0128073Z adding 'torch/include/ATen/ops/_backward_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.0130991Z adding 'torch/include/ATen/ops/_backward_native.h' 2024-08-20T21:52:28.0134225Z adding 'torch/include/ATen/ops/_backward_ops.h' 2024-08-20T21:52:28.0137525Z adding 'torch/include/ATen/ops/_batch_norm_impl_index.h' 2024-08-20T21:52:28.0140826Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward.h' 2024-08-20T21:52:28.0144242Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.0147237Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_native.h' 2024-08-20T21:52:28.0150606Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_ops.h' 2024-08-20T21:52:28.0153956Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.0157015Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_native.h' 2024-08-20T21:52:28.0160302Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_ops.h' 2024-08-20T21:52:28.0163687Z adding 'torch/include/ATen/ops/_batch_norm_no_update.h' 2024-08-20T21:52:28.0167121Z adding 'torch/include/ATen/ops/_batch_norm_no_update_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.0170459Z adding 'torch/include/ATen/ops/_batch_norm_no_update_native.h' 2024-08-20T21:52:28.0173502Z adding 'torch/include/ATen/ops/_batch_norm_no_update_ops.h' 2024-08-20T21:52:28.0176941Z adding 'torch/include/ATen/ops/_batch_norm_with_update.h' 2024-08-20T21:52:28.0180454Z adding 'torch/include/ATen/ops/_batch_norm_with_update_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.0183536Z adding 'torch/include/ATen/ops/_batch_norm_with_update_cpu_dispatch.h' 2024-08-20T21:52:28.0186759Z adding 'torch/include/ATen/ops/_batch_norm_with_update_cuda_dispatch.h' 2024-08-20T21:52:28.0189934Z adding 'torch/include/ATen/ops/_batch_norm_with_update_native.h' 2024-08-20T21:52:28.0193492Z adding 'torch/include/ATen/ops/_batch_norm_with_update_ops.h' 2024-08-20T21:52:28.0196852Z adding 'torch/include/ATen/ops/_cast_Byte.h' 2024-08-20T21:52:28.0200136Z adding 'torch/include/ATen/ops/_cast_Byte_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.0202956Z adding 'torch/include/ATen/ops/_cast_Byte_native.h' 2024-08-20T21:52:28.0206101Z adding 'torch/include/ATen/ops/_cast_Byte_ops.h' 2024-08-20T21:52:28.0209869Z adding 'torch/include/ATen/ops/_cast_Char.h' 2024-08-20T21:52:28.0212670Z adding 'torch/include/ATen/ops/_cast_Char_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.0215520Z adding 'torch/include/ATen/ops/_cast_Char_native.h' 2024-08-20T21:52:28.0218868Z adding 'torch/include/ATen/ops/_cast_Char_ops.h' 2024-08-20T21:52:28.0222102Z adding 'torch/include/ATen/ops/_cast_Double.h' 2024-08-20T21:52:28.0225456Z adding 'torch/include/ATen/ops/_cast_Double_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.0228820Z adding 'torch/include/ATen/ops/_cast_Double_native.h' 2024-08-20T21:52:28.0232019Z adding 'torch/include/ATen/ops/_cast_Double_ops.h' 2024-08-20T21:52:28.0235401Z adding 'torch/include/ATen/ops/_cast_Float.h' 2024-08-20T21:52:28.0239143Z adding 'torch/include/ATen/ops/_cast_Float_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.0241754Z adding 'torch/include/ATen/ops/_cast_Float_native.h' 2024-08-20T21:52:28.0245016Z adding 'torch/include/ATen/ops/_cast_Float_ops.h' 2024-08-20T21:52:28.0248117Z adding 'torch/include/ATen/ops/_cast_Half.h' 2024-08-20T21:52:28.0251621Z adding 'torch/include/ATen/ops/_cast_Half_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.0254474Z adding 'torch/include/ATen/ops/_cast_Half_native.h' 2024-08-20T21:52:28.0257785Z adding 'torch/include/ATen/ops/_cast_Half_ops.h' 2024-08-20T21:52:28.0261168Z adding 'torch/include/ATen/ops/_cast_Int.h' 2024-08-20T21:52:28.0264464Z adding 'torch/include/ATen/ops/_cast_Int_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.0267368Z adding 'torch/include/ATen/ops/_cast_Int_native.h' 2024-08-20T21:52:28.0270550Z adding 'torch/include/ATen/ops/_cast_Int_ops.h' 2024-08-20T21:52:28.0273755Z adding 'torch/include/ATen/ops/_cast_Long.h' 2024-08-20T21:52:28.0277263Z adding 'torch/include/ATen/ops/_cast_Long_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.0280273Z adding 'torch/include/ATen/ops/_cast_Long_native.h' 2024-08-20T21:52:28.0283835Z adding 'torch/include/ATen/ops/_cast_Long_ops.h' 2024-08-20T21:52:28.0286846Z adding 'torch/include/ATen/ops/_cast_Short.h' 2024-08-20T21:52:28.0299147Z adding 'torch/include/ATen/ops/_cast_Short_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.0299911Z adding 'torch/include/ATen/ops/_cast_Short_native.h' 2024-08-20T21:52:28.0302150Z adding 'torch/include/ATen/ops/_cast_Short_ops.h' 2024-08-20T21:52:28.0302706Z adding 'torch/include/ATen/ops/_cdist_backward.h' 2024-08-20T21:52:28.0303430Z adding 'torch/include/ATen/ops/_cdist_backward_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.0306457Z adding 'torch/include/ATen/ops/_cdist_backward_cpu_dispatch.h' 2024-08-20T21:52:28.0309427Z adding 'torch/include/ATen/ops/_cdist_backward_cuda_dispatch.h' 2024-08-20T21:52:28.0312741Z adding 'torch/include/ATen/ops/_cdist_backward_native.h' 2024-08-20T21:52:28.0316063Z adding 'torch/include/ATen/ops/_cdist_backward_ops.h' 2024-08-20T21:52:28.0319424Z adding 'torch/include/ATen/ops/_cdist_forward.h' 2024-08-20T21:52:28.0322862Z adding 'torch/include/ATen/ops/_cdist_forward_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.0326018Z adding 'torch/include/ATen/ops/_cdist_forward_cpu_dispatch.h' 2024-08-20T21:52:28.0329189Z adding 'torch/include/ATen/ops/_cdist_forward_cuda_dispatch.h' 2024-08-20T21:52:28.0332344Z adding 'torch/include/ATen/ops/_cdist_forward_native.h' 2024-08-20T21:52:28.0335765Z adding 'torch/include/ATen/ops/_cdist_forward_ops.h' 2024-08-20T21:52:28.0338962Z adding 'torch/include/ATen/ops/_cholesky_solve_helper.h' 2024-08-20T21:52:28.0342505Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.0345545Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_cpu_dispatch.h' 2024-08-20T21:52:28.0348798Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_cuda_dispatch.h' 2024-08-20T21:52:28.0352259Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_native.h' 2024-08-20T21:52:28.0355377Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_ops.h' 2024-08-20T21:52:28.0358665Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor.h' 2024-08-20T21:52:28.0362087Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.0365166Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_native.h' 2024-08-20T21:52:28.0368391Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_ops.h' 2024-08-20T21:52:28.0371642Z adding 'torch/include/ATen/ops/_chunk_cat.h' 2024-08-20T21:52:28.0375413Z adding 'torch/include/ATen/ops/_chunk_cat_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.0378187Z adding 'torch/include/ATen/ops/_chunk_cat_cuda_dispatch.h' 2024-08-20T21:52:28.0381387Z adding 'torch/include/ATen/ops/_chunk_cat_native.h' 2024-08-20T21:52:28.0384650Z adding 'torch/include/ATen/ops/_chunk_cat_ops.h' 2024-08-20T21:52:28.0387934Z adding 'torch/include/ATen/ops/_coalesce.h' 2024-08-20T21:52:28.0391355Z adding 'torch/include/ATen/ops/_coalesce_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.0394420Z adding 'torch/include/ATen/ops/_coalesce_native.h' 2024-08-20T21:52:28.0397901Z adding 'torch/include/ATen/ops/_coalesce_ops.h' 2024-08-20T21:52:28.0400942Z adding 'torch/include/ATen/ops/_coalesced.h' 2024-08-20T21:52:28.0404453Z adding 'torch/include/ATen/ops/_coalesced_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.0407476Z adding 'torch/include/ATen/ops/_coalesced_meta_dispatch.h' 2024-08-20T21:52:28.0410720Z adding 'torch/include/ATen/ops/_coalesced_native.h' 2024-08-20T21:52:28.0414483Z adding 'torch/include/ATen/ops/_coalesced_ops.h' 2024-08-20T21:52:28.0417545Z adding 'torch/include/ATen/ops/_compute_linear_combination.h' 2024-08-20T21:52:28.0420904Z adding 'torch/include/ATen/ops/_compute_linear_combination_cpu_dispatch.h' 2024-08-20T21:52:28.0424082Z adding 'torch/include/ATen/ops/_compute_linear_combination_cuda_dispatch.h' 2024-08-20T21:52:28.0427239Z adding 'torch/include/ATen/ops/_compute_linear_combination_native.h' 2024-08-20T21:52:28.0430496Z adding 'torch/include/ATen/ops/_compute_linear_combination_ops.h' 2024-08-20T21:52:28.0433907Z adding 'torch/include/ATen/ops/_conj.h' 2024-08-20T21:52:28.0437696Z adding 'torch/include/ATen/ops/_conj_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.0440551Z adding 'torch/include/ATen/ops/_conj_copy.h' 2024-08-20T21:52:28.0444051Z adding 'torch/include/ATen/ops/_conj_copy_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.0447325Z adding 'torch/include/ATen/ops/_conj_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:28.0450209Z adding 'torch/include/ATen/ops/_conj_copy_native.h' 2024-08-20T21:52:28.0453482Z adding 'torch/include/ATen/ops/_conj_copy_ops.h' 2024-08-20T21:52:28.0456702Z adding 'torch/include/ATen/ops/_conj_native.h' 2024-08-20T21:52:28.0460120Z adding 'torch/include/ATen/ops/_conj_ops.h' 2024-08-20T21:52:28.0463024Z adding 'torch/include/ATen/ops/_conj_physical.h' 2024-08-20T21:52:28.0466536Z adding 'torch/include/ATen/ops/_conj_physical_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.0469475Z adding 'torch/include/ATen/ops/_conj_physical_native.h' 2024-08-20T21:52:28.0473068Z adding 'torch/include/ATen/ops/_conj_physical_ops.h' 2024-08-20T21:52:28.0476987Z adding 'torch/include/ATen/ops/_conv_depthwise2d.h' 2024-08-20T21:52:28.0480468Z adding 'torch/include/ATen/ops/_conv_depthwise2d_cuda_dispatch.h' 2024-08-20T21:52:28.0483610Z adding 'torch/include/ATen/ops/_conv_depthwise2d_native.h' 2024-08-20T21:52:28.0486951Z adding 'torch/include/ATen/ops/_conv_depthwise2d_ops.h' 2024-08-20T21:52:28.0490657Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr.h' 2024-08-20T21:52:28.0494472Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:28.0497137Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cpu_dispatch.h' 2024-08-20T21:52:28.0500465Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cuda_dispatch.h' 2024-08-20T21:52:28.0503522Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta.h' 2024-08-20T21:52:28.0506884Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta_dispatch.h' 2024-08-20T21:52:28.0509949Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_native.h' 2024-08-20T21:52:28.0513382Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_ops.h' 2024-08-20T21:52:28.0517139Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo.h' 2024-08-20T21:52:28.0520736Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:28.0523606Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cpu_dispatch.h' 2024-08-20T21:52:28.0526909Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cuda_dispatch.h' 2024-08-20T21:52:28.0530047Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta.h' 2024-08-20T21:52:28.0533094Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta_dispatch.h' 2024-08-20T21:52:28.0536213Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_native.h' 2024-08-20T21:52:28.0539525Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_ops.h' 2024-08-20T21:52:28.0542634Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack.h' 2024-08-20T21:52:28.0545851Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_cpu_dispatch.h' 2024-08-20T21:52:28.0549647Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_cuda_dispatch.h' 2024-08-20T21:52:28.0552161Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_native.h' 2024-08-20T21:52:28.0555445Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_ops.h' 2024-08-20T21:52:28.0559271Z adding 'torch/include/ATen/ops/_convolution.h' 2024-08-20T21:52:28.0563151Z adding 'torch/include/ATen/ops/_convolution_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.0566465Z adding 'torch/include/ATen/ops/_convolution_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.0569809Z adding 'torch/include/ATen/ops/_convolution_double_backward.h' 2024-08-20T21:52:28.0573410Z adding 'torch/include/ATen/ops/_convolution_double_backward_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.0576393Z adding 'torch/include/ATen/ops/_convolution_double_backward_native.h' 2024-08-20T21:52:28.0579819Z adding 'torch/include/ATen/ops/_convolution_double_backward_ops.h' 2024-08-20T21:52:28.0583147Z adding 'torch/include/ATen/ops/_convolution_mode.h' 2024-08-20T21:52:28.0586604Z adding 'torch/include/ATen/ops/_convolution_mode_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.0589710Z adding 'torch/include/ATen/ops/_convolution_mode_native.h' 2024-08-20T21:52:28.0593112Z adding 'torch/include/ATen/ops/_convolution_mode_ops.h' 2024-08-20T21:52:28.0596210Z adding 'torch/include/ATen/ops/_convolution_native.h' 2024-08-20T21:52:28.0599741Z adding 'torch/include/ATen/ops/_convolution_ops.h' 2024-08-20T21:52:28.0603027Z adding 'torch/include/ATen/ops/_copy_from.h' 2024-08-20T21:52:28.0606271Z adding 'torch/include/ATen/ops/_copy_from_and_resize.h' 2024-08-20T21:52:28.0609675Z adding 'torch/include/ATen/ops/_copy_from_and_resize_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.0612567Z adding 'torch/include/ATen/ops/_copy_from_and_resize_native.h' 2024-08-20T21:52:28.0616131Z adding 'torch/include/ATen/ops/_copy_from_and_resize_ops.h' 2024-08-20T21:52:28.0619770Z adding 'torch/include/ATen/ops/_copy_from_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.0622391Z adding 'torch/include/ATen/ops/_copy_from_native.h' 2024-08-20T21:52:28.0625605Z adding 'torch/include/ATen/ops/_copy_from_ops.h' 2024-08-20T21:52:28.0628653Z adding 'torch/include/ATen/ops/_cslt_compress.h' 2024-08-20T21:52:28.0631821Z adding 'torch/include/ATen/ops/_cslt_compress_cuda_dispatch.h' 2024-08-20T21:52:28.0635695Z adding 'torch/include/ATen/ops/_cslt_compress_native.h' 2024-08-20T21:52:28.0638226Z adding 'torch/include/ATen/ops/_cslt_compress_ops.h' 2024-08-20T21:52:28.0641584Z adding 'torch/include/ATen/ops/_cslt_sparse_mm.h' 2024-08-20T21:52:28.0644853Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_cuda_dispatch.h' 2024-08-20T21:52:28.0648022Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_native.h' 2024-08-20T21:52:28.0651317Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_ops.h' 2024-08-20T21:52:28.0654678Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_search.h' 2024-08-20T21:52:28.0658496Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_search_cuda_dispatch.h' 2024-08-20T21:52:28.0661143Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_search_native.h' 2024-08-20T21:52:28.0664553Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_search_ops.h' 2024-08-20T21:52:28.0667867Z adding 'torch/include/ATen/ops/_ctc_loss.h' 2024-08-20T21:52:28.0671504Z adding 'torch/include/ATen/ops/_ctc_loss_backward.h' 2024-08-20T21:52:28.0675992Z adding 'torch/include/ATen/ops/_ctc_loss_backward_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.0678327Z adding 'torch/include/ATen/ops/_ctc_loss_backward_cpu_dispatch.h' 2024-08-20T21:52:28.0681751Z adding 'torch/include/ATen/ops/_ctc_loss_backward_cuda_dispatch.h' 2024-08-20T21:52:28.0684841Z adding 'torch/include/ATen/ops/_ctc_loss_backward_native.h' 2024-08-20T21:52:28.0688582Z adding 'torch/include/ATen/ops/_ctc_loss_backward_ops.h' 2024-08-20T21:52:28.0692859Z adding 'torch/include/ATen/ops/_ctc_loss_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.0695272Z adding 'torch/include/ATen/ops/_ctc_loss_cpu_dispatch.h' 2024-08-20T21:52:28.0698678Z adding 'torch/include/ATen/ops/_ctc_loss_cuda_dispatch.h' 2024-08-20T21:52:28.0701740Z adding 'torch/include/ATen/ops/_ctc_loss_meta_dispatch.h' 2024-08-20T21:52:28.0705017Z adding 'torch/include/ATen/ops/_ctc_loss_native.h' 2024-08-20T21:52:28.0708681Z adding 'torch/include/ATen/ops/_ctc_loss_ops.h' 2024-08-20T21:52:28.0712236Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss.h' 2024-08-20T21:52:28.0716020Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.0719082Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_cuda_dispatch.h' 2024-08-20T21:52:28.0722345Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_native.h' 2024-08-20T21:52:28.0726794Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_ops.h' 2024-08-20T21:52:28.0729552Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state.h' 2024-08-20T21:52:28.0733136Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.0736186Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_cuda_dispatch.h' 2024-08-20T21:52:28.0739524Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_native.h' 2024-08-20T21:52:28.0742771Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_ops.h' 2024-08-20T21:52:28.0746942Z adding 'torch/include/ATen/ops/_cudnn_rnn.h' 2024-08-20T21:52:28.0751634Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward.h' 2024-08-20T21:52:28.0755880Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.0759122Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_cuda_dispatch.h' 2024-08-20T21:52:28.0762537Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_native.h' 2024-08-20T21:52:28.0766833Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_ops.h' 2024-08-20T21:52:28.0770073Z adding 'torch/include/ATen/ops/_cudnn_rnn_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.0773451Z adding 'torch/include/ATen/ops/_cudnn_rnn_cuda_dispatch.h' 2024-08-20T21:52:28.0777020Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight.h' 2024-08-20T21:52:28.0780870Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.0784272Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_cuda_dispatch.h' 2024-08-20T21:52:28.0787256Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_native.h' 2024-08-20T21:52:28.0790668Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_ops.h' 2024-08-20T21:52:28.0793869Z adding 'torch/include/ATen/ops/_cudnn_rnn_native.h' 2024-08-20T21:52:28.0797729Z adding 'torch/include/ATen/ops/_cudnn_rnn_ops.h' 2024-08-20T21:52:28.0801381Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache.h' 2024-08-20T21:52:28.0804812Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.0807838Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_native.h' 2024-08-20T21:52:28.0811024Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_ops.h' 2024-08-20T21:52:28.0814243Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size.h' 2024-08-20T21:52:28.0818424Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.0820594Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_native.h' 2024-08-20T21:52:28.0824265Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_ops.h' 2024-08-20T21:52:28.0826956Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size.h' 2024-08-20T21:52:28.0830392Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.0833250Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_native.h' 2024-08-20T21:52:28.0836743Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_ops.h' 2024-08-20T21:52:28.0840030Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size.h' 2024-08-20T21:52:28.0843368Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.0846352Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_native.h' 2024-08-20T21:52:28.0849552Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_ops.h' 2024-08-20T21:52:28.0852673Z adding 'torch/include/ATen/ops/_cummax_helper.h' 2024-08-20T21:52:28.0855881Z adding 'torch/include/ATen/ops/_cummax_helper_cpu_dispatch.h' 2024-08-20T21:52:28.0859162Z adding 'torch/include/ATen/ops/_cummax_helper_cuda_dispatch.h' 2024-08-20T21:52:28.0862210Z adding 'torch/include/ATen/ops/_cummax_helper_native.h' 2024-08-20T21:52:28.0865638Z adding 'torch/include/ATen/ops/_cummax_helper_ops.h' 2024-08-20T21:52:28.0868827Z adding 'torch/include/ATen/ops/_cummin_helper.h' 2024-08-20T21:52:28.0872054Z adding 'torch/include/ATen/ops/_cummin_helper_cpu_dispatch.h' 2024-08-20T21:52:28.0875426Z adding 'torch/include/ATen/ops/_cummin_helper_cuda_dispatch.h' 2024-08-20T21:52:28.0878458Z adding 'torch/include/ATen/ops/_cummin_helper_native.h' 2024-08-20T21:52:28.0881734Z adding 'torch/include/ATen/ops/_cummin_helper_ops.h' 2024-08-20T21:52:28.0884983Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap.h' 2024-08-20T21:52:28.0888437Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.0891352Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_native.h' 2024-08-20T21:52:28.0894658Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_ops.h' 2024-08-20T21:52:28.0897682Z adding 'torch/include/ATen/ops/_dimI.h' 2024-08-20T21:52:28.0900827Z adding 'torch/include/ATen/ops/_dimI_native.h' 2024-08-20T21:52:28.0903986Z adding 'torch/include/ATen/ops/_dimI_ops.h' 2024-08-20T21:52:28.0906986Z adding 'torch/include/ATen/ops/_dimV.h' 2024-08-20T21:52:28.0910168Z adding 'torch/include/ATen/ops/_dimV_native.h' 2024-08-20T21:52:28.0913284Z adding 'torch/include/ATen/ops/_dimV_ops.h' 2024-08-20T21:52:28.0916647Z adding 'torch/include/ATen/ops/_dim_arange.h' 2024-08-20T21:52:28.0920214Z adding 'torch/include/ATen/ops/_dim_arange_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.0923083Z adding 'torch/include/ATen/ops/_dim_arange_native.h' 2024-08-20T21:52:28.0927265Z adding 'torch/include/ATen/ops/_dim_arange_ops.h' 2024-08-20T21:52:28.0930527Z adding 'torch/include/ATen/ops/_dirichlet_grad.h' 2024-08-20T21:52:28.0934085Z adding 'torch/include/ATen/ops/_dirichlet_grad_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.0937175Z adding 'torch/include/ATen/ops/_dirichlet_grad_cpu_dispatch.h' 2024-08-20T21:52:28.0940306Z adding 'torch/include/ATen/ops/_dirichlet_grad_cuda_dispatch.h' 2024-08-20T21:52:28.0943483Z adding 'torch/include/ATen/ops/_dirichlet_grad_native.h' 2024-08-20T21:52:28.0946783Z adding 'torch/include/ATen/ops/_dirichlet_grad_ops.h' 2024-08-20T21:52:28.0950613Z adding 'torch/include/ATen/ops/_efficient_attention_backward.h' 2024-08-20T21:52:28.0954479Z adding 'torch/include/ATen/ops/_efficient_attention_backward_cuda_dispatch.h' 2024-08-20T21:52:28.0957762Z adding 'torch/include/ATen/ops/_efficient_attention_backward_native.h' 2024-08-20T21:52:28.0961351Z adding 'torch/include/ATen/ops/_efficient_attention_backward_ops.h' 2024-08-20T21:52:28.0964956Z adding 'torch/include/ATen/ops/_efficient_attention_forward.h' 2024-08-20T21:52:28.0968650Z adding 'torch/include/ATen/ops/_efficient_attention_forward_cuda_dispatch.h' 2024-08-20T21:52:28.0971819Z adding 'torch/include/ATen/ops/_efficient_attention_forward_native.h' 2024-08-20T21:52:28.0975221Z adding 'torch/include/ATen/ops/_efficient_attention_forward_ops.h' 2024-08-20T21:52:28.0978916Z adding 'torch/include/ATen/ops/_efficientzerotensor.h' 2024-08-20T21:52:28.0982916Z adding 'torch/include/ATen/ops/_efficientzerotensor_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.0986113Z adding 'torch/include/ATen/ops/_efficientzerotensor_cpu_dispatch.h' 2024-08-20T21:52:28.0989501Z adding 'torch/include/ATen/ops/_efficientzerotensor_cuda_dispatch.h' 2024-08-20T21:52:28.0992768Z adding 'torch/include/ATen/ops/_efficientzerotensor_meta_dispatch.h' 2024-08-20T21:52:28.0996046Z adding 'torch/include/ATen/ops/_efficientzerotensor_native.h' 2024-08-20T21:52:28.0999496Z adding 'torch/include/ATen/ops/_efficientzerotensor_ops.h' 2024-08-20T21:52:28.1002892Z adding 'torch/include/ATen/ops/_embedding_bag.h' 2024-08-20T21:52:28.1006452Z adding 'torch/include/ATen/ops/_embedding_bag_backward.h' 2024-08-20T21:52:28.1010782Z adding 'torch/include/ATen/ops/_embedding_bag_backward_cpu_dispatch.h' 2024-08-20T21:52:28.1013314Z adding 'torch/include/ATen/ops/_embedding_bag_backward_cuda_dispatch.h' 2024-08-20T21:52:28.1016532Z adding 'torch/include/ATen/ops/_embedding_bag_backward_native.h' 2024-08-20T21:52:28.1019853Z adding 'torch/include/ATen/ops/_embedding_bag_backward_ops.h' 2024-08-20T21:52:28.1023430Z adding 'torch/include/ATen/ops/_embedding_bag_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.1027586Z adding 'torch/include/ATen/ops/_embedding_bag_cpu_dispatch.h' 2024-08-20T21:52:28.1029881Z adding 'torch/include/ATen/ops/_embedding_bag_cuda_dispatch.h' 2024-08-20T21:52:28.1033802Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward.h' 2024-08-20T21:52:28.1037606Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.1040868Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_cpu_dispatch.h' 2024-08-20T21:52:28.1044741Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_cuda_dispatch.h' 2024-08-20T21:52:28.1047522Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_native.h' 2024-08-20T21:52:28.1051904Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_ops.h' 2024-08-20T21:52:28.1055459Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only.h' 2024-08-20T21:52:28.1059110Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.1062354Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_cpu_dispatch.h' 2024-08-20T21:52:28.1065573Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_cuda_dispatch.h' 2024-08-20T21:52:28.1068835Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_native.h' 2024-08-20T21:52:28.1072459Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_ops.h' 2024-08-20T21:52:28.1075826Z adding 'torch/include/ATen/ops/_embedding_bag_native.h' 2024-08-20T21:52:28.1079400Z adding 'torch/include/ATen/ops/_embedding_bag_ops.h' 2024-08-20T21:52:28.1082943Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward.h' 2024-08-20T21:52:28.1086633Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.1090309Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cpu_dispatch.h' 2024-08-20T21:52:28.1093031Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cuda_dispatch.h' 2024-08-20T21:52:28.1096243Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_native.h' 2024-08-20T21:52:28.1099595Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_ops.h' 2024-08-20T21:52:28.1103083Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward.h' 2024-08-20T21:52:28.1107160Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.1109708Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_native.h' 2024-08-20T21:52:28.1113178Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_ops.h' 2024-08-20T21:52:28.1117986Z adding 'torch/include/ATen/ops/_empty_affine_quantized.h' 2024-08-20T21:52:28.1120952Z adding 'torch/include/ATen/ops/_empty_affine_quantized_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.1124321Z adding 'torch/include/ATen/ops/_empty_affine_quantized_cpu_dispatch.h' 2024-08-20T21:52:28.1127360Z adding 'torch/include/ATen/ops/_empty_affine_quantized_native.h' 2024-08-20T21:52:28.1130858Z adding 'torch/include/ATen/ops/_empty_affine_quantized_ops.h' 2024-08-20T21:52:28.1135391Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized.h' 2024-08-20T21:52:28.1138717Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.1142029Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_cpu_dispatch.h' 2024-08-20T21:52:28.1145251Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_native.h' 2024-08-20T21:52:28.1148818Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_ops.h' 2024-08-20T21:52:28.1152330Z adding 'torch/include/ATen/ops/_euclidean_dist.h' 2024-08-20T21:52:28.1155621Z adding 'torch/include/ATen/ops/_euclidean_dist_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.1158665Z adding 'torch/include/ATen/ops/_euclidean_dist_native.h' 2024-08-20T21:52:28.1161882Z adding 'torch/include/ATen/ops/_euclidean_dist_ops.h' 2024-08-20T21:52:28.1165499Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine.h' 2024-08-20T21:52:28.1169715Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward.h' 2024-08-20T21:52:28.1172583Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cpu_dispatch.h' 2024-08-20T21:52:28.1175884Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cuda_dispatch.h' 2024-08-20T21:52:28.1178985Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_native.h' 2024-08-20T21:52:28.1182536Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_ops.h' 2024-08-20T21:52:28.1186810Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.1189152Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cpu_dispatch.h' 2024-08-20T21:52:28.1192722Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cuda_dispatch.h' 2024-08-20T21:52:28.1195586Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_native.h' 2024-08-20T21:52:28.1199039Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_ops.h' 2024-08-20T21:52:28.1202346Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine.h' 2024-08-20T21:52:28.1205907Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward.h' 2024-08-20T21:52:28.1209713Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cpu_dispatch.h' 2024-08-20T21:52:28.1212464Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cuda_dispatch.h' 2024-08-20T21:52:28.1215728Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_native.h' 2024-08-20T21:52:28.1218992Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_ops.h' 2024-08-20T21:52:28.1222475Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.1226344Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cpu_dispatch.h' 2024-08-20T21:52:28.1228874Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cuda_dispatch.h' 2024-08-20T21:52:28.1232382Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_native.h' 2024-08-20T21:52:28.1235599Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_ops.h' 2024-08-20T21:52:28.1239156Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams.h' 2024-08-20T21:52:28.1243626Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.1245900Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cpu_dispatch.h' 2024-08-20T21:52:28.1249528Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cuda_dispatch.h' 2024-08-20T21:52:28.1252332Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_native.h' 2024-08-20T21:52:28.1255918Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_ops.h' 2024-08-20T21:52:28.1259124Z adding 'torch/include/ATen/ops/_fft_c2c.h' 2024-08-20T21:52:28.1262720Z adding 'torch/include/ATen/ops/_fft_c2c_cpu_dispatch.h' 2024-08-20T21:52:28.1266269Z adding 'torch/include/ATen/ops/_fft_c2c_cuda_dispatch.h' 2024-08-20T21:52:28.1269213Z adding 'torch/include/ATen/ops/_fft_c2c_native.h' 2024-08-20T21:52:28.1272649Z adding 'torch/include/ATen/ops/_fft_c2c_ops.h' 2024-08-20T21:52:28.1276216Z adding 'torch/include/ATen/ops/_fft_c2r.h' 2024-08-20T21:52:28.1279742Z adding 'torch/include/ATen/ops/_fft_c2r_cpu_dispatch.h' 2024-08-20T21:52:28.1283322Z adding 'torch/include/ATen/ops/_fft_c2r_cuda_dispatch.h' 2024-08-20T21:52:28.1286159Z adding 'torch/include/ATen/ops/_fft_c2r_native.h' 2024-08-20T21:52:28.1289731Z adding 'torch/include/ATen/ops/_fft_c2r_ops.h' 2024-08-20T21:52:28.1292874Z adding 'torch/include/ATen/ops/_fft_r2c.h' 2024-08-20T21:52:28.1296305Z adding 'torch/include/ATen/ops/_fft_r2c_cpu_dispatch.h' 2024-08-20T21:52:28.1300265Z adding 'torch/include/ATen/ops/_fft_r2c_cuda_dispatch.h' 2024-08-20T21:52:28.1302698Z adding 'torch/include/ATen/ops/_fft_r2c_native.h' 2024-08-20T21:52:28.1306107Z adding 'torch/include/ATen/ops/_fft_r2c_ops.h' 2024-08-20T21:52:28.1309381Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask.h' 2024-08-20T21:52:28.1312556Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask_cuda_dispatch.h' 2024-08-20T21:52:28.1316727Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask_meta_dispatch.h' 2024-08-20T21:52:28.1319013Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask_native.h' 2024-08-20T21:52:28.1322233Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask_ops.h' 2024-08-20T21:52:28.1325697Z adding 'torch/include/ATen/ops/_flash_attention_backward.h' 2024-08-20T21:52:28.1329137Z adding 'torch/include/ATen/ops/_flash_attention_backward_cuda_dispatch.h' 2024-08-20T21:52:28.1332534Z adding 'torch/include/ATen/ops/_flash_attention_backward_native.h' 2024-08-20T21:52:28.1335809Z adding 'torch/include/ATen/ops/_flash_attention_backward_ops.h' 2024-08-20T21:52:28.1339712Z adding 'torch/include/ATen/ops/_flash_attention_forward.h' 2024-08-20T21:52:28.1343280Z adding 'torch/include/ATen/ops/_flash_attention_forward_cuda_dispatch.h' 2024-08-20T21:52:28.1346375Z adding 'torch/include/ATen/ops/_flash_attention_forward_native.h' 2024-08-20T21:52:28.1349741Z adding 'torch/include/ATen/ops/_flash_attention_forward_ops.h' 2024-08-20T21:52:28.1352878Z adding 'torch/include/ATen/ops/_foobar.h' 2024-08-20T21:52:28.1356338Z adding 'torch/include/ATen/ops/_foobar_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.1359283Z adding 'torch/include/ATen/ops/_foobar_cpu_dispatch.h' 2024-08-20T21:52:28.1363124Z adding 'torch/include/ATen/ops/_foobar_native.h' 2024-08-20T21:52:28.1365887Z adding 'torch/include/ATen/ops/_foobar_ops.h' 2024-08-20T21:52:28.1369138Z adding 'torch/include/ATen/ops/_foreach_abs.h' 2024-08-20T21:52:28.1372447Z adding 'torch/include/ATen/ops/_foreach_abs_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.1375440Z adding 'torch/include/ATen/ops/_foreach_abs_cuda_dispatch.h' 2024-08-20T21:52:28.1378444Z adding 'torch/include/ATen/ops/_foreach_abs_native.h' 2024-08-20T21:52:28.1381711Z adding 'torch/include/ATen/ops/_foreach_abs_ops.h' 2024-08-20T21:52:28.1384891Z adding 'torch/include/ATen/ops/_foreach_acos.h' 2024-08-20T21:52:28.1388281Z adding 'torch/include/ATen/ops/_foreach_acos_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.1391419Z adding 'torch/include/ATen/ops/_foreach_acos_cuda_dispatch.h' 2024-08-20T21:52:28.1394429Z adding 'torch/include/ATen/ops/_foreach_acos_native.h' 2024-08-20T21:52:28.1397713Z adding 'torch/include/ATen/ops/_foreach_acos_ops.h' 2024-08-20T21:52:28.1401244Z adding 'torch/include/ATen/ops/_foreach_add.h' 2024-08-20T21:52:28.1404897Z adding 'torch/include/ATen/ops/_foreach_add_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.1408015Z adding 'torch/include/ATen/ops/_foreach_add_cuda_dispatch.h' 2024-08-20T21:52:28.1411307Z adding 'torch/include/ATen/ops/_foreach_add_native.h' 2024-08-20T21:52:28.1415207Z adding 'torch/include/ATen/ops/_foreach_add_ops.h' 2024-08-20T21:52:28.1419102Z adding 'torch/include/ATen/ops/_foreach_addcdiv.h' 2024-08-20T21:52:28.1422785Z adding 'torch/include/ATen/ops/_foreach_addcdiv_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.1426104Z adding 'torch/include/ATen/ops/_foreach_addcdiv_cuda_dispatch.h' 2024-08-20T21:52:28.1430181Z adding 'torch/include/ATen/ops/_foreach_addcdiv_native.h' 2024-08-20T21:52:28.1433293Z adding 'torch/include/ATen/ops/_foreach_addcdiv_ops.h' 2024-08-20T21:52:28.1437259Z adding 'torch/include/ATen/ops/_foreach_addcmul.h' 2024-08-20T21:52:28.1441911Z adding 'torch/include/ATen/ops/_foreach_addcmul_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.1444267Z adding 'torch/include/ATen/ops/_foreach_addcmul_cuda_dispatch.h' 2024-08-20T21:52:28.1447694Z adding 'torch/include/ATen/ops/_foreach_addcmul_native.h' 2024-08-20T21:52:28.1456348Z adding 'torch/include/ATen/ops/_foreach_addcmul_ops.h' 2024-08-20T21:52:28.1457151Z adding 'torch/include/ATen/ops/_foreach_asin.h' 2024-08-20T21:52:28.1460879Z adding 'torch/include/ATen/ops/_foreach_asin_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.1463979Z adding 'torch/include/ATen/ops/_foreach_asin_cuda_dispatch.h' 2024-08-20T21:52:28.1467571Z adding 'torch/include/ATen/ops/_foreach_asin_native.h' 2024-08-20T21:52:28.1470339Z adding 'torch/include/ATen/ops/_foreach_asin_ops.h' 2024-08-20T21:52:28.1473643Z adding 'torch/include/ATen/ops/_foreach_atan.h' 2024-08-20T21:52:28.1477554Z adding 'torch/include/ATen/ops/_foreach_atan_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.1480426Z adding 'torch/include/ATen/ops/_foreach_atan_cuda_dispatch.h' 2024-08-20T21:52:28.1483426Z adding 'torch/include/ATen/ops/_foreach_atan_native.h' 2024-08-20T21:52:28.1486808Z adding 'torch/include/ATen/ops/_foreach_atan_ops.h' 2024-08-20T21:52:28.1490230Z adding 'torch/include/ATen/ops/_foreach_ceil.h' 2024-08-20T21:52:28.1493478Z adding 'torch/include/ATen/ops/_foreach_ceil_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.1496558Z adding 'torch/include/ATen/ops/_foreach_ceil_cuda_dispatch.h' 2024-08-20T21:52:28.1499591Z adding 'torch/include/ATen/ops/_foreach_ceil_native.h' 2024-08-20T21:52:28.1502986Z adding 'torch/include/ATen/ops/_foreach_ceil_ops.h' 2024-08-20T21:52:28.1506865Z adding 'torch/include/ATen/ops/_foreach_clamp_max.h' 2024-08-20T21:52:28.1510136Z adding 'torch/include/ATen/ops/_foreach_clamp_max_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.1513372Z adding 'torch/include/ATen/ops/_foreach_clamp_max_cuda_dispatch.h' 2024-08-20T21:52:28.1516731Z adding 'torch/include/ATen/ops/_foreach_clamp_max_native.h' 2024-08-20T21:52:28.1520518Z adding 'torch/include/ATen/ops/_foreach_clamp_max_ops.h' 2024-08-20T21:52:28.1524167Z adding 'torch/include/ATen/ops/_foreach_clamp_min.h' 2024-08-20T21:52:28.1527780Z adding 'torch/include/ATen/ops/_foreach_clamp_min_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.1531015Z adding 'torch/include/ATen/ops/_foreach_clamp_min_cuda_dispatch.h' 2024-08-20T21:52:28.1534177Z adding 'torch/include/ATen/ops/_foreach_clamp_min_native.h' 2024-08-20T21:52:28.1537978Z adding 'torch/include/ATen/ops/_foreach_clamp_min_ops.h' 2024-08-20T21:52:28.1541770Z adding 'torch/include/ATen/ops/_foreach_copy.h' 2024-08-20T21:52:28.1545218Z adding 'torch/include/ATen/ops/_foreach_copy_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.1548505Z adding 'torch/include/ATen/ops/_foreach_copy_cuda_dispatch.h' 2024-08-20T21:52:28.1552018Z adding 'torch/include/ATen/ops/_foreach_copy_native.h' 2024-08-20T21:52:28.1555091Z adding 'torch/include/ATen/ops/_foreach_copy_ops.h' 2024-08-20T21:52:28.1558374Z adding 'torch/include/ATen/ops/_foreach_cos.h' 2024-08-20T21:52:28.1561774Z adding 'torch/include/ATen/ops/_foreach_cos_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.1564956Z adding 'torch/include/ATen/ops/_foreach_cos_cuda_dispatch.h' 2024-08-20T21:52:28.1567995Z adding 'torch/include/ATen/ops/_foreach_cos_native.h' 2024-08-20T21:52:28.1571394Z adding 'torch/include/ATen/ops/_foreach_cos_ops.h' 2024-08-20T21:52:28.1574989Z adding 'torch/include/ATen/ops/_foreach_cosh.h' 2024-08-20T21:52:28.1578099Z adding 'torch/include/ATen/ops/_foreach_cosh_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.1581175Z adding 'torch/include/ATen/ops/_foreach_cosh_cuda_dispatch.h' 2024-08-20T21:52:28.1584201Z adding 'torch/include/ATen/ops/_foreach_cosh_native.h' 2024-08-20T21:52:28.1587558Z adding 'torch/include/ATen/ops/_foreach_cosh_ops.h' 2024-08-20T21:52:28.1591926Z adding 'torch/include/ATen/ops/_foreach_div.h' 2024-08-20T21:52:28.1595208Z adding 'torch/include/ATen/ops/_foreach_div_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.1598156Z adding 'torch/include/ATen/ops/_foreach_div_cuda_dispatch.h' 2024-08-20T21:52:28.1601421Z adding 'torch/include/ATen/ops/_foreach_div_native.h' 2024-08-20T21:52:28.1605393Z adding 'torch/include/ATen/ops/_foreach_div_ops.h' 2024-08-20T21:52:28.1609176Z adding 'torch/include/ATen/ops/_foreach_erf.h' 2024-08-20T21:52:28.1612331Z adding 'torch/include/ATen/ops/_foreach_erf_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.1615417Z adding 'torch/include/ATen/ops/_foreach_erf_cuda_dispatch.h' 2024-08-20T21:52:28.1618416Z adding 'torch/include/ATen/ops/_foreach_erf_native.h' 2024-08-20T21:52:28.1621807Z adding 'torch/include/ATen/ops/_foreach_erf_ops.h' 2024-08-20T21:52:28.1624992Z adding 'torch/include/ATen/ops/_foreach_erfc.h' 2024-08-20T21:52:28.1628513Z adding 'torch/include/ATen/ops/_foreach_erfc_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.1631594Z adding 'torch/include/ATen/ops/_foreach_erfc_cuda_dispatch.h' 2024-08-20T21:52:28.1634699Z adding 'torch/include/ATen/ops/_foreach_erfc_native.h' 2024-08-20T21:52:28.1638105Z adding 'torch/include/ATen/ops/_foreach_erfc_ops.h' 2024-08-20T21:52:28.1641277Z adding 'torch/include/ATen/ops/_foreach_exp.h' 2024-08-20T21:52:28.1644799Z adding 'torch/include/ATen/ops/_foreach_exp_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.1647831Z adding 'torch/include/ATen/ops/_foreach_exp_cuda_dispatch.h' 2024-08-20T21:52:28.1650995Z adding 'torch/include/ATen/ops/_foreach_exp_native.h' 2024-08-20T21:52:28.1654481Z adding 'torch/include/ATen/ops/_foreach_exp_ops.h' 2024-08-20T21:52:28.1657575Z adding 'torch/include/ATen/ops/_foreach_expm1.h' 2024-08-20T21:52:28.1661105Z adding 'torch/include/ATen/ops/_foreach_expm1_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.1664116Z adding 'torch/include/ATen/ops/_foreach_expm1_cuda_dispatch.h' 2024-08-20T21:52:28.1667243Z adding 'torch/include/ATen/ops/_foreach_expm1_native.h' 2024-08-20T21:52:28.1670999Z adding 'torch/include/ATen/ops/_foreach_expm1_ops.h' 2024-08-20T21:52:28.1673883Z adding 'torch/include/ATen/ops/_foreach_floor.h' 2024-08-20T21:52:28.1677531Z adding 'torch/include/ATen/ops/_foreach_floor_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.1680550Z adding 'torch/include/ATen/ops/_foreach_floor_cuda_dispatch.h' 2024-08-20T21:52:28.1683718Z adding 'torch/include/ATen/ops/_foreach_floor_native.h' 2024-08-20T21:52:28.1687012Z adding 'torch/include/ATen/ops/_foreach_floor_ops.h' 2024-08-20T21:52:28.1690295Z adding 'torch/include/ATen/ops/_foreach_frac.h' 2024-08-20T21:52:28.1693907Z adding 'torch/include/ATen/ops/_foreach_frac_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.1697323Z adding 'torch/include/ATen/ops/_foreach_frac_cuda_dispatch.h' 2024-08-20T21:52:28.1700409Z adding 'torch/include/ATen/ops/_foreach_frac_native.h' 2024-08-20T21:52:28.1704946Z adding 'torch/include/ATen/ops/_foreach_frac_ops.h' 2024-08-20T21:52:28.1708057Z adding 'torch/include/ATen/ops/_foreach_lerp.h' 2024-08-20T21:52:28.1711710Z adding 'torch/include/ATen/ops/_foreach_lerp_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.1714877Z adding 'torch/include/ATen/ops/_foreach_lerp_cuda_dispatch.h' 2024-08-20T21:52:28.1718303Z adding 'torch/include/ATen/ops/_foreach_lerp_native.h' 2024-08-20T21:52:28.1721946Z adding 'torch/include/ATen/ops/_foreach_lerp_ops.h' 2024-08-20T21:52:28.1725123Z adding 'torch/include/ATen/ops/_foreach_lgamma.h' 2024-08-20T21:52:28.1728687Z adding 'torch/include/ATen/ops/_foreach_lgamma_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.1731699Z adding 'torch/include/ATen/ops/_foreach_lgamma_cuda_dispatch.h' 2024-08-20T21:52:28.1734858Z adding 'torch/include/ATen/ops/_foreach_lgamma_native.h' 2024-08-20T21:52:28.1738081Z adding 'torch/include/ATen/ops/_foreach_lgamma_ops.h' 2024-08-20T21:52:28.1741400Z adding 'torch/include/ATen/ops/_foreach_log.h' 2024-08-20T21:52:28.1744750Z adding 'torch/include/ATen/ops/_foreach_log10.h' 2024-08-20T21:52:28.1748126Z adding 'torch/include/ATen/ops/_foreach_log10_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.1751190Z adding 'torch/include/ATen/ops/_foreach_log10_cuda_dispatch.h' 2024-08-20T21:52:28.1754430Z adding 'torch/include/ATen/ops/_foreach_log10_native.h' 2024-08-20T21:52:28.1757721Z adding 'torch/include/ATen/ops/_foreach_log10_ops.h' 2024-08-20T21:52:28.1760872Z adding 'torch/include/ATen/ops/_foreach_log1p.h' 2024-08-20T21:52:28.1764296Z adding 'torch/include/ATen/ops/_foreach_log1p_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.1767381Z adding 'torch/include/ATen/ops/_foreach_log1p_cuda_dispatch.h' 2024-08-20T21:52:28.1770424Z adding 'torch/include/ATen/ops/_foreach_log1p_native.h' 2024-08-20T21:52:28.1773643Z adding 'torch/include/ATen/ops/_foreach_log1p_ops.h' 2024-08-20T21:52:28.1776800Z adding 'torch/include/ATen/ops/_foreach_log2.h' 2024-08-20T21:52:28.1780171Z adding 'torch/include/ATen/ops/_foreach_log2_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.1783276Z adding 'torch/include/ATen/ops/_foreach_log2_cuda_dispatch.h' 2024-08-20T21:52:28.1786278Z adding 'torch/include/ATen/ops/_foreach_log2_native.h' 2024-08-20T21:52:28.1789503Z adding 'torch/include/ATen/ops/_foreach_log2_ops.h' 2024-08-20T21:52:28.1792868Z adding 'torch/include/ATen/ops/_foreach_log_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.1795923Z adding 'torch/include/ATen/ops/_foreach_log_cuda_dispatch.h' 2024-08-20T21:52:28.1798937Z adding 'torch/include/ATen/ops/_foreach_log_native.h' 2024-08-20T21:52:28.1802226Z adding 'torch/include/ATen/ops/_foreach_log_ops.h' 2024-08-20T21:52:28.1805380Z adding 'torch/include/ATen/ops/_foreach_max.h' 2024-08-20T21:52:28.1808730Z adding 'torch/include/ATen/ops/_foreach_max_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.1811706Z adding 'torch/include/ATen/ops/_foreach_max_cuda_dispatch.h' 2024-08-20T21:52:28.1814874Z adding 'torch/include/ATen/ops/_foreach_max_native.h' 2024-08-20T21:52:28.1818106Z adding 'torch/include/ATen/ops/_foreach_max_ops.h' 2024-08-20T21:52:28.1821488Z adding 'torch/include/ATen/ops/_foreach_maximum.h' 2024-08-20T21:52:28.1825126Z adding 'torch/include/ATen/ops/_foreach_maximum_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.1828220Z adding 'torch/include/ATen/ops/_foreach_maximum_cuda_dispatch.h' 2024-08-20T21:52:28.1831366Z adding 'torch/include/ATen/ops/_foreach_maximum_native.h' 2024-08-20T21:52:28.1835162Z adding 'torch/include/ATen/ops/_foreach_maximum_ops.h' 2024-08-20T21:52:28.1838695Z adding 'torch/include/ATen/ops/_foreach_minimum.h' 2024-08-20T21:52:28.1842247Z adding 'torch/include/ATen/ops/_foreach_minimum_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.1845390Z adding 'torch/include/ATen/ops/_foreach_minimum_cuda_dispatch.h' 2024-08-20T21:52:28.1848502Z adding 'torch/include/ATen/ops/_foreach_minimum_native.h' 2024-08-20T21:52:28.1852150Z adding 'torch/include/ATen/ops/_foreach_minimum_ops.h' 2024-08-20T21:52:28.1855745Z adding 'torch/include/ATen/ops/_foreach_mul.h' 2024-08-20T21:52:28.1859350Z adding 'torch/include/ATen/ops/_foreach_mul_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.1862438Z adding 'torch/include/ATen/ops/_foreach_mul_cuda_dispatch.h' 2024-08-20T21:52:28.1865725Z adding 'torch/include/ATen/ops/_foreach_mul_native.h' 2024-08-20T21:52:28.1869700Z adding 'torch/include/ATen/ops/_foreach_mul_ops.h' 2024-08-20T21:52:28.1873064Z adding 'torch/include/ATen/ops/_foreach_neg.h' 2024-08-20T21:52:28.1876593Z adding 'torch/include/ATen/ops/_foreach_neg_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.1879598Z adding 'torch/include/ATen/ops/_foreach_neg_cuda_dispatch.h' 2024-08-20T21:52:28.1882580Z adding 'torch/include/ATen/ops/_foreach_neg_native.h' 2024-08-20T21:52:28.1885799Z adding 'torch/include/ATen/ops/_foreach_neg_ops.h' 2024-08-20T21:52:28.1889020Z adding 'torch/include/ATen/ops/_foreach_norm.h' 2024-08-20T21:52:28.1892407Z adding 'torch/include/ATen/ops/_foreach_norm_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.1895511Z adding 'torch/include/ATen/ops/_foreach_norm_cuda_dispatch.h' 2024-08-20T21:52:28.1898463Z adding 'torch/include/ATen/ops/_foreach_norm_native.h' 2024-08-20T21:52:28.1902096Z adding 'torch/include/ATen/ops/_foreach_norm_ops.h' 2024-08-20T21:52:28.1905500Z adding 'torch/include/ATen/ops/_foreach_pow.h' 2024-08-20T21:52:28.1909008Z adding 'torch/include/ATen/ops/_foreach_pow_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.1912164Z adding 'torch/include/ATen/ops/_foreach_pow_cuda_dispatch.h' 2024-08-20T21:52:28.1915474Z adding 'torch/include/ATen/ops/_foreach_pow_native.h' 2024-08-20T21:52:28.1919156Z adding 'torch/include/ATen/ops/_foreach_pow_ops.h' 2024-08-20T21:52:28.1922486Z adding 'torch/include/ATen/ops/_foreach_reciprocal.h' 2024-08-20T21:52:28.1925892Z adding 'torch/include/ATen/ops/_foreach_reciprocal_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.1928869Z adding 'torch/include/ATen/ops/_foreach_reciprocal_cuda_dispatch.h' 2024-08-20T21:52:28.1931912Z adding 'torch/include/ATen/ops/_foreach_reciprocal_native.h' 2024-08-20T21:52:28.1935201Z adding 'torch/include/ATen/ops/_foreach_reciprocal_ops.h' 2024-08-20T21:52:28.1938319Z adding 'torch/include/ATen/ops/_foreach_round.h' 2024-08-20T21:52:28.1941674Z adding 'torch/include/ATen/ops/_foreach_round_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.1944634Z adding 'torch/include/ATen/ops/_foreach_round_cuda_dispatch.h' 2024-08-20T21:52:28.1947639Z adding 'torch/include/ATen/ops/_foreach_round_native.h' 2024-08-20T21:52:28.1950867Z adding 'torch/include/ATen/ops/_foreach_round_ops.h' 2024-08-20T21:52:28.1954136Z adding 'torch/include/ATen/ops/_foreach_sigmoid.h' 2024-08-20T21:52:28.1957548Z adding 'torch/include/ATen/ops/_foreach_sigmoid_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.1960557Z adding 'torch/include/ATen/ops/_foreach_sigmoid_cuda_dispatch.h' 2024-08-20T21:52:28.1963557Z adding 'torch/include/ATen/ops/_foreach_sigmoid_native.h' 2024-08-20T21:52:28.1966804Z adding 'torch/include/ATen/ops/_foreach_sigmoid_ops.h' 2024-08-20T21:52:28.1970165Z adding 'torch/include/ATen/ops/_foreach_sign.h' 2024-08-20T21:52:28.1973571Z adding 'torch/include/ATen/ops/_foreach_sign_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.1976512Z adding 'torch/include/ATen/ops/_foreach_sign_cuda_dispatch.h' 2024-08-20T21:52:28.1979515Z adding 'torch/include/ATen/ops/_foreach_sign_native.h' 2024-08-20T21:52:28.1982760Z adding 'torch/include/ATen/ops/_foreach_sign_ops.h' 2024-08-20T21:52:28.1985900Z adding 'torch/include/ATen/ops/_foreach_sin.h' 2024-08-20T21:52:28.1989294Z adding 'torch/include/ATen/ops/_foreach_sin_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.1992367Z adding 'torch/include/ATen/ops/_foreach_sin_cuda_dispatch.h' 2024-08-20T21:52:28.1995418Z adding 'torch/include/ATen/ops/_foreach_sin_native.h' 2024-08-20T21:52:28.1998633Z adding 'torch/include/ATen/ops/_foreach_sin_ops.h' 2024-08-20T21:52:28.2001787Z adding 'torch/include/ATen/ops/_foreach_sinh.h' 2024-08-20T21:52:28.2005151Z adding 'torch/include/ATen/ops/_foreach_sinh_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.2008108Z adding 'torch/include/ATen/ops/_foreach_sinh_cuda_dispatch.h' 2024-08-20T21:52:28.2011105Z adding 'torch/include/ATen/ops/_foreach_sinh_native.h' 2024-08-20T21:52:28.2014323Z adding 'torch/include/ATen/ops/_foreach_sinh_ops.h' 2024-08-20T21:52:28.2017502Z adding 'torch/include/ATen/ops/_foreach_sqrt.h' 2024-08-20T21:52:28.2020860Z adding 'torch/include/ATen/ops/_foreach_sqrt_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.2023821Z adding 'torch/include/ATen/ops/_foreach_sqrt_cuda_dispatch.h' 2024-08-20T21:52:28.2026872Z adding 'torch/include/ATen/ops/_foreach_sqrt_native.h' 2024-08-20T21:52:28.2030110Z adding 'torch/include/ATen/ops/_foreach_sqrt_ops.h' 2024-08-20T21:52:28.2033486Z adding 'torch/include/ATen/ops/_foreach_sub.h' 2024-08-20T21:52:28.2037170Z adding 'torch/include/ATen/ops/_foreach_sub_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.2040334Z adding 'torch/include/ATen/ops/_foreach_sub_cuda_dispatch.h' 2024-08-20T21:52:28.2043450Z adding 'torch/include/ATen/ops/_foreach_sub_native.h' 2024-08-20T21:52:28.2047092Z adding 'torch/include/ATen/ops/_foreach_sub_ops.h' 2024-08-20T21:52:28.2050369Z adding 'torch/include/ATen/ops/_foreach_tan.h' 2024-08-20T21:52:28.2053760Z adding 'torch/include/ATen/ops/_foreach_tan_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.2056748Z adding 'torch/include/ATen/ops/_foreach_tan_cuda_dispatch.h' 2024-08-20T21:52:28.2059752Z adding 'torch/include/ATen/ops/_foreach_tan_native.h' 2024-08-20T21:52:28.2062955Z adding 'torch/include/ATen/ops/_foreach_tan_ops.h' 2024-08-20T21:52:28.2066096Z adding 'torch/include/ATen/ops/_foreach_tanh.h' 2024-08-20T21:52:28.2069441Z adding 'torch/include/ATen/ops/_foreach_tanh_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.2072571Z adding 'torch/include/ATen/ops/_foreach_tanh_cuda_dispatch.h' 2024-08-20T21:52:28.2076021Z adding 'torch/include/ATen/ops/_foreach_tanh_native.h' 2024-08-20T21:52:28.2079121Z adding 'torch/include/ATen/ops/_foreach_tanh_ops.h' 2024-08-20T21:52:28.2082739Z adding 'torch/include/ATen/ops/_foreach_trunc.h' 2024-08-20T21:52:28.2085900Z adding 'torch/include/ATen/ops/_foreach_trunc_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.2089415Z adding 'torch/include/ATen/ops/_foreach_trunc_cuda_dispatch.h' 2024-08-20T21:52:28.2092444Z adding 'torch/include/ATen/ops/_foreach_trunc_native.h' 2024-08-20T21:52:28.2095857Z adding 'torch/include/ATen/ops/_foreach_trunc_ops.h' 2024-08-20T21:52:28.2099235Z adding 'torch/include/ATen/ops/_foreach_zero.h' 2024-08-20T21:52:28.2102559Z adding 'torch/include/ATen/ops/_foreach_zero_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.2105719Z adding 'torch/include/ATen/ops/_foreach_zero_cuda_dispatch.h' 2024-08-20T21:52:28.2108785Z adding 'torch/include/ATen/ops/_foreach_zero_native.h' 2024-08-20T21:52:28.2112239Z adding 'torch/include/ATen/ops/_foreach_zero_ops.h' 2024-08-20T21:52:28.2115895Z adding 'torch/include/ATen/ops/_functional_assert_async.h' 2024-08-20T21:52:28.2118881Z adding 'torch/include/ATen/ops/_functional_assert_async_cpu_dispatch.h' 2024-08-20T21:52:28.2122029Z adding 'torch/include/ATen/ops/_functional_assert_async_native.h' 2024-08-20T21:52:28.2125236Z adding 'torch/include/ATen/ops/_functional_assert_async_ops.h' 2024-08-20T21:52:28.2128477Z adding 'torch/include/ATen/ops/_functional_assert_scalar.h' 2024-08-20T21:52:28.2131928Z adding 'torch/include/ATen/ops/_functional_assert_scalar_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.2135009Z adding 'torch/include/ATen/ops/_functional_assert_scalar_native.h' 2024-08-20T21:52:28.2138640Z adding 'torch/include/ATen/ops/_functional_assert_scalar_ops.h' 2024-08-20T21:52:28.2141481Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range.h' 2024-08-20T21:52:28.2145001Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.2148040Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_for_size.h' 2024-08-20T21:52:28.2151581Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.2154608Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_for_size_native.h' 2024-08-20T21:52:28.2157993Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_for_size_ops.h' 2024-08-20T21:52:28.2161225Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_native.h' 2024-08-20T21:52:28.2164429Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_ops.h' 2024-08-20T21:52:28.2167817Z adding 'torch/include/ATen/ops/_fused_adagrad.h' 2024-08-20T21:52:28.2171406Z adding 'torch/include/ATen/ops/_fused_adagrad_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.2174632Z adding 'torch/include/ATen/ops/_fused_adagrad_cpu_dispatch.h' 2024-08-20T21:52:28.2178069Z adding 'torch/include/ATen/ops/_fused_adagrad_native.h' 2024-08-20T21:52:28.2181514Z adding 'torch/include/ATen/ops/_fused_adagrad_ops.h' 2024-08-20T21:52:28.2185446Z adding 'torch/include/ATen/ops/_fused_adam.h' 2024-08-20T21:52:28.2189546Z adding 'torch/include/ATen/ops/_fused_adam_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.2192746Z adding 'torch/include/ATen/ops/_fused_adam_cpu_dispatch.h' 2024-08-20T21:52:28.2196121Z adding 'torch/include/ATen/ops/_fused_adam_cuda_dispatch.h' 2024-08-20T21:52:28.2199438Z adding 'torch/include/ATen/ops/_fused_adam_native.h' 2024-08-20T21:52:28.2203619Z adding 'torch/include/ATen/ops/_fused_adam_ops.h' 2024-08-20T21:52:28.2207767Z adding 'torch/include/ATen/ops/_fused_adamw.h' 2024-08-20T21:52:28.2211558Z adding 'torch/include/ATen/ops/_fused_adamw_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.2214843Z adding 'torch/include/ATen/ops/_fused_adamw_cpu_dispatch.h' 2024-08-20T21:52:28.2218132Z adding 'torch/include/ATen/ops/_fused_adamw_cuda_dispatch.h' 2024-08-20T21:52:28.2221550Z adding 'torch/include/ATen/ops/_fused_adamw_native.h' 2024-08-20T21:52:28.2225727Z adding 'torch/include/ATen/ops/_fused_adamw_ops.h' 2024-08-20T21:52:28.2229238Z adding 'torch/include/ATen/ops/_fused_dropout.h' 2024-08-20T21:52:28.2232839Z adding 'torch/include/ATen/ops/_fused_dropout_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.2236136Z adding 'torch/include/ATen/ops/_fused_dropout_cuda_dispatch.h' 2024-08-20T21:52:28.2239219Z adding 'torch/include/ATen/ops/_fused_dropout_native.h' 2024-08-20T21:52:28.2242688Z adding 'torch/include/ATen/ops/_fused_dropout_ops.h' 2024-08-20T21:52:28.2246405Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper.h' 2024-08-20T21:52:28.2250170Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.2253453Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cpu_dispatch.h' 2024-08-20T21:52:28.2256692Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cuda_dispatch.h' 2024-08-20T21:52:28.2260015Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_native.h' 2024-08-20T21:52:28.2263856Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_ops.h' 2024-08-20T21:52:28.2267102Z adding 'torch/include/ATen/ops/_fused_sdp_choice.h' 2024-08-20T21:52:28.2270495Z adding 'torch/include/ATen/ops/_fused_sdp_choice_cpu_dispatch.h' 2024-08-20T21:52:28.2273706Z adding 'torch/include/ATen/ops/_fused_sdp_choice_cuda_dispatch.h' 2024-08-20T21:52:28.2277178Z adding 'torch/include/ATen/ops/_fused_sdp_choice_meta_dispatch.h' 2024-08-20T21:52:28.2280305Z adding 'torch/include/ATen/ops/_fused_sdp_choice_native.h' 2024-08-20T21:52:28.2283714Z adding 'torch/include/ATen/ops/_fused_sdp_choice_ops.h' 2024-08-20T21:52:28.2287557Z adding 'torch/include/ATen/ops/_fused_sgd.h' 2024-08-20T21:52:28.2291189Z adding 'torch/include/ATen/ops/_fused_sgd_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.2294439Z adding 'torch/include/ATen/ops/_fused_sgd_cpu_dispatch.h' 2024-08-20T21:52:28.2297728Z adding 'torch/include/ATen/ops/_fused_sgd_cuda_dispatch.h' 2024-08-20T21:52:28.2301011Z adding 'torch/include/ATen/ops/_fused_sgd_native.h' 2024-08-20T21:52:28.2305000Z adding 'torch/include/ATen/ops/_fused_sgd_ops.h' 2024-08-20T21:52:28.2308339Z adding 'torch/include/ATen/ops/_fw_primal.h' 2024-08-20T21:52:28.2311844Z adding 'torch/include/ATen/ops/_fw_primal_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.2315028Z adding 'torch/include/ATen/ops/_fw_primal_copy.h' 2024-08-20T21:52:28.2318380Z adding 'torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.2321751Z adding 'torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:28.2324560Z adding 'torch/include/ATen/ops/_fw_primal_copy_native.h' 2024-08-20T21:52:28.2327917Z adding 'torch/include/ATen/ops/_fw_primal_copy_ops.h' 2024-08-20T21:52:28.2330939Z adding 'torch/include/ATen/ops/_fw_primal_native.h' 2024-08-20T21:52:28.2334299Z adding 'torch/include/ATen/ops/_fw_primal_ops.h' 2024-08-20T21:52:28.2337517Z adding 'torch/include/ATen/ops/_gather_sparse_backward.h' 2024-08-20T21:52:28.2340941Z adding 'torch/include/ATen/ops/_gather_sparse_backward_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.2343915Z adding 'torch/include/ATen/ops/_gather_sparse_backward_native.h' 2024-08-20T21:52:28.2347150Z adding 'torch/include/ATen/ops/_gather_sparse_backward_ops.h' 2024-08-20T21:52:28.2350562Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback.h' 2024-08-20T21:52:28.2353830Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward.h' 2024-08-20T21:52:28.2357473Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.2360509Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_native.h' 2024-08-20T21:52:28.2363770Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_ops.h' 2024-08-20T21:52:28.2367280Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.2370216Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_native.h' 2024-08-20T21:52:28.2373721Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_ops.h' 2024-08-20T21:52:28.2376988Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type.h' 2024-08-20T21:52:28.2380388Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.2383373Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_native.h' 2024-08-20T21:52:28.2386603Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_ops.h' 2024-08-20T21:52:28.2389684Z adding 'torch/include/ATen/ops/_has_same_storage_numel.h' 2024-08-20T21:52:28.2393123Z adding 'torch/include/ATen/ops/_has_same_storage_numel_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.2396177Z adding 'torch/include/ATen/ops/_has_same_storage_numel_native.h' 2024-08-20T21:52:28.2399319Z adding 'torch/include/ATen/ops/_has_same_storage_numel_ops.h' 2024-08-20T21:52:28.2402482Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges.h' 2024-08-20T21:52:28.2405944Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.2409130Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_cpu_dispatch.h' 2024-08-20T21:52:28.2412311Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_native.h' 2024-08-20T21:52:28.2415588Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_ops.h' 2024-08-20T21:52:28.2418834Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts.h' 2024-08-20T21:52:28.2422322Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.2425254Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_cpu_dispatch.h' 2024-08-20T21:52:28.2428274Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_native.h' 2024-08-20T21:52:28.2431570Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_ops.h' 2024-08-20T21:52:28.2434983Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors.h' 2024-08-20T21:52:28.2438458Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.2441680Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_cpu_dispatch.h' 2024-08-20T21:52:28.2444700Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_native.h' 2024-08-20T21:52:28.2447972Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_ops.h' 2024-08-20T21:52:28.2451141Z adding 'torch/include/ATen/ops/_index_put_impl.h' 2024-08-20T21:52:28.2454612Z adding 'torch/include/ATen/ops/_index_put_impl_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.2457929Z adding 'torch/include/ATen/ops/_index_put_impl_cpu_dispatch.h' 2024-08-20T21:52:28.2461728Z adding 'torch/include/ATen/ops/_index_put_impl_cuda_dispatch.h' 2024-08-20T21:52:28.2465093Z adding 'torch/include/ATen/ops/_index_put_impl_meta_dispatch.h' 2024-08-20T21:52:28.2468156Z adding 'torch/include/ATen/ops/_index_put_impl_native.h' 2024-08-20T21:52:28.2471590Z adding 'torch/include/ATen/ops/_index_put_impl_ops.h' 2024-08-20T21:52:28.2474713Z adding 'torch/include/ATen/ops/_indices.h' 2024-08-20T21:52:28.2477869Z adding 'torch/include/ATen/ops/_indices_copy.h' 2024-08-20T21:52:28.2481254Z adding 'torch/include/ATen/ops/_indices_copy_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.2484560Z adding 'torch/include/ATen/ops/_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:28.2487273Z adding 'torch/include/ATen/ops/_indices_copy_native.h' 2024-08-20T21:52:28.2490442Z adding 'torch/include/ATen/ops/_indices_copy_ops.h' 2024-08-20T21:52:28.2493450Z adding 'torch/include/ATen/ops/_indices_native.h' 2024-08-20T21:52:28.2496711Z adding 'torch/include/ATen/ops/_indices_ops.h' 2024-08-20T21:52:28.2499797Z adding 'torch/include/ATen/ops/_int_mm.h' 2024-08-20T21:52:28.2502990Z adding 'torch/include/ATen/ops/_int_mm_cpu_dispatch.h' 2024-08-20T21:52:28.2506140Z adding 'torch/include/ATen/ops/_int_mm_cuda_dispatch.h' 2024-08-20T21:52:28.2509145Z adding 'torch/include/ATen/ops/_int_mm_native.h' 2024-08-20T21:52:28.2512368Z adding 'torch/include/ATen/ops/_int_mm_ops.h' 2024-08-20T21:52:28.2515641Z adding 'torch/include/ATen/ops/_is_all_true.h' 2024-08-20T21:52:28.2518985Z adding 'torch/include/ATen/ops/_is_all_true_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.2521828Z adding 'torch/include/ATen/ops/_is_all_true_native.h' 2024-08-20T21:52:28.2524946Z adding 'torch/include/ATen/ops/_is_all_true_ops.h' 2024-08-20T21:52:28.2527989Z adding 'torch/include/ATen/ops/_is_any_true.h' 2024-08-20T21:52:28.2531286Z adding 'torch/include/ATen/ops/_is_any_true_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.2534097Z adding 'torch/include/ATen/ops/_is_any_true_native.h' 2024-08-20T21:52:28.2537227Z adding 'torch/include/ATen/ops/_is_any_true_ops.h' 2024-08-20T21:52:28.2540267Z adding 'torch/include/ATen/ops/_is_zerotensor.h' 2024-08-20T21:52:28.2543582Z adding 'torch/include/ATen/ops/_is_zerotensor_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.2546410Z adding 'torch/include/ATen/ops/_is_zerotensor_native.h' 2024-08-20T21:52:28.2549568Z adding 'torch/include/ATen/ops/_is_zerotensor_ops.h' 2024-08-20T21:52:28.2552873Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward.h' 2024-08-20T21:52:28.2556271Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward_cpu_dispatch.h' 2024-08-20T21:52:28.2559710Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward_cuda_dispatch.h' 2024-08-20T21:52:28.2562843Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward_native.h' 2024-08-20T21:52:28.2565988Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward_ops.h' 2024-08-20T21:52:28.2568910Z adding 'torch/include/ATen/ops/_lazy_clone.h' 2024-08-20T21:52:28.2572226Z adding 'torch/include/ATen/ops/_lazy_clone_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.2575011Z adding 'torch/include/ATen/ops/_lazy_clone_native.h' 2024-08-20T21:52:28.2578103Z adding 'torch/include/ATen/ops/_lazy_clone_ops.h' 2024-08-20T21:52:28.2581224Z adding 'torch/include/ATen/ops/_linalg_check_errors.h' 2024-08-20T21:52:28.2584578Z adding 'torch/include/ATen/ops/_linalg_check_errors_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.2587434Z adding 'torch/include/ATen/ops/_linalg_check_errors_native.h' 2024-08-20T21:52:28.2590566Z adding 'torch/include/ATen/ops/_linalg_check_errors_ops.h' 2024-08-20T21:52:28.2593686Z adding 'torch/include/ATen/ops/_linalg_det.h' 2024-08-20T21:52:28.2597423Z adding 'torch/include/ATen/ops/_linalg_det_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:28.2600303Z adding 'torch/include/ATen/ops/_linalg_det_cpu_dispatch.h' 2024-08-20T21:52:28.2603443Z adding 'torch/include/ATen/ops/_linalg_det_cuda_dispatch.h' 2024-08-20T21:52:28.2606609Z adding 'torch/include/ATen/ops/_linalg_det_meta.h' 2024-08-20T21:52:28.2609645Z adding 'torch/include/ATen/ops/_linalg_det_meta_dispatch.h' 2024-08-20T21:52:28.2612663Z adding 'torch/include/ATen/ops/_linalg_det_native.h' 2024-08-20T21:52:28.2615893Z adding 'torch/include/ATen/ops/_linalg_det_ops.h' 2024-08-20T21:52:28.2619112Z adding 'torch/include/ATen/ops/_linalg_eigh.h' 2024-08-20T21:52:28.2622547Z adding 'torch/include/ATen/ops/_linalg_eigh_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:28.2625506Z adding 'torch/include/ATen/ops/_linalg_eigh_cpu_dispatch.h' 2024-08-20T21:52:28.2628643Z adding 'torch/include/ATen/ops/_linalg_eigh_cuda_dispatch.h' 2024-08-20T21:52:28.2631601Z adding 'torch/include/ATen/ops/_linalg_eigh_meta.h' 2024-08-20T21:52:28.2634903Z adding 'torch/include/ATen/ops/_linalg_eigh_meta_dispatch.h' 2024-08-20T21:52:28.2637971Z adding 'torch/include/ATen/ops/_linalg_eigh_native.h' 2024-08-20T21:52:28.2641263Z adding 'torch/include/ATen/ops/_linalg_eigh_ops.h' 2024-08-20T21:52:28.2644340Z adding 'torch/include/ATen/ops/_linalg_eigvals.h' 2024-08-20T21:52:28.2647504Z adding 'torch/include/ATen/ops/_linalg_eigvals_cpu_dispatch.h' 2024-08-20T21:52:28.2650602Z adding 'torch/include/ATen/ops/_linalg_eigvals_cuda_dispatch.h' 2024-08-20T21:52:28.2653588Z adding 'torch/include/ATen/ops/_linalg_eigvals_native.h' 2024-08-20T21:52:28.2656668Z adding 'torch/include/ATen/ops/_linalg_eigvals_ops.h' 2024-08-20T21:52:28.2659827Z adding 'torch/include/ATen/ops/_linalg_slogdet.h' 2024-08-20T21:52:28.2663324Z adding 'torch/include/ATen/ops/_linalg_slogdet_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:28.2666198Z adding 'torch/include/ATen/ops/_linalg_slogdet_cpu_dispatch.h' 2024-08-20T21:52:28.2669341Z adding 'torch/include/ATen/ops/_linalg_slogdet_cuda_dispatch.h' 2024-08-20T21:52:28.2672321Z adding 'torch/include/ATen/ops/_linalg_slogdet_meta.h' 2024-08-20T21:52:28.2675654Z adding 'torch/include/ATen/ops/_linalg_slogdet_meta_dispatch.h' 2024-08-20T21:52:28.2678677Z adding 'torch/include/ATen/ops/_linalg_slogdet_native.h' 2024-08-20T21:52:28.2681924Z adding 'torch/include/ATen/ops/_linalg_slogdet_ops.h' 2024-08-20T21:52:28.2685203Z adding 'torch/include/ATen/ops/_linalg_solve_ex.h' 2024-08-20T21:52:28.2688722Z adding 'torch/include/ATen/ops/_linalg_solve_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:28.2691646Z adding 'torch/include/ATen/ops/_linalg_solve_ex_cpu_dispatch.h' 2024-08-20T21:52:28.2694816Z adding 'torch/include/ATen/ops/_linalg_solve_ex_cuda_dispatch.h' 2024-08-20T21:52:28.2698090Z adding 'torch/include/ATen/ops/_linalg_solve_ex_meta.h' 2024-08-20T21:52:28.2701313Z adding 'torch/include/ATen/ops/_linalg_solve_ex_meta_dispatch.h' 2024-08-20T21:52:28.2704603Z adding 'torch/include/ATen/ops/_linalg_solve_ex_native.h' 2024-08-20T21:52:28.2707899Z adding 'torch/include/ATen/ops/_linalg_solve_ex_ops.h' 2024-08-20T21:52:28.2711265Z adding 'torch/include/ATen/ops/_linalg_svd.h' 2024-08-20T21:52:28.2714978Z adding 'torch/include/ATen/ops/_linalg_svd_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:28.2717963Z adding 'torch/include/ATen/ops/_linalg_svd_cpu_dispatch.h' 2024-08-20T21:52:28.2721287Z adding 'torch/include/ATen/ops/_linalg_svd_cuda_dispatch.h' 2024-08-20T21:52:28.2724304Z adding 'torch/include/ATen/ops/_linalg_svd_meta.h' 2024-08-20T21:52:28.2727668Z adding 'torch/include/ATen/ops/_linalg_svd_meta_dispatch.h' 2024-08-20T21:52:28.2730773Z adding 'torch/include/ATen/ops/_linalg_svd_native.h' 2024-08-20T21:52:28.2734158Z adding 'torch/include/ATen/ops/_linalg_svd_ops.h' 2024-08-20T21:52:28.2737489Z adding 'torch/include/ATen/ops/_local_scalar_dense.h' 2024-08-20T21:52:28.2741077Z adding 'torch/include/ATen/ops/_local_scalar_dense_cpu_dispatch.h' 2024-08-20T21:52:28.2745784Z adding 'torch/include/ATen/ops/_local_scalar_dense_cuda_dispatch.h' 2024-08-20T21:52:28.2748924Z adding 'torch/include/ATen/ops/_local_scalar_dense_native.h' 2024-08-20T21:52:28.2752135Z adding 'torch/include/ATen/ops/_local_scalar_dense_ops.h' 2024-08-20T21:52:28.2755457Z adding 'torch/include/ATen/ops/_log_softmax.h' 2024-08-20T21:52:28.2758769Z adding 'torch/include/ATen/ops/_log_softmax_backward_data.h' 2024-08-20T21:52:28.2762477Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:28.2765559Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_cpu_dispatch.h' 2024-08-20T21:52:28.2768756Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_cuda_dispatch.h' 2024-08-20T21:52:28.2771955Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_meta.h' 2024-08-20T21:52:28.2775166Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_meta_dispatch.h' 2024-08-20T21:52:28.2778409Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_native.h' 2024-08-20T21:52:28.2781694Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_ops.h' 2024-08-20T21:52:28.2785256Z adding 'torch/include/ATen/ops/_log_softmax_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:28.2788311Z adding 'torch/include/ATen/ops/_log_softmax_cpu_dispatch.h' 2024-08-20T21:52:28.2791464Z adding 'torch/include/ATen/ops/_log_softmax_cuda_dispatch.h' 2024-08-20T21:52:28.2794723Z adding 'torch/include/ATen/ops/_log_softmax_meta.h' 2024-08-20T21:52:28.2797934Z adding 'torch/include/ATen/ops/_log_softmax_meta_dispatch.h' 2024-08-20T21:52:28.2801139Z adding 'torch/include/ATen/ops/_log_softmax_native.h' 2024-08-20T21:52:28.2804481Z adding 'torch/include/ATen/ops/_log_softmax_ops.h' 2024-08-20T21:52:28.2807949Z adding 'torch/include/ATen/ops/_logcumsumexp.h' 2024-08-20T21:52:28.2811292Z adding 'torch/include/ATen/ops/_logcumsumexp_cpu_dispatch.h' 2024-08-20T21:52:28.2814443Z adding 'torch/include/ATen/ops/_logcumsumexp_cuda_dispatch.h' 2024-08-20T21:52:28.2817638Z adding 'torch/include/ATen/ops/_logcumsumexp_native.h' 2024-08-20T21:52:28.2820904Z adding 'torch/include/ATen/ops/_logcumsumexp_ops.h' 2024-08-20T21:52:28.2824322Z adding 'torch/include/ATen/ops/_lstm_mps.h' 2024-08-20T21:52:28.2827950Z adding 'torch/include/ATen/ops/_lstm_mps_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.2830924Z adding 'torch/include/ATen/ops/_lstm_mps_native.h' 2024-08-20T21:52:28.2834720Z adding 'torch/include/ATen/ops/_lstm_mps_ops.h' 2024-08-20T21:52:28.2837976Z adding 'torch/include/ATen/ops/_lu_with_info.h' 2024-08-20T21:52:28.2841420Z adding 'torch/include/ATen/ops/_lu_with_info_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.2844524Z adding 'torch/include/ATen/ops/_lu_with_info_native.h' 2024-08-20T21:52:28.2847726Z adding 'torch/include/ATen/ops/_lu_with_info_ops.h' 2024-08-20T21:52:28.2851094Z adding 'torch/include/ATen/ops/_make_dep_token.h' 2024-08-20T21:52:28.2854783Z adding 'torch/include/ATen/ops/_make_dep_token_cpu_dispatch.h' 2024-08-20T21:52:28.2857557Z adding 'torch/include/ATen/ops/_make_dep_token_native.h' 2024-08-20T21:52:28.2860870Z adding 'torch/include/ATen/ops/_make_dep_token_ops.h' 2024-08-20T21:52:28.2864046Z adding 'torch/include/ATen/ops/_make_dual.h' 2024-08-20T21:52:28.2867482Z adding 'torch/include/ATen/ops/_make_dual_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.2870481Z adding 'torch/include/ATen/ops/_make_dual_copy.h' 2024-08-20T21:52:28.2874084Z adding 'torch/include/ATen/ops/_make_dual_copy_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.2877494Z adding 'torch/include/ATen/ops/_make_dual_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:28.2880355Z adding 'torch/include/ATen/ops/_make_dual_copy_native.h' 2024-08-20T21:52:28.2884050Z adding 'torch/include/ATen/ops/_make_dual_copy_ops.h' 2024-08-20T21:52:28.2886823Z adding 'torch/include/ATen/ops/_make_dual_native.h' 2024-08-20T21:52:28.2890068Z adding 'torch/include/ATen/ops/_make_dual_ops.h' 2024-08-20T21:52:28.2893421Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor.h' 2024-08-20T21:52:28.2897040Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.2899980Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_cpu_dispatch.h' 2024-08-20T21:52:28.2903265Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_cuda_dispatch.h' 2024-08-20T21:52:28.2907017Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_native.h' 2024-08-20T21:52:28.2909839Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_ops.h' 2024-08-20T21:52:28.2913140Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor.h' 2024-08-20T21:52:28.2916687Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.2919802Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cpu_dispatch.h' 2024-08-20T21:52:28.2922948Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cuda_dispatch.h' 2024-08-20T21:52:28.2926318Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_native.h' 2024-08-20T21:52:28.2929652Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_ops.h' 2024-08-20T21:52:28.2932522Z adding 'torch/include/ATen/ops/_masked_scale.h' 2024-08-20T21:52:28.2936139Z adding 'torch/include/ATen/ops/_masked_scale_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.2939143Z adding 'torch/include/ATen/ops/_masked_scale_cuda_dispatch.h' 2024-08-20T21:52:28.2942323Z adding 'torch/include/ATen/ops/_masked_scale_native.h' 2024-08-20T21:52:28.2946100Z adding 'torch/include/ATen/ops/_masked_scale_ops.h' 2024-08-20T21:52:28.2948902Z adding 'torch/include/ATen/ops/_masked_softmax.h' 2024-08-20T21:52:28.2952292Z adding 'torch/include/ATen/ops/_masked_softmax_backward.h' 2024-08-20T21:52:28.2955857Z adding 'torch/include/ATen/ops/_masked_softmax_backward_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.2959076Z adding 'torch/include/ATen/ops/_masked_softmax_backward_cpu_dispatch.h' 2024-08-20T21:52:28.2962225Z adding 'torch/include/ATen/ops/_masked_softmax_backward_cuda_dispatch.h' 2024-08-20T21:52:28.2965435Z adding 'torch/include/ATen/ops/_masked_softmax_backward_native.h' 2024-08-20T21:52:28.2969119Z adding 'torch/include/ATen/ops/_masked_softmax_backward_ops.h' 2024-08-20T21:52:28.2972223Z adding 'torch/include/ATen/ops/_masked_softmax_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.2975377Z adding 'torch/include/ATen/ops/_masked_softmax_cpu_dispatch.h' 2024-08-20T21:52:28.2978520Z adding 'torch/include/ATen/ops/_masked_softmax_cuda_dispatch.h' 2024-08-20T21:52:28.2982066Z adding 'torch/include/ATen/ops/_masked_softmax_native.h' 2024-08-20T21:52:28.2985673Z adding 'torch/include/ATen/ops/_masked_softmax_ops.h' 2024-08-20T21:52:28.2989227Z adding 'torch/include/ATen/ops/_mixed_dtypes_linear.h' 2024-08-20T21:52:28.2992252Z adding 'torch/include/ATen/ops/_mixed_dtypes_linear_cuda_dispatch.h' 2024-08-20T21:52:28.2995432Z adding 'torch/include/ATen/ops/_mixed_dtypes_linear_native.h' 2024-08-20T21:52:28.2998786Z adding 'torch/include/ATen/ops/_mixed_dtypes_linear_ops.h' 2024-08-20T21:52:28.3001987Z adding 'torch/include/ATen/ops/_mkldnn_reshape.h' 2024-08-20T21:52:28.3005480Z adding 'torch/include/ATen/ops/_mkldnn_reshape_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.3008684Z adding 'torch/include/ATen/ops/_mkldnn_reshape_native.h' 2024-08-20T21:52:28.3011744Z adding 'torch/include/ATen/ops/_mkldnn_reshape_ops.h' 2024-08-20T21:52:28.3015075Z adding 'torch/include/ATen/ops/_mkldnn_transpose.h' 2024-08-20T21:52:28.3018481Z adding 'torch/include/ATen/ops/_mkldnn_transpose_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.3021660Z adding 'torch/include/ATen/ops/_mkldnn_transpose_meta_dispatch.h' 2024-08-20T21:52:28.3025290Z adding 'torch/include/ATen/ops/_mkldnn_transpose_native.h' 2024-08-20T21:52:28.3028180Z adding 'torch/include/ATen/ops/_mkldnn_transpose_ops.h' 2024-08-20T21:52:28.3031876Z adding 'torch/include/ATen/ops/_mps_convolution.h' 2024-08-20T21:52:28.3035832Z adding 'torch/include/ATen/ops/_mps_convolution_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.3038865Z adding 'torch/include/ATen/ops/_mps_convolution_native.h' 2024-08-20T21:52:28.3042585Z adding 'torch/include/ATen/ops/_mps_convolution_ops.h' 2024-08-20T21:52:28.3045986Z adding 'torch/include/ATen/ops/_mps_convolution_transpose.h' 2024-08-20T21:52:28.3049882Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.3052949Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_native.h' 2024-08-20T21:52:28.3056418Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_ops.h' 2024-08-20T21:52:28.3060140Z adding 'torch/include/ATen/ops/_native_batch_norm_legit.h' 2024-08-20T21:52:28.3063704Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.3067041Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_cpu_dispatch.h' 2024-08-20T21:52:28.3070608Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_cuda_dispatch.h' 2024-08-20T21:52:28.3073820Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_native.h' 2024-08-20T21:52:28.3077499Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_no_training.h' 2024-08-20T21:52:28.3081045Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_no_training_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.3084029Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_no_training_native.h' 2024-08-20T21:52:28.3087509Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_no_training_ops.h' 2024-08-20T21:52:28.3091279Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_ops.h' 2024-08-20T21:52:28.3094851Z adding 'torch/include/ATen/ops/_native_multi_head_attention.h' 2024-08-20T21:52:28.3098418Z adding 'torch/include/ATen/ops/_native_multi_head_attention_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.3101561Z adding 'torch/include/ATen/ops/_native_multi_head_attention_cpu_dispatch.h' 2024-08-20T21:52:28.3104919Z adding 'torch/include/ATen/ops/_native_multi_head_attention_cuda_dispatch.h' 2024-08-20T21:52:28.3108128Z adding 'torch/include/ATen/ops/_native_multi_head_attention_native.h' 2024-08-20T21:52:28.3111688Z adding 'torch/include/ATen/ops/_native_multi_head_attention_ops.h' 2024-08-20T21:52:28.3114864Z adding 'torch/include/ATen/ops/_neg_view.h' 2024-08-20T21:52:28.3118274Z adding 'torch/include/ATen/ops/_neg_view_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.3121278Z adding 'torch/include/ATen/ops/_neg_view_copy.h' 2024-08-20T21:52:28.3124670Z adding 'torch/include/ATen/ops/_neg_view_copy_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.3128344Z adding 'torch/include/ATen/ops/_neg_view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:28.3130735Z adding 'torch/include/ATen/ops/_neg_view_copy_native.h' 2024-08-20T21:52:28.3134095Z adding 'torch/include/ATen/ops/_neg_view_copy_ops.h' 2024-08-20T21:52:28.3137120Z adding 'torch/include/ATen/ops/_neg_view_native.h' 2024-08-20T21:52:28.3140253Z adding 'torch/include/ATen/ops/_neg_view_ops.h' 2024-08-20T21:52:28.3143510Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets.h' 2024-08-20T21:52:28.3146761Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_cpu_dispatch.h' 2024-08-20T21:52:28.3149928Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_cuda_dispatch.h' 2024-08-20T21:52:28.3152962Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_native.h' 2024-08-20T21:52:28.3156286Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_ops.h' 2024-08-20T21:52:28.3159347Z adding 'torch/include/ATen/ops/_nested_from_padded.h' 2024-08-20T21:52:28.3162731Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example.h' 2024-08-20T21:52:28.3166137Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.3169551Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_native.h' 2024-08-20T21:52:28.3172759Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_ops.h' 2024-08-20T21:52:28.3176103Z adding 'torch/include/ATen/ops/_nested_from_padded_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.3179187Z adding 'torch/include/ATen/ops/_nested_from_padded_cpu_dispatch.h' 2024-08-20T21:52:28.3182363Z adding 'torch/include/ATen/ops/_nested_from_padded_cuda_dispatch.h' 2024-08-20T21:52:28.3185364Z adding 'torch/include/ATen/ops/_nested_from_padded_native.h' 2024-08-20T21:52:28.3188882Z adding 'torch/include/ATen/ops/_nested_from_padded_ops.h' 2024-08-20T21:52:28.3191910Z adding 'torch/include/ATen/ops/_nested_get_jagged_dummy.h' 2024-08-20T21:52:28.3195013Z adding 'torch/include/ATen/ops/_nested_get_jagged_dummy_native.h' 2024-08-20T21:52:28.3198208Z adding 'torch/include/ATen/ops/_nested_get_jagged_dummy_ops.h' 2024-08-20T21:52:28.3201226Z adding 'torch/include/ATen/ops/_nested_get_lengths.h' 2024-08-20T21:52:28.3204232Z adding 'torch/include/ATen/ops/_nested_get_lengths_native.h' 2024-08-20T21:52:28.3208107Z adding 'torch/include/ATen/ops/_nested_get_lengths_ops.h' 2024-08-20T21:52:28.3211306Z adding 'torch/include/ATen/ops/_nested_get_max_seqlen.h' 2024-08-20T21:52:28.3214417Z adding 'torch/include/ATen/ops/_nested_get_max_seqlen_native.h' 2024-08-20T21:52:28.3217522Z adding 'torch/include/ATen/ops/_nested_get_max_seqlen_ops.h' 2024-08-20T21:52:28.3220529Z adding 'torch/include/ATen/ops/_nested_get_min_seqlen.h' 2024-08-20T21:52:28.3223522Z adding 'torch/include/ATen/ops/_nested_get_min_seqlen_native.h' 2024-08-20T21:52:28.3226624Z adding 'torch/include/ATen/ops/_nested_get_min_seqlen_ops.h' 2024-08-20T21:52:28.3229696Z adding 'torch/include/ATen/ops/_nested_get_offsets.h' 2024-08-20T21:52:28.3232691Z adding 'torch/include/ATen/ops/_nested_get_offsets_native.h' 2024-08-20T21:52:28.3235907Z adding 'torch/include/ATen/ops/_nested_get_offsets_ops.h' 2024-08-20T21:52:28.3239043Z adding 'torch/include/ATen/ops/_nested_get_ragged_idx.h' 2024-08-20T21:52:28.3242033Z adding 'torch/include/ATen/ops/_nested_get_ragged_idx_native.h' 2024-08-20T21:52:28.3245142Z adding 'torch/include/ATen/ops/_nested_get_ragged_idx_ops.h' 2024-08-20T21:52:28.3248206Z adding 'torch/include/ATen/ops/_nested_get_values.h' 2024-08-20T21:52:28.3251335Z adding 'torch/include/ATen/ops/_nested_get_values_copy.h' 2024-08-20T21:52:28.3254744Z adding 'torch/include/ATen/ops/_nested_get_values_copy_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.3258027Z adding 'torch/include/ATen/ops/_nested_get_values_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:28.3260832Z adding 'torch/include/ATen/ops/_nested_get_values_copy_native.h' 2024-08-20T21:52:28.3279965Z adding 'torch/include/ATen/ops/_nested_get_values_copy_ops.h' 2024-08-20T21:52:28.3280530Z adding 'torch/include/ATen/ops/_nested_get_values_native.h' 2024-08-20T21:52:28.3280854Z adding 'torch/include/ATen/ops/_nested_get_values_ops.h' 2024-08-20T21:52:28.3281249Z adding 'torch/include/ATen/ops/_nested_select_backward.h' 2024-08-20T21:52:28.3281736Z adding 'torch/include/ATen/ops/_nested_select_backward_native.h' 2024-08-20T21:52:28.3282181Z adding 'torch/include/ATen/ops/_nested_select_backward_ops.h' 2024-08-20T21:52:28.3282814Z adding 'torch/include/ATen/ops/_nested_sum_backward.h' 2024-08-20T21:52:28.3286097Z adding 'torch/include/ATen/ops/_nested_sum_backward_native.h' 2024-08-20T21:52:28.3290332Z adding 'torch/include/ATen/ops/_nested_sum_backward_ops.h' 2024-08-20T21:52:28.3292441Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask.h' 2024-08-20T21:52:28.3295821Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.3298877Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_cpu_dispatch.h' 2024-08-20T21:52:28.3301954Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_cuda_dispatch.h' 2024-08-20T21:52:28.3305653Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned.h' 2024-08-20T21:52:28.3308318Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cpu_dispatch.h' 2024-08-20T21:52:28.3311394Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cuda_dispatch.h' 2024-08-20T21:52:28.3314492Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_native.h' 2024-08-20T21:52:28.3317732Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_ops.h' 2024-08-20T21:52:28.3320925Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_native.h' 2024-08-20T21:52:28.3323984Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_ops.h' 2024-08-20T21:52:28.3327233Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list.h' 2024-08-20T21:52:28.3330760Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.3333734Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list_native.h' 2024-08-20T21:52:28.3337061Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list_ops.h' 2024-08-20T21:52:28.3340136Z adding 'torch/include/ATen/ops/_nested_tensor_size.h' 2024-08-20T21:52:28.3343472Z adding 'torch/include/ATen/ops/_nested_tensor_size_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.3352106Z adding 'torch/include/ATen/ops/_nested_tensor_size_native.h' 2024-08-20T21:52:28.3352346Z adding 'torch/include/ATen/ops/_nested_tensor_size_ops.h' 2024-08-20T21:52:28.3355524Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape.h' 2024-08-20T21:52:28.3358553Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape_native.h' 2024-08-20T21:52:28.3362139Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape_ops.h' 2024-08-20T21:52:28.3365100Z adding 'torch/include/ATen/ops/_nested_tensor_storage_offsets.h' 2024-08-20T21:52:28.3368500Z adding 'torch/include/ATen/ops/_nested_tensor_storage_offsets_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.3371388Z adding 'torch/include/ATen/ops/_nested_tensor_storage_offsets_native.h' 2024-08-20T21:52:28.3374625Z adding 'torch/include/ATen/ops/_nested_tensor_storage_offsets_ops.h' 2024-08-20T21:52:28.3377680Z adding 'torch/include/ATen/ops/_nested_tensor_strides.h' 2024-08-20T21:52:28.3381091Z adding 'torch/include/ATen/ops/_nested_tensor_strides_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.3384079Z adding 'torch/include/ATen/ops/_nested_tensor_strides_native.h' 2024-08-20T21:52:28.3387154Z adding 'torch/include/ATen/ops/_nested_tensor_strides_ops.h' 2024-08-20T21:52:28.3390320Z adding 'torch/include/ATen/ops/_nested_view_from_buffer.h' 2024-08-20T21:52:28.3393636Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy.h' 2024-08-20T21:52:28.3397729Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.3400586Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:28.3403506Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_native.h' 2024-08-20T21:52:28.3406791Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_ops.h' 2024-08-20T21:52:28.3409936Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_cpu_dispatch.h' 2024-08-20T21:52:28.3413110Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_cuda_dispatch.h' 2024-08-20T21:52:28.3416093Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_native.h' 2024-08-20T21:52:28.3419275Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_ops.h' 2024-08-20T21:52:28.3422378Z adding 'torch/include/ATen/ops/_nested_view_from_jagged.h' 2024-08-20T21:52:28.3425723Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy.h' 2024-08-20T21:52:28.3429249Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.3432629Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:28.3435576Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy_native.h' 2024-08-20T21:52:28.3438934Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy_ops.h' 2024-08-20T21:52:28.3441945Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_native.h' 2024-08-20T21:52:28.3445184Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_ops.h' 2024-08-20T21:52:28.3448538Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta.h' 2024-08-20T21:52:28.3451921Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.3454794Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_native.h' 2024-08-20T21:52:28.3458059Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_ops.h' 2024-08-20T21:52:28.3461014Z adding 'torch/include/ATen/ops/_nnpack_available.h' 2024-08-20T21:52:28.3464356Z adding 'torch/include/ATen/ops/_nnpack_available_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.3467176Z adding 'torch/include/ATen/ops/_nnpack_available_native.h' 2024-08-20T21:52:28.3470364Z adding 'torch/include/ATen/ops/_nnpack_available_ops.h' 2024-08-20T21:52:28.3473918Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution.h' 2024-08-20T21:52:28.3477626Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.3480541Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_native.h' 2024-08-20T21:52:28.3483863Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_ops.h' 2024-08-20T21:52:28.3486845Z adding 'torch/include/ATen/ops/_nnz.h' 2024-08-20T21:52:28.3489852Z adding 'torch/include/ATen/ops/_nnz_native.h' 2024-08-20T21:52:28.3493143Z adding 'torch/include/ATen/ops/_nnz_ops.h' 2024-08-20T21:52:28.3496499Z adding 'torch/include/ATen/ops/_pack_padded_sequence.h' 2024-08-20T21:52:28.3499827Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward.h' 2024-08-20T21:52:28.3503634Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.3506273Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_native.h' 2024-08-20T21:52:28.3509662Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_ops.h' 2024-08-20T21:52:28.3513031Z adding 'torch/include/ATen/ops/_pack_padded_sequence_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.3516399Z adding 'torch/include/ATen/ops/_pack_padded_sequence_native.h' 2024-08-20T21:52:28.3519680Z adding 'torch/include/ATen/ops/_pack_padded_sequence_ops.h' 2024-08-20T21:52:28.3522878Z adding 'torch/include/ATen/ops/_pad_circular.h' 2024-08-20T21:52:28.3527128Z adding 'torch/include/ATen/ops/_pad_circular_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.3529499Z adding 'torch/include/ATen/ops/_pad_circular_native.h' 2024-08-20T21:52:28.3532766Z adding 'torch/include/ATen/ops/_pad_circular_ops.h' 2024-08-20T21:52:28.3536015Z adding 'torch/include/ATen/ops/_pad_enum.h' 2024-08-20T21:52:28.3539778Z adding 'torch/include/ATen/ops/_pad_enum_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.3542508Z adding 'torch/include/ATen/ops/_pad_enum_native.h' 2024-08-20T21:52:28.3545718Z adding 'torch/include/ATen/ops/_pad_enum_ops.h' 2024-08-20T21:52:28.3549118Z adding 'torch/include/ATen/ops/_pad_packed_sequence.h' 2024-08-20T21:52:28.3552386Z adding 'torch/include/ATen/ops/_pad_packed_sequence_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.3555478Z adding 'torch/include/ATen/ops/_pad_packed_sequence_native.h' 2024-08-20T21:52:28.3558736Z adding 'torch/include/ATen/ops/_pad_packed_sequence_ops.h' 2024-08-20T21:52:28.3562404Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward.h' 2024-08-20T21:52:28.3565985Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward_cpu_dispatch.h' 2024-08-20T21:52:28.3568880Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward_cuda_dispatch.h' 2024-08-20T21:52:28.3572122Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward_native.h' 2024-08-20T21:52:28.3575228Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward_ops.h' 2024-08-20T21:52:28.3578451Z adding 'torch/include/ATen/ops/_pdist_backward.h' 2024-08-20T21:52:28.3581876Z adding 'torch/include/ATen/ops/_pdist_backward_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.3585087Z adding 'torch/include/ATen/ops/_pdist_backward_cpu_dispatch.h' 2024-08-20T21:52:28.3588419Z adding 'torch/include/ATen/ops/_pdist_backward_cuda_dispatch.h' 2024-08-20T21:52:28.3591305Z adding 'torch/include/ATen/ops/_pdist_backward_native.h' 2024-08-20T21:52:28.3594792Z adding 'torch/include/ATen/ops/_pdist_backward_ops.h' 2024-08-20T21:52:28.3597984Z adding 'torch/include/ATen/ops/_pdist_forward.h' 2024-08-20T21:52:28.3601488Z adding 'torch/include/ATen/ops/_pdist_forward_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.3604440Z adding 'torch/include/ATen/ops/_pdist_forward_cpu_dispatch.h' 2024-08-20T21:52:28.3607741Z adding 'torch/include/ATen/ops/_pdist_forward_cuda_dispatch.h' 2024-08-20T21:52:28.3610984Z adding 'torch/include/ATen/ops/_pdist_forward_native.h' 2024-08-20T21:52:28.3614148Z adding 'torch/include/ATen/ops/_pdist_forward_ops.h' 2024-08-20T21:52:28.3617462Z adding 'torch/include/ATen/ops/_pin_memory.h' 2024-08-20T21:52:28.3620869Z adding 'torch/include/ATen/ops/_pin_memory_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.3623936Z adding 'torch/include/ATen/ops/_pin_memory_native.h' 2024-08-20T21:52:28.3627253Z adding 'torch/include/ATen/ops/_pin_memory_ops.h' 2024-08-20T21:52:28.3630587Z adding 'torch/include/ATen/ops/_prelu_kernel.h' 2024-08-20T21:52:28.3633865Z adding 'torch/include/ATen/ops/_prelu_kernel_backward.h' 2024-08-20T21:52:28.3637173Z adding 'torch/include/ATen/ops/_prelu_kernel_backward_cpu_dispatch.h' 2024-08-20T21:52:28.3640433Z adding 'torch/include/ATen/ops/_prelu_kernel_backward_cuda_dispatch.h' 2024-08-20T21:52:28.3643476Z adding 'torch/include/ATen/ops/_prelu_kernel_backward_native.h' 2024-08-20T21:52:28.3646792Z adding 'torch/include/ATen/ops/_prelu_kernel_backward_ops.h' 2024-08-20T21:52:28.3649911Z adding 'torch/include/ATen/ops/_prelu_kernel_cpu_dispatch.h' 2024-08-20T21:52:28.3653162Z adding 'torch/include/ATen/ops/_prelu_kernel_cuda_dispatch.h' 2024-08-20T21:52:28.3656566Z adding 'torch/include/ATen/ops/_prelu_kernel_native.h' 2024-08-20T21:52:28.3659651Z adding 'torch/include/ATen/ops/_prelu_kernel_ops.h' 2024-08-20T21:52:28.3662779Z adding 'torch/include/ATen/ops/_print.h' 2024-08-20T21:52:28.3666119Z adding 'torch/include/ATen/ops/_print_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.3669073Z adding 'torch/include/ATen/ops/_print_native.h' 2024-08-20T21:52:28.3672628Z adding 'torch/include/ATen/ops/_print_ops.h' 2024-08-20T21:52:28.3675646Z adding 'torch/include/ATen/ops/_propagate_xla_data.h' 2024-08-20T21:52:28.3679038Z adding 'torch/include/ATen/ops/_propagate_xla_data_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.3682109Z adding 'torch/include/ATen/ops/_propagate_xla_data_native.h' 2024-08-20T21:52:28.3685288Z adding 'torch/include/ATen/ops/_propagate_xla_data_ops.h' 2024-08-20T21:52:28.3688610Z adding 'torch/include/ATen/ops/_remove_batch_dim.h' 2024-08-20T21:52:28.3692164Z adding 'torch/include/ATen/ops/_remove_batch_dim_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.3694957Z adding 'torch/include/ATen/ops/_remove_batch_dim_native.h' 2024-08-20T21:52:28.3698259Z adding 'torch/include/ATen/ops/_remove_batch_dim_ops.h' 2024-08-20T21:52:28.3701464Z adding 'torch/include/ATen/ops/_reshape_alias.h' 2024-08-20T21:52:28.3705089Z adding 'torch/include/ATen/ops/_reshape_alias_copy.h' 2024-08-20T21:52:28.3708701Z adding 'torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.3712087Z adding 'torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:28.3715202Z adding 'torch/include/ATen/ops/_reshape_alias_copy_native.h' 2024-08-20T21:52:28.3718417Z adding 'torch/include/ATen/ops/_reshape_alias_copy_ops.h' 2024-08-20T21:52:28.3721860Z adding 'torch/include/ATen/ops/_reshape_alias_cpu_dispatch.h' 2024-08-20T21:52:28.3725033Z adding 'torch/include/ATen/ops/_reshape_alias_cuda_dispatch.h' 2024-08-20T21:52:28.3728178Z adding 'torch/include/ATen/ops/_reshape_alias_meta_dispatch.h' 2024-08-20T21:52:28.3731221Z adding 'torch/include/ATen/ops/_reshape_alias_native.h' 2024-08-20T21:52:28.3734560Z adding 'torch/include/ATen/ops/_reshape_alias_ops.h' 2024-08-20T21:52:28.3737767Z adding 'torch/include/ATen/ops/_reshape_copy.h' 2024-08-20T21:52:28.3741309Z adding 'torch/include/ATen/ops/_reshape_copy_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.3744264Z adding 'torch/include/ATen/ops/_reshape_copy_native.h' 2024-08-20T21:52:28.3747445Z adding 'torch/include/ATen/ops/_reshape_copy_ops.h' 2024-08-20T21:52:28.3750652Z adding 'torch/include/ATen/ops/_reshape_from_tensor.h' 2024-08-20T21:52:28.3754189Z adding 'torch/include/ATen/ops/_reshape_from_tensor_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.3757238Z adding 'torch/include/ATen/ops/_reshape_from_tensor_native.h' 2024-08-20T21:52:28.3760334Z adding 'torch/include/ATen/ops/_reshape_from_tensor_ops.h' 2024-08-20T21:52:28.3763882Z adding 'torch/include/ATen/ops/_resize_output.h' 2024-08-20T21:52:28.3767512Z adding 'torch/include/ATen/ops/_resize_output_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.3770627Z adding 'torch/include/ATen/ops/_resize_output_meta_dispatch.h' 2024-08-20T21:52:28.3773778Z adding 'torch/include/ATen/ops/_resize_output_native.h' 2024-08-20T21:52:28.3777097Z adding 'torch/include/ATen/ops/_resize_output_ops.h' 2024-08-20T21:52:28.3780370Z adding 'torch/include/ATen/ops/_rowwise_prune.h' 2024-08-20T21:52:28.3783824Z adding 'torch/include/ATen/ops/_rowwise_prune_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.3786817Z adding 'torch/include/ATen/ops/_rowwise_prune_native.h' 2024-08-20T21:52:28.3789963Z adding 'torch/include/ATen/ops/_rowwise_prune_ops.h' 2024-08-20T21:52:28.3793143Z adding 'torch/include/ATen/ops/_safe_softmax.h' 2024-08-20T21:52:28.3796750Z adding 'torch/include/ATen/ops/_safe_softmax_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.3799647Z adding 'torch/include/ATen/ops/_safe_softmax_native.h' 2024-08-20T21:52:28.3803016Z adding 'torch/include/ATen/ops/_safe_softmax_ops.h' 2024-08-20T21:52:28.3806124Z adding 'torch/include/ATen/ops/_sample_dirichlet.h' 2024-08-20T21:52:28.3809641Z adding 'torch/include/ATen/ops/_sample_dirichlet_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.3812696Z adding 'torch/include/ATen/ops/_sample_dirichlet_cpu_dispatch.h' 2024-08-20T21:52:28.3816488Z adding 'torch/include/ATen/ops/_sample_dirichlet_cuda_dispatch.h' 2024-08-20T21:52:28.3819096Z adding 'torch/include/ATen/ops/_sample_dirichlet_native.h' 2024-08-20T21:52:28.3822355Z adding 'torch/include/ATen/ops/_sample_dirichlet_ops.h' 2024-08-20T21:52:28.3825595Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16.h' 2024-08-20T21:52:28.3828977Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.3831877Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_native.h' 2024-08-20T21:52:28.3835179Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_ops.h' 2024-08-20T21:52:28.3838417Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math.h' 2024-08-20T21:52:28.3841958Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.3845065Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps.h' 2024-08-20T21:52:28.3848100Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps_native.h' 2024-08-20T21:52:28.3851358Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps_ops.h' 2024-08-20T21:52:28.3854554Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_native.h' 2024-08-20T21:52:28.3857697Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_ops.h' 2024-08-20T21:52:28.3860992Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention.h' 2024-08-20T21:52:28.3864448Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward.h' 2024-08-20T21:52:28.3867874Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward_cuda_dispatch.h' 2024-08-20T21:52:28.3871058Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward_native.h' 2024-08-20T21:52:28.3874597Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward_ops.h' 2024-08-20T21:52:28.3877925Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_cuda_dispatch.h' 2024-08-20T21:52:28.3881005Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_native.h' 2024-08-20T21:52:28.3884444Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_ops.h' 2024-08-20T21:52:28.3887835Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention.h' 2024-08-20T21:52:28.3890975Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward.h' 2024-08-20T21:52:28.3894305Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_cuda_dispatch.h' 2024-08-20T21:52:28.3897418Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_native.h' 2024-08-20T21:52:28.3900915Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_ops.h' 2024-08-20T21:52:28.3904190Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_cuda_dispatch.h' 2024-08-20T21:52:28.3907317Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_native.h' 2024-08-20T21:52:28.3910577Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_ops.h' 2024-08-20T21:52:28.3913770Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention.h' 2024-08-20T21:52:28.3917438Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward.h' 2024-08-20T21:52:28.3920837Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_cuda_dispatch.h' 2024-08-20T21:52:28.3924009Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_native.h' 2024-08-20T21:52:28.3927508Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_ops.h' 2024-08-20T21:52:28.3930790Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_cuda_dispatch.h' 2024-08-20T21:52:28.3933909Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu.h' 2024-08-20T21:52:28.3937558Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward.h' 2024-08-20T21:52:28.3940534Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward_cpu_dispatch.h' 2024-08-20T21:52:28.3943607Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward_native.h' 2024-08-20T21:52:28.3946887Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward_ops.h' 2024-08-20T21:52:28.3950915Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_cpu_dispatch.h' 2024-08-20T21:52:28.3954143Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_native.h' 2024-08-20T21:52:28.3957347Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_ops.h' 2024-08-20T21:52:28.3960520Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_native.h' 2024-08-20T21:52:28.3963801Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_ops.h' 2024-08-20T21:52:28.3967165Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable.h' 2024-08-20T21:52:28.3970734Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward.h' 2024-08-20T21:52:28.3974844Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.3977505Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward_native.h' 2024-08-20T21:52:28.3980876Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward_ops.h' 2024-08-20T21:52:28.3984366Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.3987337Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_native.h' 2024-08-20T21:52:28.3990686Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_ops.h' 2024-08-20T21:52:28.3993847Z adding 'torch/include/ATen/ops/_scaled_mm.h' 2024-08-20T21:52:28.3997264Z adding 'torch/include/ATen/ops/_scaled_mm_cuda_dispatch.h' 2024-08-20T21:52:28.4000378Z adding 'torch/include/ATen/ops/_scaled_mm_native.h' 2024-08-20T21:52:28.4003723Z adding 'torch/include/ATen/ops/_scaled_mm_ops.h' 2024-08-20T21:52:28.4007173Z adding 'torch/include/ATen/ops/_segment_reduce_backward.h' 2024-08-20T21:52:28.4010688Z adding 'torch/include/ATen/ops/_segment_reduce_backward_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.4013720Z adding 'torch/include/ATen/ops/_segment_reduce_backward_cpu_dispatch.h' 2024-08-20T21:52:28.4016878Z adding 'torch/include/ATen/ops/_segment_reduce_backward_cuda_dispatch.h' 2024-08-20T21:52:28.4019951Z adding 'torch/include/ATen/ops/_segment_reduce_backward_native.h' 2024-08-20T21:52:28.4023310Z adding 'torch/include/ATen/ops/_segment_reduce_backward_ops.h' 2024-08-20T21:52:28.4026383Z adding 'torch/include/ATen/ops/_shape_as_tensor.h' 2024-08-20T21:52:28.4029913Z adding 'torch/include/ATen/ops/_shape_as_tensor_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.4032813Z adding 'torch/include/ATen/ops/_shape_as_tensor_native.h' 2024-08-20T21:52:28.4036057Z adding 'torch/include/ATen/ops/_shape_as_tensor_ops.h' 2024-08-20T21:52:28.4040122Z adding 'torch/include/ATen/ops/_slow_conv2d_backward.h' 2024-08-20T21:52:28.4043929Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.4047123Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_cpu_dispatch.h' 2024-08-20T21:52:28.4050471Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_cuda_dispatch.h' 2024-08-20T21:52:28.4053654Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_native.h' 2024-08-20T21:52:28.4057543Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_ops.h' 2024-08-20T21:52:28.4061279Z adding 'torch/include/ATen/ops/_slow_conv2d_forward.h' 2024-08-20T21:52:28.4064793Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_cpu_dispatch.h' 2024-08-20T21:52:28.4068503Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_cuda_dispatch.h' 2024-08-20T21:52:28.4071225Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_native.h' 2024-08-20T21:52:28.4074656Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_ops.h' 2024-08-20T21:52:28.4077783Z adding 'torch/include/ATen/ops/_sobol_engine_draw.h' 2024-08-20T21:52:28.4081193Z adding 'torch/include/ATen/ops/_sobol_engine_draw_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.4084094Z adding 'torch/include/ATen/ops/_sobol_engine_draw_native.h' 2024-08-20T21:52:28.4087294Z adding 'torch/include/ATen/ops/_sobol_engine_draw_ops.h' 2024-08-20T21:52:28.4090368Z adding 'torch/include/ATen/ops/_sobol_engine_ff.h' 2024-08-20T21:52:28.4093729Z adding 'torch/include/ATen/ops/_sobol_engine_ff_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.4096643Z adding 'torch/include/ATen/ops/_sobol_engine_ff_native.h' 2024-08-20T21:52:28.4099850Z adding 'torch/include/ATen/ops/_sobol_engine_ff_ops.h' 2024-08-20T21:52:28.4102986Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state.h' 2024-08-20T21:52:28.4106337Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.4109249Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_native.h' 2024-08-20T21:52:28.4112308Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_ops.h' 2024-08-20T21:52:28.4115461Z adding 'torch/include/ATen/ops/_sobol_engine_scramble.h' 2024-08-20T21:52:28.4118823Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.4121939Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_native.h' 2024-08-20T21:52:28.4125227Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_ops.h' 2024-08-20T21:52:28.4128231Z adding 'torch/include/ATen/ops/_softmax.h' 2024-08-20T21:52:28.4131676Z adding 'torch/include/ATen/ops/_softmax_backward_data.h' 2024-08-20T21:52:28.4135193Z adding 'torch/include/ATen/ops/_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:28.4138536Z adding 'torch/include/ATen/ops/_softmax_backward_data_cpu_dispatch.h' 2024-08-20T21:52:28.4141415Z adding 'torch/include/ATen/ops/_softmax_backward_data_cuda_dispatch.h' 2024-08-20T21:52:28.4144847Z adding 'torch/include/ATen/ops/_softmax_backward_data_meta.h' 2024-08-20T21:52:28.4147839Z adding 'torch/include/ATen/ops/_softmax_backward_data_meta_dispatch.h' 2024-08-20T21:52:28.4151058Z adding 'torch/include/ATen/ops/_softmax_backward_data_native.h' 2024-08-20T21:52:28.4154475Z adding 'torch/include/ATen/ops/_softmax_backward_data_ops.h' 2024-08-20T21:52:28.4157918Z adding 'torch/include/ATen/ops/_softmax_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:28.4160842Z adding 'torch/include/ATen/ops/_softmax_cpu_dispatch.h' 2024-08-20T21:52:28.4163993Z adding 'torch/include/ATen/ops/_softmax_cuda_dispatch.h' 2024-08-20T21:52:28.4166989Z adding 'torch/include/ATen/ops/_softmax_meta.h' 2024-08-20T21:52:28.4170518Z adding 'torch/include/ATen/ops/_softmax_meta_dispatch.h' 2024-08-20T21:52:28.4173313Z adding 'torch/include/ATen/ops/_softmax_native.h' 2024-08-20T21:52:28.4176555Z adding 'torch/include/ATen/ops/_softmax_ops.h' 2024-08-20T21:52:28.4179763Z adding 'torch/include/ATen/ops/_sparse_addmm.h' 2024-08-20T21:52:28.4183145Z adding 'torch/include/ATen/ops/_sparse_addmm_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.4186065Z adding 'torch/include/ATen/ops/_sparse_addmm_native.h' 2024-08-20T21:52:28.4189359Z adding 'torch/include/ATen/ops/_sparse_addmm_ops.h' 2024-08-20T21:52:28.4192462Z adding 'torch/include/ATen/ops/_sparse_broadcast_to.h' 2024-08-20T21:52:28.4195768Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy.h' 2024-08-20T21:52:28.4199180Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.4202462Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:28.4205692Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_native.h' 2024-08-20T21:52:28.4208535Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_ops.h' 2024-08-20T21:52:28.4211669Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_native.h' 2024-08-20T21:52:28.4214590Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_ops.h' 2024-08-20T21:52:28.4217851Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe.h' 2024-08-20T21:52:28.4221759Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.4225060Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_native.h' 2024-08-20T21:52:28.4228368Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_ops.h' 2024-08-20T21:52:28.4231977Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe.h' 2024-08-20T21:52:28.4235630Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.4239009Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_native.h' 2024-08-20T21:52:28.4242180Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_ops.h' 2024-08-20T21:52:28.4245827Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe.h' 2024-08-20T21:52:28.4249694Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.4252585Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_native.h' 2024-08-20T21:52:28.4256238Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_ops.h' 2024-08-20T21:52:28.4259749Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_with_dims.h' 2024-08-20T21:52:28.4263142Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_with_dims_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.4266166Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_with_dims_native.h' 2024-08-20T21:52:28.4269943Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_with_dims_ops.h' 2024-08-20T21:52:28.4273394Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe.h' 2024-08-20T21:52:28.4277308Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.4280187Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_native.h' 2024-08-20T21:52:28.4283417Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_ops.h' 2024-08-20T21:52:28.4286985Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims.h' 2024-08-20T21:52:28.4291118Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors.h' 2024-08-20T21:52:28.4295389Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.4298728Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_meta_dispatch.h' 2024-08-20T21:52:28.4301929Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_native.h' 2024-08-20T21:52:28.4305533Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_ops.h' 2024-08-20T21:52:28.4308836Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.4311888Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_meta_dispatch.h' 2024-08-20T21:52:28.4315186Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_native.h' 2024-08-20T21:52:28.4319115Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_ops.h' 2024-08-20T21:52:28.4321955Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe.h' 2024-08-20T21:52:28.4325642Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.4328583Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_native.h' 2024-08-20T21:52:28.4332030Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_ops.h' 2024-08-20T21:52:28.4336051Z adding 'torch/include/ATen/ops/_sparse_csr_prod.h' 2024-08-20T21:52:28.4339359Z adding 'torch/include/ATen/ops/_sparse_csr_prod_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.4342008Z adding 'torch/include/ATen/ops/_sparse_csr_prod_native.h' 2024-08-20T21:52:28.4345596Z adding 'torch/include/ATen/ops/_sparse_csr_prod_ops.h' 2024-08-20T21:52:28.4348903Z adding 'torch/include/ATen/ops/_sparse_csr_sum.h' 2024-08-20T21:52:28.4352250Z adding 'torch/include/ATen/ops/_sparse_csr_sum_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.4355380Z adding 'torch/include/ATen/ops/_sparse_csr_sum_native.h' 2024-08-20T21:52:28.4358954Z adding 'torch/include/ATen/ops/_sparse_csr_sum_ops.h' 2024-08-20T21:52:28.4362366Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe.h' 2024-08-20T21:52:28.4365751Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.4368726Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_native.h' 2024-08-20T21:52:28.4372129Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_ops.h' 2024-08-20T21:52:28.4376124Z adding 'torch/include/ATen/ops/_sparse_log_softmax.h' 2024-08-20T21:52:28.4378884Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data.h' 2024-08-20T21:52:28.4382831Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.4385684Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_native.h' 2024-08-20T21:52:28.4389175Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_ops.h' 2024-08-20T21:52:28.4392311Z adding 'torch/include/ATen/ops/_sparse_log_softmax_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.4395722Z adding 'torch/include/ATen/ops/_sparse_log_softmax_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.4398744Z adding 'torch/include/ATen/ops/_sparse_log_softmax_native.h' 2024-08-20T21:52:28.4402310Z adding 'torch/include/ATen/ops/_sparse_log_softmax_ops.h' 2024-08-20T21:52:28.4405657Z adding 'torch/include/ATen/ops/_sparse_mask_projection.h' 2024-08-20T21:52:28.4409104Z adding 'torch/include/ATen/ops/_sparse_mask_projection_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.4412159Z adding 'torch/include/ATen/ops/_sparse_mask_projection_native.h' 2024-08-20T21:52:28.4415466Z adding 'torch/include/ATen/ops/_sparse_mask_projection_ops.h' 2024-08-20T21:52:28.4418724Z adding 'torch/include/ATen/ops/_sparse_mm.h' 2024-08-20T21:52:28.4422146Z adding 'torch/include/ATen/ops/_sparse_mm_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.4425321Z adding 'torch/include/ATen/ops/_sparse_mm_native.h' 2024-08-20T21:52:28.4428718Z adding 'torch/include/ATen/ops/_sparse_mm_ops.h' 2024-08-20T21:52:28.4431885Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl.h' 2024-08-20T21:52:28.4435378Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_backward.h' 2024-08-20T21:52:28.4438528Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_backward_native.h' 2024-08-20T21:52:28.4442003Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_backward_ops.h' 2024-08-20T21:52:28.4445157Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_native.h' 2024-08-20T21:52:28.4448466Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_ops.h' 2024-08-20T21:52:28.4451849Z adding 'torch/include/ATen/ops/_sparse_semi_structured_addmm.h' 2024-08-20T21:52:28.4455152Z adding 'torch/include/ATen/ops/_sparse_semi_structured_addmm_cuda_dispatch.h' 2024-08-20T21:52:28.4458342Z adding 'torch/include/ATen/ops/_sparse_semi_structured_addmm_native.h' 2024-08-20T21:52:28.4461587Z adding 'torch/include/ATen/ops/_sparse_semi_structured_addmm_ops.h' 2024-08-20T21:52:28.4464807Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply.h' 2024-08-20T21:52:28.4468400Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_cuda_dispatch.h' 2024-08-20T21:52:28.4471262Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_dense.h' 2024-08-20T21:52:28.4474703Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_dense_cuda_dispatch.h' 2024-08-20T21:52:28.4478353Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_dense_native.h' 2024-08-20T21:52:28.4481141Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_dense_ops.h' 2024-08-20T21:52:28.4484235Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_native.h' 2024-08-20T21:52:28.4487751Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_ops.h' 2024-08-20T21:52:28.4490884Z adding 'torch/include/ATen/ops/_sparse_semi_structured_linear.h' 2024-08-20T21:52:28.4494247Z adding 'torch/include/ATen/ops/_sparse_semi_structured_linear_cuda_dispatch.h' 2024-08-20T21:52:28.4497644Z adding 'torch/include/ATen/ops/_sparse_semi_structured_linear_native.h' 2024-08-20T21:52:28.4500659Z adding 'torch/include/ATen/ops/_sparse_semi_structured_linear_ops.h' 2024-08-20T21:52:28.4503937Z adding 'torch/include/ATen/ops/_sparse_semi_structured_mm.h' 2024-08-20T21:52:28.4507211Z adding 'torch/include/ATen/ops/_sparse_semi_structured_mm_cuda_dispatch.h' 2024-08-20T21:52:28.4510817Z adding 'torch/include/ATen/ops/_sparse_semi_structured_mm_native.h' 2024-08-20T21:52:28.4513752Z adding 'torch/include/ATen/ops/_sparse_semi_structured_mm_ops.h' 2024-08-20T21:52:28.4517329Z adding 'torch/include/ATen/ops/_sparse_semi_structured_tile.h' 2024-08-20T21:52:28.4521025Z adding 'torch/include/ATen/ops/_sparse_semi_structured_tile_cuda_dispatch.h' 2024-08-20T21:52:28.4523594Z adding 'torch/include/ATen/ops/_sparse_semi_structured_tile_native.h' 2024-08-20T21:52:28.4526969Z adding 'torch/include/ATen/ops/_sparse_semi_structured_tile_ops.h' 2024-08-20T21:52:28.4530292Z adding 'torch/include/ATen/ops/_sparse_softmax.h' 2024-08-20T21:52:28.4533742Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data.h' 2024-08-20T21:52:28.4537097Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.4540139Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_native.h' 2024-08-20T21:52:28.4543595Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_ops.h' 2024-08-20T21:52:28.4546870Z adding 'torch/include/ATen/ops/_sparse_softmax_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.4550235Z adding 'torch/include/ATen/ops/_sparse_softmax_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.4553356Z adding 'torch/include/ATen/ops/_sparse_softmax_native.h' 2024-08-20T21:52:28.4557004Z adding 'torch/include/ATen/ops/_sparse_softmax_ops.h' 2024-08-20T21:52:28.4560280Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul.h' 2024-08-20T21:52:28.4563669Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.4566778Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_native.h' 2024-08-20T21:52:28.4570009Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_ops.h' 2024-08-20T21:52:28.4573434Z adding 'torch/include/ATen/ops/_sparse_sum.h' 2024-08-20T21:52:28.4577317Z adding 'torch/include/ATen/ops/_sparse_sum_backward.h' 2024-08-20T21:52:28.4580327Z adding 'torch/include/ATen/ops/_sparse_sum_backward_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.4583530Z adding 'torch/include/ATen/ops/_sparse_sum_backward_native.h' 2024-08-20T21:52:28.4587072Z adding 'torch/include/ATen/ops/_sparse_sum_backward_ops.h' 2024-08-20T21:52:28.4590479Z adding 'torch/include/ATen/ops/_sparse_sum_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.4593664Z adding 'torch/include/ATen/ops/_sparse_sum_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.4596874Z adding 'torch/include/ATen/ops/_sparse_sum_native.h' 2024-08-20T21:52:28.4600447Z adding 'torch/include/ATen/ops/_sparse_sum_ops.h' 2024-08-20T21:52:28.4603842Z adding 'torch/include/ATen/ops/_spdiags.h' 2024-08-20T21:52:28.4607273Z adding 'torch/include/ATen/ops/_spdiags_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.4610273Z adding 'torch/include/ATen/ops/_spdiags_cpu_dispatch.h' 2024-08-20T21:52:28.4613294Z adding 'torch/include/ATen/ops/_spdiags_native.h' 2024-08-20T21:52:28.4617442Z adding 'torch/include/ATen/ops/_spdiags_ops.h' 2024-08-20T21:52:28.4620079Z adding 'torch/include/ATen/ops/_stack.h' 2024-08-20T21:52:28.4623334Z adding 'torch/include/ATen/ops/_stack_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.4626355Z adding 'torch/include/ATen/ops/_stack_cpu_dispatch.h' 2024-08-20T21:52:28.4629366Z adding 'torch/include/ATen/ops/_stack_native.h' 2024-08-20T21:52:28.4632654Z adding 'torch/include/ATen/ops/_stack_ops.h' 2024-08-20T21:52:28.4636101Z adding 'torch/include/ATen/ops/_standard_gamma.h' 2024-08-20T21:52:28.4639483Z adding 'torch/include/ATen/ops/_standard_gamma_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.4642393Z adding 'torch/include/ATen/ops/_standard_gamma_cpu_dispatch.h' 2024-08-20T21:52:28.4645956Z adding 'torch/include/ATen/ops/_standard_gamma_cuda_dispatch.h' 2024-08-20T21:52:28.4648925Z adding 'torch/include/ATen/ops/_standard_gamma_grad.h' 2024-08-20T21:52:28.4652232Z adding 'torch/include/ATen/ops/_standard_gamma_grad_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.4655260Z adding 'torch/include/ATen/ops/_standard_gamma_grad_cpu_dispatch.h' 2024-08-20T21:52:28.4658513Z adding 'torch/include/ATen/ops/_standard_gamma_grad_cuda_dispatch.h' 2024-08-20T21:52:28.4661620Z adding 'torch/include/ATen/ops/_standard_gamma_grad_native.h' 2024-08-20T21:52:28.4664706Z adding 'torch/include/ATen/ops/_standard_gamma_grad_ops.h' 2024-08-20T21:52:28.4667725Z adding 'torch/include/ATen/ops/_standard_gamma_native.h' 2024-08-20T21:52:28.4670965Z adding 'torch/include/ATen/ops/_standard_gamma_ops.h' 2024-08-20T21:52:28.4674215Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults.h' 2024-08-20T21:52:28.4677844Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.4680749Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_native.h' 2024-08-20T21:52:28.4683901Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_ops.h' 2024-08-20T21:52:28.4687070Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch.h' 2024-08-20T21:52:28.4690494Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.4693630Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.4696556Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_native.h' 2024-08-20T21:52:28.4699941Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_ops.h' 2024-08-20T21:52:28.4703238Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view.h' 2024-08-20T21:52:28.4707303Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.4710394Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy.h' 2024-08-20T21:52:28.4713841Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.4717276Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:28.4720310Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_native.h' 2024-08-20T21:52:28.4723446Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_ops.h' 2024-08-20T21:52:28.4726444Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_native.h' 2024-08-20T21:52:28.4729634Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_ops.h' 2024-08-20T21:52:28.4732587Z adding 'torch/include/ATen/ops/_test_check_tensor.h' 2024-08-20T21:52:28.4735999Z adding 'torch/include/ATen/ops/_test_check_tensor_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.4738996Z adding 'torch/include/ATen/ops/_test_check_tensor_native.h' 2024-08-20T21:52:28.4742109Z adding 'torch/include/ATen/ops/_test_check_tensor_ops.h' 2024-08-20T21:52:28.4745855Z adding 'torch/include/ATen/ops/_test_functorch_fallback.h' 2024-08-20T21:52:28.4748959Z adding 'torch/include/ATen/ops/_test_functorch_fallback_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.4751965Z adding 'torch/include/ATen/ops/_test_functorch_fallback_cpu_dispatch.h' 2024-08-20T21:52:28.4755169Z adding 'torch/include/ATen/ops/_test_functorch_fallback_native.h' 2024-08-20T21:52:28.4758416Z adding 'torch/include/ATen/ops/_test_functorch_fallback_ops.h' 2024-08-20T21:52:28.4761617Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist.h' 2024-08-20T21:52:28.4765444Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.4768309Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_cpu_dispatch.h' 2024-08-20T21:52:28.4771255Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_native.h' 2024-08-20T21:52:28.4774491Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_ops.h' 2024-08-20T21:52:28.4777869Z adding 'torch/include/ATen/ops/_test_optional_floatlist.h' 2024-08-20T21:52:28.4781280Z adding 'torch/include/ATen/ops/_test_optional_floatlist_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.4784383Z adding 'torch/include/ATen/ops/_test_optional_floatlist_cpu_dispatch.h' 2024-08-20T21:52:28.4787436Z adding 'torch/include/ATen/ops/_test_optional_floatlist_native.h' 2024-08-20T21:52:28.4790627Z adding 'torch/include/ATen/ops/_test_optional_floatlist_ops.h' 2024-08-20T21:52:28.4793678Z adding 'torch/include/ATen/ops/_test_optional_intlist.h' 2024-08-20T21:52:28.4797261Z adding 'torch/include/ATen/ops/_test_optional_intlist_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.4800205Z adding 'torch/include/ATen/ops/_test_optional_intlist_cpu_dispatch.h' 2024-08-20T21:52:28.4803414Z adding 'torch/include/ATen/ops/_test_optional_intlist_native.h' 2024-08-20T21:52:28.4806705Z adding 'torch/include/ATen/ops/_test_optional_intlist_ops.h' 2024-08-20T21:52:28.4809995Z adding 'torch/include/ATen/ops/_test_parallel_materialize.h' 2024-08-20T21:52:28.4813697Z adding 'torch/include/ATen/ops/_test_parallel_materialize_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.4816612Z adding 'torch/include/ATen/ops/_test_parallel_materialize_native.h' 2024-08-20T21:52:28.4819715Z adding 'torch/include/ATen/ops/_test_parallel_materialize_ops.h' 2024-08-20T21:52:28.4822992Z adding 'torch/include/ATen/ops/_test_serialization_subcmul.h' 2024-08-20T21:52:28.4826487Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.4829540Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_native.h' 2024-08-20T21:52:28.4832880Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_ops.h' 2024-08-20T21:52:28.4836150Z adding 'torch/include/ATen/ops/_test_string_default.h' 2024-08-20T21:52:28.4840030Z adding 'torch/include/ATen/ops/_test_string_default_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.4842678Z adding 'torch/include/ATen/ops/_test_string_default_native.h' 2024-08-20T21:52:28.4845872Z adding 'torch/include/ATen/ops/_test_string_default_ops.h' 2024-08-20T21:52:28.4849207Z adding 'torch/include/ATen/ops/_test_warn_in_autograd.h' 2024-08-20T21:52:28.4852640Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.4855753Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_native.h' 2024-08-20T21:52:28.4859009Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_ops.h' 2024-08-20T21:52:28.4862700Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward.h' 2024-08-20T21:52:28.4866191Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.4869239Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_native.h' 2024-08-20T21:52:28.4872663Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_ops.h' 2024-08-20T21:52:28.4876225Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward.h' 2024-08-20T21:52:28.4879757Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.4882790Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_native.h' 2024-08-20T21:52:28.4886387Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_ops.h' 2024-08-20T21:52:28.4889600Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell.h' 2024-08-20T21:52:28.4893256Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward.h' 2024-08-20T21:52:28.4896594Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.4899626Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_cuda_dispatch.h' 2024-08-20T21:52:28.4902896Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_native.h' 2024-08-20T21:52:28.4906342Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_ops.h' 2024-08-20T21:52:28.4910086Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.4913047Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_cuda_dispatch.h' 2024-08-20T21:52:28.4916635Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_native.h' 2024-08-20T21:52:28.4919809Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_ops.h' 2024-08-20T21:52:28.4923073Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell.h' 2024-08-20T21:52:28.4926654Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward.h' 2024-08-20T21:52:28.4930308Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.4933535Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl.h' 2024-08-20T21:52:28.4937121Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.4940048Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_cuda_dispatch.h' 2024-08-20T21:52:28.4943342Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_native.h' 2024-08-20T21:52:28.4946774Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_ops.h' 2024-08-20T21:52:28.4950061Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_native.h' 2024-08-20T21:52:28.4953430Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_ops.h' 2024-08-20T21:52:28.4957292Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.4960496Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_cuda_dispatch.h' 2024-08-20T21:52:28.4964412Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_native.h' 2024-08-20T21:52:28.4967149Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_ops.h' 2024-08-20T21:52:28.4970637Z adding 'torch/include/ATen/ops/_to_copy.h' 2024-08-20T21:52:28.4974194Z adding 'torch/include/ATen/ops/_to_copy_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.4977354Z adding 'torch/include/ATen/ops/_to_copy_native.h' 2024-08-20T21:52:28.4981084Z adding 'torch/include/ATen/ops/_to_copy_ops.h' 2024-08-20T21:52:28.4984055Z adding 'torch/include/ATen/ops/_to_cpu.h' 2024-08-20T21:52:28.4987439Z adding 'torch/include/ATen/ops/_to_cpu_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.4990324Z adding 'torch/include/ATen/ops/_to_cpu_native.h' 2024-08-20T21:52:28.4993850Z adding 'torch/include/ATen/ops/_to_cpu_ops.h' 2024-08-20T21:52:28.4997137Z adding 'torch/include/ATen/ops/_to_dense.h' 2024-08-20T21:52:28.5000481Z adding 'torch/include/ATen/ops/_to_dense_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.5003437Z adding 'torch/include/ATen/ops/_to_dense_native.h' 2024-08-20T21:52:28.5007186Z adding 'torch/include/ATen/ops/_to_dense_ops.h' 2024-08-20T21:52:28.5010436Z adding 'torch/include/ATen/ops/_to_sparse.h' 2024-08-20T21:52:28.5013540Z adding 'torch/include/ATen/ops/_to_sparse_bsc.h' 2024-08-20T21:52:28.5017246Z adding 'torch/include/ATen/ops/_to_sparse_bsc_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.5020188Z adding 'torch/include/ATen/ops/_to_sparse_bsc_cpu_dispatch.h' 2024-08-20T21:52:28.5023539Z adding 'torch/include/ATen/ops/_to_sparse_bsc_cuda_dispatch.h' 2024-08-20T21:52:28.5026659Z adding 'torch/include/ATen/ops/_to_sparse_bsc_native.h' 2024-08-20T21:52:28.5030117Z adding 'torch/include/ATen/ops/_to_sparse_bsc_ops.h' 2024-08-20T21:52:28.5033442Z adding 'torch/include/ATen/ops/_to_sparse_bsr.h' 2024-08-20T21:52:28.5036999Z adding 'torch/include/ATen/ops/_to_sparse_bsr_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.5040176Z adding 'torch/include/ATen/ops/_to_sparse_bsr_cpu_dispatch.h' 2024-08-20T21:52:28.5043292Z adding 'torch/include/ATen/ops/_to_sparse_bsr_cuda_dispatch.h' 2024-08-20T21:52:28.5046491Z adding 'torch/include/ATen/ops/_to_sparse_bsr_native.h' 2024-08-20T21:52:28.5049817Z adding 'torch/include/ATen/ops/_to_sparse_bsr_ops.h' 2024-08-20T21:52:28.5053369Z adding 'torch/include/ATen/ops/_to_sparse_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.5056505Z adding 'torch/include/ATen/ops/_to_sparse_cpu_dispatch.h' 2024-08-20T21:52:28.5059913Z adding 'torch/include/ATen/ops/_to_sparse_csc.h' 2024-08-20T21:52:28.5063354Z adding 'torch/include/ATen/ops/_to_sparse_csc_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.5066179Z adding 'torch/include/ATen/ops/_to_sparse_csc_cpu_dispatch.h' 2024-08-20T21:52:28.5069439Z adding 'torch/include/ATen/ops/_to_sparse_csc_cuda_dispatch.h' 2024-08-20T21:52:28.5072563Z adding 'torch/include/ATen/ops/_to_sparse_csc_native.h' 2024-08-20T21:52:28.5076486Z adding 'torch/include/ATen/ops/_to_sparse_csc_ops.h' 2024-08-20T21:52:28.5079821Z adding 'torch/include/ATen/ops/_to_sparse_csr.h' 2024-08-20T21:52:28.5083255Z adding 'torch/include/ATen/ops/_to_sparse_csr_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.5086459Z adding 'torch/include/ATen/ops/_to_sparse_csr_cpu_dispatch.h' 2024-08-20T21:52:28.5089896Z adding 'torch/include/ATen/ops/_to_sparse_csr_cuda_dispatch.h' 2024-08-20T21:52:28.5092884Z adding 'torch/include/ATen/ops/_to_sparse_csr_native.h' 2024-08-20T21:52:28.5096071Z adding 'torch/include/ATen/ops/_to_sparse_csr_ops.h' 2024-08-20T21:52:28.5099495Z adding 'torch/include/ATen/ops/_to_sparse_cuda_dispatch.h' 2024-08-20T21:52:28.5102626Z adding 'torch/include/ATen/ops/_to_sparse_native.h' 2024-08-20T21:52:28.5106226Z adding 'torch/include/ATen/ops/_to_sparse_ops.h' 2024-08-20T21:52:28.5109658Z adding 'torch/include/ATen/ops/_to_sparse_semi_structured.h' 2024-08-20T21:52:28.5113077Z adding 'torch/include/ATen/ops/_to_sparse_semi_structured_cuda_dispatch.h' 2024-08-20T21:52:28.5116195Z adding 'torch/include/ATen/ops/_to_sparse_semi_structured_native.h' 2024-08-20T21:52:28.5119383Z adding 'torch/include/ATen/ops/_to_sparse_semi_structured_ops.h' 2024-08-20T21:52:28.5122769Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv.h' 2024-08-20T21:52:28.5126429Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.5129582Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_cpu_dispatch.h' 2024-08-20T21:52:28.5132846Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_cuda_dispatch.h' 2024-08-20T21:52:28.5135891Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_native.h' 2024-08-20T21:52:28.5139208Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_ops.h' 2024-08-20T21:52:28.5142829Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd.h' 2024-08-20T21:52:28.5146515Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.5149784Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_cpu_dispatch.h' 2024-08-20T21:52:28.5153172Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_cuda_dispatch.h' 2024-08-20T21:52:28.5156310Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_native.h' 2024-08-20T21:52:28.5160098Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_ops.h' 2024-08-20T21:52:28.5163258Z adding 'torch/include/ATen/ops/_trilinear.h' 2024-08-20T21:52:28.5166687Z adding 'torch/include/ATen/ops/_trilinear_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.5170116Z adding 'torch/include/ATen/ops/_trilinear_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:28.5172971Z adding 'torch/include/ATen/ops/_trilinear_native.h' 2024-08-20T21:52:28.5176139Z adding 'torch/include/ATen/ops/_trilinear_ops.h' 2024-08-20T21:52:28.5179586Z adding 'torch/include/ATen/ops/_triton_multi_head_attention.h' 2024-08-20T21:52:28.5183051Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.5186123Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_cuda_dispatch.h' 2024-08-20T21:52:28.5189390Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_native.h' 2024-08-20T21:52:28.5192805Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_ops.h' 2024-08-20T21:52:28.5196277Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention.h' 2024-08-20T21:52:28.5199799Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.5202871Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_cuda_dispatch.h' 2024-08-20T21:52:28.5205928Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_native.h' 2024-08-20T21:52:28.5209323Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_ops.h' 2024-08-20T21:52:28.5212607Z adding 'torch/include/ATen/ops/_unique.h' 2024-08-20T21:52:28.5215982Z adding 'torch/include/ATen/ops/_unique2.h' 2024-08-20T21:52:28.5219532Z adding 'torch/include/ATen/ops/_unique2_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.5222531Z adding 'torch/include/ATen/ops/_unique2_cpu_dispatch.h' 2024-08-20T21:52:28.5226245Z adding 'torch/include/ATen/ops/_unique2_cuda_dispatch.h' 2024-08-20T21:52:28.5229305Z adding 'torch/include/ATen/ops/_unique2_native.h' 2024-08-20T21:52:28.5232755Z adding 'torch/include/ATen/ops/_unique2_ops.h' 2024-08-20T21:52:28.5236400Z adding 'torch/include/ATen/ops/_unique_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.5239430Z adding 'torch/include/ATen/ops/_unique_cpu_dispatch.h' 2024-08-20T21:52:28.5242680Z adding 'torch/include/ATen/ops/_unique_cuda_dispatch.h' 2024-08-20T21:52:28.5245753Z adding 'torch/include/ATen/ops/_unique_native.h' 2024-08-20T21:52:28.5249184Z adding 'torch/include/ATen/ops/_unique_ops.h' 2024-08-20T21:52:28.5252329Z adding 'torch/include/ATen/ops/_unpack_dual.h' 2024-08-20T21:52:28.5255814Z adding 'torch/include/ATen/ops/_unpack_dual_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.5258796Z adding 'torch/include/ATen/ops/_unpack_dual_native.h' 2024-08-20T21:52:28.5262118Z adding 'torch/include/ATen/ops/_unpack_dual_ops.h' 2024-08-20T21:52:28.5265257Z adding 'torch/include/ATen/ops/_unsafe_index.h' 2024-08-20T21:52:28.5268650Z adding 'torch/include/ATen/ops/_unsafe_index_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.5271662Z adding 'torch/include/ATen/ops/_unsafe_index_native.h' 2024-08-20T21:52:28.5274974Z adding 'torch/include/ATen/ops/_unsafe_index_ops.h' 2024-08-20T21:52:28.5278324Z adding 'torch/include/ATen/ops/_unsafe_index_put.h' 2024-08-20T21:52:28.5281805Z adding 'torch/include/ATen/ops/_unsafe_index_put_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.5284773Z adding 'torch/include/ATen/ops/_unsafe_index_put_native.h' 2024-08-20T21:52:28.5288224Z adding 'torch/include/ATen/ops/_unsafe_index_put_ops.h' 2024-08-20T21:52:28.5291471Z adding 'torch/include/ATen/ops/_unsafe_masked_index.h' 2024-08-20T21:52:28.5294859Z adding 'torch/include/ATen/ops/_unsafe_masked_index_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.5297780Z adding 'torch/include/ATen/ops/_unsafe_masked_index_native.h' 2024-08-20T21:52:28.5301108Z adding 'torch/include/ATen/ops/_unsafe_masked_index_ops.h' 2024-08-20T21:52:28.5304543Z adding 'torch/include/ATen/ops/_unsafe_masked_index_put_accumulate.h' 2024-08-20T21:52:28.5308053Z adding 'torch/include/ATen/ops/_unsafe_masked_index_put_accumulate_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.5311015Z adding 'torch/include/ATen/ops/_unsafe_masked_index_put_accumulate_native.h' 2024-08-20T21:52:28.5314499Z adding 'torch/include/ATen/ops/_unsafe_masked_index_put_accumulate_ops.h' 2024-08-20T21:52:28.5318508Z adding 'torch/include/ATen/ops/_unsafe_view.h' 2024-08-20T21:52:28.5321925Z adding 'torch/include/ATen/ops/_unsafe_view_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.5324858Z adding 'torch/include/ATen/ops/_unsafe_view_native.h' 2024-08-20T21:52:28.5328116Z adding 'torch/include/ATen/ops/_unsafe_view_ops.h' 2024-08-20T21:52:28.5332132Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa.h' 2024-08-20T21:52:28.5336180Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward.h' 2024-08-20T21:52:28.5340588Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:28.5343390Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cpu_dispatch.h' 2024-08-20T21:52:28.5346831Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cuda_dispatch.h' 2024-08-20T21:52:28.5349850Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta.h' 2024-08-20T21:52:28.5353335Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta_dispatch.h' 2024-08-20T21:52:28.5356764Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_native.h' 2024-08-20T21:52:28.5360177Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_ops.h' 2024-08-20T21:52:28.5363885Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:28.5367116Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.5370354Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_cpu_dispatch.h' 2024-08-20T21:52:28.5373937Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_cuda_dispatch.h' 2024-08-20T21:52:28.5377102Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_meta.h' 2024-08-20T21:52:28.5380584Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_meta_dispatch.h' 2024-08-20T21:52:28.5383777Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_native.h' 2024-08-20T21:52:28.5387380Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_ops.h' 2024-08-20T21:52:28.5391239Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa.h' 2024-08-20T21:52:28.5395220Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward.h' 2024-08-20T21:52:28.5399261Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:28.5402535Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cpu_dispatch.h' 2024-08-20T21:52:28.5406660Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cuda_dispatch.h' 2024-08-20T21:52:28.5412623Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta.h' 2024-08-20T21:52:28.5416755Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta_dispatch.h' 2024-08-20T21:52:28.5421502Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_native.h' 2024-08-20T21:52:28.5425164Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_ops.h' 2024-08-20T21:52:28.5428827Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:28.5432067Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.5435543Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_cpu_dispatch.h' 2024-08-20T21:52:28.5438931Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_cuda_dispatch.h' 2024-08-20T21:52:28.5442296Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_meta.h' 2024-08-20T21:52:28.5445674Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_meta_dispatch.h' 2024-08-20T21:52:28.5448897Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_native.h' 2024-08-20T21:52:28.5452508Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_ops.h' 2024-08-20T21:52:28.5456336Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d.h' 2024-08-20T21:52:28.5460148Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward.h' 2024-08-20T21:52:28.5464032Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:28.5468031Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cpu_dispatch.h' 2024-08-20T21:52:28.5470708Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cuda_dispatch.h' 2024-08-20T21:52:28.5474097Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta.h' 2024-08-20T21:52:28.5478318Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta_dispatch.h' 2024-08-20T21:52:28.5481697Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_native.h' 2024-08-20T21:52:28.5485253Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_ops.h' 2024-08-20T21:52:28.5488712Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:28.5492087Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.5495185Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_cpu_dispatch.h' 2024-08-20T21:52:28.5499004Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_cuda_dispatch.h' 2024-08-20T21:52:28.5501981Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_meta.h' 2024-08-20T21:52:28.5505288Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_meta_dispatch.h' 2024-08-20T21:52:28.5508592Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_native.h' 2024-08-20T21:52:28.5511984Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_ops.h' 2024-08-20T21:52:28.5515929Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d.h' 2024-08-20T21:52:28.5519898Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward.h' 2024-08-20T21:52:28.5523587Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:28.5526825Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cpu_dispatch.h' 2024-08-20T21:52:28.5530442Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cuda_dispatch.h' 2024-08-20T21:52:28.5533592Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta.h' 2024-08-20T21:52:28.5536920Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta_dispatch.h' 2024-08-20T21:52:28.5540199Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_native.h' 2024-08-20T21:52:28.5543675Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_ops.h' 2024-08-20T21:52:28.5547115Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:28.5550263Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.5553342Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_cpu_dispatch.h' 2024-08-20T21:52:28.5556769Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_cuda_dispatch.h' 2024-08-20T21:52:28.5559828Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_meta.h' 2024-08-20T21:52:28.5563169Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_meta_dispatch.h' 2024-08-20T21:52:28.5566695Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_native.h' 2024-08-20T21:52:28.5569789Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_ops.h' 2024-08-20T21:52:28.5573682Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d.h' 2024-08-20T21:52:28.5577683Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward.h' 2024-08-20T21:52:28.5581351Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:28.5584587Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cpu_dispatch.h' 2024-08-20T21:52:28.5588249Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cuda_dispatch.h' 2024-08-20T21:52:28.5591216Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta.h' 2024-08-20T21:52:28.5594434Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta_dispatch.h' 2024-08-20T21:52:28.5597653Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_native.h' 2024-08-20T21:52:28.5601019Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_ops.h' 2024-08-20T21:52:28.5604570Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:28.5607870Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.5610961Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_cpu_dispatch.h' 2024-08-20T21:52:28.5614279Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_cuda_dispatch.h' 2024-08-20T21:52:28.5617329Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_meta.h' 2024-08-20T21:52:28.5620537Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_meta_dispatch.h' 2024-08-20T21:52:28.5623736Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_native.h' 2024-08-20T21:52:28.5628060Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_ops.h' 2024-08-20T21:52:28.5637035Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss.h' 2024-08-20T21:52:28.5791385Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_cuda_dispatch.h' 2024-08-20T21:52:28.5794951Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_native.h' 2024-08-20T21:52:28.5798420Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_ops.h' 2024-08-20T21:52:28.5801776Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight.h' 2024-08-20T21:52:28.5805277Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.5808280Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_native.h' 2024-08-20T21:52:28.5811876Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_ops.h' 2024-08-20T21:52:28.5815202Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices.h' 2024-08-20T21:52:28.5818630Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_cpu_dispatch.h' 2024-08-20T21:52:28.5821909Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_cuda_dispatch.h' 2024-08-20T21:52:28.5824921Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_native.h' 2024-08-20T21:52:28.5828282Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_ops.h' 2024-08-20T21:52:28.5831361Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args.h' 2024-08-20T21:52:28.5835076Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.5838157Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_native.h' 2024-08-20T21:52:28.5841413Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_ops.h' 2024-08-20T21:52:28.5844709Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args.h' 2024-08-20T21:52:28.5848128Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.5851303Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_native.h' 2024-08-20T21:52:28.5854553Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_ops.h' 2024-08-20T21:52:28.5857914Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args.h' 2024-08-20T21:52:28.5861668Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.5864632Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_native.h' 2024-08-20T21:52:28.5868106Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_ops.h' 2024-08-20T21:52:28.5871154Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args.h' 2024-08-20T21:52:28.5874903Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.5877917Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_native.h' 2024-08-20T21:52:28.5881202Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_ops.h' 2024-08-20T21:52:28.5884448Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args.h' 2024-08-20T21:52:28.5887887Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.5890936Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_native.h' 2024-08-20T21:52:28.5894160Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_ops.h' 2024-08-20T21:52:28.5897390Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args.h' 2024-08-20T21:52:28.5900999Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.5903828Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_native.h' 2024-08-20T21:52:28.5907152Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_ops.h' 2024-08-20T21:52:28.5910149Z adding 'torch/include/ATen/ops/_values.h' 2024-08-20T21:52:28.5913647Z adding 'torch/include/ATen/ops/_values_copy.h' 2024-08-20T21:52:28.5917272Z adding 'torch/include/ATen/ops/_values_copy_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.5920557Z adding 'torch/include/ATen/ops/_values_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:28.5923418Z adding 'torch/include/ATen/ops/_values_copy_native.h' 2024-08-20T21:52:28.5926627Z adding 'torch/include/ATen/ops/_values_copy_ops.h' 2024-08-20T21:52:28.5929762Z adding 'torch/include/ATen/ops/_values_native.h' 2024-08-20T21:52:28.5932927Z adding 'torch/include/ATen/ops/_values_ops.h' 2024-08-20T21:52:28.5936108Z adding 'torch/include/ATen/ops/_version.h' 2024-08-20T21:52:28.5939441Z adding 'torch/include/ATen/ops/_version_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.5942443Z adding 'torch/include/ATen/ops/_version_native.h' 2024-08-20T21:52:28.5945606Z adding 'torch/include/ATen/ops/_version_ops.h' 2024-08-20T21:52:28.5948923Z adding 'torch/include/ATen/ops/_weight_int4pack_mm.h' 2024-08-20T21:52:28.5952246Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_cpu_dispatch.h' 2024-08-20T21:52:28.5955541Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_cuda_dispatch.h' 2024-08-20T21:52:28.5958740Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_native.h' 2024-08-20T21:52:28.5961974Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_ops.h' 2024-08-20T21:52:28.5965238Z adding 'torch/include/ATen/ops/_weight_int8pack_mm.h' 2024-08-20T21:52:28.5968573Z adding 'torch/include/ATen/ops/_weight_int8pack_mm_cpu_dispatch.h' 2024-08-20T21:52:28.5971651Z adding 'torch/include/ATen/ops/_weight_int8pack_mm_native.h' 2024-08-20T21:52:28.5974850Z adding 'torch/include/ATen/ops/_weight_int8pack_mm_ops.h' 2024-08-20T21:52:28.5977916Z adding 'torch/include/ATen/ops/_weight_norm.h' 2024-08-20T21:52:28.5981439Z adding 'torch/include/ATen/ops/_weight_norm_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.5984568Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward.h' 2024-08-20T21:52:28.5987968Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.5990886Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_native.h' 2024-08-20T21:52:28.5994344Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_ops.h' 2024-08-20T21:52:28.5997532Z adding 'torch/include/ATen/ops/_weight_norm_interface.h' 2024-08-20T21:52:28.6000839Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward.h' 2024-08-20T21:52:28.6004309Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.6007337Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_cpu_dispatch.h' 2024-08-20T21:52:28.6010472Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_cuda_dispatch.h' 2024-08-20T21:52:28.6013501Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_native.h' 2024-08-20T21:52:28.6016931Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_ops.h' 2024-08-20T21:52:28.6020374Z adding 'torch/include/ATen/ops/_weight_norm_interface_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.6023356Z adding 'torch/include/ATen/ops/_weight_norm_interface_cpu_dispatch.h' 2024-08-20T21:52:28.6026615Z adding 'torch/include/ATen/ops/_weight_norm_interface_cuda_dispatch.h' 2024-08-20T21:52:28.6029656Z adding 'torch/include/ATen/ops/_weight_norm_interface_native.h' 2024-08-20T21:52:28.6032964Z adding 'torch/include/ATen/ops/_weight_norm_interface_ops.h' 2024-08-20T21:52:28.6036226Z adding 'torch/include/ATen/ops/_weight_norm_native.h' 2024-08-20T21:52:28.6039281Z adding 'torch/include/ATen/ops/_weight_norm_ops.h' 2024-08-20T21:52:28.6042420Z adding 'torch/include/ATen/ops/abs.h' 2024-08-20T21:52:28.6045762Z adding 'torch/include/ATen/ops/abs_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.6048753Z adding 'torch/include/ATen/ops/abs_cpu_dispatch.h' 2024-08-20T21:52:28.6051864Z adding 'torch/include/ATen/ops/abs_cuda_dispatch.h' 2024-08-20T21:52:28.6054942Z adding 'torch/include/ATen/ops/abs_native.h' 2024-08-20T21:52:28.6058231Z adding 'torch/include/ATen/ops/abs_ops.h' 2024-08-20T21:52:28.6061312Z adding 'torch/include/ATen/ops/absolute.h' 2024-08-20T21:52:28.6064673Z adding 'torch/include/ATen/ops/absolute_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.6067513Z adding 'torch/include/ATen/ops/absolute_native.h' 2024-08-20T21:52:28.6070798Z adding 'torch/include/ATen/ops/absolute_ops.h' 2024-08-20T21:52:28.6074048Z adding 'torch/include/ATen/ops/acos.h' 2024-08-20T21:52:28.6077600Z adding 'torch/include/ATen/ops/acos_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:28.6080468Z adding 'torch/include/ATen/ops/acos_cpu_dispatch.h' 2024-08-20T21:52:28.6083730Z adding 'torch/include/ATen/ops/acos_cuda_dispatch.h' 2024-08-20T21:52:28.6086788Z adding 'torch/include/ATen/ops/acos_meta.h' 2024-08-20T21:52:28.6089918Z adding 'torch/include/ATen/ops/acos_meta_dispatch.h' 2024-08-20T21:52:28.6092888Z adding 'torch/include/ATen/ops/acos_native.h' 2024-08-20T21:52:28.6096136Z adding 'torch/include/ATen/ops/acos_ops.h' 2024-08-20T21:52:28.6099314Z adding 'torch/include/ATen/ops/acosh.h' 2024-08-20T21:52:28.6102730Z adding 'torch/include/ATen/ops/acosh_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:28.6105626Z adding 'torch/include/ATen/ops/acosh_cpu_dispatch.h' 2024-08-20T21:52:28.6108724Z adding 'torch/include/ATen/ops/acosh_cuda_dispatch.h' 2024-08-20T21:52:28.6111710Z adding 'torch/include/ATen/ops/acosh_meta.h' 2024-08-20T21:52:28.6114974Z adding 'torch/include/ATen/ops/acosh_meta_dispatch.h' 2024-08-20T21:52:28.6118215Z adding 'torch/include/ATen/ops/acosh_native.h' 2024-08-20T21:52:28.6121525Z adding 'torch/include/ATen/ops/acosh_ops.h' 2024-08-20T21:52:28.6124721Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d.h' 2024-08-20T21:52:28.6128121Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.6131009Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_native.h' 2024-08-20T21:52:28.6134185Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_ops.h' 2024-08-20T21:52:28.6137547Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d.h' 2024-08-20T21:52:28.6141160Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.6144090Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_cpu_dispatch.h' 2024-08-20T21:52:28.6147638Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_cuda_dispatch.h' 2024-08-20T21:52:28.6150459Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_native.h' 2024-08-20T21:52:28.6153553Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_ops.h' 2024-08-20T21:52:28.6157101Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d.h' 2024-08-20T21:52:28.6160376Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward.h' 2024-08-20T21:52:28.6163613Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_cpu_dispatch.h' 2024-08-20T21:52:28.6166722Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_cuda_dispatch.h' 2024-08-20T21:52:28.6169895Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_native.h' 2024-08-20T21:52:28.6173121Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_ops.h' 2024-08-20T21:52:28.6176312Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.6179316Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_cpu_dispatch.h' 2024-08-20T21:52:28.6182689Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_cuda_dispatch.h' 2024-08-20T21:52:28.6185663Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_native.h' 2024-08-20T21:52:28.6189095Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_ops.h' 2024-08-20T21:52:28.6192258Z adding 'torch/include/ATen/ops/adaptive_max_pool1d.h' 2024-08-20T21:52:28.6195922Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.6198846Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_native.h' 2024-08-20T21:52:28.6202151Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_ops.h' 2024-08-20T21:52:28.6205438Z adding 'torch/include/ATen/ops/adaptive_max_pool2d.h' 2024-08-20T21:52:28.6208697Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward.h' 2024-08-20T21:52:28.6212355Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:28.6215341Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_cpu_dispatch.h' 2024-08-20T21:52:28.6218669Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_cuda_dispatch.h' 2024-08-20T21:52:28.6221807Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_meta.h' 2024-08-20T21:52:28.6225065Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_meta_dispatch.h' 2024-08-20T21:52:28.6228256Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_native.h' 2024-08-20T21:52:28.6231551Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_ops.h' 2024-08-20T21:52:28.6235284Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:28.6238242Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_cpu_dispatch.h' 2024-08-20T21:52:28.6241586Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_cuda_dispatch.h' 2024-08-20T21:52:28.6244663Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_meta.h' 2024-08-20T21:52:28.6248020Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_meta_dispatch.h' 2024-08-20T21:52:28.6251190Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_native.h' 2024-08-20T21:52:28.6254571Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_ops.h' 2024-08-20T21:52:28.6257887Z adding 'torch/include/ATen/ops/adaptive_max_pool3d.h' 2024-08-20T21:52:28.6261135Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward.h' 2024-08-20T21:52:28.6264779Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:28.6267883Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_cpu_dispatch.h' 2024-08-20T21:52:28.6271047Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_cuda_dispatch.h' 2024-08-20T21:52:28.6274372Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_meta.h' 2024-08-20T21:52:28.6277618Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_meta_dispatch.h' 2024-08-20T21:52:28.6280825Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_native.h' 2024-08-20T21:52:28.6284140Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_ops.h' 2024-08-20T21:52:28.6287720Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:28.6290790Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_cpu_dispatch.h' 2024-08-20T21:52:28.6294270Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_cuda_dispatch.h' 2024-08-20T21:52:28.6297504Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_meta.h' 2024-08-20T21:52:28.6300769Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_meta_dispatch.h' 2024-08-20T21:52:28.6303970Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_native.h' 2024-08-20T21:52:28.6307372Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_ops.h' 2024-08-20T21:52:28.6310629Z adding 'torch/include/ATen/ops/add.h' 2024-08-20T21:52:28.6314296Z adding 'torch/include/ATen/ops/add_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.6317750Z adding 'torch/include/ATen/ops/add_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:28.6320788Z adding 'torch/include/ATen/ops/add_cpu_dispatch.h' 2024-08-20T21:52:28.6324049Z adding 'torch/include/ATen/ops/add_cuda_dispatch.h' 2024-08-20T21:52:28.6327163Z adding 'torch/include/ATen/ops/add_meta.h' 2024-08-20T21:52:28.6330440Z adding 'torch/include/ATen/ops/add_meta_dispatch.h' 2024-08-20T21:52:28.6333848Z adding 'torch/include/ATen/ops/add_native.h' 2024-08-20T21:52:28.6337653Z adding 'torch/include/ATen/ops/add_ops.h' 2024-08-20T21:52:28.6340958Z adding 'torch/include/ATen/ops/addbmm.h' 2024-08-20T21:52:28.6344356Z adding 'torch/include/ATen/ops/addbmm_cpu_dispatch.h' 2024-08-20T21:52:28.6347674Z adding 'torch/include/ATen/ops/addbmm_cuda_dispatch.h' 2024-08-20T21:52:28.6350812Z adding 'torch/include/ATen/ops/addbmm_meta_dispatch.h' 2024-08-20T21:52:28.6354037Z adding 'torch/include/ATen/ops/addbmm_native.h' 2024-08-20T21:52:28.6357408Z adding 'torch/include/ATen/ops/addbmm_ops.h' 2024-08-20T21:52:28.6360975Z adding 'torch/include/ATen/ops/addcdiv.h' 2024-08-20T21:52:28.6364476Z adding 'torch/include/ATen/ops/addcdiv_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:28.6367473Z adding 'torch/include/ATen/ops/addcdiv_cpu_dispatch.h' 2024-08-20T21:52:28.6370764Z adding 'torch/include/ATen/ops/addcdiv_cuda_dispatch.h' 2024-08-20T21:52:28.6373844Z adding 'torch/include/ATen/ops/addcdiv_meta.h' 2024-08-20T21:52:28.6377170Z adding 'torch/include/ATen/ops/addcdiv_meta_dispatch.h' 2024-08-20T21:52:28.6380277Z adding 'torch/include/ATen/ops/addcdiv_native.h' 2024-08-20T21:52:28.6383797Z adding 'torch/include/ATen/ops/addcdiv_ops.h' 2024-08-20T21:52:28.6387890Z adding 'torch/include/ATen/ops/addcmul.h' 2024-08-20T21:52:28.6391538Z adding 'torch/include/ATen/ops/addcmul_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:28.6394625Z adding 'torch/include/ATen/ops/addcmul_cpu_dispatch.h' 2024-08-20T21:52:28.6397867Z adding 'torch/include/ATen/ops/addcmul_cuda_dispatch.h' 2024-08-20T21:52:28.6401062Z adding 'torch/include/ATen/ops/addcmul_meta.h' 2024-08-20T21:52:28.6404255Z adding 'torch/include/ATen/ops/addcmul_meta_dispatch.h' 2024-08-20T21:52:28.6407456Z adding 'torch/include/ATen/ops/addcmul_native.h' 2024-08-20T21:52:28.6410863Z adding 'torch/include/ATen/ops/addcmul_ops.h' 2024-08-20T21:52:28.6414243Z adding 'torch/include/ATen/ops/addmm.h' 2024-08-20T21:52:28.6417910Z adding 'torch/include/ATen/ops/addmm_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:28.6420822Z adding 'torch/include/ATen/ops/addmm_cpu_dispatch.h' 2024-08-20T21:52:28.6424127Z adding 'torch/include/ATen/ops/addmm_cuda_dispatch.h' 2024-08-20T21:52:28.6427232Z adding 'torch/include/ATen/ops/addmm_meta.h' 2024-08-20T21:52:28.6430708Z adding 'torch/include/ATen/ops/addmm_meta_dispatch.h' 2024-08-20T21:52:28.6433876Z adding 'torch/include/ATen/ops/addmm_native.h' 2024-08-20T21:52:28.6437525Z adding 'torch/include/ATen/ops/addmm_ops.h' 2024-08-20T21:52:28.6440898Z adding 'torch/include/ATen/ops/addmv.h' 2024-08-20T21:52:28.6444479Z adding 'torch/include/ATen/ops/addmv_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:28.6447680Z adding 'torch/include/ATen/ops/addmv_cpu_dispatch.h' 2024-08-20T21:52:28.6450767Z adding 'torch/include/ATen/ops/addmv_cuda_dispatch.h' 2024-08-20T21:52:28.6453974Z adding 'torch/include/ATen/ops/addmv_meta.h' 2024-08-20T21:52:28.6457218Z adding 'torch/include/ATen/ops/addmv_meta_dispatch.h' 2024-08-20T21:52:28.6460435Z adding 'torch/include/ATen/ops/addmv_native.h' 2024-08-20T21:52:28.6463920Z adding 'torch/include/ATen/ops/addmv_ops.h' 2024-08-20T21:52:28.6467184Z adding 'torch/include/ATen/ops/addr.h' 2024-08-20T21:52:28.6470763Z adding 'torch/include/ATen/ops/addr_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.6473826Z adding 'torch/include/ATen/ops/addr_cpu_dispatch.h' 2024-08-20T21:52:28.6477261Z adding 'torch/include/ATen/ops/addr_cuda_dispatch.h' 2024-08-20T21:52:28.6480543Z adding 'torch/include/ATen/ops/addr_native.h' 2024-08-20T21:52:28.6483890Z adding 'torch/include/ATen/ops/addr_ops.h' 2024-08-20T21:52:28.6487186Z adding 'torch/include/ATen/ops/adjoint.h' 2024-08-20T21:52:28.6490620Z adding 'torch/include/ATen/ops/adjoint_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.6493634Z adding 'torch/include/ATen/ops/adjoint_native.h' 2024-08-20T21:52:28.6496836Z adding 'torch/include/ATen/ops/adjoint_ops.h' 2024-08-20T21:52:28.6500390Z adding 'torch/include/ATen/ops/affine_grid_generator.h' 2024-08-20T21:52:28.6503825Z adding 'torch/include/ATen/ops/affine_grid_generator_backward.h' 2024-08-20T21:52:28.6507395Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.6510385Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_native.h' 2024-08-20T21:52:28.6513552Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_ops.h' 2024-08-20T21:52:28.6517102Z adding 'torch/include/ATen/ops/affine_grid_generator_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.6520014Z adding 'torch/include/ATen/ops/affine_grid_generator_native.h' 2024-08-20T21:52:28.6523322Z adding 'torch/include/ATen/ops/affine_grid_generator_ops.h' 2024-08-20T21:52:28.6526523Z adding 'torch/include/ATen/ops/alias.h' 2024-08-20T21:52:28.6529859Z adding 'torch/include/ATen/ops/alias_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.6532791Z adding 'torch/include/ATen/ops/alias_copy.h' 2024-08-20T21:52:28.6536130Z adding 'torch/include/ATen/ops/alias_copy_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.6539356Z adding 'torch/include/ATen/ops/alias_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:28.6542102Z adding 'torch/include/ATen/ops/alias_copy_native.h' 2024-08-20T21:52:28.6545318Z adding 'torch/include/ATen/ops/alias_copy_ops.h' 2024-08-20T21:52:28.6548366Z adding 'torch/include/ATen/ops/alias_native.h' 2024-08-20T21:52:28.6551562Z adding 'torch/include/ATen/ops/alias_ops.h' 2024-08-20T21:52:28.6554812Z adding 'torch/include/ATen/ops/align_as.h' 2024-08-20T21:52:28.6558162Z adding 'torch/include/ATen/ops/align_as_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.6560969Z adding 'torch/include/ATen/ops/align_as_native.h' 2024-08-20T21:52:28.6564068Z adding 'torch/include/ATen/ops/align_as_ops.h' 2024-08-20T21:52:28.6567155Z adding 'torch/include/ATen/ops/align_tensors.h' 2024-08-20T21:52:28.6570483Z adding 'torch/include/ATen/ops/align_tensors_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.6573319Z adding 'torch/include/ATen/ops/align_tensors_native.h' 2024-08-20T21:52:28.6576783Z adding 'torch/include/ATen/ops/align_tensors_ops.h' 2024-08-20T21:52:28.6579417Z adding 'torch/include/ATen/ops/align_to.h' 2024-08-20T21:52:28.6582883Z adding 'torch/include/ATen/ops/align_to_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.6585643Z adding 'torch/include/ATen/ops/align_to_native.h' 2024-08-20T21:52:28.6588842Z adding 'torch/include/ATen/ops/align_to_ops.h' 2024-08-20T21:52:28.6592210Z adding 'torch/include/ATen/ops/all.h' 2024-08-20T21:52:28.6595789Z adding 'torch/include/ATen/ops/all_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.6599044Z adding 'torch/include/ATen/ops/all_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:28.6602106Z adding 'torch/include/ATen/ops/all_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.6605202Z adding 'torch/include/ATen/ops/all_cpu_dispatch.h' 2024-08-20T21:52:28.6608415Z adding 'torch/include/ATen/ops/all_cuda_dispatch.h' 2024-08-20T21:52:28.6611647Z adding 'torch/include/ATen/ops/all_meta.h' 2024-08-20T21:52:28.6614879Z adding 'torch/include/ATen/ops/all_meta_dispatch.h' 2024-08-20T21:52:28.6618062Z adding 'torch/include/ATen/ops/all_native.h' 2024-08-20T21:52:28.6621607Z adding 'torch/include/ATen/ops/all_ops.h' 2024-08-20T21:52:28.6624877Z adding 'torch/include/ATen/ops/allclose.h' 2024-08-20T21:52:28.6628247Z adding 'torch/include/ATen/ops/allclose_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.6631213Z adding 'torch/include/ATen/ops/allclose_native.h' 2024-08-20T21:52:28.6634410Z adding 'torch/include/ATen/ops/allclose_ops.h' 2024-08-20T21:52:28.6637552Z adding 'torch/include/ATen/ops/alpha_dropout.h' 2024-08-20T21:52:28.6640917Z adding 'torch/include/ATen/ops/alpha_dropout_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.6643768Z adding 'torch/include/ATen/ops/alpha_dropout_native.h' 2024-08-20T21:52:28.6646972Z adding 'torch/include/ATen/ops/alpha_dropout_ops.h' 2024-08-20T21:52:28.6650069Z adding 'torch/include/ATen/ops/amax.h' 2024-08-20T21:52:28.6653590Z adding 'torch/include/ATen/ops/amax_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:28.6656497Z adding 'torch/include/ATen/ops/amax_cpu_dispatch.h' 2024-08-20T21:52:28.6659931Z adding 'torch/include/ATen/ops/amax_cuda_dispatch.h' 2024-08-20T21:52:28.6662671Z adding 'torch/include/ATen/ops/amax_meta.h' 2024-08-20T21:52:28.6665818Z adding 'torch/include/ATen/ops/amax_meta_dispatch.h' 2024-08-20T21:52:28.6668790Z adding 'torch/include/ATen/ops/amax_native.h' 2024-08-20T21:52:28.6672003Z adding 'torch/include/ATen/ops/amax_ops.h' 2024-08-20T21:52:28.6675298Z adding 'torch/include/ATen/ops/amin.h' 2024-08-20T21:52:28.6679076Z adding 'torch/include/ATen/ops/amin_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:28.6682004Z adding 'torch/include/ATen/ops/amin_cpu_dispatch.h' 2024-08-20T21:52:28.6685148Z adding 'torch/include/ATen/ops/amin_cuda_dispatch.h' 2024-08-20T21:52:28.6688175Z adding 'torch/include/ATen/ops/amin_meta.h' 2024-08-20T21:52:28.6691342Z adding 'torch/include/ATen/ops/amin_meta_dispatch.h' 2024-08-20T21:52:28.6694348Z adding 'torch/include/ATen/ops/amin_native.h' 2024-08-20T21:52:28.6697582Z adding 'torch/include/ATen/ops/amin_ops.h' 2024-08-20T21:52:28.6700776Z adding 'torch/include/ATen/ops/aminmax.h' 2024-08-20T21:52:28.6704301Z adding 'torch/include/ATen/ops/aminmax_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:28.6707268Z adding 'torch/include/ATen/ops/aminmax_cpu_dispatch.h' 2024-08-20T21:52:28.6710409Z adding 'torch/include/ATen/ops/aminmax_cuda_dispatch.h' 2024-08-20T21:52:28.6713592Z adding 'torch/include/ATen/ops/aminmax_meta.h' 2024-08-20T21:52:28.6716922Z adding 'torch/include/ATen/ops/aminmax_meta_dispatch.h' 2024-08-20T21:52:28.6719966Z adding 'torch/include/ATen/ops/aminmax_native.h' 2024-08-20T21:52:28.6723211Z adding 'torch/include/ATen/ops/aminmax_ops.h' 2024-08-20T21:52:28.6726328Z adding 'torch/include/ATen/ops/and.h' 2024-08-20T21:52:28.6729750Z adding 'torch/include/ATen/ops/and_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.6732648Z adding 'torch/include/ATen/ops/and_native.h' 2024-08-20T21:52:28.6736057Z adding 'torch/include/ATen/ops/and_ops.h' 2024-08-20T21:52:28.6739116Z adding 'torch/include/ATen/ops/angle.h' 2024-08-20T21:52:28.6742305Z adding 'torch/include/ATen/ops/angle_cpu_dispatch.h' 2024-08-20T21:52:28.6745398Z adding 'torch/include/ATen/ops/angle_cuda_dispatch.h' 2024-08-20T21:52:28.6748457Z adding 'torch/include/ATen/ops/angle_native.h' 2024-08-20T21:52:28.6751655Z adding 'torch/include/ATen/ops/angle_ops.h' 2024-08-20T21:52:28.6755460Z adding 'torch/include/ATen/ops/any.h' 2024-08-20T21:52:28.6758635Z adding 'torch/include/ATen/ops/any_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.6761880Z adding 'torch/include/ATen/ops/any_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:28.6764944Z adding 'torch/include/ATen/ops/any_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.6767968Z adding 'torch/include/ATen/ops/any_cpu_dispatch.h' 2024-08-20T21:52:28.6771172Z adding 'torch/include/ATen/ops/any_cuda_dispatch.h' 2024-08-20T21:52:28.6774207Z adding 'torch/include/ATen/ops/any_meta.h' 2024-08-20T21:52:28.6777447Z adding 'torch/include/ATen/ops/any_meta_dispatch.h' 2024-08-20T21:52:28.6780586Z adding 'torch/include/ATen/ops/any_native.h' 2024-08-20T21:52:28.6784116Z adding 'torch/include/ATen/ops/any_ops.h' 2024-08-20T21:52:28.6787796Z adding 'torch/include/ATen/ops/arange.h' 2024-08-20T21:52:28.6791255Z adding 'torch/include/ATen/ops/arange_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.6794329Z adding 'torch/include/ATen/ops/arange_cpu_dispatch.h' 2024-08-20T21:52:28.6797524Z adding 'torch/include/ATen/ops/arange_cuda_dispatch.h' 2024-08-20T21:52:28.6800665Z adding 'torch/include/ATen/ops/arange_meta_dispatch.h' 2024-08-20T21:52:28.6803761Z adding 'torch/include/ATen/ops/arange_native.h' 2024-08-20T21:52:28.6807310Z adding 'torch/include/ATen/ops/arange_ops.h' 2024-08-20T21:52:28.6810554Z adding 'torch/include/ATen/ops/arccos.h' 2024-08-20T21:52:28.6814049Z adding 'torch/include/ATen/ops/arccos_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.6816945Z adding 'torch/include/ATen/ops/arccos_native.h' 2024-08-20T21:52:28.6820305Z adding 'torch/include/ATen/ops/arccos_ops.h' 2024-08-20T21:52:28.6823514Z adding 'torch/include/ATen/ops/arccosh.h' 2024-08-20T21:52:28.6826972Z adding 'torch/include/ATen/ops/arccosh_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.6829948Z adding 'torch/include/ATen/ops/arccosh_native.h' 2024-08-20T21:52:28.6833202Z adding 'torch/include/ATen/ops/arccosh_ops.h' 2024-08-20T21:52:28.6836609Z adding 'torch/include/ATen/ops/arcsin.h' 2024-08-20T21:52:28.6839965Z adding 'torch/include/ATen/ops/arcsin_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.6842972Z adding 'torch/include/ATen/ops/arcsin_native.h' 2024-08-20T21:52:28.6846226Z adding 'torch/include/ATen/ops/arcsin_ops.h' 2024-08-20T21:52:28.6849547Z adding 'torch/include/ATen/ops/arcsinh.h' 2024-08-20T21:52:28.6852919Z adding 'torch/include/ATen/ops/arcsinh_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.6855937Z adding 'torch/include/ATen/ops/arcsinh_native.h' 2024-08-20T21:52:28.6859309Z adding 'torch/include/ATen/ops/arcsinh_ops.h' 2024-08-20T21:52:28.6862443Z adding 'torch/include/ATen/ops/arctan.h' 2024-08-20T21:52:28.6865699Z adding 'torch/include/ATen/ops/arctan2.h' 2024-08-20T21:52:28.6869093Z adding 'torch/include/ATen/ops/arctan2_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.6872116Z adding 'torch/include/ATen/ops/arctan2_native.h' 2024-08-20T21:52:28.6875558Z adding 'torch/include/ATen/ops/arctan2_ops.h' 2024-08-20T21:52:28.6879201Z adding 'torch/include/ATen/ops/arctan_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.6882244Z adding 'torch/include/ATen/ops/arctan_native.h' 2024-08-20T21:52:28.6885571Z adding 'torch/include/ATen/ops/arctan_ops.h' 2024-08-20T21:52:28.6888823Z adding 'torch/include/ATen/ops/arctanh.h' 2024-08-20T21:52:28.6892264Z adding 'torch/include/ATen/ops/arctanh_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.6895187Z adding 'torch/include/ATen/ops/arctanh_native.h' 2024-08-20T21:52:28.6898674Z adding 'torch/include/ATen/ops/arctanh_ops.h' 2024-08-20T21:52:28.6901783Z adding 'torch/include/ATen/ops/argmax.h' 2024-08-20T21:52:28.6905354Z adding 'torch/include/ATen/ops/argmax_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:28.6908325Z adding 'torch/include/ATen/ops/argmax_cpu_dispatch.h' 2024-08-20T21:52:28.6911622Z adding 'torch/include/ATen/ops/argmax_cuda_dispatch.h' 2024-08-20T21:52:28.6914814Z adding 'torch/include/ATen/ops/argmax_meta.h' 2024-08-20T21:52:28.6918170Z adding 'torch/include/ATen/ops/argmax_meta_dispatch.h' 2024-08-20T21:52:28.6921384Z adding 'torch/include/ATen/ops/argmax_native.h' 2024-08-20T21:52:28.6924640Z adding 'torch/include/ATen/ops/argmax_ops.h' 2024-08-20T21:52:28.6927964Z adding 'torch/include/ATen/ops/argmin.h' 2024-08-20T21:52:28.6931455Z adding 'torch/include/ATen/ops/argmin_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:28.6934531Z adding 'torch/include/ATen/ops/argmin_cpu_dispatch.h' 2024-08-20T21:52:28.6937737Z adding 'torch/include/ATen/ops/argmin_cuda_dispatch.h' 2024-08-20T21:52:28.6940891Z adding 'torch/include/ATen/ops/argmin_meta.h' 2024-08-20T21:52:28.6944205Z adding 'torch/include/ATen/ops/argmin_meta_dispatch.h' 2024-08-20T21:52:28.6947346Z adding 'torch/include/ATen/ops/argmin_native.h' 2024-08-20T21:52:28.6950622Z adding 'torch/include/ATen/ops/argmin_ops.h' 2024-08-20T21:52:28.6953875Z adding 'torch/include/ATen/ops/argsort.h' 2024-08-20T21:52:28.6957649Z adding 'torch/include/ATen/ops/argsort_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.6960643Z adding 'torch/include/ATen/ops/argsort_native.h' 2024-08-20T21:52:28.6964133Z adding 'torch/include/ATen/ops/argsort_ops.h' 2024-08-20T21:52:28.6967365Z adding 'torch/include/ATen/ops/argwhere.h' 2024-08-20T21:52:28.6970708Z adding 'torch/include/ATen/ops/argwhere_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.6973706Z adding 'torch/include/ATen/ops/argwhere_native.h' 2024-08-20T21:52:28.6976815Z adding 'torch/include/ATen/ops/argwhere_ops.h' 2024-08-20T21:52:28.6980349Z adding 'torch/include/ATen/ops/as_strided.h' 2024-08-20T21:52:28.6984108Z adding 'torch/include/ATen/ops/as_strided_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:28.6987418Z adding 'torch/include/ATen/ops/as_strided_copy.h' 2024-08-20T21:52:28.6991129Z adding 'torch/include/ATen/ops/as_strided_copy_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.6994658Z adding 'torch/include/ATen/ops/as_strided_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:28.6997704Z adding 'torch/include/ATen/ops/as_strided_copy_native.h' 2024-08-20T21:52:28.7001151Z adding 'torch/include/ATen/ops/as_strided_copy_ops.h' 2024-08-20T21:52:28.7004421Z adding 'torch/include/ATen/ops/as_strided_cpu_dispatch.h' 2024-08-20T21:52:28.7007732Z adding 'torch/include/ATen/ops/as_strided_cuda_dispatch.h' 2024-08-20T21:52:28.7010897Z adding 'torch/include/ATen/ops/as_strided_meta_dispatch.h' 2024-08-20T21:52:28.7014196Z adding 'torch/include/ATen/ops/as_strided_native.h' 2024-08-20T21:52:28.7017509Z adding 'torch/include/ATen/ops/as_strided_ops.h' 2024-08-20T21:52:28.7021295Z adding 'torch/include/ATen/ops/as_strided_scatter.h' 2024-08-20T21:52:28.7025048Z adding 'torch/include/ATen/ops/as_strided_scatter_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.7028408Z adding 'torch/include/ATen/ops/as_strided_scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:28.7031420Z adding 'torch/include/ATen/ops/as_strided_scatter_native.h' 2024-08-20T21:52:28.7034970Z adding 'torch/include/ATen/ops/as_strided_scatter_ops.h' 2024-08-20T21:52:28.7038111Z adding 'torch/include/ATen/ops/asin.h' 2024-08-20T21:52:28.7041723Z adding 'torch/include/ATen/ops/asin_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:28.7044634Z adding 'torch/include/ATen/ops/asin_cpu_dispatch.h' 2024-08-20T21:52:28.7047917Z adding 'torch/include/ATen/ops/asin_cuda_dispatch.h' 2024-08-20T21:52:28.7051015Z adding 'torch/include/ATen/ops/asin_meta.h' 2024-08-20T21:52:28.7054262Z adding 'torch/include/ATen/ops/asin_meta_dispatch.h' 2024-08-20T21:52:28.7057466Z adding 'torch/include/ATen/ops/asin_native.h' 2024-08-20T21:52:28.7060771Z adding 'torch/include/ATen/ops/asin_ops.h' 2024-08-20T21:52:28.7064069Z adding 'torch/include/ATen/ops/asinh.h' 2024-08-20T21:52:28.7067506Z adding 'torch/include/ATen/ops/asinh_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:28.7070519Z adding 'torch/include/ATen/ops/asinh_cpu_dispatch.h' 2024-08-20T21:52:28.7073646Z adding 'torch/include/ATen/ops/asinh_cuda_dispatch.h' 2024-08-20T21:52:28.7076925Z adding 'torch/include/ATen/ops/asinh_meta.h' 2024-08-20T21:52:28.7080220Z adding 'torch/include/ATen/ops/asinh_meta_dispatch.h' 2024-08-20T21:52:28.7083335Z adding 'torch/include/ATen/ops/asinh_native.h' 2024-08-20T21:52:28.7086691Z adding 'torch/include/ATen/ops/asinh_ops.h' 2024-08-20T21:52:28.7089873Z adding 'torch/include/ATen/ops/atan.h' 2024-08-20T21:52:28.7093141Z adding 'torch/include/ATen/ops/atan2.h' 2024-08-20T21:52:28.7096587Z adding 'torch/include/ATen/ops/atan2_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:28.7099661Z adding 'torch/include/ATen/ops/atan2_cpu_dispatch.h' 2024-08-20T21:52:28.7103009Z adding 'torch/include/ATen/ops/atan2_cuda_dispatch.h' 2024-08-20T21:52:28.7105996Z adding 'torch/include/ATen/ops/atan2_meta.h' 2024-08-20T21:52:28.7109290Z adding 'torch/include/ATen/ops/atan2_meta_dispatch.h' 2024-08-20T21:52:28.7112328Z adding 'torch/include/ATen/ops/atan2_native.h' 2024-08-20T21:52:28.7115858Z adding 'torch/include/ATen/ops/atan2_ops.h' 2024-08-20T21:52:28.7119746Z adding 'torch/include/ATen/ops/atan_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:28.7122591Z adding 'torch/include/ATen/ops/atan_cpu_dispatch.h' 2024-08-20T21:52:28.7125619Z adding 'torch/include/ATen/ops/atan_cuda_dispatch.h' 2024-08-20T21:52:28.7128714Z adding 'torch/include/ATen/ops/atan_meta.h' 2024-08-20T21:52:28.7132669Z adding 'torch/include/ATen/ops/atan_meta_dispatch.h' 2024-08-20T21:52:28.7135867Z adding 'torch/include/ATen/ops/atan_native.h' 2024-08-20T21:52:28.7139309Z adding 'torch/include/ATen/ops/atan_ops.h' 2024-08-20T21:52:28.7142454Z adding 'torch/include/ATen/ops/atanh.h' 2024-08-20T21:52:28.7146073Z adding 'torch/include/ATen/ops/atanh_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:28.7149022Z adding 'torch/include/ATen/ops/atanh_cpu_dispatch.h' 2024-08-20T21:52:28.7152238Z adding 'torch/include/ATen/ops/atanh_cuda_dispatch.h' 2024-08-20T21:52:28.7155457Z adding 'torch/include/ATen/ops/atanh_meta.h' 2024-08-20T21:52:28.7158675Z adding 'torch/include/ATen/ops/atanh_meta_dispatch.h' 2024-08-20T21:52:28.7161775Z adding 'torch/include/ATen/ops/atanh_native.h' 2024-08-20T21:52:28.7165035Z adding 'torch/include/ATen/ops/atanh_ops.h' 2024-08-20T21:52:28.7168354Z adding 'torch/include/ATen/ops/atleast_1d.h' 2024-08-20T21:52:28.7171766Z adding 'torch/include/ATen/ops/atleast_1d_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.7174617Z adding 'torch/include/ATen/ops/atleast_1d_native.h' 2024-08-20T21:52:28.7177803Z adding 'torch/include/ATen/ops/atleast_1d_ops.h' 2024-08-20T21:52:28.7180921Z adding 'torch/include/ATen/ops/atleast_2d.h' 2024-08-20T21:52:28.7184429Z adding 'torch/include/ATen/ops/atleast_2d_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.7187292Z adding 'torch/include/ATen/ops/atleast_2d_native.h' 2024-08-20T21:52:28.7191019Z adding 'torch/include/ATen/ops/atleast_2d_ops.h' 2024-08-20T21:52:28.7194272Z adding 'torch/include/ATen/ops/atleast_3d.h' 2024-08-20T21:52:28.7197696Z adding 'torch/include/ATen/ops/atleast_3d_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.7200576Z adding 'torch/include/ATen/ops/atleast_3d_native.h' 2024-08-20T21:52:28.7203788Z adding 'torch/include/ATen/ops/atleast_3d_ops.h' 2024-08-20T21:52:28.7206933Z adding 'torch/include/ATen/ops/avg_pool1d.h' 2024-08-20T21:52:28.7210378Z adding 'torch/include/ATen/ops/avg_pool1d_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.7213185Z adding 'torch/include/ATen/ops/avg_pool1d_native.h' 2024-08-20T21:52:28.7216482Z adding 'torch/include/ATen/ops/avg_pool1d_ops.h' 2024-08-20T21:52:28.7219731Z adding 'torch/include/ATen/ops/avg_pool2d.h' 2024-08-20T21:52:28.7223066Z adding 'torch/include/ATen/ops/avg_pool2d_backward.h' 2024-08-20T21:52:28.7226663Z adding 'torch/include/ATen/ops/avg_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:28.7239318Z adding 'torch/include/ATen/ops/avg_pool2d_backward_cpu_dispatch.h' 2024-08-20T21:52:28.7240084Z adding 'torch/include/ATen/ops/avg_pool2d_backward_cuda_dispatch.h' 2024-08-20T21:52:28.7240761Z adding 'torch/include/ATen/ops/avg_pool2d_backward_meta.h' 2024-08-20T21:52:28.7241431Z adding 'torch/include/ATen/ops/avg_pool2d_backward_meta_dispatch.h' 2024-08-20T21:52:28.7242210Z adding 'torch/include/ATen/ops/avg_pool2d_backward_native.h' 2024-08-20T21:52:28.7245926Z adding 'torch/include/ATen/ops/avg_pool2d_backward_ops.h' 2024-08-20T21:52:28.7249320Z adding 'torch/include/ATen/ops/avg_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:28.7252290Z adding 'torch/include/ATen/ops/avg_pool2d_cpu_dispatch.h' 2024-08-20T21:52:28.7255578Z adding 'torch/include/ATen/ops/avg_pool2d_cuda_dispatch.h' 2024-08-20T21:52:28.7259013Z adding 'torch/include/ATen/ops/avg_pool2d_meta.h' 2024-08-20T21:52:28.7262330Z adding 'torch/include/ATen/ops/avg_pool2d_meta_dispatch.h' 2024-08-20T21:52:28.7265537Z adding 'torch/include/ATen/ops/avg_pool2d_native.h' 2024-08-20T21:52:28.7269031Z adding 'torch/include/ATen/ops/avg_pool2d_ops.h' 2024-08-20T21:52:28.7272283Z adding 'torch/include/ATen/ops/avg_pool3d.h' 2024-08-20T21:52:28.7275770Z adding 'torch/include/ATen/ops/avg_pool3d_backward.h' 2024-08-20T21:52:28.7279420Z adding 'torch/include/ATen/ops/avg_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:28.7282354Z adding 'torch/include/ATen/ops/avg_pool3d_backward_cpu_dispatch.h' 2024-08-20T21:52:28.7285601Z adding 'torch/include/ATen/ops/avg_pool3d_backward_cuda_dispatch.h' 2024-08-20T21:52:28.7288703Z adding 'torch/include/ATen/ops/avg_pool3d_backward_meta.h' 2024-08-20T21:52:28.7291953Z adding 'torch/include/ATen/ops/avg_pool3d_backward_meta_dispatch.h' 2024-08-20T21:52:28.7295073Z adding 'torch/include/ATen/ops/avg_pool3d_backward_native.h' 2024-08-20T21:52:28.7298391Z adding 'torch/include/ATen/ops/avg_pool3d_backward_ops.h' 2024-08-20T21:52:28.7301959Z adding 'torch/include/ATen/ops/avg_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:28.7305301Z adding 'torch/include/ATen/ops/avg_pool3d_cpu_dispatch.h' 2024-08-20T21:52:28.7308316Z adding 'torch/include/ATen/ops/avg_pool3d_cuda_dispatch.h' 2024-08-20T21:52:28.7311325Z adding 'torch/include/ATen/ops/avg_pool3d_meta.h' 2024-08-20T21:52:28.7314771Z adding 'torch/include/ATen/ops/avg_pool3d_meta_dispatch.h' 2024-08-20T21:52:28.7317898Z adding 'torch/include/ATen/ops/avg_pool3d_native.h' 2024-08-20T21:52:28.7321251Z adding 'torch/include/ATen/ops/avg_pool3d_ops.h' 2024-08-20T21:52:28.7324496Z adding 'torch/include/ATen/ops/baddbmm.h' 2024-08-20T21:52:28.7328014Z adding 'torch/include/ATen/ops/baddbmm_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:28.7330935Z adding 'torch/include/ATen/ops/baddbmm_cpu_dispatch.h' 2024-08-20T21:52:28.7334105Z adding 'torch/include/ATen/ops/baddbmm_cuda_dispatch.h' 2024-08-20T21:52:28.7337142Z adding 'torch/include/ATen/ops/baddbmm_meta.h' 2024-08-20T21:52:28.7340579Z adding 'torch/include/ATen/ops/baddbmm_meta_dispatch.h' 2024-08-20T21:52:28.7343473Z adding 'torch/include/ATen/ops/baddbmm_native.h' 2024-08-20T21:52:28.7346799Z adding 'torch/include/ATen/ops/baddbmm_ops.h' 2024-08-20T21:52:28.7350268Z adding 'torch/include/ATen/ops/bartlett_window.h' 2024-08-20T21:52:28.7353791Z adding 'torch/include/ATen/ops/bartlett_window_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.7357359Z adding 'torch/include/ATen/ops/bartlett_window_native.h' 2024-08-20T21:52:28.7363539Z adding 'torch/include/ATen/ops/bartlett_window_ops.h' 2024-08-20T21:52:28.7367354Z adding 'torch/include/ATen/ops/batch_norm.h' 2024-08-20T21:52:28.7372546Z adding 'torch/include/ATen/ops/batch_norm_backward.h' 2024-08-20T21:52:28.7377762Z adding 'torch/include/ATen/ops/batch_norm_backward_cpu_dispatch.h' 2024-08-20T21:52:28.7382979Z adding 'torch/include/ATen/ops/batch_norm_backward_cuda_dispatch.h' 2024-08-20T21:52:28.7388102Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt.h' 2024-08-20T21:52:28.7393562Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.7398630Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_cuda_dispatch.h' 2024-08-20T21:52:28.7403643Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_native.h' 2024-08-20T21:52:28.7409006Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_ops.h' 2024-08-20T21:52:28.7414244Z adding 'torch/include/ATen/ops/batch_norm_backward_native.h' 2024-08-20T21:52:28.7419575Z adding 'torch/include/ATen/ops/batch_norm_backward_ops.h' 2024-08-20T21:52:28.7424964Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce.h' 2024-08-20T21:52:28.7430573Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.7435610Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_cuda_dispatch.h' 2024-08-20T21:52:28.7440614Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_native.h' 2024-08-20T21:52:28.7447500Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_ops.h' 2024-08-20T21:52:28.7452831Z adding 'torch/include/ATen/ops/batch_norm_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.7457936Z adding 'torch/include/ATen/ops/batch_norm_elemt.h' 2024-08-20T21:52:28.7463109Z adding 'torch/include/ATen/ops/batch_norm_elemt_cuda_dispatch.h' 2024-08-20T21:52:28.7468043Z adding 'torch/include/ATen/ops/batch_norm_elemt_native.h' 2024-08-20T21:52:28.7473405Z adding 'torch/include/ATen/ops/batch_norm_elemt_ops.h' 2024-08-20T21:52:28.7478857Z adding 'torch/include/ATen/ops/batch_norm_gather_stats.h' 2024-08-20T21:52:28.7484464Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.7489474Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_cuda_dispatch.h' 2024-08-20T21:52:28.7494485Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_native.h' 2024-08-20T21:52:28.7499958Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_ops.h' 2024-08-20T21:52:28.7505263Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts.h' 2024-08-20T21:52:28.7510493Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.7515521Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_cuda_dispatch.h' 2024-08-20T21:52:28.7520493Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_native.h' 2024-08-20T21:52:28.7525736Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_ops.h' 2024-08-20T21:52:28.7530781Z adding 'torch/include/ATen/ops/batch_norm_native.h' 2024-08-20T21:52:28.7536117Z adding 'torch/include/ATen/ops/batch_norm_ops.h' 2024-08-20T21:52:28.7541363Z adding 'torch/include/ATen/ops/batch_norm_stats.h' 2024-08-20T21:52:28.7546714Z adding 'torch/include/ATen/ops/batch_norm_stats_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.7551667Z adding 'torch/include/ATen/ops/batch_norm_stats_cuda_dispatch.h' 2024-08-20T21:52:28.7556662Z adding 'torch/include/ATen/ops/batch_norm_stats_native.h' 2024-08-20T21:52:28.7561823Z adding 'torch/include/ATen/ops/batch_norm_stats_ops.h' 2024-08-20T21:52:28.7566865Z adding 'torch/include/ATen/ops/batch_norm_update_stats.h' 2024-08-20T21:52:28.7572401Z adding 'torch/include/ATen/ops/batch_norm_update_stats_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.7577780Z adding 'torch/include/ATen/ops/batch_norm_update_stats_cpu_dispatch.h' 2024-08-20T21:52:28.7582247Z adding 'torch/include/ATen/ops/batch_norm_update_stats_cuda_dispatch.h' 2024-08-20T21:52:28.7586945Z adding 'torch/include/ATen/ops/batch_norm_update_stats_native.h' 2024-08-20T21:52:28.7592196Z adding 'torch/include/ATen/ops/batch_norm_update_stats_ops.h' 2024-08-20T21:52:28.7597570Z adding 'torch/include/ATen/ops/bernoulli.h' 2024-08-20T21:52:28.7603028Z adding 'torch/include/ATen/ops/bernoulli_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.7608273Z adding 'torch/include/ATen/ops/bernoulli_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:28.7613140Z adding 'torch/include/ATen/ops/bernoulli_cpu_dispatch.h' 2024-08-20T21:52:28.7618172Z adding 'torch/include/ATen/ops/bernoulli_cuda_dispatch.h' 2024-08-20T21:52:28.7622924Z adding 'torch/include/ATen/ops/bernoulli_meta_dispatch.h' 2024-08-20T21:52:28.7627759Z adding 'torch/include/ATen/ops/bernoulli_native.h' 2024-08-20T21:52:28.7633506Z adding 'torch/include/ATen/ops/bernoulli_ops.h' 2024-08-20T21:52:28.7638851Z adding 'torch/include/ATen/ops/bilinear.h' 2024-08-20T21:52:28.7643995Z adding 'torch/include/ATen/ops/bilinear_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.7648634Z adding 'torch/include/ATen/ops/bilinear_native.h' 2024-08-20T21:52:28.7653809Z adding 'torch/include/ATen/ops/bilinear_ops.h' 2024-08-20T21:52:28.7658970Z adding 'torch/include/ATen/ops/binary_cross_entropy.h' 2024-08-20T21:52:28.7664237Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward.h' 2024-08-20T21:52:28.7669284Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_cpu_dispatch.h' 2024-08-20T21:52:28.7674415Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_cuda_dispatch.h' 2024-08-20T21:52:28.7679410Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_native.h' 2024-08-20T21:52:28.7684649Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_ops.h' 2024-08-20T21:52:28.7689875Z adding 'torch/include/ATen/ops/binary_cross_entropy_cpu_dispatch.h' 2024-08-20T21:52:28.7694795Z adding 'torch/include/ATen/ops/binary_cross_entropy_cuda_dispatch.h' 2024-08-20T21:52:28.7699579Z adding 'torch/include/ATen/ops/binary_cross_entropy_native.h' 2024-08-20T21:52:28.7704827Z adding 'torch/include/ATen/ops/binary_cross_entropy_ops.h' 2024-08-20T21:52:28.7710021Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits.h' 2024-08-20T21:52:28.7715689Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.7720186Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_native.h' 2024-08-20T21:52:28.7725315Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_ops.h' 2024-08-20T21:52:28.7730211Z adding 'torch/include/ATen/ops/bincount.h' 2024-08-20T21:52:28.7735230Z adding 'torch/include/ATen/ops/bincount_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.7740045Z adding 'torch/include/ATen/ops/bincount_cpu_dispatch.h' 2024-08-20T21:52:28.7745153Z adding 'torch/include/ATen/ops/bincount_cuda_dispatch.h' 2024-08-20T21:52:28.7749914Z adding 'torch/include/ATen/ops/bincount_native.h' 2024-08-20T21:52:28.7754986Z adding 'torch/include/ATen/ops/bincount_ops.h' 2024-08-20T21:52:28.7760024Z adding 'torch/include/ATen/ops/binomial.h' 2024-08-20T21:52:28.7765283Z adding 'torch/include/ATen/ops/binomial_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.7770117Z adding 'torch/include/ATen/ops/binomial_cpu_dispatch.h' 2024-08-20T21:52:28.7775135Z adding 'torch/include/ATen/ops/binomial_cuda_dispatch.h' 2024-08-20T21:52:28.7780050Z adding 'torch/include/ATen/ops/binomial_native.h' 2024-08-20T21:52:28.7785238Z adding 'torch/include/ATen/ops/binomial_ops.h' 2024-08-20T21:52:28.7790434Z adding 'torch/include/ATen/ops/bitwise_and.h' 2024-08-20T21:52:28.7795708Z adding 'torch/include/ATen/ops/bitwise_and_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.7801470Z adding 'torch/include/ATen/ops/bitwise_and_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:28.7805544Z adding 'torch/include/ATen/ops/bitwise_and_cpu_dispatch.h' 2024-08-20T21:52:28.7810351Z adding 'torch/include/ATen/ops/bitwise_and_cuda_dispatch.h' 2024-08-20T21:52:28.7815094Z adding 'torch/include/ATen/ops/bitwise_and_meta.h' 2024-08-20T21:52:28.7819885Z adding 'torch/include/ATen/ops/bitwise_and_meta_dispatch.h' 2024-08-20T21:52:28.7824629Z adding 'torch/include/ATen/ops/bitwise_and_native.h' 2024-08-20T21:52:28.7830187Z adding 'torch/include/ATen/ops/bitwise_and_ops.h' 2024-08-20T21:52:28.7835542Z adding 'torch/include/ATen/ops/bitwise_left_shift.h' 2024-08-20T21:52:28.7840863Z adding 'torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.7845926Z adding 'torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:28.7850723Z adding 'torch/include/ATen/ops/bitwise_left_shift_cpu_dispatch.h' 2024-08-20T21:52:28.7855793Z adding 'torch/include/ATen/ops/bitwise_left_shift_cuda_dispatch.h' 2024-08-20T21:52:28.7860646Z adding 'torch/include/ATen/ops/bitwise_left_shift_meta.h' 2024-08-20T21:52:28.7865652Z adding 'torch/include/ATen/ops/bitwise_left_shift_meta_dispatch.h' 2024-08-20T21:52:28.7870492Z adding 'torch/include/ATen/ops/bitwise_left_shift_native.h' 2024-08-20T21:52:28.7876005Z adding 'torch/include/ATen/ops/bitwise_left_shift_ops.h' 2024-08-20T21:52:28.7881159Z adding 'torch/include/ATen/ops/bitwise_not.h' 2024-08-20T21:52:28.7886324Z adding 'torch/include/ATen/ops/bitwise_not_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:28.7891075Z adding 'torch/include/ATen/ops/bitwise_not_cpu_dispatch.h' 2024-08-20T21:52:28.7895941Z adding 'torch/include/ATen/ops/bitwise_not_cuda_dispatch.h' 2024-08-20T21:52:28.7900618Z adding 'torch/include/ATen/ops/bitwise_not_meta.h' 2024-08-20T21:52:28.7905675Z adding 'torch/include/ATen/ops/bitwise_not_meta_dispatch.h' 2024-08-20T21:52:28.7911163Z adding 'torch/include/ATen/ops/bitwise_not_native.h' 2024-08-20T21:52:28.7916561Z adding 'torch/include/ATen/ops/bitwise_not_ops.h' 2024-08-20T21:52:28.7920817Z adding 'torch/include/ATen/ops/bitwise_or.h' 2024-08-20T21:52:28.7926400Z adding 'torch/include/ATen/ops/bitwise_or_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.7931530Z adding 'torch/include/ATen/ops/bitwise_or_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:28.7936191Z adding 'torch/include/ATen/ops/bitwise_or_cpu_dispatch.h' 2024-08-20T21:52:28.7941195Z adding 'torch/include/ATen/ops/bitwise_or_cuda_dispatch.h' 2024-08-20T21:52:28.7946094Z adding 'torch/include/ATen/ops/bitwise_or_meta.h' 2024-08-20T21:52:28.7951287Z adding 'torch/include/ATen/ops/bitwise_or_meta_dispatch.h' 2024-08-20T21:52:28.7956838Z adding 'torch/include/ATen/ops/bitwise_or_native.h' 2024-08-20T21:52:28.7962471Z adding 'torch/include/ATen/ops/bitwise_or_ops.h' 2024-08-20T21:52:28.7968054Z adding 'torch/include/ATen/ops/bitwise_right_shift.h' 2024-08-20T21:52:28.7973701Z adding 'torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.7978032Z adding 'torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:28.7982856Z adding 'torch/include/ATen/ops/bitwise_right_shift_cpu_dispatch.h' 2024-08-20T21:52:28.7987853Z adding 'torch/include/ATen/ops/bitwise_right_shift_cuda_dispatch.h' 2024-08-20T21:52:28.7992536Z adding 'torch/include/ATen/ops/bitwise_right_shift_meta.h' 2024-08-20T21:52:28.7997819Z adding 'torch/include/ATen/ops/bitwise_right_shift_meta_dispatch.h' 2024-08-20T21:52:28.8002694Z adding 'torch/include/ATen/ops/bitwise_right_shift_native.h' 2024-08-20T21:52:28.8008505Z adding 'torch/include/ATen/ops/bitwise_right_shift_ops.h' 2024-08-20T21:52:28.8013927Z adding 'torch/include/ATen/ops/bitwise_xor.h' 2024-08-20T21:52:28.8019325Z adding 'torch/include/ATen/ops/bitwise_xor_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.8024916Z adding 'torch/include/ATen/ops/bitwise_xor_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:28.8029362Z adding 'torch/include/ATen/ops/bitwise_xor_cpu_dispatch.h' 2024-08-20T21:52:28.8034498Z adding 'torch/include/ATen/ops/bitwise_xor_cuda_dispatch.h' 2024-08-20T21:52:28.8039441Z adding 'torch/include/ATen/ops/bitwise_xor_meta.h' 2024-08-20T21:52:28.8044641Z adding 'torch/include/ATen/ops/bitwise_xor_meta_dispatch.h' 2024-08-20T21:52:28.8049650Z adding 'torch/include/ATen/ops/bitwise_xor_native.h' 2024-08-20T21:52:28.8055343Z adding 'torch/include/ATen/ops/bitwise_xor_ops.h' 2024-08-20T21:52:28.8061016Z adding 'torch/include/ATen/ops/blackman_window.h' 2024-08-20T21:52:28.8066597Z adding 'torch/include/ATen/ops/blackman_window_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.8071384Z adding 'torch/include/ATen/ops/blackman_window_native.h' 2024-08-20T21:52:28.8076897Z adding 'torch/include/ATen/ops/blackman_window_ops.h' 2024-08-20T21:52:28.8082023Z adding 'torch/include/ATen/ops/block_diag.h' 2024-08-20T21:52:28.8087169Z adding 'torch/include/ATen/ops/block_diag_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.8091696Z adding 'torch/include/ATen/ops/block_diag_native.h' 2024-08-20T21:52:28.8097355Z adding 'torch/include/ATen/ops/block_diag_ops.h' 2024-08-20T21:52:28.8101872Z adding 'torch/include/ATen/ops/bmm.h' 2024-08-20T21:52:28.8107247Z adding 'torch/include/ATen/ops/bmm_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:28.8112068Z adding 'torch/include/ATen/ops/bmm_cpu_dispatch.h' 2024-08-20T21:52:28.8117184Z adding 'torch/include/ATen/ops/bmm_cuda_dispatch.h' 2024-08-20T21:52:28.8122004Z adding 'torch/include/ATen/ops/bmm_meta.h' 2024-08-20T21:52:28.8127028Z adding 'torch/include/ATen/ops/bmm_meta_dispatch.h' 2024-08-20T21:52:28.8131991Z adding 'torch/include/ATen/ops/bmm_native.h' 2024-08-20T21:52:28.8137237Z adding 'torch/include/ATen/ops/bmm_ops.h' 2024-08-20T21:52:28.8142311Z adding 'torch/include/ATen/ops/broadcast_tensors.h' 2024-08-20T21:52:28.8147701Z adding 'torch/include/ATen/ops/broadcast_tensors_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.8152442Z adding 'torch/include/ATen/ops/broadcast_tensors_native.h' 2024-08-20T21:52:28.8157694Z adding 'torch/include/ATen/ops/broadcast_tensors_ops.h' 2024-08-20T21:52:28.8162885Z adding 'torch/include/ATen/ops/broadcast_to.h' 2024-08-20T21:52:28.8168212Z adding 'torch/include/ATen/ops/broadcast_to_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.8172923Z adding 'torch/include/ATen/ops/broadcast_to_native.h' 2024-08-20T21:52:28.8190716Z adding 'torch/include/ATen/ops/broadcast_to_ops.h' 2024-08-20T21:52:28.8196088Z adding 'torch/include/ATen/ops/bucketize.h' 2024-08-20T21:52:28.8201483Z adding 'torch/include/ATen/ops/bucketize_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.8206499Z adding 'torch/include/ATen/ops/bucketize_cpu_dispatch.h' 2024-08-20T21:52:28.8211265Z adding 'torch/include/ATen/ops/bucketize_cuda_dispatch.h' 2024-08-20T21:52:28.8216185Z adding 'torch/include/ATen/ops/bucketize_native.h' 2024-08-20T21:52:28.8221676Z adding 'torch/include/ATen/ops/bucketize_ops.h' 2024-08-20T21:52:28.8226576Z adding 'torch/include/ATen/ops/can_cast.h' 2024-08-20T21:52:28.8231666Z adding 'torch/include/ATen/ops/can_cast_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.8236432Z adding 'torch/include/ATen/ops/can_cast_native.h' 2024-08-20T21:52:28.8241396Z adding 'torch/include/ATen/ops/can_cast_ops.h' 2024-08-20T21:52:28.8246434Z adding 'torch/include/ATen/ops/cartesian_prod.h' 2024-08-20T21:52:28.8251544Z adding 'torch/include/ATen/ops/cartesian_prod_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.8256050Z adding 'torch/include/ATen/ops/cartesian_prod_native.h' 2024-08-20T21:52:28.8261063Z adding 'torch/include/ATen/ops/cartesian_prod_ops.h' 2024-08-20T21:52:28.8265973Z adding 'torch/include/ATen/ops/cat.h' 2024-08-20T21:52:28.8271246Z adding 'torch/include/ATen/ops/cat_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:28.8276621Z adding 'torch/include/ATen/ops/cat_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.8281135Z adding 'torch/include/ATen/ops/cat_cpu_dispatch.h' 2024-08-20T21:52:28.8285886Z adding 'torch/include/ATen/ops/cat_cuda_dispatch.h' 2024-08-20T21:52:28.8291320Z adding 'torch/include/ATen/ops/cat_meta.h' 2024-08-20T21:52:28.8296564Z adding 'torch/include/ATen/ops/cat_meta_dispatch.h' 2024-08-20T21:52:28.8301476Z adding 'torch/include/ATen/ops/cat_native.h' 2024-08-20T21:52:28.8306571Z adding 'torch/include/ATen/ops/cat_ops.h' 2024-08-20T21:52:28.8311649Z adding 'torch/include/ATen/ops/cauchy.h' 2024-08-20T21:52:28.8317178Z adding 'torch/include/ATen/ops/cauchy_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.8321714Z adding 'torch/include/ATen/ops/cauchy_cpu_dispatch.h' 2024-08-20T21:52:28.8326650Z adding 'torch/include/ATen/ops/cauchy_cuda_dispatch.h' 2024-08-20T21:52:28.8331479Z adding 'torch/include/ATen/ops/cauchy_meta_dispatch.h' 2024-08-20T21:52:28.8336337Z adding 'torch/include/ATen/ops/cauchy_native.h' 2024-08-20T21:52:28.8341688Z adding 'torch/include/ATen/ops/cauchy_ops.h' 2024-08-20T21:52:28.8346598Z adding 'torch/include/ATen/ops/ccol_indices.h' 2024-08-20T21:52:28.8351883Z adding 'torch/include/ATen/ops/ccol_indices_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.8356431Z adding 'torch/include/ATen/ops/ccol_indices_copy.h' 2024-08-20T21:52:28.8361703Z adding 'torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.8366642Z adding 'torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:28.8371197Z adding 'torch/include/ATen/ops/ccol_indices_copy_native.h' 2024-08-20T21:52:28.8376356Z adding 'torch/include/ATen/ops/ccol_indices_copy_ops.h' 2024-08-20T21:52:28.8381249Z adding 'torch/include/ATen/ops/ccol_indices_native.h' 2024-08-20T21:52:28.8386213Z adding 'torch/include/ATen/ops/ccol_indices_ops.h' 2024-08-20T21:52:28.8391133Z adding 'torch/include/ATen/ops/cdist.h' 2024-08-20T21:52:28.8396422Z adding 'torch/include/ATen/ops/cdist_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.8401085Z adding 'torch/include/ATen/ops/cdist_native.h' 2024-08-20T21:52:28.8406155Z adding 'torch/include/ATen/ops/cdist_ops.h' 2024-08-20T21:52:28.8411150Z adding 'torch/include/ATen/ops/ceil.h' 2024-08-20T21:52:28.8416547Z adding 'torch/include/ATen/ops/ceil_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:28.8421277Z adding 'torch/include/ATen/ops/ceil_cpu_dispatch.h' 2024-08-20T21:52:28.8426247Z adding 'torch/include/ATen/ops/ceil_cuda_dispatch.h' 2024-08-20T21:52:28.8431028Z adding 'torch/include/ATen/ops/ceil_meta.h' 2024-08-20T21:52:28.8436183Z adding 'torch/include/ATen/ops/ceil_meta_dispatch.h' 2024-08-20T21:52:28.8441068Z adding 'torch/include/ATen/ops/ceil_native.h' 2024-08-20T21:52:28.8446142Z adding 'torch/include/ATen/ops/ceil_ops.h' 2024-08-20T21:52:28.8451282Z adding 'torch/include/ATen/ops/celu.h' 2024-08-20T21:52:28.8456717Z adding 'torch/include/ATen/ops/celu_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.8461555Z adding 'torch/include/ATen/ops/celu_native.h' 2024-08-20T21:52:28.8466947Z adding 'torch/include/ATen/ops/celu_ops.h' 2024-08-20T21:52:28.8472076Z adding 'torch/include/ATen/ops/chain_matmul.h' 2024-08-20T21:52:28.8477495Z adding 'torch/include/ATen/ops/chain_matmul_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.8481937Z adding 'torch/include/ATen/ops/chain_matmul_native.h' 2024-08-20T21:52:28.8486810Z adding 'torch/include/ATen/ops/chain_matmul_ops.h' 2024-08-20T21:52:28.8491666Z adding 'torch/include/ATen/ops/chalf.h' 2024-08-20T21:52:28.8496989Z adding 'torch/include/ATen/ops/chalf_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.8501827Z adding 'torch/include/ATen/ops/chalf_native.h' 2024-08-20T21:52:28.8506927Z adding 'torch/include/ATen/ops/chalf_ops.h' 2024-08-20T21:52:28.8512401Z adding 'torch/include/ATen/ops/channel_shuffle.h' 2024-08-20T21:52:28.8518471Z adding 'torch/include/ATen/ops/channel_shuffle_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.8523060Z adding 'torch/include/ATen/ops/channel_shuffle_cpu_dispatch.h' 2024-08-20T21:52:28.8528134Z adding 'torch/include/ATen/ops/channel_shuffle_cuda_dispatch.h' 2024-08-20T21:52:28.8533478Z adding 'torch/include/ATen/ops/channel_shuffle_native.h' 2024-08-20T21:52:28.8538754Z adding 'torch/include/ATen/ops/channel_shuffle_ops.h' 2024-08-20T21:52:28.8543754Z adding 'torch/include/ATen/ops/cholesky.h' 2024-08-20T21:52:28.8548762Z adding 'torch/include/ATen/ops/cholesky_cpu_dispatch.h' 2024-08-20T21:52:28.8553937Z adding 'torch/include/ATen/ops/cholesky_cuda_dispatch.h' 2024-08-20T21:52:28.8558831Z adding 'torch/include/ATen/ops/cholesky_inverse.h' 2024-08-20T21:52:28.8564096Z adding 'torch/include/ATen/ops/cholesky_inverse_cpu_dispatch.h' 2024-08-20T21:52:28.8569145Z adding 'torch/include/ATen/ops/cholesky_inverse_cuda_dispatch.h' 2024-08-20T21:52:28.8574052Z adding 'torch/include/ATen/ops/cholesky_inverse_native.h' 2024-08-20T21:52:28.8579334Z adding 'torch/include/ATen/ops/cholesky_inverse_ops.h' 2024-08-20T21:52:28.8584991Z adding 'torch/include/ATen/ops/cholesky_native.h' 2024-08-20T21:52:28.8590362Z adding 'torch/include/ATen/ops/cholesky_ops.h' 2024-08-20T21:52:28.8594691Z adding 'torch/include/ATen/ops/cholesky_solve.h' 2024-08-20T21:52:28.8600044Z adding 'torch/include/ATen/ops/cholesky_solve_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.8604506Z adding 'torch/include/ATen/ops/cholesky_solve_native.h' 2024-08-20T21:52:28.8608126Z adding 'torch/include/ATen/ops/cholesky_solve_ops.h' 2024-08-20T21:52:28.8611389Z adding 'torch/include/ATen/ops/choose_qparams_optimized.h' 2024-08-20T21:52:28.8615054Z adding 'torch/include/ATen/ops/choose_qparams_optimized_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.8618550Z adding 'torch/include/ATen/ops/choose_qparams_optimized_native.h' 2024-08-20T21:52:28.8621389Z adding 'torch/include/ATen/ops/choose_qparams_optimized_ops.h' 2024-08-20T21:52:28.8624998Z adding 'torch/include/ATen/ops/chunk.h' 2024-08-20T21:52:28.8627996Z adding 'torch/include/ATen/ops/chunk_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.8631054Z adding 'torch/include/ATen/ops/chunk_native.h' 2024-08-20T21:52:28.8634398Z adding 'torch/include/ATen/ops/chunk_ops.h' 2024-08-20T21:52:28.8637876Z adding 'torch/include/ATen/ops/clamp.h' 2024-08-20T21:52:28.8642312Z adding 'torch/include/ATen/ops/clamp_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:28.8644703Z adding 'torch/include/ATen/ops/clamp_cpu_dispatch.h' 2024-08-20T21:52:28.8648202Z adding 'torch/include/ATen/ops/clamp_cuda_dispatch.h' 2024-08-20T21:52:28.8651477Z adding 'torch/include/ATen/ops/clamp_max.h' 2024-08-20T21:52:28.8655164Z adding 'torch/include/ATen/ops/clamp_max_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:28.8658429Z adding 'torch/include/ATen/ops/clamp_max_cpu_dispatch.h' 2024-08-20T21:52:28.8661579Z adding 'torch/include/ATen/ops/clamp_max_cuda_dispatch.h' 2024-08-20T21:52:28.8664686Z adding 'torch/include/ATen/ops/clamp_max_meta.h' 2024-08-20T21:52:28.8667961Z adding 'torch/include/ATen/ops/clamp_max_meta_dispatch.h' 2024-08-20T21:52:28.8671192Z adding 'torch/include/ATen/ops/clamp_max_native.h' 2024-08-20T21:52:28.8674788Z adding 'torch/include/ATen/ops/clamp_max_ops.h' 2024-08-20T21:52:28.8678147Z adding 'torch/include/ATen/ops/clamp_meta.h' 2024-08-20T21:52:28.8681601Z adding 'torch/include/ATen/ops/clamp_meta_dispatch.h' 2024-08-20T21:52:28.8684850Z adding 'torch/include/ATen/ops/clamp_min.h' 2024-08-20T21:52:28.8688689Z adding 'torch/include/ATen/ops/clamp_min_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:28.8691716Z adding 'torch/include/ATen/ops/clamp_min_cpu_dispatch.h' 2024-08-20T21:52:28.8695112Z adding 'torch/include/ATen/ops/clamp_min_cuda_dispatch.h' 2024-08-20T21:52:28.8698308Z adding 'torch/include/ATen/ops/clamp_min_meta.h' 2024-08-20T21:52:28.8702020Z adding 'torch/include/ATen/ops/clamp_min_meta_dispatch.h' 2024-08-20T21:52:28.8704772Z adding 'torch/include/ATen/ops/clamp_min_native.h' 2024-08-20T21:52:28.8708238Z adding 'torch/include/ATen/ops/clamp_min_ops.h' 2024-08-20T21:52:28.8711636Z adding 'torch/include/ATen/ops/clamp_native.h' 2024-08-20T21:52:28.8715429Z adding 'torch/include/ATen/ops/clamp_ops.h' 2024-08-20T21:52:28.8718937Z adding 'torch/include/ATen/ops/clip.h' 2024-08-20T21:52:28.8722638Z adding 'torch/include/ATen/ops/clip_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.8725660Z adding 'torch/include/ATen/ops/clip_native.h' 2024-08-20T21:52:28.8729356Z adding 'torch/include/ATen/ops/clip_ops.h' 2024-08-20T21:52:28.8732742Z adding 'torch/include/ATen/ops/clone.h' 2024-08-20T21:52:28.8736132Z adding 'torch/include/ATen/ops/clone_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.8739243Z adding 'torch/include/ATen/ops/clone_native.h' 2024-08-20T21:52:28.8742575Z adding 'torch/include/ATen/ops/clone_ops.h' 2024-08-20T21:52:28.8745767Z adding 'torch/include/ATen/ops/coalesce.h' 2024-08-20T21:52:28.8749606Z adding 'torch/include/ATen/ops/coalesce_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.8752472Z adding 'torch/include/ATen/ops/coalesce_native.h' 2024-08-20T21:52:28.8755968Z adding 'torch/include/ATen/ops/coalesce_ops.h' 2024-08-20T21:52:28.8759390Z adding 'torch/include/ATen/ops/col2im.h' 2024-08-20T21:52:28.8762997Z adding 'torch/include/ATen/ops/col2im_cpu_dispatch.h' 2024-08-20T21:52:28.8766261Z adding 'torch/include/ATen/ops/col2im_cuda_dispatch.h' 2024-08-20T21:52:28.8769551Z adding 'torch/include/ATen/ops/col2im_native.h' 2024-08-20T21:52:28.8773040Z adding 'torch/include/ATen/ops/col2im_ops.h' 2024-08-20T21:52:28.8776149Z adding 'torch/include/ATen/ops/col_indices.h' 2024-08-20T21:52:28.8779466Z adding 'torch/include/ATen/ops/col_indices_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.8782425Z adding 'torch/include/ATen/ops/col_indices_copy.h' 2024-08-20T21:52:28.8785993Z adding 'torch/include/ATen/ops/col_indices_copy_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.8789221Z adding 'torch/include/ATen/ops/col_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:28.8792045Z adding 'torch/include/ATen/ops/col_indices_copy_native.h' 2024-08-20T21:52:28.8795417Z adding 'torch/include/ATen/ops/col_indices_copy_ops.h' 2024-08-20T21:52:28.8798605Z adding 'torch/include/ATen/ops/col_indices_native.h' 2024-08-20T21:52:28.8801809Z adding 'torch/include/ATen/ops/col_indices_ops.h' 2024-08-20T21:52:28.8804897Z adding 'torch/include/ATen/ops/column_stack.h' 2024-08-20T21:52:28.8808270Z adding 'torch/include/ATen/ops/column_stack_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.8811203Z adding 'torch/include/ATen/ops/column_stack_native.h' 2024-08-20T21:52:28.8814485Z adding 'torch/include/ATen/ops/column_stack_ops.h' 2024-08-20T21:52:28.8817688Z adding 'torch/include/ATen/ops/combinations.h' 2024-08-20T21:52:28.8821033Z adding 'torch/include/ATen/ops/combinations_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.8823937Z adding 'torch/include/ATen/ops/combinations_native.h' 2024-08-20T21:52:28.8827061Z adding 'torch/include/ATen/ops/combinations_ops.h' 2024-08-20T21:52:28.8830320Z adding 'torch/include/ATen/ops/complex.h' 2024-08-20T21:52:28.8833707Z adding 'torch/include/ATen/ops/complex_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.8836850Z adding 'torch/include/ATen/ops/complex_cpu_dispatch.h' 2024-08-20T21:52:28.8840051Z adding 'torch/include/ATen/ops/complex_cuda_dispatch.h' 2024-08-20T21:52:28.8843042Z adding 'torch/include/ATen/ops/complex_native.h' 2024-08-20T21:52:28.8846274Z adding 'torch/include/ATen/ops/complex_ops.h' 2024-08-20T21:52:28.8849582Z adding 'torch/include/ATen/ops/concat.h' 2024-08-20T21:52:28.8852916Z adding 'torch/include/ATen/ops/concat_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.8855841Z adding 'torch/include/ATen/ops/concat_native.h' 2024-08-20T21:52:28.8859517Z adding 'torch/include/ATen/ops/concat_ops.h' 2024-08-20T21:52:28.8862420Z adding 'torch/include/ATen/ops/concatenate.h' 2024-08-20T21:52:28.8865867Z adding 'torch/include/ATen/ops/concatenate_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.8868992Z adding 'torch/include/ATen/ops/concatenate_native.h' 2024-08-20T21:52:28.8872342Z adding 'torch/include/ATen/ops/concatenate_ops.h' 2024-08-20T21:52:28.8875566Z adding 'torch/include/ATen/ops/conj.h' 2024-08-20T21:52:28.8878892Z adding 'torch/include/ATen/ops/conj_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.8881732Z adding 'torch/include/ATen/ops/conj_native.h' 2024-08-20T21:52:28.8884979Z adding 'torch/include/ATen/ops/conj_ops.h' 2024-08-20T21:52:28.8888232Z adding 'torch/include/ATen/ops/conj_physical.h' 2024-08-20T21:52:28.8891641Z adding 'torch/include/ATen/ops/conj_physical_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.8894798Z adding 'torch/include/ATen/ops/conj_physical_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.8897811Z adding 'torch/include/ATen/ops/conj_physical_cpu_dispatch.h' 2024-08-20T21:52:28.8900900Z adding 'torch/include/ATen/ops/conj_physical_cuda_dispatch.h' 2024-08-20T21:52:28.8903922Z adding 'torch/include/ATen/ops/conj_physical_native.h' 2024-08-20T21:52:28.8907600Z adding 'torch/include/ATen/ops/conj_physical_ops.h' 2024-08-20T21:52:28.8910943Z adding 'torch/include/ATen/ops/constant_pad_nd.h' 2024-08-20T21:52:28.8914541Z adding 'torch/include/ATen/ops/constant_pad_nd_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.8917884Z adding 'torch/include/ATen/ops/constant_pad_nd_native.h' 2024-08-20T21:52:28.8921195Z adding 'torch/include/ATen/ops/constant_pad_nd_ops.h' 2024-08-20T21:52:28.8924243Z adding 'torch/include/ATen/ops/contiguous.h' 2024-08-20T21:52:28.8927597Z adding 'torch/include/ATen/ops/contiguous_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.8930462Z adding 'torch/include/ATen/ops/contiguous_native.h' 2024-08-20T21:52:28.8933582Z adding 'torch/include/ATen/ops/contiguous_ops.h' 2024-08-20T21:52:28.8936997Z adding 'torch/include/ATen/ops/conv1d.h' 2024-08-20T21:52:28.8940567Z adding 'torch/include/ATen/ops/conv1d_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.8944800Z adding 'torch/include/ATen/ops/conv1d_native.h' 2024-08-20T21:52:28.8948460Z adding 'torch/include/ATen/ops/conv1d_ops.h' 2024-08-20T21:52:28.8951882Z adding 'torch/include/ATen/ops/conv2d.h' 2024-08-20T21:52:28.8955615Z adding 'torch/include/ATen/ops/conv2d_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.8958603Z adding 'torch/include/ATen/ops/conv2d_native.h' 2024-08-20T21:52:28.8961907Z adding 'torch/include/ATen/ops/conv2d_ops.h' 2024-08-20T21:52:28.8965620Z adding 'torch/include/ATen/ops/conv3d.h' 2024-08-20T21:52:28.8969111Z adding 'torch/include/ATen/ops/conv3d_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.8972147Z adding 'torch/include/ATen/ops/conv3d_native.h' 2024-08-20T21:52:28.8975508Z adding 'torch/include/ATen/ops/conv3d_ops.h' 2024-08-20T21:52:28.8979463Z adding 'torch/include/ATen/ops/conv_depthwise3d.h' 2024-08-20T21:52:28.8982927Z adding 'torch/include/ATen/ops/conv_depthwise3d_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.8986222Z adding 'torch/include/ATen/ops/conv_depthwise3d_cuda_dispatch.h' 2024-08-20T21:52:28.8989263Z adding 'torch/include/ATen/ops/conv_depthwise3d_native.h' 2024-08-20T21:52:28.8992910Z adding 'torch/include/ATen/ops/conv_depthwise3d_ops.h' 2024-08-20T21:52:28.8995983Z adding 'torch/include/ATen/ops/conv_tbc.h' 2024-08-20T21:52:28.8999341Z adding 'torch/include/ATen/ops/conv_tbc_backward.h' 2024-08-20T21:52:28.9002795Z adding 'torch/include/ATen/ops/conv_tbc_backward_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.9005831Z adding 'torch/include/ATen/ops/conv_tbc_backward_native.h' 2024-08-20T21:52:28.9009161Z adding 'torch/include/ATen/ops/conv_tbc_backward_ops.h' 2024-08-20T21:52:28.9012531Z adding 'torch/include/ATen/ops/conv_tbc_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.9016153Z adding 'torch/include/ATen/ops/conv_tbc_native.h' 2024-08-20T21:52:28.9018940Z adding 'torch/include/ATen/ops/conv_tbc_ops.h' 2024-08-20T21:52:28.9022549Z adding 'torch/include/ATen/ops/conv_transpose1d.h' 2024-08-20T21:52:28.9026691Z adding 'torch/include/ATen/ops/conv_transpose1d_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.9029136Z adding 'torch/include/ATen/ops/conv_transpose1d_native.h' 2024-08-20T21:52:28.9032529Z adding 'torch/include/ATen/ops/conv_transpose1d_ops.h' 2024-08-20T21:52:28.9036028Z adding 'torch/include/ATen/ops/conv_transpose2d.h' 2024-08-20T21:52:28.9039906Z adding 'torch/include/ATen/ops/conv_transpose2d_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.9042941Z adding 'torch/include/ATen/ops/conv_transpose2d_native.h' 2024-08-20T21:52:28.9046208Z adding 'torch/include/ATen/ops/conv_transpose2d_ops.h' 2024-08-20T21:52:28.9049724Z adding 'torch/include/ATen/ops/conv_transpose3d.h' 2024-08-20T21:52:28.9053271Z adding 'torch/include/ATen/ops/conv_transpose3d_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.9056409Z adding 'torch/include/ATen/ops/conv_transpose3d_native.h' 2024-08-20T21:52:28.9060573Z adding 'torch/include/ATen/ops/conv_transpose3d_ops.h' 2024-08-20T21:52:28.9063700Z adding 'torch/include/ATen/ops/convolution.h' 2024-08-20T21:52:28.9067847Z adding 'torch/include/ATen/ops/convolution_backward.h' 2024-08-20T21:52:28.9071848Z adding 'torch/include/ATen/ops/convolution_backward_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.9075226Z adding 'torch/include/ATen/ops/convolution_backward_cuda_dispatch.h' 2024-08-20T21:52:28.9078538Z adding 'torch/include/ATen/ops/convolution_backward_native.h' 2024-08-20T21:52:28.9082054Z adding 'torch/include/ATen/ops/convolution_backward_ops.h' 2024-08-20T21:52:28.9086249Z adding 'torch/include/ATen/ops/convolution_backward_overrideable.h' 2024-08-20T21:52:28.9090325Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.9093437Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_native.h' 2024-08-20T21:52:28.9097809Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_ops.h' 2024-08-20T21:52:28.9101847Z adding 'torch/include/ATen/ops/convolution_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.9104934Z adding 'torch/include/ATen/ops/convolution_native.h' 2024-08-20T21:52:28.9108491Z adding 'torch/include/ATen/ops/convolution_ops.h' 2024-08-20T21:52:28.9112434Z adding 'torch/include/ATen/ops/convolution_overrideable.h' 2024-08-20T21:52:28.9116395Z adding 'torch/include/ATen/ops/convolution_overrideable_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.9119571Z adding 'torch/include/ATen/ops/convolution_overrideable_native.h' 2024-08-20T21:52:28.9123004Z adding 'torch/include/ATen/ops/convolution_overrideable_ops.h' 2024-08-20T21:52:28.9126224Z adding 'torch/include/ATen/ops/copy.h' 2024-08-20T21:52:28.9129821Z adding 'torch/include/ATen/ops/copy_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.9133156Z adding 'torch/include/ATen/ops/copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:28.9136177Z adding 'torch/include/ATen/ops/copy_meta_dispatch.h' 2024-08-20T21:52:28.9139300Z adding 'torch/include/ATen/ops/copy_native.h' 2024-08-20T21:52:28.9142719Z adding 'torch/include/ATen/ops/copy_ops.h' 2024-08-20T21:52:28.9146049Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse.h' 2024-08-20T21:52:28.9149697Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.9152871Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_meta_dispatch.h' 2024-08-20T21:52:28.9156065Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_native.h' 2024-08-20T21:52:28.9159509Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_ops.h' 2024-08-20T21:52:28.9162723Z adding 'torch/include/ATen/ops/copysign.h' 2024-08-20T21:52:28.9166915Z adding 'torch/include/ATen/ops/copysign_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.9169830Z adding 'torch/include/ATen/ops/copysign_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:28.9172667Z adding 'torch/include/ATen/ops/copysign_cpu_dispatch.h' 2024-08-20T21:52:28.9175952Z adding 'torch/include/ATen/ops/copysign_cuda_dispatch.h' 2024-08-20T21:52:28.9179061Z adding 'torch/include/ATen/ops/copysign_meta.h' 2024-08-20T21:52:28.9182418Z adding 'torch/include/ATen/ops/copysign_meta_dispatch.h' 2024-08-20T21:52:28.9185511Z adding 'torch/include/ATen/ops/copysign_native.h' 2024-08-20T21:52:28.9189165Z adding 'torch/include/ATen/ops/copysign_ops.h' 2024-08-20T21:52:28.9192432Z adding 'torch/include/ATen/ops/corrcoef.h' 2024-08-20T21:52:28.9196080Z adding 'torch/include/ATen/ops/corrcoef_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.9199291Z adding 'torch/include/ATen/ops/corrcoef_native.h' 2024-08-20T21:52:28.9202426Z adding 'torch/include/ATen/ops/corrcoef_ops.h' 2024-08-20T21:52:28.9205625Z adding 'torch/include/ATen/ops/cos.h' 2024-08-20T21:52:28.9209098Z adding 'torch/include/ATen/ops/cos_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:28.9212238Z adding 'torch/include/ATen/ops/cos_cpu_dispatch.h' 2024-08-20T21:52:28.9215467Z adding 'torch/include/ATen/ops/cos_cuda_dispatch.h' 2024-08-20T21:52:28.9218552Z adding 'torch/include/ATen/ops/cos_meta.h' 2024-08-20T21:52:28.9221758Z adding 'torch/include/ATen/ops/cos_meta_dispatch.h' 2024-08-20T21:52:28.9224848Z adding 'torch/include/ATen/ops/cos_native.h' 2024-08-20T21:52:28.9228268Z adding 'torch/include/ATen/ops/cos_ops.h' 2024-08-20T21:52:28.9231485Z adding 'torch/include/ATen/ops/cosh.h' 2024-08-20T21:52:28.9235184Z adding 'torch/include/ATen/ops/cosh_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:28.9238126Z adding 'torch/include/ATen/ops/cosh_cpu_dispatch.h' 2024-08-20T21:52:28.9241387Z adding 'torch/include/ATen/ops/cosh_cuda_dispatch.h' 2024-08-20T21:52:28.9244405Z adding 'torch/include/ATen/ops/cosh_meta.h' 2024-08-20T21:52:28.9247751Z adding 'torch/include/ATen/ops/cosh_meta_dispatch.h' 2024-08-20T21:52:28.9250786Z adding 'torch/include/ATen/ops/cosh_native.h' 2024-08-20T21:52:28.9254170Z adding 'torch/include/ATen/ops/cosh_ops.h' 2024-08-20T21:52:28.9257571Z adding 'torch/include/ATen/ops/cosine_embedding_loss.h' 2024-08-20T21:52:28.9261017Z adding 'torch/include/ATen/ops/cosine_embedding_loss_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.9264407Z adding 'torch/include/ATen/ops/cosine_embedding_loss_native.h' 2024-08-20T21:52:28.9267607Z adding 'torch/include/ATen/ops/cosine_embedding_loss_ops.h' 2024-08-20T21:52:28.9270847Z adding 'torch/include/ATen/ops/cosine_similarity.h' 2024-08-20T21:52:28.9274380Z adding 'torch/include/ATen/ops/cosine_similarity_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.9277403Z adding 'torch/include/ATen/ops/cosine_similarity_native.h' 2024-08-20T21:52:28.9280738Z adding 'torch/include/ATen/ops/cosine_similarity_ops.h' 2024-08-20T21:52:28.9284001Z adding 'torch/include/ATen/ops/count_nonzero.h' 2024-08-20T21:52:28.9287960Z adding 'torch/include/ATen/ops/count_nonzero_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.9290754Z adding 'torch/include/ATen/ops/count_nonzero_cpu_dispatch.h' 2024-08-20T21:52:28.9294173Z adding 'torch/include/ATen/ops/count_nonzero_cuda_dispatch.h' 2024-08-20T21:52:28.9301624Z adding 'torch/include/ATen/ops/count_nonzero_native.h' 2024-08-20T21:52:28.9302485Z adding 'torch/include/ATen/ops/count_nonzero_ops.h' 2024-08-20T21:52:28.9305779Z adding 'torch/include/ATen/ops/cov.h' 2024-08-20T21:52:28.9309291Z adding 'torch/include/ATen/ops/cov_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.9313372Z adding 'torch/include/ATen/ops/cov_native.h' 2024-08-20T21:52:28.9315703Z adding 'torch/include/ATen/ops/cov_ops.h' 2024-08-20T21:52:28.9319253Z adding 'torch/include/ATen/ops/cross.h' 2024-08-20T21:52:28.9322634Z adding 'torch/include/ATen/ops/cross_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.9326230Z adding 'torch/include/ATen/ops/cross_entropy_loss.h' 2024-08-20T21:52:28.9329292Z adding 'torch/include/ATen/ops/cross_entropy_loss_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.9332438Z adding 'torch/include/ATen/ops/cross_entropy_loss_native.h' 2024-08-20T21:52:28.9335755Z adding 'torch/include/ATen/ops/cross_entropy_loss_ops.h' 2024-08-20T21:52:28.9338865Z adding 'torch/include/ATen/ops/cross_native.h' 2024-08-20T21:52:28.9342299Z adding 'torch/include/ATen/ops/cross_ops.h' 2024-08-20T21:52:28.9345418Z adding 'torch/include/ATen/ops/crow_indices.h' 2024-08-20T21:52:28.9348923Z adding 'torch/include/ATen/ops/crow_indices_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.9352007Z adding 'torch/include/ATen/ops/crow_indices_copy.h' 2024-08-20T21:52:28.9355932Z adding 'torch/include/ATen/ops/crow_indices_copy_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.9359154Z adding 'torch/include/ATen/ops/crow_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:28.9362040Z adding 'torch/include/ATen/ops/crow_indices_copy_native.h' 2024-08-20T21:52:28.9365379Z adding 'torch/include/ATen/ops/crow_indices_copy_ops.h' 2024-08-20T21:52:28.9368422Z adding 'torch/include/ATen/ops/crow_indices_native.h' 2024-08-20T21:52:28.9371809Z adding 'torch/include/ATen/ops/crow_indices_ops.h' 2024-08-20T21:52:28.9375069Z adding 'torch/include/ATen/ops/ctc_loss.h' 2024-08-20T21:52:28.9378512Z adding 'torch/include/ATen/ops/ctc_loss_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.9381536Z adding 'torch/include/ATen/ops/ctc_loss_native.h' 2024-08-20T21:52:28.9384932Z adding 'torch/include/ATen/ops/ctc_loss_ops.h' 2024-08-20T21:52:28.9388744Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator.h' 2024-08-20T21:52:28.9392037Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward.h' 2024-08-20T21:52:28.9395542Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.9399443Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_cuda_dispatch.h' 2024-08-20T21:52:28.9401870Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_native.h' 2024-08-20T21:52:28.9405184Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_ops.h' 2024-08-20T21:52:28.9408573Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.9411705Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_cuda_dispatch.h' 2024-08-20T21:52:28.9414763Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_native.h' 2024-08-20T21:52:28.9418187Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_ops.h' 2024-08-20T21:52:28.9421495Z adding 'torch/include/ATen/ops/cudnn_batch_norm.h' 2024-08-20T21:52:28.9424923Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward.h' 2024-08-20T21:52:28.9428640Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.9431738Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_cuda_dispatch.h' 2024-08-20T21:52:28.9435212Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_native.h' 2024-08-20T21:52:28.9438983Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_ops.h' 2024-08-20T21:52:28.9442609Z adding 'torch/include/ATen/ops/cudnn_batch_norm_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.9446107Z adding 'torch/include/ATen/ops/cudnn_batch_norm_cuda_dispatch.h' 2024-08-20T21:52:28.9448871Z adding 'torch/include/ATen/ops/cudnn_batch_norm_native.h' 2024-08-20T21:52:28.9452369Z adding 'torch/include/ATen/ops/cudnn_batch_norm_ops.h' 2024-08-20T21:52:28.9455865Z adding 'torch/include/ATen/ops/cudnn_convolution.h' 2024-08-20T21:52:28.9460236Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu.h' 2024-08-20T21:52:28.9463787Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.9467383Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_cuda_dispatch.h' 2024-08-20T21:52:28.9470149Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_native.h' 2024-08-20T21:52:28.9473766Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_ops.h' 2024-08-20T21:52:28.9477026Z adding 'torch/include/ATen/ops/cudnn_convolution_cuda_dispatch.h' 2024-08-20T21:52:28.9480107Z adding 'torch/include/ATen/ops/cudnn_convolution_native.h' 2024-08-20T21:52:28.9483461Z adding 'torch/include/ATen/ops/cudnn_convolution_ops.h' 2024-08-20T21:52:28.9487078Z adding 'torch/include/ATen/ops/cudnn_convolution_relu.h' 2024-08-20T21:52:28.9490757Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.9493968Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_cuda_dispatch.h' 2024-08-20T21:52:28.9496947Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_native.h' 2024-08-20T21:52:28.9500332Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_ops.h' 2024-08-20T21:52:28.9504054Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose.h' 2024-08-20T21:52:28.9507764Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.9510915Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_cuda_dispatch.h' 2024-08-20T21:52:28.9514344Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_native.h' 2024-08-20T21:52:28.9517537Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_ops.h' 2024-08-20T21:52:28.9520522Z adding 'torch/include/ATen/ops/cudnn_grid_sampler.h' 2024-08-20T21:52:28.9523822Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward.h' 2024-08-20T21:52:28.9527275Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.9530468Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_cuda_dispatch.h' 2024-08-20T21:52:28.9533589Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_native.h' 2024-08-20T21:52:28.9537095Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_ops.h' 2024-08-20T21:52:28.9540463Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.9543193Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_cuda_dispatch.h' 2024-08-20T21:52:28.9546167Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_native.h' 2024-08-20T21:52:28.9549406Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_ops.h' 2024-08-20T21:52:28.9552446Z adding 'torch/include/ATen/ops/cudnn_is_acceptable.h' 2024-08-20T21:52:28.9555949Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.9558817Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_native.h' 2024-08-20T21:52:28.9561944Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_ops.h' 2024-08-20T21:52:28.9565219Z adding 'torch/include/ATen/ops/cummax.h' 2024-08-20T21:52:28.9568646Z adding 'torch/include/ATen/ops/cummax_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.9571880Z adding 'torch/include/ATen/ops/cummax_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.9574775Z adding 'torch/include/ATen/ops/cummax_native.h' 2024-08-20T21:52:28.9578161Z adding 'torch/include/ATen/ops/cummax_ops.h' 2024-08-20T21:52:28.9581378Z adding 'torch/include/ATen/ops/cummaxmin_backward.h' 2024-08-20T21:52:28.9584724Z adding 'torch/include/ATen/ops/cummaxmin_backward_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.9587784Z adding 'torch/include/ATen/ops/cummaxmin_backward_native.h' 2024-08-20T21:52:28.9590957Z adding 'torch/include/ATen/ops/cummaxmin_backward_ops.h' 2024-08-20T21:52:28.9594250Z adding 'torch/include/ATen/ops/cummin.h' 2024-08-20T21:52:28.9597742Z adding 'torch/include/ATen/ops/cummin_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.9600905Z adding 'torch/include/ATen/ops/cummin_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.9603849Z adding 'torch/include/ATen/ops/cummin_native.h' 2024-08-20T21:52:28.9607744Z adding 'torch/include/ATen/ops/cummin_ops.h' 2024-08-20T21:52:28.9610595Z adding 'torch/include/ATen/ops/cumprod.h' 2024-08-20T21:52:28.9613764Z adding 'torch/include/ATen/ops/cumprod_backward.h' 2024-08-20T21:52:28.9617177Z adding 'torch/include/ATen/ops/cumprod_backward_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.9620046Z adding 'torch/include/ATen/ops/cumprod_backward_native.h' 2024-08-20T21:52:28.9623238Z adding 'torch/include/ATen/ops/cumprod_backward_ops.h' 2024-08-20T21:52:28.9626708Z adding 'torch/include/ATen/ops/cumprod_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:28.9630428Z adding 'torch/include/ATen/ops/cumprod_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.9633524Z adding 'torch/include/ATen/ops/cumprod_cpu_dispatch.h' 2024-08-20T21:52:28.9637077Z adding 'torch/include/ATen/ops/cumprod_cuda_dispatch.h' 2024-08-20T21:52:28.9640113Z adding 'torch/include/ATen/ops/cumprod_meta.h' 2024-08-20T21:52:28.9643546Z adding 'torch/include/ATen/ops/cumprod_meta_dispatch.h' 2024-08-20T21:52:28.9646675Z adding 'torch/include/ATen/ops/cumprod_native.h' 2024-08-20T21:52:28.9650730Z adding 'torch/include/ATen/ops/cumprod_ops.h' 2024-08-20T21:52:28.9654087Z adding 'torch/include/ATen/ops/cumsum.h' 2024-08-20T21:52:28.9657532Z adding 'torch/include/ATen/ops/cumsum_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:28.9660793Z adding 'torch/include/ATen/ops/cumsum_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.9663941Z adding 'torch/include/ATen/ops/cumsum_cpu_dispatch.h' 2024-08-20T21:52:28.9667142Z adding 'torch/include/ATen/ops/cumsum_cuda_dispatch.h' 2024-08-20T21:52:28.9670310Z adding 'torch/include/ATen/ops/cumsum_meta.h' 2024-08-20T21:52:28.9673558Z adding 'torch/include/ATen/ops/cumsum_meta_dispatch.h' 2024-08-20T21:52:28.9677016Z adding 'torch/include/ATen/ops/cumsum_native.h' 2024-08-20T21:52:28.9680600Z adding 'torch/include/ATen/ops/cumsum_ops.h' 2024-08-20T21:52:28.9684010Z adding 'torch/include/ATen/ops/cumulative_trapezoid.h' 2024-08-20T21:52:28.9687579Z adding 'torch/include/ATen/ops/cumulative_trapezoid_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.9690475Z adding 'torch/include/ATen/ops/cumulative_trapezoid_native.h' 2024-08-20T21:52:28.9693869Z adding 'torch/include/ATen/ops/cumulative_trapezoid_ops.h' 2024-08-20T21:52:28.9696893Z adding 'torch/include/ATen/ops/data.h' 2024-08-20T21:52:28.9700420Z adding 'torch/include/ATen/ops/data_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.9703313Z adding 'torch/include/ATen/ops/data_native.h' 2024-08-20T21:52:28.9706561Z adding 'torch/include/ATen/ops/data_ops.h' 2024-08-20T21:52:28.9709782Z adding 'torch/include/ATen/ops/deg2rad.h' 2024-08-20T21:52:28.9713213Z adding 'torch/include/ATen/ops/deg2rad_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.9716439Z adding 'torch/include/ATen/ops/deg2rad_native.h' 2024-08-20T21:52:28.9719720Z adding 'torch/include/ATen/ops/deg2rad_ops.h' 2024-08-20T21:52:28.9722935Z adding 'torch/include/ATen/ops/dense_dim.h' 2024-08-20T21:52:28.9726332Z adding 'torch/include/ATen/ops/dense_dim_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.9729330Z adding 'torch/include/ATen/ops/dense_dim_native.h' 2024-08-20T21:52:28.9732584Z adding 'torch/include/ATen/ops/dense_dim_ops.h' 2024-08-20T21:52:28.9735882Z adding 'torch/include/ATen/ops/dequantize.h' 2024-08-20T21:52:28.9739535Z adding 'torch/include/ATen/ops/dequantize_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.9742571Z adding 'torch/include/ATen/ops/dequantize_cpu_dispatch.h' 2024-08-20T21:52:28.9745848Z adding 'torch/include/ATen/ops/dequantize_cuda_dispatch.h' 2024-08-20T21:52:28.9749042Z adding 'torch/include/ATen/ops/dequantize_native.h' 2024-08-20T21:52:28.9752502Z adding 'torch/include/ATen/ops/dequantize_ops.h' 2024-08-20T21:52:28.9755906Z adding 'torch/include/ATen/ops/det.h' 2024-08-20T21:52:28.9759247Z adding 'torch/include/ATen/ops/det_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.9762735Z adding 'torch/include/ATen/ops/det_native.h' 2024-08-20T21:52:28.9765559Z adding 'torch/include/ATen/ops/det_ops.h' 2024-08-20T21:52:28.9768693Z adding 'torch/include/ATen/ops/detach.h' 2024-08-20T21:52:28.9772134Z adding 'torch/include/ATen/ops/detach_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.9775079Z adding 'torch/include/ATen/ops/detach_copy.h' 2024-08-20T21:52:28.9778620Z adding 'torch/include/ATen/ops/detach_copy_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.9781906Z adding 'torch/include/ATen/ops/detach_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:28.9784842Z adding 'torch/include/ATen/ops/detach_copy_native.h' 2024-08-20T21:52:28.9788080Z adding 'torch/include/ATen/ops/detach_copy_ops.h' 2024-08-20T21:52:28.9791248Z adding 'torch/include/ATen/ops/detach_native.h' 2024-08-20T21:52:28.9794628Z adding 'torch/include/ATen/ops/detach_ops.h' 2024-08-20T21:52:28.9797827Z adding 'torch/include/ATen/ops/diag.h' 2024-08-20T21:52:28.9801753Z adding 'torch/include/ATen/ops/diag_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.9804850Z adding 'torch/include/ATen/ops/diag_embed.h' 2024-08-20T21:52:28.9808512Z adding 'torch/include/ATen/ops/diag_embed_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.9811889Z adding 'torch/include/ATen/ops/diag_embed_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:28.9814720Z adding 'torch/include/ATen/ops/diag_embed_native.h' 2024-08-20T21:52:28.9818112Z adding 'torch/include/ATen/ops/diag_embed_ops.h' 2024-08-20T21:52:28.9821186Z adding 'torch/include/ATen/ops/diag_native.h' 2024-08-20T21:52:28.9824845Z adding 'torch/include/ATen/ops/diag_ops.h' 2024-08-20T21:52:28.9827702Z adding 'torch/include/ATen/ops/diagflat.h' 2024-08-20T21:52:28.9831225Z adding 'torch/include/ATen/ops/diagflat_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.9834401Z adding 'torch/include/ATen/ops/diagflat_native.h' 2024-08-20T21:52:28.9837530Z adding 'torch/include/ATen/ops/diagflat_ops.h' 2024-08-20T21:52:28.9840778Z adding 'torch/include/ATen/ops/diagonal.h' 2024-08-20T21:52:28.9844305Z adding 'torch/include/ATen/ops/diagonal_backward.h' 2024-08-20T21:52:28.9848210Z adding 'torch/include/ATen/ops/diagonal_backward_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.9851219Z adding 'torch/include/ATen/ops/diagonal_backward_native.h' 2024-08-20T21:52:28.9854656Z adding 'torch/include/ATen/ops/diagonal_backward_ops.h' 2024-08-20T21:52:28.9858999Z adding 'torch/include/ATen/ops/diagonal_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.9862307Z adding 'torch/include/ATen/ops/diagonal_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.9865712Z adding 'torch/include/ATen/ops/diagonal_copy.h' 2024-08-20T21:52:28.9869213Z adding 'torch/include/ATen/ops/diagonal_copy_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.9872434Z adding 'torch/include/ATen/ops/diagonal_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:28.9875607Z adding 'torch/include/ATen/ops/diagonal_copy_native.h' 2024-08-20T21:52:28.9879185Z adding 'torch/include/ATen/ops/diagonal_copy_ops.h' 2024-08-20T21:52:28.9882596Z adding 'torch/include/ATen/ops/diagonal_native.h' 2024-08-20T21:52:28.9885882Z adding 'torch/include/ATen/ops/diagonal_ops.h' 2024-08-20T21:52:28.9889371Z adding 'torch/include/ATen/ops/diagonal_scatter.h' 2024-08-20T21:52:28.9892813Z adding 'torch/include/ATen/ops/diagonal_scatter_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.9895926Z adding 'torch/include/ATen/ops/diagonal_scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:28.9898849Z adding 'torch/include/ATen/ops/diagonal_scatter_native.h' 2024-08-20T21:52:28.9902463Z adding 'torch/include/ATen/ops/diagonal_scatter_ops.h' 2024-08-20T21:52:28.9905582Z adding 'torch/include/ATen/ops/diff.h' 2024-08-20T21:52:28.9909270Z adding 'torch/include/ATen/ops/diff_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.9912532Z adding 'torch/include/ATen/ops/diff_native.h' 2024-08-20T21:52:28.9915749Z adding 'torch/include/ATen/ops/diff_ops.h' 2024-08-20T21:52:28.9919202Z adding 'torch/include/ATen/ops/digamma.h' 2024-08-20T21:52:28.9922749Z adding 'torch/include/ATen/ops/digamma_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:28.9925971Z adding 'torch/include/ATen/ops/digamma_cpu_dispatch.h' 2024-08-20T21:52:28.9928968Z adding 'torch/include/ATen/ops/digamma_cuda_dispatch.h' 2024-08-20T21:52:28.9931942Z adding 'torch/include/ATen/ops/digamma_meta.h' 2024-08-20T21:52:28.9935213Z adding 'torch/include/ATen/ops/digamma_meta_dispatch.h' 2024-08-20T21:52:28.9938343Z adding 'torch/include/ATen/ops/digamma_native.h' 2024-08-20T21:52:28.9941617Z adding 'torch/include/ATen/ops/digamma_ops.h' 2024-08-20T21:52:28.9944885Z adding 'torch/include/ATen/ops/dist.h' 2024-08-20T21:52:28.9948293Z adding 'torch/include/ATen/ops/dist_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.9951299Z adding 'torch/include/ATen/ops/dist_native.h' 2024-08-20T21:52:28.9954664Z adding 'torch/include/ATen/ops/dist_ops.h' 2024-08-20T21:52:28.9958161Z adding 'torch/include/ATen/ops/div.h' 2024-08-20T21:52:28.9961775Z adding 'torch/include/ATen/ops/div_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:28.9965220Z adding 'torch/include/ATen/ops/div_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:28.9968208Z adding 'torch/include/ATen/ops/div_cpu_dispatch.h' 2024-08-20T21:52:28.9971430Z adding 'torch/include/ATen/ops/div_cuda_dispatch.h' 2024-08-20T21:52:28.9974622Z adding 'torch/include/ATen/ops/div_meta.h' 2024-08-20T21:52:28.9977852Z adding 'torch/include/ATen/ops/div_meta_dispatch.h' 2024-08-20T21:52:28.9981569Z adding 'torch/include/ATen/ops/div_native.h' 2024-08-20T21:52:28.9985554Z adding 'torch/include/ATen/ops/div_ops.h' 2024-08-20T21:52:28.9988892Z adding 'torch/include/ATen/ops/divide.h' 2024-08-20T21:52:28.9992781Z adding 'torch/include/ATen/ops/divide_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:28.9995779Z adding 'torch/include/ATen/ops/divide_native.h' 2024-08-20T21:52:28.9999495Z adding 'torch/include/ATen/ops/divide_ops.h' 2024-08-20T21:52:29.0003141Z adding 'torch/include/ATen/ops/dot.h' 2024-08-20T21:52:29.0006351Z adding 'torch/include/ATen/ops/dot_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.0009424Z adding 'torch/include/ATen/ops/dot_cpu_dispatch.h' 2024-08-20T21:52:29.0012514Z adding 'torch/include/ATen/ops/dot_cuda_dispatch.h' 2024-08-20T21:52:29.0015714Z adding 'torch/include/ATen/ops/dot_native.h' 2024-08-20T21:52:29.0018956Z adding 'torch/include/ATen/ops/dot_ops.h' 2024-08-20T21:52:29.0022016Z adding 'torch/include/ATen/ops/dropout.h' 2024-08-20T21:52:29.0025522Z adding 'torch/include/ATen/ops/dropout_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.0028617Z adding 'torch/include/ATen/ops/dropout_native.h' 2024-08-20T21:52:29.0031708Z adding 'torch/include/ATen/ops/dropout_ops.h' 2024-08-20T21:52:29.0034799Z adding 'torch/include/ATen/ops/dsplit.h' 2024-08-20T21:52:29.0038170Z adding 'torch/include/ATen/ops/dsplit_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.0041130Z adding 'torch/include/ATen/ops/dsplit_native.h' 2024-08-20T21:52:29.0044361Z adding 'torch/include/ATen/ops/dsplit_ops.h' 2024-08-20T21:52:29.0047813Z adding 'torch/include/ATen/ops/dstack.h' 2024-08-20T21:52:29.0051034Z adding 'torch/include/ATen/ops/dstack_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.0053725Z adding 'torch/include/ATen/ops/dstack_native.h' 2024-08-20T21:52:29.0056934Z adding 'torch/include/ATen/ops/dstack_ops.h' 2024-08-20T21:52:29.0060031Z adding 'torch/include/ATen/ops/einsum.h' 2024-08-20T21:52:29.0063407Z adding 'torch/include/ATen/ops/einsum_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.0066257Z adding 'torch/include/ATen/ops/einsum_native.h' 2024-08-20T21:52:29.0069417Z adding 'torch/include/ATen/ops/einsum_ops.h' 2024-08-20T21:52:29.0073004Z adding 'torch/include/ATen/ops/elu.h' 2024-08-20T21:52:29.0076267Z adding 'torch/include/ATen/ops/elu_backward.h' 2024-08-20T21:52:29.0079688Z adding 'torch/include/ATen/ops/elu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.0082588Z adding 'torch/include/ATen/ops/elu_backward_cpu_dispatch.h' 2024-08-20T21:52:29.0085795Z adding 'torch/include/ATen/ops/elu_backward_cuda_dispatch.h' 2024-08-20T21:52:29.0088858Z adding 'torch/include/ATen/ops/elu_backward_meta.h' 2024-08-20T21:52:29.0092079Z adding 'torch/include/ATen/ops/elu_backward_meta_dispatch.h' 2024-08-20T21:52:29.0095148Z adding 'torch/include/ATen/ops/elu_backward_native.h' 2024-08-20T21:52:29.0098416Z adding 'torch/include/ATen/ops/elu_backward_ops.h' 2024-08-20T21:52:29.0101883Z adding 'torch/include/ATen/ops/elu_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.0104842Z adding 'torch/include/ATen/ops/elu_cpu_dispatch.h' 2024-08-20T21:52:29.0107987Z adding 'torch/include/ATen/ops/elu_cuda_dispatch.h' 2024-08-20T21:52:29.0111036Z adding 'torch/include/ATen/ops/elu_meta.h' 2024-08-20T21:52:29.0114269Z adding 'torch/include/ATen/ops/elu_meta_dispatch.h' 2024-08-20T21:52:29.0117630Z adding 'torch/include/ATen/ops/elu_native.h' 2024-08-20T21:52:29.0120767Z adding 'torch/include/ATen/ops/elu_ops.h' 2024-08-20T21:52:29.0124315Z adding 'torch/include/ATen/ops/embedding.h' 2024-08-20T21:52:29.0127754Z adding 'torch/include/ATen/ops/embedding_backward.h' 2024-08-20T21:52:29.0131186Z adding 'torch/include/ATen/ops/embedding_backward_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.0134044Z adding 'torch/include/ATen/ops/embedding_backward_native.h' 2024-08-20T21:52:29.0137293Z adding 'torch/include/ATen/ops/embedding_backward_ops.h' 2024-08-20T21:52:29.0140496Z adding 'torch/include/ATen/ops/embedding_bag.h' 2024-08-20T21:52:29.0143968Z adding 'torch/include/ATen/ops/embedding_bag_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.0146912Z adding 'torch/include/ATen/ops/embedding_bag_native.h' 2024-08-20T21:52:29.0150253Z adding 'torch/include/ATen/ops/embedding_bag_ops.h' 2024-08-20T21:52:29.0153741Z adding 'torch/include/ATen/ops/embedding_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.0157241Z adding 'torch/include/ATen/ops/embedding_dense_backward.h' 2024-08-20T21:52:29.0161186Z adding 'torch/include/ATen/ops/embedding_dense_backward_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.0164312Z adding 'torch/include/ATen/ops/embedding_dense_backward_cpu_dispatch.h' 2024-08-20T21:52:29.0167460Z adding 'torch/include/ATen/ops/embedding_dense_backward_cuda_dispatch.h' 2024-08-20T21:52:29.0170515Z adding 'torch/include/ATen/ops/embedding_dense_backward_native.h' 2024-08-20T21:52:29.0173984Z adding 'torch/include/ATen/ops/embedding_dense_backward_ops.h' 2024-08-20T21:52:29.0176852Z adding 'torch/include/ATen/ops/embedding_native.h' 2024-08-20T21:52:29.0180120Z adding 'torch/include/ATen/ops/embedding_ops.h' 2024-08-20T21:52:29.0183444Z adding 'torch/include/ATen/ops/embedding_renorm.h' 2024-08-20T21:52:29.0186821Z adding 'torch/include/ATen/ops/embedding_renorm_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.0189775Z adding 'torch/include/ATen/ops/embedding_renorm_cpu_dispatch.h' 2024-08-20T21:52:29.0192877Z adding 'torch/include/ATen/ops/embedding_renorm_cuda_dispatch.h' 2024-08-20T21:52:29.0196076Z adding 'torch/include/ATen/ops/embedding_renorm_meta_dispatch.h' 2024-08-20T21:52:29.0199116Z adding 'torch/include/ATen/ops/embedding_renorm_native.h' 2024-08-20T21:52:29.0202432Z adding 'torch/include/ATen/ops/embedding_renorm_ops.h' 2024-08-20T21:52:29.0205643Z adding 'torch/include/ATen/ops/embedding_sparse_backward.h' 2024-08-20T21:52:29.0209075Z adding 'torch/include/ATen/ops/embedding_sparse_backward_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.0211929Z adding 'torch/include/ATen/ops/embedding_sparse_backward_native.h' 2024-08-20T21:52:29.0215136Z adding 'torch/include/ATen/ops/embedding_sparse_backward_ops.h' 2024-08-20T21:52:29.0218881Z adding 'torch/include/ATen/ops/empty.h' 2024-08-20T21:52:29.0222641Z adding 'torch/include/ATen/ops/empty_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.0225742Z adding 'torch/include/ATen/ops/empty_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.0228947Z adding 'torch/include/ATen/ops/empty_cpu_dispatch.h' 2024-08-20T21:52:29.0232162Z adding 'torch/include/ATen/ops/empty_cuda_dispatch.h' 2024-08-20T21:52:29.0235763Z adding 'torch/include/ATen/ops/empty_like.h' 2024-08-20T21:52:29.0239336Z adding 'torch/include/ATen/ops/empty_like_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.0242400Z adding 'torch/include/ATen/ops/empty_like_native.h' 2024-08-20T21:52:29.0245864Z adding 'torch/include/ATen/ops/empty_like_ops.h' 2024-08-20T21:52:29.0249213Z adding 'torch/include/ATen/ops/empty_meta_dispatch.h' 2024-08-20T21:52:29.0252628Z adding 'torch/include/ATen/ops/empty_native.h' 2024-08-20T21:52:29.0256249Z adding 'torch/include/ATen/ops/empty_ops.h' 2024-08-20T21:52:29.0260109Z adding 'torch/include/ATen/ops/empty_permuted.h' 2024-08-20T21:52:29.0263902Z adding 'torch/include/ATen/ops/empty_permuted_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.0266855Z adding 'torch/include/ATen/ops/empty_permuted_native.h' 2024-08-20T21:52:29.0270408Z adding 'torch/include/ATen/ops/empty_permuted_ops.h' 2024-08-20T21:52:29.0274216Z adding 'torch/include/ATen/ops/empty_quantized.h' 2024-08-20T21:52:29.0277570Z adding 'torch/include/ATen/ops/empty_quantized_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.0280583Z adding 'torch/include/ATen/ops/empty_quantized_native.h' 2024-08-20T21:52:29.0283921Z adding 'torch/include/ATen/ops/empty_quantized_ops.h' 2024-08-20T21:52:29.0287683Z adding 'torch/include/ATen/ops/empty_strided.h' 2024-08-20T21:52:29.0291391Z adding 'torch/include/ATen/ops/empty_strided_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.0294483Z adding 'torch/include/ATen/ops/empty_strided_cpu_dispatch.h' 2024-08-20T21:52:29.0297800Z adding 'torch/include/ATen/ops/empty_strided_cuda_dispatch.h' 2024-08-20T21:52:29.0300970Z adding 'torch/include/ATen/ops/empty_strided_meta_dispatch.h' 2024-08-20T21:52:29.0304226Z adding 'torch/include/ATen/ops/empty_strided_native.h' 2024-08-20T21:52:29.0307535Z adding 'torch/include/ATen/ops/empty_strided_ops.h' 2024-08-20T21:52:29.0310853Z adding 'torch/include/ATen/ops/eq.h' 2024-08-20T21:52:29.0314504Z adding 'torch/include/ATen/ops/eq_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.0317492Z adding 'torch/include/ATen/ops/eq_cpu_dispatch.h' 2024-08-20T21:52:29.0320900Z adding 'torch/include/ATen/ops/eq_cuda_dispatch.h' 2024-08-20T21:52:29.0323961Z adding 'torch/include/ATen/ops/eq_meta.h' 2024-08-20T21:52:29.0327307Z adding 'torch/include/ATen/ops/eq_meta_dispatch.h' 2024-08-20T21:52:29.0330560Z adding 'torch/include/ATen/ops/eq_native.h' 2024-08-20T21:52:29.0333999Z adding 'torch/include/ATen/ops/eq_ops.h' 2024-08-20T21:52:29.0337298Z adding 'torch/include/ATen/ops/equal.h' 2024-08-20T21:52:29.0340483Z adding 'torch/include/ATen/ops/equal_cpu_dispatch.h' 2024-08-20T21:52:29.0344079Z adding 'torch/include/ATen/ops/equal_cuda_dispatch.h' 2024-08-20T21:52:29.0347151Z adding 'torch/include/ATen/ops/equal_native.h' 2024-08-20T21:52:29.0350396Z adding 'torch/include/ATen/ops/equal_ops.h' 2024-08-20T21:52:29.0353612Z adding 'torch/include/ATen/ops/erf.h' 2024-08-20T21:52:29.0357194Z adding 'torch/include/ATen/ops/erf_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.0360192Z adding 'torch/include/ATen/ops/erf_cpu_dispatch.h' 2024-08-20T21:52:29.0363313Z adding 'torch/include/ATen/ops/erf_cuda_dispatch.h' 2024-08-20T21:52:29.0366507Z adding 'torch/include/ATen/ops/erf_meta.h' 2024-08-20T21:52:29.0369752Z adding 'torch/include/ATen/ops/erf_meta_dispatch.h' 2024-08-20T21:52:29.0372918Z adding 'torch/include/ATen/ops/erf_native.h' 2024-08-20T21:52:29.0376343Z adding 'torch/include/ATen/ops/erf_ops.h' 2024-08-20T21:52:29.0379525Z adding 'torch/include/ATen/ops/erfc.h' 2024-08-20T21:52:29.0383166Z adding 'torch/include/ATen/ops/erfc_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.0386001Z adding 'torch/include/ATen/ops/erfc_cpu_dispatch.h' 2024-08-20T21:52:29.0389246Z adding 'torch/include/ATen/ops/erfc_cuda_dispatch.h' 2024-08-20T21:52:29.0392315Z adding 'torch/include/ATen/ops/erfc_meta.h' 2024-08-20T21:52:29.0395858Z adding 'torch/include/ATen/ops/erfc_meta_dispatch.h' 2024-08-20T21:52:29.0399015Z adding 'torch/include/ATen/ops/erfc_native.h' 2024-08-20T21:52:29.0402332Z adding 'torch/include/ATen/ops/erfc_ops.h' 2024-08-20T21:52:29.0405580Z adding 'torch/include/ATen/ops/erfinv.h' 2024-08-20T21:52:29.0409025Z adding 'torch/include/ATen/ops/erfinv_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.0412074Z adding 'torch/include/ATen/ops/erfinv_cpu_dispatch.h' 2024-08-20T21:52:29.0415261Z adding 'torch/include/ATen/ops/erfinv_cuda_dispatch.h' 2024-08-20T21:52:29.0418312Z adding 'torch/include/ATen/ops/erfinv_meta.h' 2024-08-20T21:52:29.0421555Z adding 'torch/include/ATen/ops/erfinv_meta_dispatch.h' 2024-08-20T21:52:29.0424660Z adding 'torch/include/ATen/ops/erfinv_native.h' 2024-08-20T21:52:29.0428056Z adding 'torch/include/ATen/ops/erfinv_ops.h' 2024-08-20T21:52:29.0431580Z adding 'torch/include/ATen/ops/exp.h' 2024-08-20T21:52:29.0434675Z adding 'torch/include/ATen/ops/exp2.h' 2024-08-20T21:52:29.0438925Z adding 'torch/include/ATen/ops/exp2_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.0441116Z adding 'torch/include/ATen/ops/exp2_cpu_dispatch.h' 2024-08-20T21:52:29.0444413Z adding 'torch/include/ATen/ops/exp2_cuda_dispatch.h' 2024-08-20T21:52:29.0447324Z adding 'torch/include/ATen/ops/exp2_meta.h' 2024-08-20T21:52:29.0450657Z adding 'torch/include/ATen/ops/exp2_meta_dispatch.h' 2024-08-20T21:52:29.0453747Z adding 'torch/include/ATen/ops/exp2_native.h' 2024-08-20T21:52:29.0457094Z adding 'torch/include/ATen/ops/exp2_ops.h' 2024-08-20T21:52:29.0460559Z adding 'torch/include/ATen/ops/exp_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.0463521Z adding 'torch/include/ATen/ops/exp_cpu_dispatch.h' 2024-08-20T21:52:29.0466717Z adding 'torch/include/ATen/ops/exp_cuda_dispatch.h' 2024-08-20T21:52:29.0469785Z adding 'torch/include/ATen/ops/exp_meta.h' 2024-08-20T21:52:29.0473009Z adding 'torch/include/ATen/ops/exp_meta_dispatch.h' 2024-08-20T21:52:29.0476154Z adding 'torch/include/ATen/ops/exp_native.h' 2024-08-20T21:52:29.0479508Z adding 'torch/include/ATen/ops/exp_ops.h' 2024-08-20T21:52:29.0482681Z adding 'torch/include/ATen/ops/expand.h' 2024-08-20T21:52:29.0485871Z adding 'torch/include/ATen/ops/expand_as.h' 2024-08-20T21:52:29.0489249Z adding 'torch/include/ATen/ops/expand_as_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.0492237Z adding 'torch/include/ATen/ops/expand_as_native.h' 2024-08-20T21:52:29.0495479Z adding 'torch/include/ATen/ops/expand_as_ops.h' 2024-08-20T21:52:29.0498861Z adding 'torch/include/ATen/ops/expand_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.0502225Z adding 'torch/include/ATen/ops/expand_copy.h' 2024-08-20T21:52:29.0505795Z adding 'torch/include/ATen/ops/expand_copy_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.0509514Z adding 'torch/include/ATen/ops/expand_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.0512389Z adding 'torch/include/ATen/ops/expand_copy_native.h' 2024-08-20T21:52:29.0515844Z adding 'torch/include/ATen/ops/expand_copy_ops.h' 2024-08-20T21:52:29.0519027Z adding 'torch/include/ATen/ops/expand_native.h' 2024-08-20T21:52:29.0522216Z adding 'torch/include/ATen/ops/expand_ops.h' 2024-08-20T21:52:29.0525500Z adding 'torch/include/ATen/ops/expm1.h' 2024-08-20T21:52:29.0529021Z adding 'torch/include/ATen/ops/expm1_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.0531966Z adding 'torch/include/ATen/ops/expm1_cpu_dispatch.h' 2024-08-20T21:52:29.0535243Z adding 'torch/include/ATen/ops/expm1_cuda_dispatch.h' 2024-08-20T21:52:29.0538328Z adding 'torch/include/ATen/ops/expm1_meta.h' 2024-08-20T21:52:29.0541744Z adding 'torch/include/ATen/ops/expm1_meta_dispatch.h' 2024-08-20T21:52:29.0544617Z adding 'torch/include/ATen/ops/expm1_native.h' 2024-08-20T21:52:29.0547970Z adding 'torch/include/ATen/ops/expm1_ops.h' 2024-08-20T21:52:29.0552022Z adding 'torch/include/ATen/ops/exponential.h' 2024-08-20T21:52:29.0554874Z adding 'torch/include/ATen/ops/exponential_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.0557981Z adding 'torch/include/ATen/ops/exponential_cpu_dispatch.h' 2024-08-20T21:52:29.0561103Z adding 'torch/include/ATen/ops/exponential_cuda_dispatch.h' 2024-08-20T21:52:29.0564421Z adding 'torch/include/ATen/ops/exponential_meta_dispatch.h' 2024-08-20T21:52:29.0567397Z adding 'torch/include/ATen/ops/exponential_native.h' 2024-08-20T21:52:29.0570777Z adding 'torch/include/ATen/ops/exponential_ops.h' 2024-08-20T21:52:29.0574631Z adding 'torch/include/ATen/ops/eye.h' 2024-08-20T21:52:29.0578403Z adding 'torch/include/ATen/ops/eye_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.0581602Z adding 'torch/include/ATen/ops/eye_cpu_dispatch.h' 2024-08-20T21:52:29.0584819Z adding 'torch/include/ATen/ops/eye_cuda_dispatch.h' 2024-08-20T21:52:29.0588180Z adding 'torch/include/ATen/ops/eye_meta_dispatch.h' 2024-08-20T21:52:29.0591383Z adding 'torch/include/ATen/ops/eye_native.h' 2024-08-20T21:52:29.0594926Z adding 'torch/include/ATen/ops/eye_ops.h' 2024-08-20T21:52:29.0598431Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine.h' 2024-08-20T21:52:29.0601876Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask.h' 2024-08-20T21:52:29.0605249Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward.h' 2024-08-20T21:52:29.0608777Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.0612528Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_native.h' 2024-08-20T21:52:29.0615844Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_ops.h' 2024-08-20T21:52:29.0619252Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.0622436Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cpu_dispatch.h' 2024-08-20T21:52:29.0625672Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cuda_dispatch.h' 2024-08-20T21:52:29.0628826Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_native.h' 2024-08-20T21:52:29.0632362Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_ops.h' 2024-08-20T21:52:29.0635895Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.0638935Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_native.h' 2024-08-20T21:52:29.0642177Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_ops.h' 2024-08-20T21:52:29.0645450Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine.h' 2024-08-20T21:52:29.0648834Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask.h' 2024-08-20T21:52:29.0652136Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward.h' 2024-08-20T21:52:29.0655954Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.0658766Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_native.h' 2024-08-20T21:52:29.0662506Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_ops.h' 2024-08-20T21:52:29.0666101Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.0668928Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cpu_dispatch.h' 2024-08-20T21:52:29.0672370Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cuda_dispatch.h' 2024-08-20T21:52:29.0675554Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_native.h' 2024-08-20T21:52:29.0679070Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_ops.h' 2024-08-20T21:52:29.0682857Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.0685553Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_native.h' 2024-08-20T21:52:29.0689011Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_ops.h' 2024-08-20T21:52:29.0692051Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight.h' 2024-08-20T21:52:29.0695927Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.0698941Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation.h' 2024-08-20T21:52:29.0702432Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.0705654Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_native.h' 2024-08-20T21:52:29.0709278Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_ops.h' 2024-08-20T21:52:29.0711926Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_native.h' 2024-08-20T21:52:29.0715027Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_ops.h' 2024-08-20T21:52:29.0718360Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight.h' 2024-08-20T21:52:29.0721755Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.0725051Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation.h' 2024-08-20T21:52:29.0728528Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.0731637Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_native.h' 2024-08-20T21:52:29.0735189Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_ops.h' 2024-08-20T21:52:29.0738052Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_native.h' 2024-08-20T21:52:29.0741464Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_ops.h' 2024-08-20T21:52:29.0744524Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight.h' 2024-08-20T21:52:29.0748115Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.0750937Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_native.h' 2024-08-20T21:52:29.0754391Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_ops.h' 2024-08-20T21:52:29.0757684Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16.h' 2024-08-20T21:52:29.0761125Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.0764158Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_native.h' 2024-08-20T21:52:29.0767243Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_ops.h' 2024-08-20T21:52:29.0770459Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix.h' 2024-08-20T21:52:29.0773880Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.0776977Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_native.h' 2024-08-20T21:52:29.0780383Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_ops.h' 2024-08-20T21:52:29.0783575Z adding 'torch/include/ATen/ops/feature_alpha_dropout.h' 2024-08-20T21:52:29.0787182Z adding 'torch/include/ATen/ops/feature_alpha_dropout_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.0789888Z adding 'torch/include/ATen/ops/feature_alpha_dropout_native.h' 2024-08-20T21:52:29.0793066Z adding 'torch/include/ATen/ops/feature_alpha_dropout_ops.h' 2024-08-20T21:52:29.0796391Z adding 'torch/include/ATen/ops/feature_dropout.h' 2024-08-20T21:52:29.0799928Z adding 'torch/include/ATen/ops/feature_dropout_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.0802713Z adding 'torch/include/ATen/ops/feature_dropout_native.h' 2024-08-20T21:52:29.0806012Z adding 'torch/include/ATen/ops/feature_dropout_ops.h' 2024-08-20T21:52:29.0809472Z adding 'torch/include/ATen/ops/fft_fft.h' 2024-08-20T21:52:29.0813360Z adding 'torch/include/ATen/ops/fft_fft2.h' 2024-08-20T21:52:29.0816787Z adding 'torch/include/ATen/ops/fft_fft2_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.0819649Z adding 'torch/include/ATen/ops/fft_fft2_native.h' 2024-08-20T21:52:29.0822896Z adding 'torch/include/ATen/ops/fft_fft2_ops.h' 2024-08-20T21:52:29.0826534Z adding 'torch/include/ATen/ops/fft_fft_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.0829397Z adding 'torch/include/ATen/ops/fft_fft_native.h' 2024-08-20T21:52:29.0832587Z adding 'torch/include/ATen/ops/fft_fft_ops.h' 2024-08-20T21:52:29.0835920Z adding 'torch/include/ATen/ops/fft_fftfreq.h' 2024-08-20T21:52:29.0839393Z adding 'torch/include/ATen/ops/fft_fftfreq_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.0842284Z adding 'torch/include/ATen/ops/fft_fftfreq_native.h' 2024-08-20T21:52:29.0845875Z adding 'torch/include/ATen/ops/fft_fftfreq_ops.h' 2024-08-20T21:52:29.0849240Z adding 'torch/include/ATen/ops/fft_fftn.h' 2024-08-20T21:52:29.0852776Z adding 'torch/include/ATen/ops/fft_fftn_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.0855717Z adding 'torch/include/ATen/ops/fft_fftn_native.h' 2024-08-20T21:52:29.0858971Z adding 'torch/include/ATen/ops/fft_fftn_ops.h' 2024-08-20T21:52:29.0862080Z adding 'torch/include/ATen/ops/fft_fftshift.h' 2024-08-20T21:52:29.0865490Z adding 'torch/include/ATen/ops/fft_fftshift_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.0868441Z adding 'torch/include/ATen/ops/fft_fftshift_native.h' 2024-08-20T21:52:29.0871536Z adding 'torch/include/ATen/ops/fft_fftshift_ops.h' 2024-08-20T21:52:29.0875233Z adding 'torch/include/ATen/ops/fft_hfft.h' 2024-08-20T21:52:29.0878833Z adding 'torch/include/ATen/ops/fft_hfft2.h' 2024-08-20T21:52:29.0882413Z adding 'torch/include/ATen/ops/fft_hfft2_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.0885327Z adding 'torch/include/ATen/ops/fft_hfft2_native.h' 2024-08-20T21:52:29.0888596Z adding 'torch/include/ATen/ops/fft_hfft2_ops.h' 2024-08-20T21:52:29.0892066Z adding 'torch/include/ATen/ops/fft_hfft_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.0894951Z adding 'torch/include/ATen/ops/fft_hfft_native.h' 2024-08-20T21:52:29.0898205Z adding 'torch/include/ATen/ops/fft_hfft_ops.h' 2024-08-20T21:52:29.0902073Z adding 'torch/include/ATen/ops/fft_hfftn.h' 2024-08-20T21:52:29.0905627Z adding 'torch/include/ATen/ops/fft_hfftn_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.0908513Z adding 'torch/include/ATen/ops/fft_hfftn_native.h' 2024-08-20T21:52:29.0911894Z adding 'torch/include/ATen/ops/fft_hfftn_ops.h' 2024-08-20T21:52:29.0915478Z adding 'torch/include/ATen/ops/fft_ifft.h' 2024-08-20T21:52:29.0918965Z adding 'torch/include/ATen/ops/fft_ifft2.h' 2024-08-20T21:52:29.0922537Z adding 'torch/include/ATen/ops/fft_ifft2_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.0925464Z adding 'torch/include/ATen/ops/fft_ifft2_native.h' 2024-08-20T21:52:29.0928729Z adding 'torch/include/ATen/ops/fft_ifft2_ops.h' 2024-08-20T21:52:29.0932298Z adding 'torch/include/ATen/ops/fft_ifft_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.0935211Z adding 'torch/include/ATen/ops/fft_ifft_native.h' 2024-08-20T21:52:29.0938405Z adding 'torch/include/ATen/ops/fft_ifft_ops.h' 2024-08-20T21:52:29.0941874Z adding 'torch/include/ATen/ops/fft_ifftn.h' 2024-08-20T21:52:29.0945493Z adding 'torch/include/ATen/ops/fft_ifftn_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.0948388Z adding 'torch/include/ATen/ops/fft_ifftn_native.h' 2024-08-20T21:52:29.0951650Z adding 'torch/include/ATen/ops/fft_ifftn_ops.h' 2024-08-20T21:52:29.0955088Z adding 'torch/include/ATen/ops/fft_ifftshift.h' 2024-08-20T21:52:29.0958359Z adding 'torch/include/ATen/ops/fft_ifftshift_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.0961111Z adding 'torch/include/ATen/ops/fft_ifftshift_native.h' 2024-08-20T21:52:29.0964265Z adding 'torch/include/ATen/ops/fft_ifftshift_ops.h' 2024-08-20T21:52:29.0967643Z adding 'torch/include/ATen/ops/fft_ihfft.h' 2024-08-20T21:52:29.0971211Z adding 'torch/include/ATen/ops/fft_ihfft2.h' 2024-08-20T21:52:29.0974761Z adding 'torch/include/ATen/ops/fft_ihfft2_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.0977766Z adding 'torch/include/ATen/ops/fft_ihfft2_native.h' 2024-08-20T21:52:29.0981038Z adding 'torch/include/ATen/ops/fft_ihfft2_ops.h' 2024-08-20T21:52:29.0984430Z adding 'torch/include/ATen/ops/fft_ihfft_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.0987369Z adding 'torch/include/ATen/ops/fft_ihfft_native.h' 2024-08-20T21:52:29.0990620Z adding 'torch/include/ATen/ops/fft_ihfft_ops.h' 2024-08-20T21:52:29.0994145Z adding 'torch/include/ATen/ops/fft_ihfftn.h' 2024-08-20T21:52:29.0997815Z adding 'torch/include/ATen/ops/fft_ihfftn_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.1000870Z adding 'torch/include/ATen/ops/fft_ihfftn_native.h' 2024-08-20T21:52:29.1004255Z adding 'torch/include/ATen/ops/fft_ihfftn_ops.h' 2024-08-20T21:52:29.1007600Z adding 'torch/include/ATen/ops/fft_irfft.h' 2024-08-20T21:52:29.1011182Z adding 'torch/include/ATen/ops/fft_irfft2.h' 2024-08-20T21:52:29.1014733Z adding 'torch/include/ATen/ops/fft_irfft2_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.1017643Z adding 'torch/include/ATen/ops/fft_irfft2_native.h' 2024-08-20T21:52:29.1020891Z adding 'torch/include/ATen/ops/fft_irfft2_ops.h' 2024-08-20T21:52:29.1024411Z adding 'torch/include/ATen/ops/fft_irfft_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.1027596Z adding 'torch/include/ATen/ops/fft_irfft_native.h' 2024-08-20T21:52:29.1030901Z adding 'torch/include/ATen/ops/fft_irfft_ops.h' 2024-08-20T21:52:29.1034525Z adding 'torch/include/ATen/ops/fft_irfftn.h' 2024-08-20T21:52:29.1038049Z adding 'torch/include/ATen/ops/fft_irfftn_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.1040972Z adding 'torch/include/ATen/ops/fft_irfftn_native.h' 2024-08-20T21:52:29.1044718Z adding 'torch/include/ATen/ops/fft_irfftn_ops.h' 2024-08-20T21:52:29.1048109Z adding 'torch/include/ATen/ops/fft_rfft.h' 2024-08-20T21:52:29.1051613Z adding 'torch/include/ATen/ops/fft_rfft2.h' 2024-08-20T21:52:29.1055289Z adding 'torch/include/ATen/ops/fft_rfft2_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.1058139Z adding 'torch/include/ATen/ops/fft_rfft2_native.h' 2024-08-20T21:52:29.1061378Z adding 'torch/include/ATen/ops/fft_rfft2_ops.h' 2024-08-20T21:52:29.1064819Z adding 'torch/include/ATen/ops/fft_rfft_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.1067732Z adding 'torch/include/ATen/ops/fft_rfft_native.h' 2024-08-20T21:52:29.1071015Z adding 'torch/include/ATen/ops/fft_rfft_ops.h' 2024-08-20T21:52:29.1074370Z adding 'torch/include/ATen/ops/fft_rfftfreq.h' 2024-08-20T21:52:29.1077807Z adding 'torch/include/ATen/ops/fft_rfftfreq_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.1080720Z adding 'torch/include/ATen/ops/fft_rfftfreq_native.h' 2024-08-20T21:52:29.1083942Z adding 'torch/include/ATen/ops/fft_rfftfreq_ops.h' 2024-08-20T21:52:29.1087449Z adding 'torch/include/ATen/ops/fft_rfftn.h' 2024-08-20T21:52:29.1091013Z adding 'torch/include/ATen/ops/fft_rfftn_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.1093875Z adding 'torch/include/ATen/ops/fft_rfftn_native.h' 2024-08-20T21:52:29.1097138Z adding 'torch/include/ATen/ops/fft_rfftn_ops.h' 2024-08-20T21:52:29.1100374Z adding 'torch/include/ATen/ops/fill.h' 2024-08-20T21:52:29.1103981Z adding 'torch/include/ATen/ops/fill_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.1107052Z adding 'torch/include/ATen/ops/fill_cpu_dispatch.h' 2024-08-20T21:52:29.1110280Z adding 'torch/include/ATen/ops/fill_cuda_dispatch.h' 2024-08-20T21:52:29.1113331Z adding 'torch/include/ATen/ops/fill_diagonal.h' 2024-08-20T21:52:29.1116764Z adding 'torch/include/ATen/ops/fill_diagonal_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.1119764Z adding 'torch/include/ATen/ops/fill_diagonal_native.h' 2024-08-20T21:52:29.1122919Z adding 'torch/include/ATen/ops/fill_diagonal_ops.h' 2024-08-20T21:52:29.1126189Z adding 'torch/include/ATen/ops/fill_meta_dispatch.h' 2024-08-20T21:52:29.1129354Z adding 'torch/include/ATen/ops/fill_native.h' 2024-08-20T21:52:29.1133080Z adding 'torch/include/ATen/ops/fill_ops.h' 2024-08-20T21:52:29.1136226Z adding 'torch/include/ATen/ops/fix.h' 2024-08-20T21:52:29.1139650Z adding 'torch/include/ATen/ops/fix_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.1142615Z adding 'torch/include/ATen/ops/fix_native.h' 2024-08-20T21:52:29.1145877Z adding 'torch/include/ATen/ops/fix_ops.h' 2024-08-20T21:52:29.1149251Z adding 'torch/include/ATen/ops/flatten.h' 2024-08-20T21:52:29.1152771Z adding 'torch/include/ATen/ops/flatten_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.1155995Z adding 'torch/include/ATen/ops/flatten_dense_tensors.h' 2024-08-20T21:52:29.1159619Z adding 'torch/include/ATen/ops/flatten_dense_tensors_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.1162334Z adding 'torch/include/ATen/ops/flatten_dense_tensors_native.h' 2024-08-20T21:52:29.1165620Z adding 'torch/include/ATen/ops/flatten_dense_tensors_ops.h' 2024-08-20T21:52:29.1168622Z adding 'torch/include/ATen/ops/flatten_native.h' 2024-08-20T21:52:29.1172159Z adding 'torch/include/ATen/ops/flatten_ops.h' 2024-08-20T21:52:29.1175578Z adding 'torch/include/ATen/ops/flip.h' 2024-08-20T21:52:29.1178950Z adding 'torch/include/ATen/ops/flip_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.1182067Z adding 'torch/include/ATen/ops/flip_cpu_dispatch.h' 2024-08-20T21:52:29.1185060Z adding 'torch/include/ATen/ops/flip_cuda_dispatch.h' 2024-08-20T21:52:29.1188238Z adding 'torch/include/ATen/ops/flip_native.h' 2024-08-20T21:52:29.1191367Z adding 'torch/include/ATen/ops/flip_ops.h' 2024-08-20T21:52:29.1194670Z adding 'torch/include/ATen/ops/fliplr.h' 2024-08-20T21:52:29.1198056Z adding 'torch/include/ATen/ops/fliplr_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.1201068Z adding 'torch/include/ATen/ops/fliplr_native.h' 2024-08-20T21:52:29.1204161Z adding 'torch/include/ATen/ops/fliplr_ops.h' 2024-08-20T21:52:29.1207363Z adding 'torch/include/ATen/ops/flipud.h' 2024-08-20T21:52:29.1210911Z adding 'torch/include/ATen/ops/flipud_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.1213610Z adding 'torch/include/ATen/ops/flipud_native.h' 2024-08-20T21:52:29.1216907Z adding 'torch/include/ATen/ops/flipud_ops.h' 2024-08-20T21:52:29.1220254Z adding 'torch/include/ATen/ops/float_power.h' 2024-08-20T21:52:29.1223888Z adding 'torch/include/ATen/ops/float_power_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.1226830Z adding 'torch/include/ATen/ops/float_power_native.h' 2024-08-20T21:52:29.1230605Z adding 'torch/include/ATen/ops/float_power_ops.h' 2024-08-20T21:52:29.1234104Z adding 'torch/include/ATen/ops/floor.h' 2024-08-20T21:52:29.1237785Z adding 'torch/include/ATen/ops/floor_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.1240934Z adding 'torch/include/ATen/ops/floor_cpu_dispatch.h' 2024-08-20T21:52:29.1244082Z adding 'torch/include/ATen/ops/floor_cuda_dispatch.h' 2024-08-20T21:52:29.1247319Z adding 'torch/include/ATen/ops/floor_divide.h' 2024-08-20T21:52:29.1251054Z adding 'torch/include/ATen/ops/floor_divide_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.1253906Z adding 'torch/include/ATen/ops/floor_divide_cpu_dispatch.h' 2024-08-20T21:52:29.1257206Z adding 'torch/include/ATen/ops/floor_divide_cuda_dispatch.h' 2024-08-20T21:52:29.1260265Z adding 'torch/include/ATen/ops/floor_divide_meta_dispatch.h' 2024-08-20T21:52:29.1263474Z adding 'torch/include/ATen/ops/floor_divide_native.h' 2024-08-20T21:52:29.1266973Z adding 'torch/include/ATen/ops/floor_divide_ops.h' 2024-08-20T21:52:29.1270199Z adding 'torch/include/ATen/ops/floor_meta.h' 2024-08-20T21:52:29.1273460Z adding 'torch/include/ATen/ops/floor_meta_dispatch.h' 2024-08-20T21:52:29.1276718Z adding 'torch/include/ATen/ops/floor_native.h' 2024-08-20T21:52:29.1280151Z adding 'torch/include/ATen/ops/floor_ops.h' 2024-08-20T21:52:29.1283382Z adding 'torch/include/ATen/ops/fmax.h' 2024-08-20T21:52:29.1286998Z adding 'torch/include/ATen/ops/fmax_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.1289791Z adding 'torch/include/ATen/ops/fmax_cpu_dispatch.h' 2024-08-20T21:52:29.1293056Z adding 'torch/include/ATen/ops/fmax_cuda_dispatch.h' 2024-08-20T21:52:29.1296035Z adding 'torch/include/ATen/ops/fmax_meta.h' 2024-08-20T21:52:29.1299335Z adding 'torch/include/ATen/ops/fmax_meta_dispatch.h' 2024-08-20T21:52:29.1302499Z adding 'torch/include/ATen/ops/fmax_native.h' 2024-08-20T21:52:29.1305718Z adding 'torch/include/ATen/ops/fmax_ops.h' 2024-08-20T21:52:29.1309038Z adding 'torch/include/ATen/ops/fmin.h' 2024-08-20T21:52:29.1312378Z adding 'torch/include/ATen/ops/fmin_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.1320916Z adding 'torch/include/ATen/ops/fmin_cpu_dispatch.h' 2024-08-20T21:52:29.1322480Z adding 'torch/include/ATen/ops/fmin_cuda_dispatch.h' 2024-08-20T21:52:29.1325286Z adding 'torch/include/ATen/ops/fmin_meta.h' 2024-08-20T21:52:29.1328759Z adding 'torch/include/ATen/ops/fmin_meta_dispatch.h' 2024-08-20T21:52:29.1331893Z adding 'torch/include/ATen/ops/fmin_native.h' 2024-08-20T21:52:29.1335336Z adding 'torch/include/ATen/ops/fmin_ops.h' 2024-08-20T21:52:29.1338810Z adding 'torch/include/ATen/ops/fmod.h' 2024-08-20T21:52:29.1342251Z adding 'torch/include/ATen/ops/fmod_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.1345671Z adding 'torch/include/ATen/ops/fmod_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.1348620Z adding 'torch/include/ATen/ops/fmod_cpu_dispatch.h' 2024-08-20T21:52:29.1351937Z adding 'torch/include/ATen/ops/fmod_cuda_dispatch.h' 2024-08-20T21:52:29.1355086Z adding 'torch/include/ATen/ops/fmod_meta.h' 2024-08-20T21:52:29.1358479Z adding 'torch/include/ATen/ops/fmod_meta_dispatch.h' 2024-08-20T21:52:29.1361670Z adding 'torch/include/ATen/ops/fmod_native.h' 2024-08-20T21:52:29.1365261Z adding 'torch/include/ATen/ops/fmod_ops.h' 2024-08-20T21:52:29.1369367Z adding 'torch/include/ATen/ops/frac.h' 2024-08-20T21:52:29.1373307Z adding 'torch/include/ATen/ops/frac_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.1376093Z adding 'torch/include/ATen/ops/frac_cpu_dispatch.h' 2024-08-20T21:52:29.1379384Z adding 'torch/include/ATen/ops/frac_cuda_dispatch.h' 2024-08-20T21:52:29.1382440Z adding 'torch/include/ATen/ops/frac_meta.h' 2024-08-20T21:52:29.1385743Z adding 'torch/include/ATen/ops/frac_meta_dispatch.h' 2024-08-20T21:52:29.1388809Z adding 'torch/include/ATen/ops/frac_native.h' 2024-08-20T21:52:29.1392264Z adding 'torch/include/ATen/ops/frac_ops.h' 2024-08-20T21:52:29.1396146Z adding 'torch/include/ATen/ops/fractional_max_pool2d.h' 2024-08-20T21:52:29.1399281Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward.h' 2024-08-20T21:52:29.1403028Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.1406103Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_cpu_dispatch.h' 2024-08-20T21:52:29.1409508Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_cuda_dispatch.h' 2024-08-20T21:52:29.1412701Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_meta.h' 2024-08-20T21:52:29.1416056Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_meta_dispatch.h' 2024-08-20T21:52:29.1419464Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_native.h' 2024-08-20T21:52:29.1423055Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_ops.h' 2024-08-20T21:52:29.1426833Z adding 'torch/include/ATen/ops/fractional_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.1429737Z adding 'torch/include/ATen/ops/fractional_max_pool2d_cpu_dispatch.h' 2024-08-20T21:52:29.1433097Z adding 'torch/include/ATen/ops/fractional_max_pool2d_cuda_dispatch.h' 2024-08-20T21:52:29.1436584Z adding 'torch/include/ATen/ops/fractional_max_pool2d_meta.h' 2024-08-20T21:52:29.1439748Z adding 'torch/include/ATen/ops/fractional_max_pool2d_meta_dispatch.h' 2024-08-20T21:52:29.1443001Z adding 'torch/include/ATen/ops/fractional_max_pool2d_native.h' 2024-08-20T21:52:29.1446342Z adding 'torch/include/ATen/ops/fractional_max_pool2d_ops.h' 2024-08-20T21:52:29.1449810Z adding 'torch/include/ATen/ops/fractional_max_pool3d.h' 2024-08-20T21:52:29.1453339Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward.h' 2024-08-20T21:52:29.1456591Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_cpu_dispatch.h' 2024-08-20T21:52:29.1460230Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_cuda_dispatch.h' 2024-08-20T21:52:29.1463137Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_native.h' 2024-08-20T21:52:29.1466853Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_ops.h' 2024-08-20T21:52:29.1470545Z adding 'torch/include/ATen/ops/fractional_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.1473404Z adding 'torch/include/ATen/ops/fractional_max_pool3d_cpu_dispatch.h' 2024-08-20T21:52:29.1476840Z adding 'torch/include/ATen/ops/fractional_max_pool3d_cuda_dispatch.h' 2024-08-20T21:52:29.1481062Z adding 'torch/include/ATen/ops/fractional_max_pool3d_meta.h' 2024-08-20T21:52:29.1484669Z adding 'torch/include/ATen/ops/fractional_max_pool3d_meta_dispatch.h' 2024-08-20T21:52:29.1487866Z adding 'torch/include/ATen/ops/fractional_max_pool3d_native.h' 2024-08-20T21:52:29.1491215Z adding 'torch/include/ATen/ops/fractional_max_pool3d_ops.h' 2024-08-20T21:52:29.1494291Z adding 'torch/include/ATen/ops/frexp.h' 2024-08-20T21:52:29.1497947Z adding 'torch/include/ATen/ops/frexp_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.1500841Z adding 'torch/include/ATen/ops/frexp_cpu_dispatch.h' 2024-08-20T21:52:29.1504233Z adding 'torch/include/ATen/ops/frexp_cuda_dispatch.h' 2024-08-20T21:52:29.1507051Z adding 'torch/include/ATen/ops/frexp_native.h' 2024-08-20T21:52:29.1510352Z adding 'torch/include/ATen/ops/frexp_ops.h' 2024-08-20T21:52:29.1513553Z adding 'torch/include/ATen/ops/frobenius_norm.h' 2024-08-20T21:52:29.1517083Z adding 'torch/include/ATen/ops/frobenius_norm_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.1520016Z adding 'torch/include/ATen/ops/frobenius_norm_native.h' 2024-08-20T21:52:29.1523257Z adding 'torch/include/ATen/ops/frobenius_norm_ops.h' 2024-08-20T21:52:29.1527066Z adding 'torch/include/ATen/ops/from_blob.h' 2024-08-20T21:52:29.1530797Z adding 'torch/include/ATen/ops/from_file.h' 2024-08-20T21:52:29.1534070Z adding 'torch/include/ATen/ops/from_file_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.1537634Z adding 'torch/include/ATen/ops/from_file_cpu_dispatch.h' 2024-08-20T21:52:29.1540712Z adding 'torch/include/ATen/ops/from_file_native.h' 2024-08-20T21:52:29.1544055Z adding 'torch/include/ATen/ops/from_file_ops.h' 2024-08-20T21:52:29.1547872Z adding 'torch/include/ATen/ops/full.h' 2024-08-20T21:52:29.1551635Z adding 'torch/include/ATen/ops/full_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.1554905Z adding 'torch/include/ATen/ops/full_like.h' 2024-08-20T21:52:29.1558504Z adding 'torch/include/ATen/ops/full_like_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.1561390Z adding 'torch/include/ATen/ops/full_like_native.h' 2024-08-20T21:52:29.1565225Z adding 'torch/include/ATen/ops/full_like_ops.h' 2024-08-20T21:52:29.1568472Z adding 'torch/include/ATen/ops/full_native.h' 2024-08-20T21:52:29.1572034Z adding 'torch/include/ATen/ops/full_ops.h' 2024-08-20T21:52:29.1575518Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant.h' 2024-08-20T21:52:29.1578977Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.1582023Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_native.h' 2024-08-20T21:52:29.1585585Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_ops.h' 2024-08-20T21:52:29.1588567Z adding 'torch/include/ATen/ops/gather.h' 2024-08-20T21:52:29.1592740Z adding 'torch/include/ATen/ops/gather_backward.h' 2024-08-20T21:52:29.1597782Z adding 'torch/include/ATen/ops/gather_backward_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.1602112Z adding 'torch/include/ATen/ops/gather_backward_native.h' 2024-08-20T21:52:29.1606819Z adding 'torch/include/ATen/ops/gather_backward_ops.h' 2024-08-20T21:52:29.1611882Z adding 'torch/include/ATen/ops/gather_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.1616529Z adding 'torch/include/ATen/ops/gather_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.1620912Z adding 'torch/include/ATen/ops/gather_cpu_dispatch.h' 2024-08-20T21:52:29.1625854Z adding 'torch/include/ATen/ops/gather_cuda_dispatch.h' 2024-08-20T21:52:29.1630086Z adding 'torch/include/ATen/ops/gather_meta.h' 2024-08-20T21:52:29.1635181Z adding 'torch/include/ATen/ops/gather_meta_dispatch.h' 2024-08-20T21:52:29.1639645Z adding 'torch/include/ATen/ops/gather_native.h' 2024-08-20T21:52:29.1644640Z adding 'torch/include/ATen/ops/gather_ops.h' 2024-08-20T21:52:29.1649224Z adding 'torch/include/ATen/ops/gcd.h' 2024-08-20T21:52:29.1654160Z adding 'torch/include/ATen/ops/gcd_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.1658563Z adding 'torch/include/ATen/ops/gcd_cpu_dispatch.h' 2024-08-20T21:52:29.1663160Z adding 'torch/include/ATen/ops/gcd_cuda_dispatch.h' 2024-08-20T21:52:29.1667678Z adding 'torch/include/ATen/ops/gcd_meta.h' 2024-08-20T21:52:29.1672380Z adding 'torch/include/ATen/ops/gcd_meta_dispatch.h' 2024-08-20T21:52:29.1677023Z adding 'torch/include/ATen/ops/gcd_native.h' 2024-08-20T21:52:29.1681535Z adding 'torch/include/ATen/ops/gcd_ops.h' 2024-08-20T21:52:29.1685125Z adding 'torch/include/ATen/ops/ge.h' 2024-08-20T21:52:29.1688672Z adding 'torch/include/ATen/ops/ge_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.1691807Z adding 'torch/include/ATen/ops/ge_cpu_dispatch.h' 2024-08-20T21:52:29.1695282Z adding 'torch/include/ATen/ops/ge_cuda_dispatch.h' 2024-08-20T21:52:29.1698355Z adding 'torch/include/ATen/ops/ge_meta.h' 2024-08-20T21:52:29.1701597Z adding 'torch/include/ATen/ops/ge_meta_dispatch.h' 2024-08-20T21:52:29.1704873Z adding 'torch/include/ATen/ops/ge_native.h' 2024-08-20T21:52:29.1708852Z adding 'torch/include/ATen/ops/ge_ops.h' 2024-08-20T21:52:29.1711926Z adding 'torch/include/ATen/ops/gelu.h' 2024-08-20T21:52:29.1715315Z adding 'torch/include/ATen/ops/gelu_backward.h' 2024-08-20T21:52:29.1718852Z adding 'torch/include/ATen/ops/gelu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.1721953Z adding 'torch/include/ATen/ops/gelu_backward_cpu_dispatch.h' 2024-08-20T21:52:29.1725313Z adding 'torch/include/ATen/ops/gelu_backward_cuda_dispatch.h' 2024-08-20T21:52:29.1728439Z adding 'torch/include/ATen/ops/gelu_backward_meta.h' 2024-08-20T21:52:29.1732127Z adding 'torch/include/ATen/ops/gelu_backward_meta_dispatch.h' 2024-08-20T21:52:29.1734967Z adding 'torch/include/ATen/ops/gelu_backward_native.h' 2024-08-20T21:52:29.1738645Z adding 'torch/include/ATen/ops/gelu_backward_ops.h' 2024-08-20T21:52:29.1741928Z adding 'torch/include/ATen/ops/gelu_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.1745037Z adding 'torch/include/ATen/ops/gelu_cpu_dispatch.h' 2024-08-20T21:52:29.1758694Z adding 'torch/include/ATen/ops/gelu_cuda_dispatch.h' 2024-08-20T21:52:29.1759334Z adding 'torch/include/ATen/ops/gelu_meta.h' 2024-08-20T21:52:29.1759891Z adding 'torch/include/ATen/ops/gelu_meta_dispatch.h' 2024-08-20T21:52:29.1760803Z adding 'torch/include/ATen/ops/gelu_native.h' 2024-08-20T21:52:29.1761679Z adding 'torch/include/ATen/ops/gelu_ops.h' 2024-08-20T21:52:29.1764723Z adding 'torch/include/ATen/ops/geometric.h' 2024-08-20T21:52:29.1768313Z adding 'torch/include/ATen/ops/geometric_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.1771322Z adding 'torch/include/ATen/ops/geometric_cpu_dispatch.h' 2024-08-20T21:52:29.1774641Z adding 'torch/include/ATen/ops/geometric_cuda_dispatch.h' 2024-08-20T21:52:29.1777782Z adding 'torch/include/ATen/ops/geometric_meta_dispatch.h' 2024-08-20T21:52:29.1781008Z adding 'torch/include/ATen/ops/geometric_native.h' 2024-08-20T21:52:29.1784469Z adding 'torch/include/ATen/ops/geometric_ops.h' 2024-08-20T21:52:29.1787705Z adding 'torch/include/ATen/ops/geqrf.h' 2024-08-20T21:52:29.1791103Z adding 'torch/include/ATen/ops/geqrf_cpu_dispatch.h' 2024-08-20T21:52:29.1794457Z adding 'torch/include/ATen/ops/geqrf_cuda_dispatch.h' 2024-08-20T21:52:29.1797640Z adding 'torch/include/ATen/ops/geqrf_native.h' 2024-08-20T21:52:29.1800984Z adding 'torch/include/ATen/ops/geqrf_ops.h' 2024-08-20T21:52:29.1804190Z adding 'torch/include/ATen/ops/ger.h' 2024-08-20T21:52:29.1808002Z adding 'torch/include/ATen/ops/ger_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.1810925Z adding 'torch/include/ATen/ops/ger_native.h' 2024-08-20T21:52:29.1814423Z adding 'torch/include/ATen/ops/ger_ops.h' 2024-08-20T21:52:29.1817609Z adding 'torch/include/ATen/ops/glu.h' 2024-08-20T21:52:29.1820850Z adding 'torch/include/ATen/ops/glu_backward.h' 2024-08-20T21:52:29.1824206Z adding 'torch/include/ATen/ops/glu_backward_cpu_dispatch.h' 2024-08-20T21:52:29.1827445Z adding 'torch/include/ATen/ops/glu_backward_cuda_dispatch.h' 2024-08-20T21:52:29.1830769Z adding 'torch/include/ATen/ops/glu_backward_jvp.h' 2024-08-20T21:52:29.1834538Z adding 'torch/include/ATen/ops/glu_backward_jvp_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.1837638Z adding 'torch/include/ATen/ops/glu_backward_jvp_cpu_dispatch.h' 2024-08-20T21:52:29.1840916Z adding 'torch/include/ATen/ops/glu_backward_jvp_cuda_dispatch.h' 2024-08-20T21:52:29.1843979Z adding 'torch/include/ATen/ops/glu_backward_jvp_native.h' 2024-08-20T21:52:29.1847477Z adding 'torch/include/ATen/ops/glu_backward_jvp_ops.h' 2024-08-20T21:52:29.1850659Z adding 'torch/include/ATen/ops/glu_backward_native.h' 2024-08-20T21:52:29.1854146Z adding 'torch/include/ATen/ops/glu_backward_ops.h' 2024-08-20T21:52:29.1857773Z adding 'torch/include/ATen/ops/glu_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.1860980Z adding 'torch/include/ATen/ops/glu_cpu_dispatch.h' 2024-08-20T21:52:29.1864010Z adding 'torch/include/ATen/ops/glu_cuda_dispatch.h' 2024-08-20T21:52:29.1867138Z adding 'torch/include/ATen/ops/glu_jvp.h' 2024-08-20T21:52:29.1870948Z adding 'torch/include/ATen/ops/glu_jvp_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.1873749Z adding 'torch/include/ATen/ops/glu_jvp_cpu_dispatch.h' 2024-08-20T21:52:29.1877520Z adding 'torch/include/ATen/ops/glu_jvp_cuda_dispatch.h' 2024-08-20T21:52:29.1880424Z adding 'torch/include/ATen/ops/glu_jvp_native.h' 2024-08-20T21:52:29.1883759Z adding 'torch/include/ATen/ops/glu_jvp_ops.h' 2024-08-20T21:52:29.1887130Z adding 'torch/include/ATen/ops/glu_meta.h' 2024-08-20T21:52:29.1890344Z adding 'torch/include/ATen/ops/glu_meta_dispatch.h' 2024-08-20T21:52:29.1903664Z adding 'torch/include/ATen/ops/glu_native.h' 2024-08-20T21:52:29.1904124Z adding 'torch/include/ATen/ops/glu_ops.h' 2024-08-20T21:52:29.1904561Z adding 'torch/include/ATen/ops/gradient.h' 2024-08-20T21:52:29.1905596Z adding 'torch/include/ATen/ops/gradient_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.1909860Z adding 'torch/include/ATen/ops/gradient_native.h' 2024-08-20T21:52:29.1912983Z adding 'torch/include/ATen/ops/gradient_ops.h' 2024-08-20T21:52:29.1916447Z adding 'torch/include/ATen/ops/greater.h' 2024-08-20T21:52:29.1920255Z adding 'torch/include/ATen/ops/greater_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.1923285Z adding 'torch/include/ATen/ops/greater_equal.h' 2024-08-20T21:52:29.1927104Z adding 'torch/include/ATen/ops/greater_equal_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.1929972Z adding 'torch/include/ATen/ops/greater_equal_native.h' 2024-08-20T21:52:29.1933688Z adding 'torch/include/ATen/ops/greater_equal_ops.h' 2024-08-20T21:52:29.1936971Z adding 'torch/include/ATen/ops/greater_native.h' 2024-08-20T21:52:29.1940385Z adding 'torch/include/ATen/ops/greater_ops.h' 2024-08-20T21:52:29.1943617Z adding 'torch/include/ATen/ops/grid_sampler.h' 2024-08-20T21:52:29.1946876Z adding 'torch/include/ATen/ops/grid_sampler_2d.h' 2024-08-20T21:52:29.1950268Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward.h' 2024-08-20T21:52:29.1953961Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.1957164Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_cpu_dispatch.h' 2024-08-20T21:52:29.1960337Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_cuda_dispatch.h' 2024-08-20T21:52:29.1963444Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_native.h' 2024-08-20T21:52:29.1966799Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_ops.h' 2024-08-20T21:52:29.1970204Z adding 'torch/include/ATen/ops/grid_sampler_2d_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.1973307Z adding 'torch/include/ATen/ops/grid_sampler_2d_cpu_dispatch.h' 2024-08-20T21:52:29.1976321Z adding 'torch/include/ATen/ops/grid_sampler_2d_cuda_dispatch.h' 2024-08-20T21:52:29.1979307Z adding 'torch/include/ATen/ops/grid_sampler_2d_native.h' 2024-08-20T21:52:29.1982617Z adding 'torch/include/ATen/ops/grid_sampler_2d_ops.h' 2024-08-20T21:52:29.1986011Z adding 'torch/include/ATen/ops/grid_sampler_3d.h' 2024-08-20T21:52:29.1989699Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward.h' 2024-08-20T21:52:29.1993467Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.1996743Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_cpu_dispatch.h' 2024-08-20T21:52:29.1999717Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_cuda_dispatch.h' 2024-08-20T21:52:29.2002801Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_native.h' 2024-08-20T21:52:29.2006573Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_ops.h' 2024-08-20T21:52:29.2009778Z adding 'torch/include/ATen/ops/grid_sampler_3d_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.2012700Z adding 'torch/include/ATen/ops/grid_sampler_3d_cpu_dispatch.h' 2024-08-20T21:52:29.2015829Z adding 'torch/include/ATen/ops/grid_sampler_3d_cuda_dispatch.h' 2024-08-20T21:52:29.2018856Z adding 'torch/include/ATen/ops/grid_sampler_3d_native.h' 2024-08-20T21:52:29.2022143Z adding 'torch/include/ATen/ops/grid_sampler_3d_ops.h' 2024-08-20T21:52:29.2025553Z adding 'torch/include/ATen/ops/grid_sampler_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.2028422Z adding 'torch/include/ATen/ops/grid_sampler_native.h' 2024-08-20T21:52:29.2031679Z adding 'torch/include/ATen/ops/grid_sampler_ops.h' 2024-08-20T21:52:29.2034891Z adding 'torch/include/ATen/ops/group_norm.h' 2024-08-20T21:52:29.2038252Z adding 'torch/include/ATen/ops/group_norm_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.2041521Z adding 'torch/include/ATen/ops/group_norm_native.h' 2024-08-20T21:52:29.2044720Z adding 'torch/include/ATen/ops/group_norm_ops.h' 2024-08-20T21:52:29.2047899Z adding 'torch/include/ATen/ops/gru.h' 2024-08-20T21:52:29.2050860Z adding 'torch/include/ATen/ops/gru_cell.h' 2024-08-20T21:52:29.2054276Z adding 'torch/include/ATen/ops/gru_cell_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.2057435Z adding 'torch/include/ATen/ops/gru_cell_native.h' 2024-08-20T21:52:29.2060436Z adding 'torch/include/ATen/ops/gru_cell_ops.h' 2024-08-20T21:52:29.2063742Z adding 'torch/include/ATen/ops/gru_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.2066638Z adding 'torch/include/ATen/ops/gru_native.h' 2024-08-20T21:52:29.2069958Z adding 'torch/include/ATen/ops/gru_ops.h' 2024-08-20T21:52:29.2073267Z adding 'torch/include/ATen/ops/gt.h' 2024-08-20T21:52:29.2076792Z adding 'torch/include/ATen/ops/gt_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.2079770Z adding 'torch/include/ATen/ops/gt_cpu_dispatch.h' 2024-08-20T21:52:29.2082940Z adding 'torch/include/ATen/ops/gt_cuda_dispatch.h' 2024-08-20T21:52:29.2085975Z adding 'torch/include/ATen/ops/gt_meta.h' 2024-08-20T21:52:29.2089157Z adding 'torch/include/ATen/ops/gt_meta_dispatch.h' 2024-08-20T21:52:29.2092301Z adding 'torch/include/ATen/ops/gt_native.h' 2024-08-20T21:52:29.2095749Z adding 'torch/include/ATen/ops/gt_ops.h' 2024-08-20T21:52:29.2099532Z adding 'torch/include/ATen/ops/hamming_window.h' 2024-08-20T21:52:29.2103305Z adding 'torch/include/ATen/ops/hamming_window_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.2106348Z adding 'torch/include/ATen/ops/hamming_window_native.h' 2024-08-20T21:52:29.2110384Z adding 'torch/include/ATen/ops/hamming_window_ops.h' 2024-08-20T21:52:29.2113951Z adding 'torch/include/ATen/ops/hann_window.h' 2024-08-20T21:52:29.2117360Z adding 'torch/include/ATen/ops/hann_window_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.2120286Z adding 'torch/include/ATen/ops/hann_window_native.h' 2024-08-20T21:52:29.2123829Z adding 'torch/include/ATen/ops/hann_window_ops.h' 2024-08-20T21:52:29.2126986Z adding 'torch/include/ATen/ops/hardshrink.h' 2024-08-20T21:52:29.2130324Z adding 'torch/include/ATen/ops/hardshrink_backward.h' 2024-08-20T21:52:29.2133856Z adding 'torch/include/ATen/ops/hardshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.2136967Z adding 'torch/include/ATen/ops/hardshrink_backward_cpu_dispatch.h' 2024-08-20T21:52:29.2139978Z adding 'torch/include/ATen/ops/hardshrink_backward_cuda_dispatch.h' 2024-08-20T21:52:29.2143323Z adding 'torch/include/ATen/ops/hardshrink_backward_meta.h' 2024-08-20T21:52:29.2146429Z adding 'torch/include/ATen/ops/hardshrink_backward_meta_dispatch.h' 2024-08-20T21:52:29.2149562Z adding 'torch/include/ATen/ops/hardshrink_backward_native.h' 2024-08-20T21:52:29.2152855Z adding 'torch/include/ATen/ops/hardshrink_backward_ops.h' 2024-08-20T21:52:29.2156585Z adding 'torch/include/ATen/ops/hardshrink_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.2160311Z adding 'torch/include/ATen/ops/hardshrink_cpu_dispatch.h' 2024-08-20T21:52:29.2163583Z adding 'torch/include/ATen/ops/hardshrink_cuda_dispatch.h' 2024-08-20T21:52:29.2166781Z adding 'torch/include/ATen/ops/hardshrink_meta.h' 2024-08-20T21:52:29.2170313Z adding 'torch/include/ATen/ops/hardshrink_meta_dispatch.h' 2024-08-20T21:52:29.2173562Z adding 'torch/include/ATen/ops/hardshrink_native.h' 2024-08-20T21:52:29.2176908Z adding 'torch/include/ATen/ops/hardshrink_ops.h' 2024-08-20T21:52:29.2180186Z adding 'torch/include/ATen/ops/hardsigmoid.h' 2024-08-20T21:52:29.2183563Z adding 'torch/include/ATen/ops/hardsigmoid_backward.h' 2024-08-20T21:52:29.2187134Z adding 'torch/include/ATen/ops/hardsigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.2190202Z adding 'torch/include/ATen/ops/hardsigmoid_backward_cpu_dispatch.h' 2024-08-20T21:52:29.2193362Z adding 'torch/include/ATen/ops/hardsigmoid_backward_cuda_dispatch.h' 2024-08-20T21:52:29.2196672Z adding 'torch/include/ATen/ops/hardsigmoid_backward_meta.h' 2024-08-20T21:52:29.2199953Z adding 'torch/include/ATen/ops/hardsigmoid_backward_meta_dispatch.h' 2024-08-20T21:52:29.2203106Z adding 'torch/include/ATen/ops/hardsigmoid_backward_native.h' 2024-08-20T21:52:29.2206502Z adding 'torch/include/ATen/ops/hardsigmoid_backward_ops.h' 2024-08-20T21:52:29.2209954Z adding 'torch/include/ATen/ops/hardsigmoid_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.2213034Z adding 'torch/include/ATen/ops/hardsigmoid_cpu_dispatch.h' 2024-08-20T21:52:29.2216153Z adding 'torch/include/ATen/ops/hardsigmoid_cuda_dispatch.h' 2024-08-20T21:52:29.2219348Z adding 'torch/include/ATen/ops/hardsigmoid_meta.h' 2024-08-20T21:52:29.2222709Z adding 'torch/include/ATen/ops/hardsigmoid_meta_dispatch.h' 2024-08-20T21:52:29.2225995Z adding 'torch/include/ATen/ops/hardsigmoid_native.h' 2024-08-20T21:52:29.2229182Z adding 'torch/include/ATen/ops/hardsigmoid_ops.h' 2024-08-20T21:52:29.2232330Z adding 'torch/include/ATen/ops/hardswish.h' 2024-08-20T21:52:29.2235820Z adding 'torch/include/ATen/ops/hardswish_backward.h' 2024-08-20T21:52:29.2240036Z adding 'torch/include/ATen/ops/hardswish_backward_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.2242315Z adding 'torch/include/ATen/ops/hardswish_backward_cpu_dispatch.h' 2024-08-20T21:52:29.2245992Z adding 'torch/include/ATen/ops/hardswish_backward_cuda_dispatch.h' 2024-08-20T21:52:29.2248564Z adding 'torch/include/ATen/ops/hardswish_backward_native.h' 2024-08-20T21:52:29.2251970Z adding 'torch/include/ATen/ops/hardswish_backward_ops.h' 2024-08-20T21:52:29.2255151Z adding 'torch/include/ATen/ops/hardswish_cpu_dispatch.h' 2024-08-20T21:52:29.2258467Z adding 'torch/include/ATen/ops/hardswish_cuda_dispatch.h' 2024-08-20T21:52:29.2261615Z adding 'torch/include/ATen/ops/hardswish_meta_dispatch.h' 2024-08-20T21:52:29.2264783Z adding 'torch/include/ATen/ops/hardswish_native.h' 2024-08-20T21:52:29.2268388Z adding 'torch/include/ATen/ops/hardswish_ops.h' 2024-08-20T21:52:29.2271562Z adding 'torch/include/ATen/ops/hardtanh.h' 2024-08-20T21:52:29.2274951Z adding 'torch/include/ATen/ops/hardtanh_backward.h' 2024-08-20T21:52:29.2278280Z adding 'torch/include/ATen/ops/hardtanh_backward_cpu_dispatch.h' 2024-08-20T21:52:29.2281640Z adding 'torch/include/ATen/ops/hardtanh_backward_cuda_dispatch.h' 2024-08-20T21:52:29.2284761Z adding 'torch/include/ATen/ops/hardtanh_backward_native.h' 2024-08-20T21:52:29.2288215Z adding 'torch/include/ATen/ops/hardtanh_backward_ops.h' 2024-08-20T21:52:29.2291511Z adding 'torch/include/ATen/ops/hardtanh_cpu_dispatch.h' 2024-08-20T21:52:29.2294756Z adding 'torch/include/ATen/ops/hardtanh_cuda_dispatch.h' 2024-08-20T21:52:29.2298015Z adding 'torch/include/ATen/ops/hardtanh_meta_dispatch.h' 2024-08-20T21:52:29.2301087Z adding 'torch/include/ATen/ops/hardtanh_native.h' 2024-08-20T21:52:29.2304577Z adding 'torch/include/ATen/ops/hardtanh_ops.h' 2024-08-20T21:52:29.2307851Z adding 'torch/include/ATen/ops/heaviside.h' 2024-08-20T21:52:29.2311475Z adding 'torch/include/ATen/ops/heaviside_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.2314648Z adding 'torch/include/ATen/ops/heaviside_cpu_dispatch.h' 2024-08-20T21:52:29.2317841Z adding 'torch/include/ATen/ops/heaviside_cuda_dispatch.h' 2024-08-20T21:52:29.2320976Z adding 'torch/include/ATen/ops/heaviside_meta.h' 2024-08-20T21:52:29.2324165Z adding 'torch/include/ATen/ops/heaviside_meta_dispatch.h' 2024-08-20T21:52:29.2327362Z adding 'torch/include/ATen/ops/heaviside_native.h' 2024-08-20T21:52:29.2330749Z adding 'torch/include/ATen/ops/heaviside_ops.h' 2024-08-20T21:52:29.2334093Z adding 'torch/include/ATen/ops/hinge_embedding_loss.h' 2024-08-20T21:52:29.2337677Z adding 'torch/include/ATen/ops/hinge_embedding_loss_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.2340612Z adding 'torch/include/ATen/ops/hinge_embedding_loss_native.h' 2024-08-20T21:52:29.2343961Z adding 'torch/include/ATen/ops/hinge_embedding_loss_ops.h' 2024-08-20T21:52:29.2347036Z adding 'torch/include/ATen/ops/histc.h' 2024-08-20T21:52:29.2350453Z adding 'torch/include/ATen/ops/histc_cpu_dispatch.h' 2024-08-20T21:52:29.2353720Z adding 'torch/include/ATen/ops/histc_cuda_dispatch.h' 2024-08-20T21:52:29.2357000Z adding 'torch/include/ATen/ops/histc_native.h' 2024-08-20T21:52:29.2360436Z adding 'torch/include/ATen/ops/histc_ops.h' 2024-08-20T21:52:29.2363809Z adding 'torch/include/ATen/ops/histogram.h' 2024-08-20T21:52:29.2367354Z adding 'torch/include/ATen/ops/histogram_cpu_dispatch.h' 2024-08-20T21:52:29.2370626Z adding 'torch/include/ATen/ops/histogram_native.h' 2024-08-20T21:52:29.2374163Z adding 'torch/include/ATen/ops/histogram_ops.h' 2024-08-20T21:52:29.2377682Z adding 'torch/include/ATen/ops/histogramdd.h' 2024-08-20T21:52:29.2381400Z adding 'torch/include/ATen/ops/histogramdd_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.2384386Z adding 'torch/include/ATen/ops/histogramdd_native.h' 2024-08-20T21:52:29.2388040Z adding 'torch/include/ATen/ops/histogramdd_ops.h' 2024-08-20T21:52:29.2391319Z adding 'torch/include/ATen/ops/hsplit.h' 2024-08-20T21:52:29.2396808Z adding 'torch/include/ATen/ops/hsplit_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.2402685Z adding 'torch/include/ATen/ops/hsplit_native.h' 2024-08-20T21:52:29.2406141Z adding 'torch/include/ATen/ops/hsplit_ops.h' 2024-08-20T21:52:29.2409335Z adding 'torch/include/ATen/ops/hspmm.h' 2024-08-20T21:52:29.2412642Z adding 'torch/include/ATen/ops/hspmm_native.h' 2024-08-20T21:52:29.2416121Z adding 'torch/include/ATen/ops/hspmm_ops.h' 2024-08-20T21:52:29.2419649Z adding 'torch/include/ATen/ops/hstack.h' 2024-08-20T21:52:29.2423122Z adding 'torch/include/ATen/ops/hstack_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.2426040Z adding 'torch/include/ATen/ops/hstack_native.h' 2024-08-20T21:52:29.2429158Z adding 'torch/include/ATen/ops/hstack_ops.h' 2024-08-20T21:52:29.2432365Z adding 'torch/include/ATen/ops/huber_loss.h' 2024-08-20T21:52:29.2436013Z adding 'torch/include/ATen/ops/huber_loss_backward.h' 2024-08-20T21:52:29.2439485Z adding 'torch/include/ATen/ops/huber_loss_backward_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.2442633Z adding 'torch/include/ATen/ops/huber_loss_backward_cpu_dispatch.h' 2024-08-20T21:52:29.2445922Z adding 'torch/include/ATen/ops/huber_loss_backward_cuda_dispatch.h' 2024-08-20T21:52:29.2448980Z adding 'torch/include/ATen/ops/huber_loss_backward_native.h' 2024-08-20T21:52:29.2452430Z adding 'torch/include/ATen/ops/huber_loss_backward_ops.h' 2024-08-20T21:52:29.2456037Z adding 'torch/include/ATen/ops/huber_loss_cpu_dispatch.h' 2024-08-20T21:52:29.2459211Z adding 'torch/include/ATen/ops/huber_loss_cuda_dispatch.h' 2024-08-20T21:52:29.2462370Z adding 'torch/include/ATen/ops/huber_loss_native.h' 2024-08-20T21:52:29.2465663Z adding 'torch/include/ATen/ops/huber_loss_ops.h' 2024-08-20T21:52:29.2469185Z adding 'torch/include/ATen/ops/hypot.h' 2024-08-20T21:52:29.2472519Z adding 'torch/include/ATen/ops/hypot_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.2475618Z adding 'torch/include/ATen/ops/hypot_cpu_dispatch.h' 2024-08-20T21:52:29.2478804Z adding 'torch/include/ATen/ops/hypot_cuda_dispatch.h' 2024-08-20T21:52:29.2482016Z adding 'torch/include/ATen/ops/hypot_meta.h' 2024-08-20T21:52:29.2485230Z adding 'torch/include/ATen/ops/hypot_meta_dispatch.h' 2024-08-20T21:52:29.2488431Z adding 'torch/include/ATen/ops/hypot_native.h' 2024-08-20T21:52:29.2491782Z adding 'torch/include/ATen/ops/hypot_ops.h' 2024-08-20T21:52:29.2494983Z adding 'torch/include/ATen/ops/i0.h' 2024-08-20T21:52:29.2498470Z adding 'torch/include/ATen/ops/i0_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.2501363Z adding 'torch/include/ATen/ops/i0_cpu_dispatch.h' 2024-08-20T21:52:29.2504485Z adding 'torch/include/ATen/ops/i0_cuda_dispatch.h' 2024-08-20T21:52:29.2507472Z adding 'torch/include/ATen/ops/i0_meta.h' 2024-08-20T21:52:29.2510587Z adding 'torch/include/ATen/ops/i0_meta_dispatch.h' 2024-08-20T21:52:29.2513835Z adding 'torch/include/ATen/ops/i0_native.h' 2024-08-20T21:52:29.2517212Z adding 'torch/include/ATen/ops/i0_ops.h' 2024-08-20T21:52:29.2520512Z adding 'torch/include/ATen/ops/igamma.h' 2024-08-20T21:52:29.2523934Z adding 'torch/include/ATen/ops/igamma_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.2527037Z adding 'torch/include/ATen/ops/igamma_cpu_dispatch.h' 2024-08-20T21:52:29.2529915Z adding 'torch/include/ATen/ops/igamma_cuda_dispatch.h' 2024-08-20T21:52:29.2532932Z adding 'torch/include/ATen/ops/igamma_meta.h' 2024-08-20T21:52:29.2536284Z adding 'torch/include/ATen/ops/igamma_meta_dispatch.h' 2024-08-20T21:52:29.2539344Z adding 'torch/include/ATen/ops/igamma_native.h' 2024-08-20T21:52:29.2542765Z adding 'torch/include/ATen/ops/igamma_ops.h' 2024-08-20T21:52:29.2545989Z adding 'torch/include/ATen/ops/igammac.h' 2024-08-20T21:52:29.2549492Z adding 'torch/include/ATen/ops/igammac_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.2552364Z adding 'torch/include/ATen/ops/igammac_cpu_dispatch.h' 2024-08-20T21:52:29.2555600Z adding 'torch/include/ATen/ops/igammac_cuda_dispatch.h' 2024-08-20T21:52:29.2558633Z adding 'torch/include/ATen/ops/igammac_meta.h' 2024-08-20T21:52:29.2561783Z adding 'torch/include/ATen/ops/igammac_meta_dispatch.h' 2024-08-20T21:52:29.2564806Z adding 'torch/include/ATen/ops/igammac_native.h' 2024-08-20T21:52:29.2568071Z adding 'torch/include/ATen/ops/igammac_ops.h' 2024-08-20T21:52:29.2571298Z adding 'torch/include/ATen/ops/im2col.h' 2024-08-20T21:52:29.2574536Z adding 'torch/include/ATen/ops/im2col_cpu_dispatch.h' 2024-08-20T21:52:29.2577668Z adding 'torch/include/ATen/ops/im2col_cuda_dispatch.h' 2024-08-20T21:52:29.2580764Z adding 'torch/include/ATen/ops/im2col_native.h' 2024-08-20T21:52:29.2584051Z adding 'torch/include/ATen/ops/im2col_ops.h' 2024-08-20T21:52:29.2587129Z adding 'torch/include/ATen/ops/imag.h' 2024-08-20T21:52:29.2590467Z adding 'torch/include/ATen/ops/imag_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.2593365Z adding 'torch/include/ATen/ops/imag_native.h' 2024-08-20T21:52:29.2596623Z adding 'torch/include/ATen/ops/imag_ops.h' 2024-08-20T21:52:29.2599796Z adding 'torch/include/ATen/ops/index.h' 2024-08-20T21:52:29.2603207Z adding 'torch/include/ATen/ops/index_add.h' 2024-08-20T21:52:29.2606780Z adding 'torch/include/ATen/ops/index_add_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.2609798Z adding 'torch/include/ATen/ops/index_add_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.2612854Z adding 'torch/include/ATen/ops/index_add_cpu_dispatch.h' 2024-08-20T21:52:29.2616034Z adding 'torch/include/ATen/ops/index_add_cuda_dispatch.h' 2024-08-20T21:52:29.2619158Z adding 'torch/include/ATen/ops/index_add_meta.h' 2024-08-20T21:52:29.2622415Z adding 'torch/include/ATen/ops/index_add_meta_dispatch.h' 2024-08-20T21:52:29.2625469Z adding 'torch/include/ATen/ops/index_add_native.h' 2024-08-20T21:52:29.2628911Z adding 'torch/include/ATen/ops/index_add_ops.h' 2024-08-20T21:52:29.2632464Z adding 'torch/include/ATen/ops/index_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.2635514Z adding 'torch/include/ATen/ops/index_copy.h' 2024-08-20T21:52:29.2639053Z adding 'torch/include/ATen/ops/index_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.2642134Z adding 'torch/include/ATen/ops/index_copy_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.2645174Z adding 'torch/include/ATen/ops/index_copy_cpu_dispatch.h' 2024-08-20T21:52:29.2648324Z adding 'torch/include/ATen/ops/index_copy_cuda_dispatch.h' 2024-08-20T21:52:29.2651443Z adding 'torch/include/ATen/ops/index_copy_meta.h' 2024-08-20T21:52:29.2654658Z adding 'torch/include/ATen/ops/index_copy_meta_dispatch.h' 2024-08-20T21:52:29.2657679Z adding 'torch/include/ATen/ops/index_copy_native.h' 2024-08-20T21:52:29.2661118Z adding 'torch/include/ATen/ops/index_copy_ops.h' 2024-08-20T21:52:29.2664370Z adding 'torch/include/ATen/ops/index_cpu_dispatch.h' 2024-08-20T21:52:29.2667782Z adding 'torch/include/ATen/ops/index_cuda_dispatch.h' 2024-08-20T21:52:29.2671346Z adding 'torch/include/ATen/ops/index_fill.h' 2024-08-20T21:52:29.2674800Z adding 'torch/include/ATen/ops/index_fill_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.2677908Z adding 'torch/include/ATen/ops/index_fill_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.2680910Z adding 'torch/include/ATen/ops/index_fill_cpu_dispatch.h' 2024-08-20T21:52:29.2684149Z adding 'torch/include/ATen/ops/index_fill_cuda_dispatch.h' 2024-08-20T21:52:29.2687306Z adding 'torch/include/ATen/ops/index_fill_meta_dispatch.h' 2024-08-20T21:52:29.2690485Z adding 'torch/include/ATen/ops/index_fill_native.h' 2024-08-20T21:52:29.2694488Z adding 'torch/include/ATen/ops/index_fill_ops.h' 2024-08-20T21:52:29.2697864Z adding 'torch/include/ATen/ops/index_meta.h' 2024-08-20T21:52:29.2701196Z adding 'torch/include/ATen/ops/index_meta_dispatch.h' 2024-08-20T21:52:29.2704332Z adding 'torch/include/ATen/ops/index_native.h' 2024-08-20T21:52:29.2707775Z adding 'torch/include/ATen/ops/index_ops.h' 2024-08-20T21:52:29.2711019Z adding 'torch/include/ATen/ops/index_put.h' 2024-08-20T21:52:29.2715062Z adding 'torch/include/ATen/ops/index_put_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.2718282Z adding 'torch/include/ATen/ops/index_put_native.h' 2024-08-20T21:52:29.2721581Z adding 'torch/include/ATen/ops/index_put_ops.h' 2024-08-20T21:52:29.2724954Z adding 'torch/include/ATen/ops/index_reduce.h' 2024-08-20T21:52:29.2728573Z adding 'torch/include/ATen/ops/index_reduce_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.2731821Z adding 'torch/include/ATen/ops/index_reduce_cpu_dispatch.h' 2024-08-20T21:52:29.2735098Z adding 'torch/include/ATen/ops/index_reduce_cuda_dispatch.h' 2024-08-20T21:52:29.2738430Z adding 'torch/include/ATen/ops/index_reduce_meta.h' 2024-08-20T21:52:29.2741855Z adding 'torch/include/ATen/ops/index_reduce_meta_dispatch.h' 2024-08-20T21:52:29.2745069Z adding 'torch/include/ATen/ops/index_reduce_native.h' 2024-08-20T21:52:29.2748561Z adding 'torch/include/ATen/ops/index_reduce_ops.h' 2024-08-20T21:52:29.2751997Z adding 'torch/include/ATen/ops/index_select.h' 2024-08-20T21:52:29.2755468Z adding 'torch/include/ATen/ops/index_select_backward.h' 2024-08-20T21:52:29.2759118Z adding 'torch/include/ATen/ops/index_select_backward_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.2762136Z adding 'torch/include/ATen/ops/index_select_backward_native.h' 2024-08-20T21:52:29.2765504Z adding 'torch/include/ATen/ops/index_select_backward_ops.h' 2024-08-20T21:52:29.2768921Z adding 'torch/include/ATen/ops/index_select_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.2772129Z adding 'torch/include/ATen/ops/index_select_cpu_dispatch.h' 2024-08-20T21:52:29.2775424Z adding 'torch/include/ATen/ops/index_select_cuda_dispatch.h' 2024-08-20T21:52:29.2778559Z adding 'torch/include/ATen/ops/index_select_native.h' 2024-08-20T21:52:29.2782119Z adding 'torch/include/ATen/ops/index_select_ops.h' 2024-08-20T21:52:29.2785196Z adding 'torch/include/ATen/ops/indices.h' 2024-08-20T21:52:29.2788779Z adding 'torch/include/ATen/ops/indices_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.2792567Z adding 'torch/include/ATen/ops/indices_copy.h' 2024-08-20T21:52:29.2795715Z adding 'torch/include/ATen/ops/indices_copy_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.2798920Z adding 'torch/include/ATen/ops/indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.2801659Z adding 'torch/include/ATen/ops/indices_copy_native.h' 2024-08-20T21:52:29.2805033Z adding 'torch/include/ATen/ops/indices_copy_ops.h' 2024-08-20T21:52:29.2808282Z adding 'torch/include/ATen/ops/indices_native.h' 2024-08-20T21:52:29.2811491Z adding 'torch/include/ATen/ops/indices_ops.h' 2024-08-20T21:52:29.2814928Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward.h' 2024-08-20T21:52:29.2818350Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.2821515Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_native.h' 2024-08-20T21:52:29.2824735Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_ops.h' 2024-08-20T21:52:29.2827804Z adding 'torch/include/ATen/ops/inner.h' 2024-08-20T21:52:29.2831260Z adding 'torch/include/ATen/ops/inner_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.2834409Z adding 'torch/include/ATen/ops/inner_native.h' 2024-08-20T21:52:29.2837778Z adding 'torch/include/ATen/ops/inner_ops.h' 2024-08-20T21:52:29.2840990Z adding 'torch/include/ATen/ops/instance_norm.h' 2024-08-20T21:52:29.2845346Z adding 'torch/include/ATen/ops/instance_norm_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.2847604Z adding 'torch/include/ATen/ops/instance_norm_native.h' 2024-08-20T21:52:29.2851044Z adding 'torch/include/ATen/ops/instance_norm_ops.h' 2024-08-20T21:52:29.2854230Z adding 'torch/include/ATen/ops/int_repr.h' 2024-08-20T21:52:29.2857735Z adding 'torch/include/ATen/ops/int_repr_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.2860771Z adding 'torch/include/ATen/ops/int_repr_native.h' 2024-08-20T21:52:29.2864021Z adding 'torch/include/ATen/ops/int_repr_ops.h' 2024-08-20T21:52:29.2867274Z adding 'torch/include/ATen/ops/inverse.h' 2024-08-20T21:52:29.2870735Z adding 'torch/include/ATen/ops/inverse_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.2873930Z adding 'torch/include/ATen/ops/inverse_native.h' 2024-08-20T21:52:29.2877325Z adding 'torch/include/ATen/ops/inverse_ops.h' 2024-08-20T21:52:29.2880456Z adding 'torch/include/ATen/ops/is_coalesced.h' 2024-08-20T21:52:29.2883979Z adding 'torch/include/ATen/ops/is_coalesced_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.2886884Z adding 'torch/include/ATen/ops/is_coalesced_native.h' 2024-08-20T21:52:29.2890150Z adding 'torch/include/ATen/ops/is_coalesced_ops.h' 2024-08-20T21:52:29.2893291Z adding 'torch/include/ATen/ops/is_complex.h' 2024-08-20T21:52:29.2896902Z adding 'torch/include/ATen/ops/is_complex_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.2899729Z adding 'torch/include/ATen/ops/is_complex_native.h' 2024-08-20T21:52:29.2903049Z adding 'torch/include/ATen/ops/is_complex_ops.h' 2024-08-20T21:52:29.2906242Z adding 'torch/include/ATen/ops/is_conj.h' 2024-08-20T21:52:29.2909605Z adding 'torch/include/ATen/ops/is_conj_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.2912611Z adding 'torch/include/ATen/ops/is_conj_native.h' 2024-08-20T21:52:29.2916734Z adding 'torch/include/ATen/ops/is_conj_ops.h' 2024-08-20T21:52:29.2920035Z adding 'torch/include/ATen/ops/is_distributed.h' 2024-08-20T21:52:29.2923570Z adding 'torch/include/ATen/ops/is_distributed_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.2926446Z adding 'torch/include/ATen/ops/is_distributed_native.h' 2024-08-20T21:52:29.2929781Z adding 'torch/include/ATen/ops/is_distributed_ops.h' 2024-08-20T21:52:29.2932888Z adding 'torch/include/ATen/ops/is_floating_point.h' 2024-08-20T21:52:29.2936462Z adding 'torch/include/ATen/ops/is_floating_point_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.2939380Z adding 'torch/include/ATen/ops/is_floating_point_native.h' 2024-08-20T21:52:29.2942708Z adding 'torch/include/ATen/ops/is_floating_point_ops.h' 2024-08-20T21:52:29.2945912Z adding 'torch/include/ATen/ops/is_inference.h' 2024-08-20T21:52:29.2949288Z adding 'torch/include/ATen/ops/is_inference_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.2952268Z adding 'torch/include/ATen/ops/is_inference_native.h' 2024-08-20T21:52:29.2955557Z adding 'torch/include/ATen/ops/is_inference_ops.h' 2024-08-20T21:52:29.2958701Z adding 'torch/include/ATen/ops/is_leaf.h' 2024-08-20T21:52:29.2962114Z adding 'torch/include/ATen/ops/is_leaf_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.2965096Z adding 'torch/include/ATen/ops/is_leaf_native.h' 2024-08-20T21:52:29.2968229Z adding 'torch/include/ATen/ops/is_leaf_ops.h' 2024-08-20T21:52:29.2971500Z adding 'torch/include/ATen/ops/is_neg.h' 2024-08-20T21:52:29.2974940Z adding 'torch/include/ATen/ops/is_neg_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.2977823Z adding 'torch/include/ATen/ops/is_neg_native.h' 2024-08-20T21:52:29.2981072Z adding 'torch/include/ATen/ops/is_neg_ops.h' 2024-08-20T21:52:29.2984143Z adding 'torch/include/ATen/ops/is_nonzero.h' 2024-08-20T21:52:29.2987627Z adding 'torch/include/ATen/ops/is_nonzero_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.2990508Z adding 'torch/include/ATen/ops/is_nonzero_native.h' 2024-08-20T21:52:29.2993967Z adding 'torch/include/ATen/ops/is_nonzero_ops.h' 2024-08-20T21:52:29.2997467Z adding 'torch/include/ATen/ops/is_pinned.h' 2024-08-20T21:52:29.3001066Z adding 'torch/include/ATen/ops/is_pinned_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.3003697Z adding 'torch/include/ATen/ops/is_pinned_native.h' 2024-08-20T21:52:29.3006870Z adding 'torch/include/ATen/ops/is_pinned_ops.h' 2024-08-20T21:52:29.3010169Z adding 'torch/include/ATen/ops/is_same_size.h' 2024-08-20T21:52:29.3013595Z adding 'torch/include/ATen/ops/is_same_size_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.3016579Z adding 'torch/include/ATen/ops/is_same_size_native.h' 2024-08-20T21:52:29.3020016Z adding 'torch/include/ATen/ops/is_same_size_ops.h' 2024-08-20T21:52:29.3023151Z adding 'torch/include/ATen/ops/is_set_to.h' 2024-08-20T21:52:29.3026420Z adding 'torch/include/ATen/ops/is_set_to_cpu_dispatch.h' 2024-08-20T21:52:29.3029549Z adding 'torch/include/ATen/ops/is_set_to_cuda_dispatch.h' 2024-08-20T21:52:29.3032554Z adding 'torch/include/ATen/ops/is_set_to_native.h' 2024-08-20T21:52:29.3035858Z adding 'torch/include/ATen/ops/is_set_to_ops.h' 2024-08-20T21:52:29.3039086Z adding 'torch/include/ATen/ops/is_signed.h' 2024-08-20T21:52:29.3042423Z adding 'torch/include/ATen/ops/is_signed_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.3045260Z adding 'torch/include/ATen/ops/is_signed_native.h' 2024-08-20T21:52:29.3048468Z adding 'torch/include/ATen/ops/is_signed_ops.h' 2024-08-20T21:52:29.3051525Z adding 'torch/include/ATen/ops/is_vulkan_available.h' 2024-08-20T21:52:29.3055062Z adding 'torch/include/ATen/ops/is_vulkan_available_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.3057922Z adding 'torch/include/ATen/ops/is_vulkan_available_native.h' 2024-08-20T21:52:29.3061051Z adding 'torch/include/ATen/ops/is_vulkan_available_ops.h' 2024-08-20T21:52:29.3064110Z adding 'torch/include/ATen/ops/isclose.h' 2024-08-20T21:52:29.3067519Z adding 'torch/include/ATen/ops/isclose_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.3070360Z adding 'torch/include/ATen/ops/isclose_native.h' 2024-08-20T21:52:29.3073546Z adding 'torch/include/ATen/ops/isclose_ops.h' 2024-08-20T21:52:29.3076804Z adding 'torch/include/ATen/ops/isfinite.h' 2024-08-20T21:52:29.3080147Z adding 'torch/include/ATen/ops/isfinite_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.3083232Z adding 'torch/include/ATen/ops/isfinite_native.h' 2024-08-20T21:52:29.3086315Z adding 'torch/include/ATen/ops/isfinite_ops.h' 2024-08-20T21:52:29.3089615Z adding 'torch/include/ATen/ops/isin.h' 2024-08-20T21:52:29.3093178Z adding 'torch/include/ATen/ops/isin_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.3096157Z adding 'torch/include/ATen/ops/isin_cpu_dispatch.h' 2024-08-20T21:52:29.3099399Z adding 'torch/include/ATen/ops/isin_cuda_dispatch.h' 2024-08-20T21:52:29.3102639Z adding 'torch/include/ATen/ops/isin_meta.h' 2024-08-20T21:52:29.3105802Z adding 'torch/include/ATen/ops/isin_meta_dispatch.h' 2024-08-20T21:52:29.3108908Z adding 'torch/include/ATen/ops/isin_native.h' 2024-08-20T21:52:29.3112435Z adding 'torch/include/ATen/ops/isin_ops.h' 2024-08-20T21:52:29.3115793Z adding 'torch/include/ATen/ops/isinf.h' 2024-08-20T21:52:29.3119133Z adding 'torch/include/ATen/ops/isinf_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.3121992Z adding 'torch/include/ATen/ops/isinf_native.h' 2024-08-20T21:52:29.3125253Z adding 'torch/include/ATen/ops/isinf_ops.h' 2024-08-20T21:52:29.3128365Z adding 'torch/include/ATen/ops/isnan.h' 2024-08-20T21:52:29.3131720Z adding 'torch/include/ATen/ops/isnan_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.3134652Z adding 'torch/include/ATen/ops/isnan_cpu_dispatch.h' 2024-08-20T21:52:29.3137741Z adding 'torch/include/ATen/ops/isnan_cuda_dispatch.h' 2024-08-20T21:52:29.3140956Z adding 'torch/include/ATen/ops/isnan_native.h' 2024-08-20T21:52:29.3144164Z adding 'torch/include/ATen/ops/isnan_ops.h' 2024-08-20T21:52:29.3147482Z adding 'torch/include/ATen/ops/isneginf.h' 2024-08-20T21:52:29.3151035Z adding 'torch/include/ATen/ops/isneginf_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.3154551Z adding 'torch/include/ATen/ops/isneginf_cpu_dispatch.h' 2024-08-20T21:52:29.3157538Z adding 'torch/include/ATen/ops/isneginf_cuda_dispatch.h' 2024-08-20T21:52:29.3160542Z adding 'torch/include/ATen/ops/isneginf_meta.h' 2024-08-20T21:52:29.3163877Z adding 'torch/include/ATen/ops/isneginf_meta_dispatch.h' 2024-08-20T21:52:29.3167093Z adding 'torch/include/ATen/ops/isneginf_native.h' 2024-08-20T21:52:29.3170426Z adding 'torch/include/ATen/ops/isneginf_ops.h' 2024-08-20T21:52:29.3173602Z adding 'torch/include/ATen/ops/isposinf.h' 2024-08-20T21:52:29.3177191Z adding 'torch/include/ATen/ops/isposinf_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.3180268Z adding 'torch/include/ATen/ops/isposinf_cpu_dispatch.h' 2024-08-20T21:52:29.3183431Z adding 'torch/include/ATen/ops/isposinf_cuda_dispatch.h' 2024-08-20T21:52:29.3186600Z adding 'torch/include/ATen/ops/isposinf_meta.h' 2024-08-20T21:52:29.3190055Z adding 'torch/include/ATen/ops/isposinf_meta_dispatch.h' 2024-08-20T21:52:29.3193024Z adding 'torch/include/ATen/ops/isposinf_native.h' 2024-08-20T21:52:29.3196374Z adding 'torch/include/ATen/ops/isposinf_ops.h' 2024-08-20T21:52:29.3199620Z adding 'torch/include/ATen/ops/isreal.h' 2024-08-20T21:52:29.3203684Z adding 'torch/include/ATen/ops/isreal_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.3205968Z adding 'torch/include/ATen/ops/isreal_native.h' 2024-08-20T21:52:29.3209217Z adding 'torch/include/ATen/ops/isreal_ops.h' 2024-08-20T21:52:29.3212550Z adding 'torch/include/ATen/ops/istft.h' 2024-08-20T21:52:29.3216036Z adding 'torch/include/ATen/ops/istft_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.3218929Z adding 'torch/include/ATen/ops/istft_native.h' 2024-08-20T21:52:29.3222363Z adding 'torch/include/ATen/ops/istft_ops.h' 2024-08-20T21:52:29.3225407Z adding 'torch/include/ATen/ops/item.h' 2024-08-20T21:52:29.3228918Z adding 'torch/include/ATen/ops/item_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.3231787Z adding 'torch/include/ATen/ops/item_native.h' 2024-08-20T21:52:29.3235323Z adding 'torch/include/ATen/ops/item_ops.h' 2024-08-20T21:52:29.3239051Z adding 'torch/include/ATen/ops/kaiser_window.h' 2024-08-20T21:52:29.3242794Z adding 'torch/include/ATen/ops/kaiser_window_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.3246282Z adding 'torch/include/ATen/ops/kaiser_window_native.h' 2024-08-20T21:52:29.3250007Z adding 'torch/include/ATen/ops/kaiser_window_ops.h' 2024-08-20T21:52:29.3253212Z adding 'torch/include/ATen/ops/kl_div.h' 2024-08-20T21:52:29.3256735Z adding 'torch/include/ATen/ops/kl_div_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.3259657Z adding 'torch/include/ATen/ops/kl_div_native.h' 2024-08-20T21:52:29.3263034Z adding 'torch/include/ATen/ops/kl_div_ops.h' 2024-08-20T21:52:29.3266146Z adding 'torch/include/ATen/ops/kron.h' 2024-08-20T21:52:29.3269694Z adding 'torch/include/ATen/ops/kron_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.3272870Z adding 'torch/include/ATen/ops/kron_native.h' 2024-08-20T21:52:29.3282421Z adding 'torch/include/ATen/ops/kron_ops.h' 2024-08-20T21:52:29.3285711Z adding 'torch/include/ATen/ops/kthvalue.h' 2024-08-20T21:52:29.3289157Z adding 'torch/include/ATen/ops/kthvalue_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.3292531Z adding 'torch/include/ATen/ops/kthvalue_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.3295650Z adding 'torch/include/ATen/ops/kthvalue_cpu_dispatch.h' 2024-08-20T21:52:29.3298914Z adding 'torch/include/ATen/ops/kthvalue_cuda_dispatch.h' 2024-08-20T21:52:29.3302066Z adding 'torch/include/ATen/ops/kthvalue_native.h' 2024-08-20T21:52:29.3305681Z adding 'torch/include/ATen/ops/kthvalue_ops.h' 2024-08-20T21:52:29.3308969Z adding 'torch/include/ATen/ops/l1_loss.h' 2024-08-20T21:52:29.3312363Z adding 'torch/include/ATen/ops/l1_loss_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.3315471Z adding 'torch/include/ATen/ops/l1_loss_native.h' 2024-08-20T21:52:29.3318698Z adding 'torch/include/ATen/ops/l1_loss_ops.h' 2024-08-20T21:52:29.3322626Z adding 'torch/include/ATen/ops/layer_norm.h' 2024-08-20T21:52:29.3325854Z adding 'torch/include/ATen/ops/layer_norm_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.3328883Z adding 'torch/include/ATen/ops/layer_norm_native.h' 2024-08-20T21:52:29.3332245Z adding 'torch/include/ATen/ops/layer_norm_ops.h' 2024-08-20T21:52:29.3335400Z adding 'torch/include/ATen/ops/lcm.h' 2024-08-20T21:52:29.3339042Z adding 'torch/include/ATen/ops/lcm_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.3341971Z adding 'torch/include/ATen/ops/lcm_cpu_dispatch.h' 2024-08-20T21:52:29.3345325Z adding 'torch/include/ATen/ops/lcm_cuda_dispatch.h' 2024-08-20T21:52:29.3348347Z adding 'torch/include/ATen/ops/lcm_meta.h' 2024-08-20T21:52:29.3351688Z adding 'torch/include/ATen/ops/lcm_meta_dispatch.h' 2024-08-20T21:52:29.3354959Z adding 'torch/include/ATen/ops/lcm_native.h' 2024-08-20T21:52:29.3358320Z adding 'torch/include/ATen/ops/lcm_ops.h' 2024-08-20T21:52:29.3361647Z adding 'torch/include/ATen/ops/ldexp.h' 2024-08-20T21:52:29.3365051Z adding 'torch/include/ATen/ops/ldexp_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.3368120Z adding 'torch/include/ATen/ops/ldexp_native.h' 2024-08-20T21:52:29.3371556Z adding 'torch/include/ATen/ops/ldexp_ops.h' 2024-08-20T21:52:29.3374884Z adding 'torch/include/ATen/ops/le.h' 2024-08-20T21:52:29.3378495Z adding 'torch/include/ATen/ops/le_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.3381469Z adding 'torch/include/ATen/ops/le_cpu_dispatch.h' 2024-08-20T21:52:29.3384841Z adding 'torch/include/ATen/ops/le_cuda_dispatch.h' 2024-08-20T21:52:29.3387930Z adding 'torch/include/ATen/ops/le_meta.h' 2024-08-20T21:52:29.3391299Z adding 'torch/include/ATen/ops/le_meta_dispatch.h' 2024-08-20T21:52:29.3394540Z adding 'torch/include/ATen/ops/le_native.h' 2024-08-20T21:52:29.3398219Z adding 'torch/include/ATen/ops/le_ops.h' 2024-08-20T21:52:29.3401842Z adding 'torch/include/ATen/ops/leaky_relu.h' 2024-08-20T21:52:29.3404936Z adding 'torch/include/ATen/ops/leaky_relu_backward.h' 2024-08-20T21:52:29.3408629Z adding 'torch/include/ATen/ops/leaky_relu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.3411608Z adding 'torch/include/ATen/ops/leaky_relu_backward_cpu_dispatch.h' 2024-08-20T21:52:29.3415032Z adding 'torch/include/ATen/ops/leaky_relu_backward_cuda_dispatch.h' 2024-08-20T21:52:29.3418091Z adding 'torch/include/ATen/ops/leaky_relu_backward_meta.h' 2024-08-20T21:52:29.3421517Z adding 'torch/include/ATen/ops/leaky_relu_backward_meta_dispatch.h' 2024-08-20T21:52:29.3424630Z adding 'torch/include/ATen/ops/leaky_relu_backward_native.h' 2024-08-20T21:52:29.3428027Z adding 'torch/include/ATen/ops/leaky_relu_backward_ops.h' 2024-08-20T21:52:29.3431659Z adding 'torch/include/ATen/ops/leaky_relu_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.3434683Z adding 'torch/include/ATen/ops/leaky_relu_cpu_dispatch.h' 2024-08-20T21:52:29.3438037Z adding 'torch/include/ATen/ops/leaky_relu_cuda_dispatch.h' 2024-08-20T21:52:29.3441044Z adding 'torch/include/ATen/ops/leaky_relu_meta.h' 2024-08-20T21:52:29.3444414Z adding 'torch/include/ATen/ops/leaky_relu_meta_dispatch.h' 2024-08-20T21:52:29.3447539Z adding 'torch/include/ATen/ops/leaky_relu_native.h' 2024-08-20T21:52:29.3450984Z adding 'torch/include/ATen/ops/leaky_relu_ops.h' 2024-08-20T21:52:29.3454370Z adding 'torch/include/ATen/ops/lerp.h' 2024-08-20T21:52:29.3457931Z adding 'torch/include/ATen/ops/lerp_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.3461027Z adding 'torch/include/ATen/ops/lerp_cpu_dispatch.h' 2024-08-20T21:52:29.3464263Z adding 'torch/include/ATen/ops/lerp_cuda_dispatch.h' 2024-08-20T21:52:29.3467482Z adding 'torch/include/ATen/ops/lerp_meta.h' 2024-08-20T21:52:29.3470743Z adding 'torch/include/ATen/ops/lerp_meta_dispatch.h' 2024-08-20T21:52:29.3474074Z adding 'torch/include/ATen/ops/lerp_native.h' 2024-08-20T21:52:29.3477735Z adding 'torch/include/ATen/ops/lerp_ops.h' 2024-08-20T21:52:29.3481517Z adding 'torch/include/ATen/ops/less.h' 2024-08-20T21:52:29.3484655Z adding 'torch/include/ATen/ops/less_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.3487706Z adding 'torch/include/ATen/ops/less_equal.h' 2024-08-20T21:52:29.3491130Z adding 'torch/include/ATen/ops/less_equal_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.3494046Z adding 'torch/include/ATen/ops/less_equal_native.h' 2024-08-20T21:52:29.3497720Z adding 'torch/include/ATen/ops/less_equal_ops.h' 2024-08-20T21:52:29.3500921Z adding 'torch/include/ATen/ops/less_native.h' 2024-08-20T21:52:29.3504384Z adding 'torch/include/ATen/ops/less_ops.h' 2024-08-20T21:52:29.3507583Z adding 'torch/include/ATen/ops/lgamma.h' 2024-08-20T21:52:29.3511182Z adding 'torch/include/ATen/ops/lgamma_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.3514190Z adding 'torch/include/ATen/ops/lgamma_cpu_dispatch.h' 2024-08-20T21:52:29.3517322Z adding 'torch/include/ATen/ops/lgamma_cuda_dispatch.h' 2024-08-20T21:52:29.3520387Z adding 'torch/include/ATen/ops/lgamma_meta.h' 2024-08-20T21:52:29.3523552Z adding 'torch/include/ATen/ops/lgamma_meta_dispatch.h' 2024-08-20T21:52:29.3526574Z adding 'torch/include/ATen/ops/lgamma_native.h' 2024-08-20T21:52:29.3530037Z adding 'torch/include/ATen/ops/lgamma_ops.h' 2024-08-20T21:52:29.3533197Z adding 'torch/include/ATen/ops/lift.h' 2024-08-20T21:52:29.3536547Z adding 'torch/include/ATen/ops/lift_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.3539408Z adding 'torch/include/ATen/ops/lift_fresh.h' 2024-08-20T21:52:29.3542930Z adding 'torch/include/ATen/ops/lift_fresh_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.3545896Z adding 'torch/include/ATen/ops/lift_fresh_copy.h' 2024-08-20T21:52:29.3549240Z adding 'torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.3552506Z adding 'torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.3555426Z adding 'torch/include/ATen/ops/lift_fresh_copy_native.h' 2024-08-20T21:52:29.3558616Z adding 'torch/include/ATen/ops/lift_fresh_copy_ops.h' 2024-08-20T21:52:29.3561632Z adding 'torch/include/ATen/ops/lift_fresh_native.h' 2024-08-20T21:52:29.3564776Z adding 'torch/include/ATen/ops/lift_fresh_ops.h' 2024-08-20T21:52:29.3567773Z adding 'torch/include/ATen/ops/lift_native.h' 2024-08-20T21:52:29.3570962Z adding 'torch/include/ATen/ops/lift_ops.h' 2024-08-20T21:52:29.3574136Z adding 'torch/include/ATen/ops/linalg_cholesky.h' 2024-08-20T21:52:29.3577842Z adding 'torch/include/ATen/ops/linalg_cholesky_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.3580553Z adding 'torch/include/ATen/ops/linalg_cholesky_ex.h' 2024-08-20T21:52:29.3584033Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.3587231Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_cpu_dispatch.h' 2024-08-20T21:52:29.3590530Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_cuda_dispatch.h' 2024-08-20T21:52:29.3593573Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_meta.h' 2024-08-20T21:52:29.3597050Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_meta_dispatch.h' 2024-08-20T21:52:29.3600160Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_native.h' 2024-08-20T21:52:29.3603440Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_ops.h' 2024-08-20T21:52:29.3606746Z adding 'torch/include/ATen/ops/linalg_cholesky_native.h' 2024-08-20T21:52:29.3609988Z adding 'torch/include/ATen/ops/linalg_cholesky_ops.h' 2024-08-20T21:52:29.3613173Z adding 'torch/include/ATen/ops/linalg_cond.h' 2024-08-20T21:52:29.3616616Z adding 'torch/include/ATen/ops/linalg_cond_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.3619732Z adding 'torch/include/ATen/ops/linalg_cond_native.h' 2024-08-20T21:52:29.3623087Z adding 'torch/include/ATen/ops/linalg_cond_ops.h' 2024-08-20T21:52:29.3626321Z adding 'torch/include/ATen/ops/linalg_cross.h' 2024-08-20T21:52:29.3630197Z adding 'torch/include/ATen/ops/linalg_cross_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.3632739Z adding 'torch/include/ATen/ops/linalg_cross_cpu_dispatch.h' 2024-08-20T21:52:29.3635997Z adding 'torch/include/ATen/ops/linalg_cross_cuda_dispatch.h' 2024-08-20T21:52:29.3639003Z adding 'torch/include/ATen/ops/linalg_cross_meta.h' 2024-08-20T21:52:29.3642197Z adding 'torch/include/ATen/ops/linalg_cross_meta_dispatch.h' 2024-08-20T21:52:29.3645328Z adding 'torch/include/ATen/ops/linalg_cross_native.h' 2024-08-20T21:52:29.3648828Z adding 'torch/include/ATen/ops/linalg_cross_ops.h' 2024-08-20T21:52:29.3651963Z adding 'torch/include/ATen/ops/linalg_det.h' 2024-08-20T21:52:29.3655396Z adding 'torch/include/ATen/ops/linalg_det_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.3658088Z adding 'torch/include/ATen/ops/linalg_det_native.h' 2024-08-20T21:52:29.3661275Z adding 'torch/include/ATen/ops/linalg_det_ops.h' 2024-08-20T21:52:29.3664366Z adding 'torch/include/ATen/ops/linalg_diagonal.h' 2024-08-20T21:52:29.3668484Z adding 'torch/include/ATen/ops/linalg_diagonal_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.3671404Z adding 'torch/include/ATen/ops/linalg_diagonal_native.h' 2024-08-20T21:52:29.3674930Z adding 'torch/include/ATen/ops/linalg_diagonal_ops.h' 2024-08-20T21:52:29.3678026Z adding 'torch/include/ATen/ops/linalg_eig.h' 2024-08-20T21:52:29.3681457Z adding 'torch/include/ATen/ops/linalg_eig_cpu_dispatch.h' 2024-08-20T21:52:29.3684497Z adding 'torch/include/ATen/ops/linalg_eig_cuda_dispatch.h' 2024-08-20T21:52:29.3687399Z adding 'torch/include/ATen/ops/linalg_eig_native.h' 2024-08-20T21:52:29.3690634Z adding 'torch/include/ATen/ops/linalg_eig_ops.h' 2024-08-20T21:52:29.3693826Z adding 'torch/include/ATen/ops/linalg_eigh.h' 2024-08-20T21:52:29.3697253Z adding 'torch/include/ATen/ops/linalg_eigh_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.3700360Z adding 'torch/include/ATen/ops/linalg_eigh_native.h' 2024-08-20T21:52:29.3704340Z adding 'torch/include/ATen/ops/linalg_eigh_ops.h' 2024-08-20T21:52:29.3707130Z adding 'torch/include/ATen/ops/linalg_eigvals.h' 2024-08-20T21:52:29.3710548Z adding 'torch/include/ATen/ops/linalg_eigvals_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.3713535Z adding 'torch/include/ATen/ops/linalg_eigvals_cpu_dispatch.h' 2024-08-20T21:52:29.3716941Z adding 'torch/include/ATen/ops/linalg_eigvals_cuda_dispatch.h' 2024-08-20T21:52:29.3720001Z adding 'torch/include/ATen/ops/linalg_eigvals_native.h' 2024-08-20T21:52:29.3723428Z adding 'torch/include/ATen/ops/linalg_eigvals_ops.h' 2024-08-20T21:52:29.3726716Z adding 'torch/include/ATen/ops/linalg_eigvalsh.h' 2024-08-20T21:52:29.3730171Z adding 'torch/include/ATen/ops/linalg_eigvalsh_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.3733195Z adding 'torch/include/ATen/ops/linalg_eigvalsh_native.h' 2024-08-20T21:52:29.3736447Z adding 'torch/include/ATen/ops/linalg_eigvalsh_ops.h' 2024-08-20T21:52:29.3740143Z adding 'torch/include/ATen/ops/linalg_householder_product.h' 2024-08-20T21:52:29.3743218Z adding 'torch/include/ATen/ops/linalg_householder_product_cpu_dispatch.h' 2024-08-20T21:52:29.3746432Z adding 'torch/include/ATen/ops/linalg_householder_product_cuda_dispatch.h' 2024-08-20T21:52:29.3749602Z adding 'torch/include/ATen/ops/linalg_householder_product_native.h' 2024-08-20T21:52:29.3752854Z adding 'torch/include/ATen/ops/linalg_householder_product_ops.h' 2024-08-20T21:52:29.3756214Z adding 'torch/include/ATen/ops/linalg_inv.h' 2024-08-20T21:52:29.3759600Z adding 'torch/include/ATen/ops/linalg_inv_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.3763021Z adding 'torch/include/ATen/ops/linalg_inv_ex.h' 2024-08-20T21:52:29.3766507Z adding 'torch/include/ATen/ops/linalg_inv_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.3769561Z adding 'torch/include/ATen/ops/linalg_inv_ex_cpu_dispatch.h' 2024-08-20T21:52:29.3772803Z adding 'torch/include/ATen/ops/linalg_inv_ex_cuda_dispatch.h' 2024-08-20T21:52:29.3776401Z adding 'torch/include/ATen/ops/linalg_inv_ex_meta.h' 2024-08-20T21:52:29.3779381Z adding 'torch/include/ATen/ops/linalg_inv_ex_meta_dispatch.h' 2024-08-20T21:52:29.3782739Z adding 'torch/include/ATen/ops/linalg_inv_ex_native.h' 2024-08-20T21:52:29.3786162Z adding 'torch/include/ATen/ops/linalg_inv_ex_ops.h' 2024-08-20T21:52:29.3789257Z adding 'torch/include/ATen/ops/linalg_inv_native.h' 2024-08-20T21:52:29.3792630Z adding 'torch/include/ATen/ops/linalg_inv_ops.h' 2024-08-20T21:52:29.3796040Z adding 'torch/include/ATen/ops/linalg_ldl_factor.h' 2024-08-20T21:52:29.3799694Z adding 'torch/include/ATen/ops/linalg_ldl_factor_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.3802913Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex.h' 2024-08-20T21:52:29.3806581Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.3809668Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_cpu_dispatch.h' 2024-08-20T21:52:29.3812893Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_cuda_dispatch.h' 2024-08-20T21:52:29.3816125Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_meta.h' 2024-08-20T21:52:29.3819383Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_meta_dispatch.h' 2024-08-20T21:52:29.3822768Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_native.h' 2024-08-20T21:52:29.3826190Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_ops.h' 2024-08-20T21:52:29.3829405Z adding 'torch/include/ATen/ops/linalg_ldl_factor_native.h' 2024-08-20T21:52:29.3832809Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ops.h' 2024-08-20T21:52:29.3836124Z adding 'torch/include/ATen/ops/linalg_ldl_solve.h' 2024-08-20T21:52:29.3839801Z adding 'torch/include/ATen/ops/linalg_ldl_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.3842720Z adding 'torch/include/ATen/ops/linalg_ldl_solve_cpu_dispatch.h' 2024-08-20T21:52:29.3846090Z adding 'torch/include/ATen/ops/linalg_ldl_solve_cuda_dispatch.h' 2024-08-20T21:52:29.3849251Z adding 'torch/include/ATen/ops/linalg_ldl_solve_meta.h' 2024-08-20T21:52:29.3852447Z adding 'torch/include/ATen/ops/linalg_ldl_solve_meta_dispatch.h' 2024-08-20T21:52:29.3855676Z adding 'torch/include/ATen/ops/linalg_ldl_solve_native.h' 2024-08-20T21:52:29.3858936Z adding 'torch/include/ATen/ops/linalg_ldl_solve_ops.h' 2024-08-20T21:52:29.3862380Z adding 'torch/include/ATen/ops/linalg_lstsq.h' 2024-08-20T21:52:29.3865882Z adding 'torch/include/ATen/ops/linalg_lstsq_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.3869099Z adding 'torch/include/ATen/ops/linalg_lstsq_cpu_dispatch.h' 2024-08-20T21:52:29.3872319Z adding 'torch/include/ATen/ops/linalg_lstsq_cuda_dispatch.h' 2024-08-20T21:52:29.3875681Z adding 'torch/include/ATen/ops/linalg_lstsq_native.h' 2024-08-20T21:52:29.3879454Z adding 'torch/include/ATen/ops/linalg_lstsq_ops.h' 2024-08-20T21:52:29.3882547Z adding 'torch/include/ATen/ops/linalg_lu.h' 2024-08-20T21:52:29.3886240Z adding 'torch/include/ATen/ops/linalg_lu_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.3889192Z adding 'torch/include/ATen/ops/linalg_lu_cpu_dispatch.h' 2024-08-20T21:52:29.3892599Z adding 'torch/include/ATen/ops/linalg_lu_cuda_dispatch.h' 2024-08-20T21:52:29.3896943Z adding 'torch/include/ATen/ops/linalg_lu_factor.h' 2024-08-20T21:52:29.3899397Z adding 'torch/include/ATen/ops/linalg_lu_factor_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.3902471Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex.h' 2024-08-20T21:52:29.3906100Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.3909304Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_cpu_dispatch.h' 2024-08-20T21:52:29.3912512Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_cuda_dispatch.h' 2024-08-20T21:52:29.3915937Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_meta.h' 2024-08-20T21:52:29.3919268Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_meta_dispatch.h' 2024-08-20T21:52:29.3922855Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_native.h' 2024-08-20T21:52:29.3925929Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_ops.h' 2024-08-20T21:52:29.3929139Z adding 'torch/include/ATen/ops/linalg_lu_factor_native.h' 2024-08-20T21:52:29.3932575Z adding 'torch/include/ATen/ops/linalg_lu_factor_ops.h' 2024-08-20T21:52:29.3935693Z adding 'torch/include/ATen/ops/linalg_lu_meta.h' 2024-08-20T21:52:29.3939053Z adding 'torch/include/ATen/ops/linalg_lu_meta_dispatch.h' 2024-08-20T21:52:29.3942180Z adding 'torch/include/ATen/ops/linalg_lu_native.h' 2024-08-20T21:52:29.3945527Z adding 'torch/include/ATen/ops/linalg_lu_ops.h' 2024-08-20T21:52:29.3948901Z adding 'torch/include/ATen/ops/linalg_lu_solve.h' 2024-08-20T21:52:29.3952433Z adding 'torch/include/ATen/ops/linalg_lu_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.3955691Z adding 'torch/include/ATen/ops/linalg_lu_solve_cpu_dispatch.h' 2024-08-20T21:52:29.3959542Z adding 'torch/include/ATen/ops/linalg_lu_solve_cuda_dispatch.h' 2024-08-20T21:52:29.3962220Z adding 'torch/include/ATen/ops/linalg_lu_solve_meta.h' 2024-08-20T21:52:29.3965472Z adding 'torch/include/ATen/ops/linalg_lu_solve_meta_dispatch.h' 2024-08-20T21:52:29.3968638Z adding 'torch/include/ATen/ops/linalg_lu_solve_native.h' 2024-08-20T21:52:29.3971999Z adding 'torch/include/ATen/ops/linalg_lu_solve_ops.h' 2024-08-20T21:52:29.3975136Z adding 'torch/include/ATen/ops/linalg_matmul.h' 2024-08-20T21:52:29.3978739Z adding 'torch/include/ATen/ops/linalg_matmul_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.3982063Z adding 'torch/include/ATen/ops/linalg_matmul_native.h' 2024-08-20T21:52:29.3985165Z adding 'torch/include/ATen/ops/linalg_matmul_ops.h' 2024-08-20T21:52:29.3988401Z adding 'torch/include/ATen/ops/linalg_matrix_exp.h' 2024-08-20T21:52:29.3991826Z adding 'torch/include/ATen/ops/linalg_matrix_exp_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.3995135Z adding 'torch/include/ATen/ops/linalg_matrix_exp_cpu_dispatch.h' 2024-08-20T21:52:29.3998324Z adding 'torch/include/ATen/ops/linalg_matrix_exp_cuda_dispatch.h' 2024-08-20T21:52:29.4001413Z adding 'torch/include/ATen/ops/linalg_matrix_exp_native.h' 2024-08-20T21:52:29.4004841Z adding 'torch/include/ATen/ops/linalg_matrix_exp_ops.h' 2024-08-20T21:52:29.4008237Z adding 'torch/include/ATen/ops/linalg_matrix_norm.h' 2024-08-20T21:52:29.4012009Z adding 'torch/include/ATen/ops/linalg_matrix_norm_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.4015017Z adding 'torch/include/ATen/ops/linalg_matrix_norm_native.h' 2024-08-20T21:52:29.4018623Z adding 'torch/include/ATen/ops/linalg_matrix_norm_ops.h' 2024-08-20T21:52:29.4021966Z adding 'torch/include/ATen/ops/linalg_matrix_power.h' 2024-08-20T21:52:29.4025383Z adding 'torch/include/ATen/ops/linalg_matrix_power_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.4028452Z adding 'torch/include/ATen/ops/linalg_matrix_power_native.h' 2024-08-20T21:52:29.4031728Z adding 'torch/include/ATen/ops/linalg_matrix_power_ops.h' 2024-08-20T21:52:29.4035491Z adding 'torch/include/ATen/ops/linalg_matrix_rank.h' 2024-08-20T21:52:29.4039306Z adding 'torch/include/ATen/ops/linalg_matrix_rank_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.4042350Z adding 'torch/include/ATen/ops/linalg_matrix_rank_native.h' 2024-08-20T21:52:29.4046194Z adding 'torch/include/ATen/ops/linalg_matrix_rank_ops.h' 2024-08-20T21:52:29.4049595Z adding 'torch/include/ATen/ops/linalg_multi_dot.h' 2024-08-20T21:52:29.4053206Z adding 'torch/include/ATen/ops/linalg_multi_dot_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.4056238Z adding 'torch/include/ATen/ops/linalg_multi_dot_native.h' 2024-08-20T21:52:29.4059469Z adding 'torch/include/ATen/ops/linalg_multi_dot_ops.h' 2024-08-20T21:52:29.4062912Z adding 'torch/include/ATen/ops/linalg_norm.h' 2024-08-20T21:52:29.4066503Z adding 'torch/include/ATen/ops/linalg_norm_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.4069883Z adding 'torch/include/ATen/ops/linalg_norm_native.h' 2024-08-20T21:52:29.4073184Z adding 'torch/include/ATen/ops/linalg_norm_ops.h' 2024-08-20T21:52:29.4076809Z adding 'torch/include/ATen/ops/linalg_pinv.h' 2024-08-20T21:52:29.4080324Z adding 'torch/include/ATen/ops/linalg_pinv_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.4083673Z adding 'torch/include/ATen/ops/linalg_pinv_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.4086737Z adding 'torch/include/ATen/ops/linalg_pinv_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.4089910Z adding 'torch/include/ATen/ops/linalg_pinv_native.h' 2024-08-20T21:52:29.4093580Z adding 'torch/include/ATen/ops/linalg_pinv_ops.h' 2024-08-20T21:52:29.4096986Z adding 'torch/include/ATen/ops/linalg_qr.h' 2024-08-20T21:52:29.4100503Z adding 'torch/include/ATen/ops/linalg_qr_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.4103416Z adding 'torch/include/ATen/ops/linalg_qr_cpu_dispatch.h' 2024-08-20T21:52:29.4106601Z adding 'torch/include/ATen/ops/linalg_qr_cuda_dispatch.h' 2024-08-20T21:52:29.4109620Z adding 'torch/include/ATen/ops/linalg_qr_meta.h' 2024-08-20T21:52:29.4112839Z adding 'torch/include/ATen/ops/linalg_qr_meta_dispatch.h' 2024-08-20T21:52:29.4116074Z adding 'torch/include/ATen/ops/linalg_qr_native.h' 2024-08-20T21:52:29.4119437Z adding 'torch/include/ATen/ops/linalg_qr_ops.h' 2024-08-20T21:52:29.4122668Z adding 'torch/include/ATen/ops/linalg_slogdet.h' 2024-08-20T21:52:29.4126084Z adding 'torch/include/ATen/ops/linalg_slogdet_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.4128975Z adding 'torch/include/ATen/ops/linalg_slogdet_native.h' 2024-08-20T21:52:29.4132254Z adding 'torch/include/ATen/ops/linalg_slogdet_ops.h' 2024-08-20T21:52:29.4135401Z adding 'torch/include/ATen/ops/linalg_solve.h' 2024-08-20T21:52:29.4138797Z adding 'torch/include/ATen/ops/linalg_solve_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.4141812Z adding 'torch/include/ATen/ops/linalg_solve_ex.h' 2024-08-20T21:52:29.4145280Z adding 'torch/include/ATen/ops/linalg_solve_ex_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.4148232Z adding 'torch/include/ATen/ops/linalg_solve_ex_native.h' 2024-08-20T21:52:29.4152000Z adding 'torch/include/ATen/ops/linalg_solve_ex_ops.h' 2024-08-20T21:52:29.4155252Z adding 'torch/include/ATen/ops/linalg_solve_native.h' 2024-08-20T21:52:29.4158568Z adding 'torch/include/ATen/ops/linalg_solve_ops.h' 2024-08-20T21:52:29.4161830Z adding 'torch/include/ATen/ops/linalg_solve_triangular.h' 2024-08-20T21:52:29.4165153Z adding 'torch/include/ATen/ops/linalg_solve_triangular_cpu_dispatch.h' 2024-08-20T21:52:29.4168348Z adding 'torch/include/ATen/ops/linalg_solve_triangular_cuda_dispatch.h' 2024-08-20T21:52:29.4171331Z adding 'torch/include/ATen/ops/linalg_solve_triangular_native.h' 2024-08-20T21:52:29.4174711Z adding 'torch/include/ATen/ops/linalg_solve_triangular_ops.h' 2024-08-20T21:52:29.4178343Z adding 'torch/include/ATen/ops/linalg_svd.h' 2024-08-20T21:52:29.4181581Z adding 'torch/include/ATen/ops/linalg_svd_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.4184400Z adding 'torch/include/ATen/ops/linalg_svd_native.h' 2024-08-20T21:52:29.4187710Z adding 'torch/include/ATen/ops/linalg_svd_ops.h' 2024-08-20T21:52:29.4190938Z adding 'torch/include/ATen/ops/linalg_svdvals.h' 2024-08-20T21:52:29.4194533Z adding 'torch/include/ATen/ops/linalg_svdvals_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.4197355Z adding 'torch/include/ATen/ops/linalg_svdvals_native.h' 2024-08-20T21:52:29.4200602Z adding 'torch/include/ATen/ops/linalg_svdvals_ops.h' 2024-08-20T21:52:29.4203761Z adding 'torch/include/ATen/ops/linalg_tensorinv.h' 2024-08-20T21:52:29.4207185Z adding 'torch/include/ATen/ops/linalg_tensorinv_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.4210075Z adding 'torch/include/ATen/ops/linalg_tensorinv_native.h' 2024-08-20T21:52:29.4213621Z adding 'torch/include/ATen/ops/linalg_tensorinv_ops.h' 2024-08-20T21:52:29.4216574Z adding 'torch/include/ATen/ops/linalg_tensorsolve.h' 2024-08-20T21:52:29.4220294Z adding 'torch/include/ATen/ops/linalg_tensorsolve_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.4222880Z adding 'torch/include/ATen/ops/linalg_tensorsolve_native.h' 2024-08-20T21:52:29.4226035Z adding 'torch/include/ATen/ops/linalg_tensorsolve_ops.h' 2024-08-20T21:52:29.4229223Z adding 'torch/include/ATen/ops/linalg_vander.h' 2024-08-20T21:52:29.4232734Z adding 'torch/include/ATen/ops/linalg_vander_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.4235659Z adding 'torch/include/ATen/ops/linalg_vander_native.h' 2024-08-20T21:52:29.4238744Z adding 'torch/include/ATen/ops/linalg_vander_ops.h' 2024-08-20T21:52:29.4241850Z adding 'torch/include/ATen/ops/linalg_vecdot.h' 2024-08-20T21:52:29.4245327Z adding 'torch/include/ATen/ops/linalg_vecdot_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.4248171Z adding 'torch/include/ATen/ops/linalg_vecdot_native.h' 2024-08-20T21:52:29.4251389Z adding 'torch/include/ATen/ops/linalg_vecdot_ops.h' 2024-08-20T21:52:29.4254636Z adding 'torch/include/ATen/ops/linalg_vector_norm.h' 2024-08-20T21:52:29.4258157Z adding 'torch/include/ATen/ops/linalg_vector_norm_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.4261313Z adding 'torch/include/ATen/ops/linalg_vector_norm_cpu_dispatch.h' 2024-08-20T21:52:29.4264451Z adding 'torch/include/ATen/ops/linalg_vector_norm_cuda_dispatch.h' 2024-08-20T21:52:29.4267553Z adding 'torch/include/ATen/ops/linalg_vector_norm_meta.h' 2024-08-20T21:52:29.4270910Z adding 'torch/include/ATen/ops/linalg_vector_norm_meta_dispatch.h' 2024-08-20T21:52:29.4274055Z adding 'torch/include/ATen/ops/linalg_vector_norm_native.h' 2024-08-20T21:52:29.4277536Z adding 'torch/include/ATen/ops/linalg_vector_norm_ops.h' 2024-08-20T21:52:29.4280720Z adding 'torch/include/ATen/ops/linear.h' 2024-08-20T21:52:29.4284104Z adding 'torch/include/ATen/ops/linear_backward.h' 2024-08-20T21:52:29.4287740Z adding 'torch/include/ATen/ops/linear_backward_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.4290790Z adding 'torch/include/ATen/ops/linear_backward_native.h' 2024-08-20T21:52:29.4294065Z adding 'torch/include/ATen/ops/linear_backward_ops.h' 2024-08-20T21:52:29.4297436Z adding 'torch/include/ATen/ops/linear_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.4300594Z adding 'torch/include/ATen/ops/linear_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.4303532Z adding 'torch/include/ATen/ops/linear_native.h' 2024-08-20T21:52:29.4307079Z adding 'torch/include/ATen/ops/linear_ops.h' 2024-08-20T21:52:29.4310589Z adding 'torch/include/ATen/ops/linspace.h' 2024-08-20T21:52:29.4315333Z adding 'torch/include/ATen/ops/linspace_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.4318521Z adding 'torch/include/ATen/ops/linspace_cpu_dispatch.h' 2024-08-20T21:52:29.4321727Z adding 'torch/include/ATen/ops/linspace_cuda_dispatch.h' 2024-08-20T21:52:29.4324933Z adding 'torch/include/ATen/ops/linspace_meta_dispatch.h' 2024-08-20T21:52:29.4328298Z adding 'torch/include/ATen/ops/linspace_native.h' 2024-08-20T21:52:29.4332129Z adding 'torch/include/ATen/ops/linspace_ops.h' 2024-08-20T21:52:29.4335347Z adding 'torch/include/ATen/ops/log.h' 2024-08-20T21:52:29.4338508Z adding 'torch/include/ATen/ops/log10.h' 2024-08-20T21:52:29.4342216Z adding 'torch/include/ATen/ops/log10_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.4345118Z adding 'torch/include/ATen/ops/log10_cpu_dispatch.h' 2024-08-20T21:52:29.4348413Z adding 'torch/include/ATen/ops/log10_cuda_dispatch.h' 2024-08-20T21:52:29.4351573Z adding 'torch/include/ATen/ops/log10_meta.h' 2024-08-20T21:52:29.4354869Z adding 'torch/include/ATen/ops/log10_meta_dispatch.h' 2024-08-20T21:52:29.4357773Z adding 'torch/include/ATen/ops/log10_native.h' 2024-08-20T21:52:29.4361070Z adding 'torch/include/ATen/ops/log10_ops.h' 2024-08-20T21:52:29.4364225Z adding 'torch/include/ATen/ops/log1p.h' 2024-08-20T21:52:29.4367718Z adding 'torch/include/ATen/ops/log1p_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.4371167Z adding 'torch/include/ATen/ops/log1p_cpu_dispatch.h' 2024-08-20T21:52:29.4373874Z adding 'torch/include/ATen/ops/log1p_cuda_dispatch.h' 2024-08-20T21:52:29.4376821Z adding 'torch/include/ATen/ops/log1p_meta.h' 2024-08-20T21:52:29.4380140Z adding 'torch/include/ATen/ops/log1p_meta_dispatch.h' 2024-08-20T21:52:29.4383197Z adding 'torch/include/ATen/ops/log1p_native.h' 2024-08-20T21:52:29.4386494Z adding 'torch/include/ATen/ops/log1p_ops.h' 2024-08-20T21:52:29.4389614Z adding 'torch/include/ATen/ops/log2.h' 2024-08-20T21:52:29.4393379Z adding 'torch/include/ATen/ops/log2_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.4396211Z adding 'torch/include/ATen/ops/log2_cpu_dispatch.h' 2024-08-20T21:52:29.4399241Z adding 'torch/include/ATen/ops/log2_cuda_dispatch.h' 2024-08-20T21:52:29.4402329Z adding 'torch/include/ATen/ops/log2_meta.h' 2024-08-20T21:52:29.4405591Z adding 'torch/include/ATen/ops/log2_meta_dispatch.h' 2024-08-20T21:52:29.4408639Z adding 'torch/include/ATen/ops/log2_native.h' 2024-08-20T21:52:29.4411881Z adding 'torch/include/ATen/ops/log2_ops.h' 2024-08-20T21:52:29.4415421Z adding 'torch/include/ATen/ops/log_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.4418421Z adding 'torch/include/ATen/ops/log_cpu_dispatch.h' 2024-08-20T21:52:29.4422217Z adding 'torch/include/ATen/ops/log_cuda_dispatch.h' 2024-08-20T21:52:29.4425363Z adding 'torch/include/ATen/ops/log_meta.h' 2024-08-20T21:52:29.4428567Z adding 'torch/include/ATen/ops/log_meta_dispatch.h' 2024-08-20T21:52:29.4431649Z adding 'torch/include/ATen/ops/log_native.h' 2024-08-20T21:52:29.4434877Z adding 'torch/include/ATen/ops/log_normal.h' 2024-08-20T21:52:29.4438291Z adding 'torch/include/ATen/ops/log_normal_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.4441278Z adding 'torch/include/ATen/ops/log_normal_cpu_dispatch.h' 2024-08-20T21:52:29.4444441Z adding 'torch/include/ATen/ops/log_normal_cuda_dispatch.h' 2024-08-20T21:52:29.4447572Z adding 'torch/include/ATen/ops/log_normal_meta_dispatch.h' 2024-08-20T21:52:29.4450812Z adding 'torch/include/ATen/ops/log_normal_native.h' 2024-08-20T21:52:29.4454144Z adding 'torch/include/ATen/ops/log_normal_ops.h' 2024-08-20T21:52:29.4457471Z adding 'torch/include/ATen/ops/log_ops.h' 2024-08-20T21:52:29.4460805Z adding 'torch/include/ATen/ops/log_sigmoid.h' 2024-08-20T21:52:29.4464075Z adding 'torch/include/ATen/ops/log_sigmoid_backward.h' 2024-08-20T21:52:29.4467546Z adding 'torch/include/ATen/ops/log_sigmoid_backward_cpu_dispatch.h' 2024-08-20T21:52:29.4470946Z adding 'torch/include/ATen/ops/log_sigmoid_backward_cuda_dispatch.h' 2024-08-20T21:52:29.4474242Z adding 'torch/include/ATen/ops/log_sigmoid_backward_native.h' 2024-08-20T21:52:29.4477605Z adding 'torch/include/ATen/ops/log_sigmoid_backward_ops.h' 2024-08-20T21:52:29.4481035Z adding 'torch/include/ATen/ops/log_sigmoid_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.4484126Z adding 'torch/include/ATen/ops/log_sigmoid_forward.h' 2024-08-20T21:52:29.4487503Z adding 'torch/include/ATen/ops/log_sigmoid_forward_cpu_dispatch.h' 2024-08-20T21:52:29.4490669Z adding 'torch/include/ATen/ops/log_sigmoid_forward_cuda_dispatch.h' 2024-08-20T21:52:29.4493837Z adding 'torch/include/ATen/ops/log_sigmoid_forward_native.h' 2024-08-20T21:52:29.4497167Z adding 'torch/include/ATen/ops/log_sigmoid_forward_ops.h' 2024-08-20T21:52:29.4500228Z adding 'torch/include/ATen/ops/log_sigmoid_native.h' 2024-08-20T21:52:29.4503568Z adding 'torch/include/ATen/ops/log_sigmoid_ops.h' 2024-08-20T21:52:29.4506826Z adding 'torch/include/ATen/ops/log_softmax.h' 2024-08-20T21:52:29.4510279Z adding 'torch/include/ATen/ops/log_softmax_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.4513595Z adding 'torch/include/ATen/ops/log_softmax_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.4516697Z adding 'torch/include/ATen/ops/log_softmax_native.h' 2024-08-20T21:52:29.4520037Z adding 'torch/include/ATen/ops/log_softmax_ops.h' 2024-08-20T21:52:29.4523619Z adding 'torch/include/ATen/ops/logaddexp.h' 2024-08-20T21:52:29.4526442Z adding 'torch/include/ATen/ops/logaddexp2.h' 2024-08-20T21:52:29.4529939Z adding 'torch/include/ATen/ops/logaddexp2_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.4532786Z adding 'torch/include/ATen/ops/logaddexp2_cpu_dispatch.h' 2024-08-20T21:52:29.4536204Z adding 'torch/include/ATen/ops/logaddexp2_cuda_dispatch.h' 2024-08-20T21:52:29.4539177Z adding 'torch/include/ATen/ops/logaddexp2_meta.h' 2024-08-20T21:52:29.4542293Z adding 'torch/include/ATen/ops/logaddexp2_meta_dispatch.h' 2024-08-20T21:52:29.4545316Z adding 'torch/include/ATen/ops/logaddexp2_native.h' 2024-08-20T21:52:29.4548586Z adding 'torch/include/ATen/ops/logaddexp2_ops.h' 2024-08-20T21:52:29.4551958Z adding 'torch/include/ATen/ops/logaddexp_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.4555243Z adding 'torch/include/ATen/ops/logaddexp_cpu_dispatch.h' 2024-08-20T21:52:29.4558279Z adding 'torch/include/ATen/ops/logaddexp_cuda_dispatch.h' 2024-08-20T21:52:29.4561146Z adding 'torch/include/ATen/ops/logaddexp_meta.h' 2024-08-20T21:52:29.4564303Z adding 'torch/include/ATen/ops/logaddexp_meta_dispatch.h' 2024-08-20T21:52:29.4567440Z adding 'torch/include/ATen/ops/logaddexp_native.h' 2024-08-20T21:52:29.4570585Z adding 'torch/include/ATen/ops/logaddexp_ops.h' 2024-08-20T21:52:29.4574023Z adding 'torch/include/ATen/ops/logcumsumexp.h' 2024-08-20T21:52:29.4577451Z adding 'torch/include/ATen/ops/logcumsumexp_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.4581093Z adding 'torch/include/ATen/ops/logcumsumexp_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.4585119Z adding 'torch/include/ATen/ops/logcumsumexp_native.h' 2024-08-20T21:52:29.4589039Z adding 'torch/include/ATen/ops/logcumsumexp_ops.h' 2024-08-20T21:52:29.4592162Z adding 'torch/include/ATen/ops/logdet.h' 2024-08-20T21:52:29.4595609Z adding 'torch/include/ATen/ops/logdet_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.4598635Z adding 'torch/include/ATen/ops/logdet_native.h' 2024-08-20T21:52:29.4601864Z adding 'torch/include/ATen/ops/logdet_ops.h' 2024-08-20T21:52:29.4605216Z adding 'torch/include/ATen/ops/logical_and.h' 2024-08-20T21:52:29.4608785Z adding 'torch/include/ATen/ops/logical_and_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.4611772Z adding 'torch/include/ATen/ops/logical_and_cpu_dispatch.h' 2024-08-20T21:52:29.4615054Z adding 'torch/include/ATen/ops/logical_and_cuda_dispatch.h' 2024-08-20T21:52:29.4618117Z adding 'torch/include/ATen/ops/logical_and_native.h' 2024-08-20T21:52:29.4621622Z adding 'torch/include/ATen/ops/logical_and_ops.h' 2024-08-20T21:52:29.4624858Z adding 'torch/include/ATen/ops/logical_not.h' 2024-08-20T21:52:29.4628305Z adding 'torch/include/ATen/ops/logical_not_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.4631440Z adding 'torch/include/ATen/ops/logical_not_cpu_dispatch.h' 2024-08-20T21:52:29.4634736Z adding 'torch/include/ATen/ops/logical_not_cuda_dispatch.h' 2024-08-20T21:52:29.4637870Z adding 'torch/include/ATen/ops/logical_not_native.h' 2024-08-20T21:52:29.4641131Z adding 'torch/include/ATen/ops/logical_not_ops.h' 2024-08-20T21:52:29.4644489Z adding 'torch/include/ATen/ops/logical_or.h' 2024-08-20T21:52:29.4648169Z adding 'torch/include/ATen/ops/logical_or_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.4651250Z adding 'torch/include/ATen/ops/logical_or_cpu_dispatch.h' 2024-08-20T21:52:29.4654659Z adding 'torch/include/ATen/ops/logical_or_cuda_dispatch.h' 2024-08-20T21:52:29.4657792Z adding 'torch/include/ATen/ops/logical_or_native.h' 2024-08-20T21:52:29.4661459Z adding 'torch/include/ATen/ops/logical_or_ops.h' 2024-08-20T21:52:29.4664646Z adding 'torch/include/ATen/ops/logical_xor.h' 2024-08-20T21:52:29.4668073Z adding 'torch/include/ATen/ops/logical_xor_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.4671662Z adding 'torch/include/ATen/ops/logical_xor_cpu_dispatch.h' 2024-08-20T21:52:29.4674911Z adding 'torch/include/ATen/ops/logical_xor_cuda_dispatch.h' 2024-08-20T21:52:29.4677684Z adding 'torch/include/ATen/ops/logical_xor_native.h' 2024-08-20T21:52:29.4680912Z adding 'torch/include/ATen/ops/logical_xor_ops.h' 2024-08-20T21:52:29.4684322Z adding 'torch/include/ATen/ops/logit.h' 2024-08-20T21:52:29.4688154Z adding 'torch/include/ATen/ops/logit_backward.h' 2024-08-20T21:52:29.4691378Z adding 'torch/include/ATen/ops/logit_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.4694740Z adding 'torch/include/ATen/ops/logit_backward_cpu_dispatch.h' 2024-08-20T21:52:29.4697955Z adding 'torch/include/ATen/ops/logit_backward_cuda_dispatch.h' 2024-08-20T21:52:29.4700887Z adding 'torch/include/ATen/ops/logit_backward_meta.h' 2024-08-20T21:52:29.4704099Z adding 'torch/include/ATen/ops/logit_backward_meta_dispatch.h' 2024-08-20T21:52:29.4707547Z adding 'torch/include/ATen/ops/logit_backward_native.h' 2024-08-20T21:52:29.4710736Z adding 'torch/include/ATen/ops/logit_backward_ops.h' 2024-08-20T21:52:29.4714124Z adding 'torch/include/ATen/ops/logit_cpu_dispatch.h' 2024-08-20T21:52:29.4717447Z adding 'torch/include/ATen/ops/logit_cuda_dispatch.h' 2024-08-20T21:52:29.4720705Z adding 'torch/include/ATen/ops/logit_meta_dispatch.h' 2024-08-20T21:52:29.4724010Z adding 'torch/include/ATen/ops/logit_native.h' 2024-08-20T21:52:29.4727367Z adding 'torch/include/ATen/ops/logit_ops.h' 2024-08-20T21:52:29.4731227Z adding 'torch/include/ATen/ops/logspace.h' 2024-08-20T21:52:29.4735038Z adding 'torch/include/ATen/ops/logspace_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.4738116Z adding 'torch/include/ATen/ops/logspace_cpu_dispatch.h' 2024-08-20T21:52:29.4741437Z adding 'torch/include/ATen/ops/logspace_cuda_dispatch.h' 2024-08-20T21:52:29.4744637Z adding 'torch/include/ATen/ops/logspace_meta_dispatch.h' 2024-08-20T21:52:29.4747958Z adding 'torch/include/ATen/ops/logspace_native.h' 2024-08-20T21:52:29.4752243Z adding 'torch/include/ATen/ops/logspace_ops.h' 2024-08-20T21:52:29.4755756Z adding 'torch/include/ATen/ops/logsumexp.h' 2024-08-20T21:52:29.4759298Z adding 'torch/include/ATen/ops/logsumexp_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.4762567Z adding 'torch/include/ATen/ops/logsumexp_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.4765815Z adding 'torch/include/ATen/ops/logsumexp_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.4769038Z adding 'torch/include/ATen/ops/logsumexp_native.h' 2024-08-20T21:52:29.4772447Z adding 'torch/include/ATen/ops/logsumexp_ops.h' 2024-08-20T21:52:29.4775762Z adding 'torch/include/ATen/ops/lshift.h' 2024-08-20T21:52:29.4779253Z adding 'torch/include/ATen/ops/lshift_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.4782502Z adding 'torch/include/ATen/ops/lshift_cpu_dispatch.h' 2024-08-20T21:52:29.4785774Z adding 'torch/include/ATen/ops/lshift_cuda_dispatch.h' 2024-08-20T21:52:29.4788947Z adding 'torch/include/ATen/ops/lshift_meta_dispatch.h' 2024-08-20T21:52:29.4792306Z adding 'torch/include/ATen/ops/lshift_native.h' 2024-08-20T21:52:29.4795916Z adding 'torch/include/ATen/ops/lshift_ops.h' 2024-08-20T21:52:29.4799263Z adding 'torch/include/ATen/ops/lstm.h' 2024-08-20T21:52:29.4802635Z adding 'torch/include/ATen/ops/lstm_cell.h' 2024-08-20T21:52:29.4806152Z adding 'torch/include/ATen/ops/lstm_cell_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.4809203Z adding 'torch/include/ATen/ops/lstm_cell_native.h' 2024-08-20T21:52:29.4812581Z adding 'torch/include/ATen/ops/lstm_cell_ops.h' 2024-08-20T21:52:29.4816152Z adding 'torch/include/ATen/ops/lstm_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.4819413Z adding 'torch/include/ATen/ops/lstm_mps_backward.h' 2024-08-20T21:52:29.4823113Z adding 'torch/include/ATen/ops/lstm_mps_backward_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.4826301Z adding 'torch/include/ATen/ops/lstm_mps_backward_native.h' 2024-08-20T21:52:29.4829882Z adding 'torch/include/ATen/ops/lstm_mps_backward_ops.h' 2024-08-20T21:52:29.4833879Z adding 'torch/include/ATen/ops/lstm_native.h' 2024-08-20T21:52:29.4837025Z adding 'torch/include/ATen/ops/lstm_ops.h' 2024-08-20T21:52:29.4840300Z adding 'torch/include/ATen/ops/lt.h' 2024-08-20T21:52:29.4843926Z adding 'torch/include/ATen/ops/lt_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.4846919Z adding 'torch/include/ATen/ops/lt_cpu_dispatch.h' 2024-08-20T21:52:29.4850281Z adding 'torch/include/ATen/ops/lt_cuda_dispatch.h' 2024-08-20T21:52:29.4853520Z adding 'torch/include/ATen/ops/lt_meta.h' 2024-08-20T21:52:29.4856929Z adding 'torch/include/ATen/ops/lt_meta_dispatch.h' 2024-08-20T21:52:29.4860079Z adding 'torch/include/ATen/ops/lt_native.h' 2024-08-20T21:52:29.4863616Z adding 'torch/include/ATen/ops/lt_ops.h' 2024-08-20T21:52:29.4867093Z adding 'torch/include/ATen/ops/lu_solve.h' 2024-08-20T21:52:29.4870596Z adding 'torch/include/ATen/ops/lu_solve_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.4873578Z adding 'torch/include/ATen/ops/lu_solve_native.h' 2024-08-20T21:52:29.4877166Z adding 'torch/include/ATen/ops/lu_solve_ops.h' 2024-08-20T21:52:29.4880720Z adding 'torch/include/ATen/ops/lu_unpack.h' 2024-08-20T21:52:29.4884261Z adding 'torch/include/ATen/ops/lu_unpack_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.4888231Z adding 'torch/include/ATen/ops/lu_unpack_cpu_dispatch.h' 2024-08-20T21:52:29.4890690Z adding 'torch/include/ATen/ops/lu_unpack_cuda_dispatch.h' 2024-08-20T21:52:29.4893955Z adding 'torch/include/ATen/ops/lu_unpack_meta.h' 2024-08-20T21:52:29.4897055Z adding 'torch/include/ATen/ops/lu_unpack_meta_dispatch.h' 2024-08-20T21:52:29.4900154Z adding 'torch/include/ATen/ops/lu_unpack_native.h' 2024-08-20T21:52:29.4904306Z adding 'torch/include/ATen/ops/lu_unpack_ops.h' 2024-08-20T21:52:29.4906770Z adding 'torch/include/ATen/ops/mH.h' 2024-08-20T21:52:29.4910037Z adding 'torch/include/ATen/ops/mH_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.4912918Z adding 'torch/include/ATen/ops/mH_native.h' 2024-08-20T21:52:29.4916171Z adding 'torch/include/ATen/ops/mH_ops.h' 2024-08-20T21:52:29.4920068Z adding 'torch/include/ATen/ops/mT.h' 2024-08-20T21:52:29.4922717Z adding 'torch/include/ATen/ops/mT_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.4925531Z adding 'torch/include/ATen/ops/mT_native.h' 2024-08-20T21:52:29.4928678Z adding 'torch/include/ATen/ops/mT_ops.h' 2024-08-20T21:52:29.4931947Z adding 'torch/include/ATen/ops/margin_ranking_loss.h' 2024-08-20T21:52:29.4935421Z adding 'torch/include/ATen/ops/margin_ranking_loss_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.4938311Z adding 'torch/include/ATen/ops/margin_ranking_loss_native.h' 2024-08-20T21:52:29.4941476Z adding 'torch/include/ATen/ops/margin_ranking_loss_ops.h' 2024-08-20T21:52:29.4944709Z adding 'torch/include/ATen/ops/masked_fill.h' 2024-08-20T21:52:29.4948146Z adding 'torch/include/ATen/ops/masked_fill_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.4951530Z adding 'torch/include/ATen/ops/masked_fill_cpu_dispatch.h' 2024-08-20T21:52:29.4954554Z adding 'torch/include/ATen/ops/masked_fill_cuda_dispatch.h' 2024-08-20T21:52:29.4957658Z adding 'torch/include/ATen/ops/masked_fill_meta_dispatch.h' 2024-08-20T21:52:29.4960848Z adding 'torch/include/ATen/ops/masked_fill_native.h' 2024-08-20T21:52:29.4964343Z adding 'torch/include/ATen/ops/masked_fill_ops.h' 2024-08-20T21:52:29.4967604Z adding 'torch/include/ATen/ops/masked_scatter.h' 2024-08-20T21:52:29.4971116Z adding 'torch/include/ATen/ops/masked_scatter_backward.h' 2024-08-20T21:52:29.4974430Z adding 'torch/include/ATen/ops/masked_scatter_backward_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.4977218Z adding 'torch/include/ATen/ops/masked_scatter_backward_native.h' 2024-08-20T21:52:29.4980370Z adding 'torch/include/ATen/ops/masked_scatter_backward_ops.h' 2024-08-20T21:52:29.4983740Z adding 'torch/include/ATen/ops/masked_scatter_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.4986682Z adding 'torch/include/ATen/ops/masked_scatter_cpu_dispatch.h' 2024-08-20T21:52:29.4990308Z adding 'torch/include/ATen/ops/masked_scatter_cuda_dispatch.h' 2024-08-20T21:52:29.4992943Z adding 'torch/include/ATen/ops/masked_scatter_meta_dispatch.h' 2024-08-20T21:52:29.4996008Z adding 'torch/include/ATen/ops/masked_scatter_native.h' 2024-08-20T21:52:29.4999270Z adding 'torch/include/ATen/ops/masked_scatter_ops.h' 2024-08-20T21:52:29.5002445Z adding 'torch/include/ATen/ops/masked_select.h' 2024-08-20T21:52:29.5005564Z adding 'torch/include/ATen/ops/masked_select_backward.h' 2024-08-20T21:52:29.5009134Z adding 'torch/include/ATen/ops/masked_select_backward_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.5012028Z adding 'torch/include/ATen/ops/masked_select_backward_native.h' 2024-08-20T21:52:29.5015427Z adding 'torch/include/ATen/ops/masked_select_backward_ops.h' 2024-08-20T21:52:29.5019167Z adding 'torch/include/ATen/ops/masked_select_cpu_dispatch.h' 2024-08-20T21:52:29.5021982Z adding 'torch/include/ATen/ops/masked_select_cuda_dispatch.h' 2024-08-20T21:52:29.5025083Z adding 'torch/include/ATen/ops/masked_select_native.h' 2024-08-20T21:52:29.5028408Z adding 'torch/include/ATen/ops/masked_select_ops.h' 2024-08-20T21:52:29.5031747Z adding 'torch/include/ATen/ops/matmul.h' 2024-08-20T21:52:29.5035488Z adding 'torch/include/ATen/ops/matmul_backward.h' 2024-08-20T21:52:29.5038969Z adding 'torch/include/ATen/ops/matmul_backward_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.5041865Z adding 'torch/include/ATen/ops/matmul_backward_native.h' 2024-08-20T21:52:29.5045183Z adding 'torch/include/ATen/ops/matmul_backward_ops.h' 2024-08-20T21:52:29.5048732Z adding 'torch/include/ATen/ops/matmul_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.5051652Z adding 'torch/include/ATen/ops/matmul_native.h' 2024-08-20T21:52:29.5055084Z adding 'torch/include/ATen/ops/matmul_ops.h' 2024-08-20T21:52:29.5058659Z adding 'torch/include/ATen/ops/matrix_H.h' 2024-08-20T21:52:29.5061687Z adding 'torch/include/ATen/ops/matrix_H_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.5064623Z adding 'torch/include/ATen/ops/matrix_H_native.h' 2024-08-20T21:52:29.5067823Z adding 'torch/include/ATen/ops/matrix_H_ops.h' 2024-08-20T21:52:29.5071013Z adding 'torch/include/ATen/ops/matrix_exp.h' 2024-08-20T21:52:29.5074335Z adding 'torch/include/ATen/ops/matrix_exp_backward.h' 2024-08-20T21:52:29.5078057Z adding 'torch/include/ATen/ops/matrix_exp_backward_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.5081004Z adding 'torch/include/ATen/ops/matrix_exp_backward_native.h' 2024-08-20T21:52:29.5084108Z adding 'torch/include/ATen/ops/matrix_exp_backward_ops.h' 2024-08-20T21:52:29.5087525Z adding 'torch/include/ATen/ops/matrix_exp_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.5090449Z adding 'torch/include/ATen/ops/matrix_exp_native.h' 2024-08-20T21:52:29.5093742Z adding 'torch/include/ATen/ops/matrix_exp_ops.h' 2024-08-20T21:52:29.5096887Z adding 'torch/include/ATen/ops/matrix_power.h' 2024-08-20T21:52:29.5100502Z adding 'torch/include/ATen/ops/matrix_power_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.5103560Z adding 'torch/include/ATen/ops/matrix_power_native.h' 2024-08-20T21:52:29.5106829Z adding 'torch/include/ATen/ops/matrix_power_ops.h' 2024-08-20T21:52:29.5110279Z adding 'torch/include/ATen/ops/max.h' 2024-08-20T21:52:29.5113944Z adding 'torch/include/ATen/ops/max_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.5117361Z adding 'torch/include/ATen/ops/max_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.5120534Z adding 'torch/include/ATen/ops/max_cpu_dispatch.h' 2024-08-20T21:52:29.5123918Z adding 'torch/include/ATen/ops/max_cuda_dispatch.h' 2024-08-20T21:52:29.5127203Z adding 'torch/include/ATen/ops/max_meta.h' 2024-08-20T21:52:29.5130356Z adding 'torch/include/ATen/ops/max_meta_dispatch.h' 2024-08-20T21:52:29.5133793Z adding 'torch/include/ATen/ops/max_native.h' 2024-08-20T21:52:29.5137607Z adding 'torch/include/ATen/ops/max_ops.h' 2024-08-20T21:52:29.5141045Z adding 'torch/include/ATen/ops/max_pool1d.h' 2024-08-20T21:52:29.5144759Z adding 'torch/include/ATen/ops/max_pool1d_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.5147690Z adding 'torch/include/ATen/ops/max_pool1d_native.h' 2024-08-20T21:52:29.5151097Z adding 'torch/include/ATen/ops/max_pool1d_ops.h' 2024-08-20T21:52:29.5154364Z adding 'torch/include/ATen/ops/max_pool1d_with_indices.h' 2024-08-20T21:52:29.5157881Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.5160936Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_native.h' 2024-08-20T21:52:29.5164195Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_ops.h' 2024-08-20T21:52:29.5167508Z adding 'torch/include/ATen/ops/max_pool2d.h' 2024-08-20T21:52:29.5170789Z adding 'torch/include/ATen/ops/max_pool2d_backward.h' 2024-08-20T21:52:29.5174438Z adding 'torch/include/ATen/ops/max_pool2d_backward_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.5178325Z adding 'torch/include/ATen/ops/max_pool2d_backward_native.h' 2024-08-20T21:52:29.5181758Z adding 'torch/include/ATen/ops/max_pool2d_backward_ops.h' 2024-08-20T21:52:29.5185335Z adding 'torch/include/ATen/ops/max_pool2d_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.5188424Z adding 'torch/include/ATen/ops/max_pool2d_native.h' 2024-08-20T21:52:29.5191855Z adding 'torch/include/ATen/ops/max_pool2d_ops.h' 2024-08-20T21:52:29.5196015Z adding 'torch/include/ATen/ops/max_pool2d_with_indices.h' 2024-08-20T21:52:29.5199385Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward.h' 2024-08-20T21:52:29.5203121Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.5206239Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_cpu_dispatch.h' 2024-08-20T21:52:29.5209508Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_cuda_dispatch.h' 2024-08-20T21:52:29.5212748Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_meta.h' 2024-08-20T21:52:29.5216143Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_meta_dispatch.h' 2024-08-20T21:52:29.5219411Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_native.h' 2024-08-20T21:52:29.5222953Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_ops.h' 2024-08-20T21:52:29.5226538Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.5229557Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_cpu_dispatch.h' 2024-08-20T21:52:29.5232937Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_cuda_dispatch.h' 2024-08-20T21:52:29.5236401Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_meta.h' 2024-08-20T21:52:29.5240085Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_meta_dispatch.h' 2024-08-20T21:52:29.5246263Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_native.h' 2024-08-20T21:52:29.5250097Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_ops.h' 2024-08-20T21:52:29.5253546Z adding 'torch/include/ATen/ops/max_pool3d.h' 2024-08-20T21:52:29.5257294Z adding 'torch/include/ATen/ops/max_pool3d_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.5260063Z adding 'torch/include/ATen/ops/max_pool3d_native.h' 2024-08-20T21:52:29.5263730Z adding 'torch/include/ATen/ops/max_pool3d_ops.h' 2024-08-20T21:52:29.5266933Z adding 'torch/include/ATen/ops/max_pool3d_with_indices.h' 2024-08-20T21:52:29.5270537Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward.h' 2024-08-20T21:52:29.5273981Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_cpu_dispatch.h' 2024-08-20T21:52:29.5277421Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_cuda_dispatch.h' 2024-08-20T21:52:29.5280718Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_native.h' 2024-08-20T21:52:29.5284021Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_ops.h' 2024-08-20T21:52:29.5287575Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_cpu_dispatch.h' 2024-08-20T21:52:29.5290704Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_cuda_dispatch.h' 2024-08-20T21:52:29.5293897Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_native.h' 2024-08-20T21:52:29.5297428Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_ops.h' 2024-08-20T21:52:29.5300756Z adding 'torch/include/ATen/ops/max_unpool2d.h' 2024-08-20T21:52:29.5304170Z adding 'torch/include/ATen/ops/max_unpool2d_cpu_dispatch.h' 2024-08-20T21:52:29.5307361Z adding 'torch/include/ATen/ops/max_unpool2d_cuda_dispatch.h' 2024-08-20T21:52:29.5310569Z adding 'torch/include/ATen/ops/max_unpool2d_native.h' 2024-08-20T21:52:29.5314083Z adding 'torch/include/ATen/ops/max_unpool2d_ops.h' 2024-08-20T21:52:29.5317583Z adding 'torch/include/ATen/ops/max_unpool3d.h' 2024-08-20T21:52:29.5321111Z adding 'torch/include/ATen/ops/max_unpool3d_cpu_dispatch.h' 2024-08-20T21:52:29.5324338Z adding 'torch/include/ATen/ops/max_unpool3d_cuda_dispatch.h' 2024-08-20T21:52:29.5327422Z adding 'torch/include/ATen/ops/max_unpool3d_native.h' 2024-08-20T21:52:29.5331121Z adding 'torch/include/ATen/ops/max_unpool3d_ops.h' 2024-08-20T21:52:29.5334217Z adding 'torch/include/ATen/ops/maximum.h' 2024-08-20T21:52:29.5337786Z adding 'torch/include/ATen/ops/maximum_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.5340530Z adding 'torch/include/ATen/ops/maximum_cpu_dispatch.h' 2024-08-20T21:52:29.5343621Z adding 'torch/include/ATen/ops/maximum_cuda_dispatch.h' 2024-08-20T21:52:29.5346877Z adding 'torch/include/ATen/ops/maximum_meta.h' 2024-08-20T21:52:29.5350085Z adding 'torch/include/ATen/ops/maximum_meta_dispatch.h' 2024-08-20T21:52:29.5352906Z adding 'torch/include/ATen/ops/maximum_native.h' 2024-08-20T21:52:29.5356266Z adding 'torch/include/ATen/ops/maximum_ops.h' 2024-08-20T21:52:29.5359616Z adding 'torch/include/ATen/ops/mean.h' 2024-08-20T21:52:29.5363052Z adding 'torch/include/ATen/ops/mean_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.5366311Z adding 'torch/include/ATen/ops/mean_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.5369356Z adding 'torch/include/ATen/ops/mean_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.5372364Z adding 'torch/include/ATen/ops/mean_cpu_dispatch.h' 2024-08-20T21:52:29.5375505Z adding 'torch/include/ATen/ops/mean_cuda_dispatch.h' 2024-08-20T21:52:29.5378685Z adding 'torch/include/ATen/ops/mean_meta.h' 2024-08-20T21:52:29.5381957Z adding 'torch/include/ATen/ops/mean_meta_dispatch.h' 2024-08-20T21:52:29.5385038Z adding 'torch/include/ATen/ops/mean_native.h' 2024-08-20T21:52:29.5388535Z adding 'torch/include/ATen/ops/mean_ops.h' 2024-08-20T21:52:29.5392005Z adding 'torch/include/ATen/ops/median.h' 2024-08-20T21:52:29.5395562Z adding 'torch/include/ATen/ops/median_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.5398671Z adding 'torch/include/ATen/ops/median_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.5401678Z adding 'torch/include/ATen/ops/median_cpu_dispatch.h' 2024-08-20T21:52:29.5404827Z adding 'torch/include/ATen/ops/median_cuda_dispatch.h' 2024-08-20T21:52:29.5407887Z adding 'torch/include/ATen/ops/median_native.h' 2024-08-20T21:52:29.5411352Z adding 'torch/include/ATen/ops/median_ops.h' 2024-08-20T21:52:29.5414510Z adding 'torch/include/ATen/ops/meshgrid.h' 2024-08-20T21:52:29.5417884Z adding 'torch/include/ATen/ops/meshgrid_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.5420707Z adding 'torch/include/ATen/ops/meshgrid_native.h' 2024-08-20T21:52:29.5423905Z adding 'torch/include/ATen/ops/meshgrid_ops.h' 2024-08-20T21:52:29.5427284Z adding 'torch/include/ATen/ops/min.h' 2024-08-20T21:52:29.5430818Z adding 'torch/include/ATen/ops/min_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.5434143Z adding 'torch/include/ATen/ops/min_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.5437215Z adding 'torch/include/ATen/ops/min_cpu_dispatch.h' 2024-08-20T21:52:29.5440650Z adding 'torch/include/ATen/ops/min_cuda_dispatch.h' 2024-08-20T21:52:29.5443686Z adding 'torch/include/ATen/ops/min_meta.h' 2024-08-20T21:52:29.5447045Z adding 'torch/include/ATen/ops/min_meta_dispatch.h' 2024-08-20T21:52:29.5450421Z adding 'torch/include/ATen/ops/min_native.h' 2024-08-20T21:52:29.5453997Z adding 'torch/include/ATen/ops/min_ops.h' 2024-08-20T21:52:29.5457392Z adding 'torch/include/ATen/ops/minimum.h' 2024-08-20T21:52:29.5460863Z adding 'torch/include/ATen/ops/minimum_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.5463931Z adding 'torch/include/ATen/ops/minimum_cpu_dispatch.h' 2024-08-20T21:52:29.5467290Z adding 'torch/include/ATen/ops/minimum_cuda_dispatch.h' 2024-08-20T21:52:29.5470228Z adding 'torch/include/ATen/ops/minimum_meta.h' 2024-08-20T21:52:29.5473536Z adding 'torch/include/ATen/ops/minimum_meta_dispatch.h' 2024-08-20T21:52:29.5476629Z adding 'torch/include/ATen/ops/minimum_native.h' 2024-08-20T21:52:29.5479949Z adding 'torch/include/ATen/ops/minimum_ops.h' 2024-08-20T21:52:29.5483305Z adding 'torch/include/ATen/ops/miopen_batch_norm.h' 2024-08-20T21:52:29.5486899Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward.h' 2024-08-20T21:52:29.5490668Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.5493826Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_cuda_dispatch.h' 2024-08-20T21:52:29.5496886Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_native.h' 2024-08-20T21:52:29.5500328Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_ops.h' 2024-08-20T21:52:29.5503917Z adding 'torch/include/ATen/ops/miopen_batch_norm_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.5507216Z adding 'torch/include/ATen/ops/miopen_batch_norm_cuda_dispatch.h' 2024-08-20T21:52:29.5510171Z adding 'torch/include/ATen/ops/miopen_batch_norm_native.h' 2024-08-20T21:52:29.5513802Z adding 'torch/include/ATen/ops/miopen_batch_norm_ops.h' 2024-08-20T21:52:29.5517514Z adding 'torch/include/ATen/ops/miopen_convolution.h' 2024-08-20T21:52:29.5521266Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu.h' 2024-08-20T21:52:29.5524917Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_cuda_dispatch.h' 2024-08-20T21:52:29.5527829Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_native.h' 2024-08-20T21:52:29.5531198Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_ops.h' 2024-08-20T21:52:29.5534771Z adding 'torch/include/ATen/ops/miopen_convolution_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.5537855Z adding 'torch/include/ATen/ops/miopen_convolution_cuda_dispatch.h' 2024-08-20T21:52:29.5540952Z adding 'torch/include/ATen/ops/miopen_convolution_native.h' 2024-08-20T21:52:29.5544447Z adding 'torch/include/ATen/ops/miopen_convolution_ops.h' 2024-08-20T21:52:29.5547922Z adding 'torch/include/ATen/ops/miopen_convolution_relu.h' 2024-08-20T21:52:29.5551231Z adding 'torch/include/ATen/ops/miopen_convolution_relu_cuda_dispatch.h' 2024-08-20T21:52:29.5554480Z adding 'torch/include/ATen/ops/miopen_convolution_relu_native.h' 2024-08-20T21:52:29.5557737Z adding 'torch/include/ATen/ops/miopen_convolution_relu_ops.h' 2024-08-20T21:52:29.5561652Z adding 'torch/include/ATen/ops/miopen_convolution_transpose.h' 2024-08-20T21:52:29.5565538Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.5568632Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_cuda_dispatch.h' 2024-08-20T21:52:29.5571811Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_native.h' 2024-08-20T21:52:29.5575202Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_ops.h' 2024-08-20T21:52:29.5578965Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution.h' 2024-08-20T21:52:29.5583089Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.5585966Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_cuda_dispatch.h' 2024-08-20T21:52:29.5589277Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_native.h' 2024-08-20T21:52:29.5592558Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_ops.h' 2024-08-20T21:52:29.5596120Z adding 'torch/include/ATen/ops/miopen_rnn.h' 2024-08-20T21:52:29.5599928Z adding 'torch/include/ATen/ops/miopen_rnn_backward.h' 2024-08-20T21:52:29.5603606Z adding 'torch/include/ATen/ops/miopen_rnn_backward_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.5606867Z adding 'torch/include/ATen/ops/miopen_rnn_backward_cuda_dispatch.h' 2024-08-20T21:52:29.5610160Z adding 'torch/include/ATen/ops/miopen_rnn_backward_native.h' 2024-08-20T21:52:29.5613807Z adding 'torch/include/ATen/ops/miopen_rnn_backward_ops.h' 2024-08-20T21:52:29.5617523Z adding 'torch/include/ATen/ops/miopen_rnn_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.5620594Z adding 'torch/include/ATen/ops/miopen_rnn_cuda_dispatch.h' 2024-08-20T21:52:29.5624179Z adding 'torch/include/ATen/ops/miopen_rnn_native.h' 2024-08-20T21:52:29.5627732Z adding 'torch/include/ATen/ops/miopen_rnn_ops.h' 2024-08-20T21:52:29.5630984Z adding 'torch/include/ATen/ops/mish.h' 2024-08-20T21:52:29.5634308Z adding 'torch/include/ATen/ops/mish_backward.h' 2024-08-20T21:52:29.5638359Z adding 'torch/include/ATen/ops/mish_backward_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.5640794Z adding 'torch/include/ATen/ops/mish_backward_cpu_dispatch.h' 2024-08-20T21:52:29.5643964Z adding 'torch/include/ATen/ops/mish_backward_cuda_dispatch.h' 2024-08-20T21:52:29.5647216Z adding 'torch/include/ATen/ops/mish_backward_native.h' 2024-08-20T21:52:29.5650385Z adding 'torch/include/ATen/ops/mish_backward_ops.h' 2024-08-20T21:52:29.5653744Z adding 'torch/include/ATen/ops/mish_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.5656712Z adding 'torch/include/ATen/ops/mish_cpu_dispatch.h' 2024-08-20T21:52:29.5659892Z adding 'torch/include/ATen/ops/mish_cuda_dispatch.h' 2024-08-20T21:52:29.5663060Z adding 'torch/include/ATen/ops/mish_meta.h' 2024-08-20T21:52:29.5666247Z adding 'torch/include/ATen/ops/mish_meta_dispatch.h' 2024-08-20T21:52:29.5669472Z adding 'torch/include/ATen/ops/mish_native.h' 2024-08-20T21:52:29.5672880Z adding 'torch/include/ATen/ops/mish_ops.h' 2024-08-20T21:52:29.5676254Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d.h' 2024-08-20T21:52:29.5679706Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward.h' 2024-08-20T21:52:29.5683236Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.5686223Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_native.h' 2024-08-20T21:52:29.5689867Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_ops.h' 2024-08-20T21:52:29.5692654Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_native.h' 2024-08-20T21:52:29.5695983Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_ops.h' 2024-08-20T21:52:29.5699565Z adding 'torch/include/ATen/ops/mkldnn_convolution.h' 2024-08-20T21:52:29.5703376Z adding 'torch/include/ATen/ops/mkldnn_convolution_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.5706536Z adding 'torch/include/ATen/ops/mkldnn_convolution_native.h' 2024-08-20T21:52:29.5709949Z adding 'torch/include/ATen/ops/mkldnn_convolution_ops.h' 2024-08-20T21:52:29.5713484Z adding 'torch/include/ATen/ops/mkldnn_linear.h' 2024-08-20T21:52:29.5717047Z adding 'torch/include/ATen/ops/mkldnn_linear_backward.h' 2024-08-20T21:52:29.5720606Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.5723808Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input.h' 2024-08-20T21:52:29.5727261Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.5730279Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_native.h' 2024-08-20T21:52:29.5733670Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_ops.h' 2024-08-20T21:52:29.5736769Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_native.h' 2024-08-20T21:52:29.5740419Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_ops.h' 2024-08-20T21:52:29.5743724Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights.h' 2024-08-20T21:52:29.5747236Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.5750116Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_native.h' 2024-08-20T21:52:29.5753514Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_ops.h' 2024-08-20T21:52:29.5756994Z adding 'torch/include/ATen/ops/mkldnn_linear_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.5760076Z adding 'torch/include/ATen/ops/mkldnn_linear_native.h' 2024-08-20T21:52:29.5763822Z adding 'torch/include/ATen/ops/mkldnn_linear_ops.h' 2024-08-20T21:52:29.5766740Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d.h' 2024-08-20T21:52:29.5770121Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward.h' 2024-08-20T21:52:29.5773665Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.5776725Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_native.h' 2024-08-20T21:52:29.5780132Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_ops.h' 2024-08-20T21:52:29.5783622Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.5786486Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_native.h' 2024-08-20T21:52:29.5789775Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_ops.h' 2024-08-20T21:52:29.5793026Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d.h' 2024-08-20T21:52:29.5796685Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward.h' 2024-08-20T21:52:29.5800344Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.5803301Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_native.h' 2024-08-20T21:52:29.5806430Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_ops.h' 2024-08-20T21:52:29.5809851Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.5812745Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_native.h' 2024-08-20T21:52:29.5816074Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_ops.h' 2024-08-20T21:52:29.5819950Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight.h' 2024-08-20T21:52:29.5823583Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.5826843Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_native.h' 2024-08-20T21:52:29.5830318Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_ops.h' 2024-08-20T21:52:29.5834349Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight.h' 2024-08-20T21:52:29.5838099Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.5841166Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_native.h' 2024-08-20T21:52:29.5844277Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_ops.h' 2024-08-20T21:52:29.5847615Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer.h' 2024-08-20T21:52:29.5851282Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward.h' 2024-08-20T21:52:29.5854957Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.5858205Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward_cpu_dispatch.h' 2024-08-20T21:52:29.5861384Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward_native.h' 2024-08-20T21:52:29.5864999Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward_ops.h' 2024-08-20T21:52:29.5868548Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.5871693Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_cpu_dispatch.h' 2024-08-20T21:52:29.5875209Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_native.h' 2024-08-20T21:52:29.5878951Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_ops.h' 2024-08-20T21:52:29.5882208Z adding 'torch/include/ATen/ops/mm.h' 2024-08-20T21:52:29.5885737Z adding 'torch/include/ATen/ops/mm_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.5888487Z adding 'torch/include/ATen/ops/mm_cpu_dispatch.h' 2024-08-20T21:52:29.5891604Z adding 'torch/include/ATen/ops/mm_cuda_dispatch.h' 2024-08-20T21:52:29.5894662Z adding 'torch/include/ATen/ops/mm_meta.h' 2024-08-20T21:52:29.5898098Z adding 'torch/include/ATen/ops/mm_meta_dispatch.h' 2024-08-20T21:52:29.5900926Z adding 'torch/include/ATen/ops/mm_native.h' 2024-08-20T21:52:29.5904314Z adding 'torch/include/ATen/ops/mm_ops.h' 2024-08-20T21:52:29.5907487Z adding 'torch/include/ATen/ops/mode.h' 2024-08-20T21:52:29.5910837Z adding 'torch/include/ATen/ops/mode_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.5914032Z adding 'torch/include/ATen/ops/mode_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.5917088Z adding 'torch/include/ATen/ops/mode_cpu_dispatch.h' 2024-08-20T21:52:29.5920158Z adding 'torch/include/ATen/ops/mode_cuda_dispatch.h' 2024-08-20T21:52:29.5923319Z adding 'torch/include/ATen/ops/mode_native.h' 2024-08-20T21:52:29.5926622Z adding 'torch/include/ATen/ops/mode_ops.h' 2024-08-20T21:52:29.5929789Z adding 'torch/include/ATen/ops/moveaxis.h' 2024-08-20T21:52:29.5933130Z adding 'torch/include/ATen/ops/moveaxis_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.5935990Z adding 'torch/include/ATen/ops/moveaxis_native.h' 2024-08-20T21:52:29.5939174Z adding 'torch/include/ATen/ops/moveaxis_ops.h' 2024-08-20T21:52:29.5942234Z adding 'torch/include/ATen/ops/movedim.h' 2024-08-20T21:52:29.5946295Z adding 'torch/include/ATen/ops/movedim_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.5949230Z adding 'torch/include/ATen/ops/movedim_native.h' 2024-08-20T21:52:29.5952458Z adding 'torch/include/ATen/ops/movedim_ops.h' 2024-08-20T21:52:29.5956385Z adding 'torch/include/ATen/ops/mps_convolution_backward.h' 2024-08-20T21:52:29.5960118Z adding 'torch/include/ATen/ops/mps_convolution_backward_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.5963082Z adding 'torch/include/ATen/ops/mps_convolution_backward_native.h' 2024-08-20T21:52:29.5966412Z adding 'torch/include/ATen/ops/mps_convolution_backward_ops.h' 2024-08-20T21:52:29.5970275Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward.h' 2024-08-20T21:52:29.5973998Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.5976975Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_native.h' 2024-08-20T21:52:29.5980356Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_ops.h' 2024-08-20T21:52:29.5983550Z adding 'torch/include/ATen/ops/mse_loss.h' 2024-08-20T21:52:29.5986790Z adding 'torch/include/ATen/ops/mse_loss_backward.h' 2024-08-20T21:52:29.5990019Z adding 'torch/include/ATen/ops/mse_loss_backward_cpu_dispatch.h' 2024-08-20T21:52:29.5993169Z adding 'torch/include/ATen/ops/mse_loss_backward_cuda_dispatch.h' 2024-08-20T21:52:29.5996315Z adding 'torch/include/ATen/ops/mse_loss_backward_native.h' 2024-08-20T21:52:29.5999527Z adding 'torch/include/ATen/ops/mse_loss_backward_ops.h' 2024-08-20T21:52:29.6002941Z adding 'torch/include/ATen/ops/mse_loss_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.6005818Z adding 'torch/include/ATen/ops/mse_loss_cpu_dispatch.h' 2024-08-20T21:52:29.6008883Z adding 'torch/include/ATen/ops/mse_loss_cuda_dispatch.h' 2024-08-20T21:52:29.6011903Z adding 'torch/include/ATen/ops/mse_loss_meta.h' 2024-08-20T21:52:29.6015071Z adding 'torch/include/ATen/ops/mse_loss_meta_dispatch.h' 2024-08-20T21:52:29.6018078Z adding 'torch/include/ATen/ops/mse_loss_native.h' 2024-08-20T21:52:29.6021273Z adding 'torch/include/ATen/ops/mse_loss_ops.h' 2024-08-20T21:52:29.6024456Z adding 'torch/include/ATen/ops/msort.h' 2024-08-20T21:52:29.6027676Z adding 'torch/include/ATen/ops/msort_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.6030493Z adding 'torch/include/ATen/ops/msort_native.h' 2024-08-20T21:52:29.6033648Z adding 'torch/include/ATen/ops/msort_ops.h' 2024-08-20T21:52:29.6036913Z adding 'torch/include/ATen/ops/mul.h' 2024-08-20T21:52:29.6040371Z adding 'torch/include/ATen/ops/mul_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.6043602Z adding 'torch/include/ATen/ops/mul_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.6046487Z adding 'torch/include/ATen/ops/mul_cpu_dispatch.h' 2024-08-20T21:52:29.6049556Z adding 'torch/include/ATen/ops/mul_cuda_dispatch.h' 2024-08-20T21:52:29.6052541Z adding 'torch/include/ATen/ops/mul_meta.h' 2024-08-20T21:52:29.6055663Z adding 'torch/include/ATen/ops/mul_meta_dispatch.h' 2024-08-20T21:52:29.6058817Z adding 'torch/include/ATen/ops/mul_native.h' 2024-08-20T21:52:29.6062268Z adding 'torch/include/ATen/ops/mul_ops.h' 2024-08-20T21:52:29.6065664Z adding 'torch/include/ATen/ops/multi_margin_loss.h' 2024-08-20T21:52:29.6069018Z adding 'torch/include/ATen/ops/multi_margin_loss_backward.h' 2024-08-20T21:52:29.6072401Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_cpu_dispatch.h' 2024-08-20T21:52:29.6075627Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_cuda_dispatch.h' 2024-08-20T21:52:29.6078720Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_native.h' 2024-08-20T21:52:29.6082039Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_ops.h' 2024-08-20T21:52:29.6085727Z adding 'torch/include/ATen/ops/multi_margin_loss_cpu_dispatch.h' 2024-08-20T21:52:29.6088922Z adding 'torch/include/ATen/ops/multi_margin_loss_cuda_dispatch.h' 2024-08-20T21:52:29.6091978Z adding 'torch/include/ATen/ops/multi_margin_loss_native.h' 2024-08-20T21:52:29.6095102Z adding 'torch/include/ATen/ops/multi_margin_loss_ops.h' 2024-08-20T21:52:29.6098292Z adding 'torch/include/ATen/ops/multilabel_margin_loss.h' 2024-08-20T21:52:29.6101534Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward.h' 2024-08-20T21:52:29.6104790Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_cpu_dispatch.h' 2024-08-20T21:52:29.6107944Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_cuda_dispatch.h' 2024-08-20T21:52:29.6111088Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_native.h' 2024-08-20T21:52:29.6114517Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_ops.h' 2024-08-20T21:52:29.6117810Z adding 'torch/include/ATen/ops/multilabel_margin_loss_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.6129038Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward.h' 2024-08-20T21:52:29.6129919Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_cpu_dispatch.h' 2024-08-20T21:52:29.6130785Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_cuda_dispatch.h' 2024-08-20T21:52:29.6131615Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_native.h' 2024-08-20T21:52:29.6133634Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_ops.h' 2024-08-20T21:52:29.6136604Z adding 'torch/include/ATen/ops/multilabel_margin_loss_native.h' 2024-08-20T21:52:29.6139806Z adding 'torch/include/ATen/ops/multilabel_margin_loss_ops.h' 2024-08-20T21:52:29.6142948Z adding 'torch/include/ATen/ops/multinomial.h' 2024-08-20T21:52:29.6146193Z adding 'torch/include/ATen/ops/multinomial_cpu_dispatch.h' 2024-08-20T21:52:29.6149335Z adding 'torch/include/ATen/ops/multinomial_cuda_dispatch.h' 2024-08-20T21:52:29.6152492Z adding 'torch/include/ATen/ops/multinomial_native.h' 2024-08-20T21:52:29.6155885Z adding 'torch/include/ATen/ops/multinomial_ops.h' 2024-08-20T21:52:29.6158953Z adding 'torch/include/ATen/ops/multiply.h' 2024-08-20T21:52:29.6162571Z adding 'torch/include/ATen/ops/multiply_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.6165533Z adding 'torch/include/ATen/ops/multiply_native.h' 2024-08-20T21:52:29.6168788Z adding 'torch/include/ATen/ops/multiply_ops.h' 2024-08-20T21:52:29.6171868Z adding 'torch/include/ATen/ops/mv.h' 2024-08-20T21:52:29.6175255Z adding 'torch/include/ATen/ops/mv_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.6178147Z adding 'torch/include/ATen/ops/mv_native.h' 2024-08-20T21:52:29.6181267Z adding 'torch/include/ATen/ops/mv_ops.h' 2024-08-20T21:52:29.6184438Z adding 'torch/include/ATen/ops/mvlgamma.h' 2024-08-20T21:52:29.6187862Z adding 'torch/include/ATen/ops/mvlgamma_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.6190914Z adding 'torch/include/ATen/ops/mvlgamma_cpu_dispatch.h' 2024-08-20T21:52:29.6194105Z adding 'torch/include/ATen/ops/mvlgamma_cuda_dispatch.h' 2024-08-20T21:52:29.6197424Z adding 'torch/include/ATen/ops/mvlgamma_native.h' 2024-08-20T21:52:29.6200688Z adding 'torch/include/ATen/ops/mvlgamma_ops.h' 2024-08-20T21:52:29.6204045Z adding 'torch/include/ATen/ops/nan_to_num.h' 2024-08-20T21:52:29.6208225Z adding 'torch/include/ATen/ops/nan_to_num_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.6210617Z adding 'torch/include/ATen/ops/nan_to_num_cpu_dispatch.h' 2024-08-20T21:52:29.6214003Z adding 'torch/include/ATen/ops/nan_to_num_cuda_dispatch.h' 2024-08-20T21:52:29.6217006Z adding 'torch/include/ATen/ops/nan_to_num_native.h' 2024-08-20T21:52:29.6220497Z adding 'torch/include/ATen/ops/nan_to_num_ops.h' 2024-08-20T21:52:29.6223595Z adding 'torch/include/ATen/ops/nanmean.h' 2024-08-20T21:52:29.6227340Z adding 'torch/include/ATen/ops/nanmean_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.6230935Z adding 'torch/include/ATen/ops/nanmean_native.h' 2024-08-20T21:52:29.6233457Z adding 'torch/include/ATen/ops/nanmean_ops.h' 2024-08-20T21:52:29.6237149Z adding 'torch/include/ATen/ops/nanmedian.h' 2024-08-20T21:52:29.6240581Z adding 'torch/include/ATen/ops/nanmedian_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.6243931Z adding 'torch/include/ATen/ops/nanmedian_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.6247314Z adding 'torch/include/ATen/ops/nanmedian_cpu_dispatch.h' 2024-08-20T21:52:29.6250281Z adding 'torch/include/ATen/ops/nanmedian_cuda_dispatch.h' 2024-08-20T21:52:29.6253439Z adding 'torch/include/ATen/ops/nanmedian_native.h' 2024-08-20T21:52:29.6257016Z adding 'torch/include/ATen/ops/nanmedian_ops.h' 2024-08-20T21:52:29.6260659Z adding 'torch/include/ATen/ops/nanquantile.h' 2024-08-20T21:52:29.6264244Z adding 'torch/include/ATen/ops/nanquantile_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.6267132Z adding 'torch/include/ATen/ops/nanquantile_native.h' 2024-08-20T21:52:29.6270602Z adding 'torch/include/ATen/ops/nanquantile_ops.h' 2024-08-20T21:52:29.6274032Z adding 'torch/include/ATen/ops/nansum.h' 2024-08-20T21:52:29.6277381Z adding 'torch/include/ATen/ops/nansum_cpu_dispatch.h' 2024-08-20T21:52:29.6280589Z adding 'torch/include/ATen/ops/nansum_cuda_dispatch.h' 2024-08-20T21:52:29.6283787Z adding 'torch/include/ATen/ops/nansum_native.h' 2024-08-20T21:52:29.6287071Z adding 'torch/include/ATen/ops/nansum_ops.h' 2024-08-20T21:52:29.6290442Z adding 'torch/include/ATen/ops/narrow.h' 2024-08-20T21:52:29.6293966Z adding 'torch/include/ATen/ops/narrow_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.6297081Z adding 'torch/include/ATen/ops/narrow_copy.h' 2024-08-20T21:52:29.6300807Z adding 'torch/include/ATen/ops/narrow_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.6303823Z adding 'torch/include/ATen/ops/narrow_copy_cpu_dispatch.h' 2024-08-20T21:52:29.6307319Z adding 'torch/include/ATen/ops/narrow_copy_native.h' 2024-08-20T21:52:29.6310603Z adding 'torch/include/ATen/ops/narrow_copy_ops.h' 2024-08-20T21:52:29.6313735Z adding 'torch/include/ATen/ops/narrow_native.h' 2024-08-20T21:52:29.6317148Z adding 'torch/include/ATen/ops/narrow_ops.h' 2024-08-20T21:52:29.6320464Z adding 'torch/include/ATen/ops/native_batch_norm.h' 2024-08-20T21:52:29.6324056Z adding 'torch/include/ATen/ops/native_batch_norm_backward.h' 2024-08-20T21:52:29.6327930Z adding 'torch/include/ATen/ops/native_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.6330928Z adding 'torch/include/ATen/ops/native_batch_norm_backward_cpu_dispatch.h' 2024-08-20T21:52:29.6334114Z adding 'torch/include/ATen/ops/native_batch_norm_backward_cuda_dispatch.h' 2024-08-20T21:52:29.6337249Z adding 'torch/include/ATen/ops/native_batch_norm_backward_native.h' 2024-08-20T21:52:29.6340863Z adding 'torch/include/ATen/ops/native_batch_norm_backward_ops.h' 2024-08-20T21:52:29.6344242Z adding 'torch/include/ATen/ops/native_batch_norm_cpu_dispatch.h' 2024-08-20T21:52:29.6347565Z adding 'torch/include/ATen/ops/native_batch_norm_cuda_dispatch.h' 2024-08-20T21:52:29.6350787Z adding 'torch/include/ATen/ops/native_batch_norm_native.h' 2024-08-20T21:52:29.6354315Z adding 'torch/include/ATen/ops/native_batch_norm_ops.h' 2024-08-20T21:52:29.6357712Z adding 'torch/include/ATen/ops/native_channel_shuffle.h' 2024-08-20T21:52:29.6361206Z adding 'torch/include/ATen/ops/native_channel_shuffle_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.6364508Z adding 'torch/include/ATen/ops/native_channel_shuffle_cpu_dispatch.h' 2024-08-20T21:52:29.6367549Z adding 'torch/include/ATen/ops/native_channel_shuffle_native.h' 2024-08-20T21:52:29.6370744Z adding 'torch/include/ATen/ops/native_channel_shuffle_ops.h' 2024-08-20T21:52:29.6373820Z adding 'torch/include/ATen/ops/native_dropout.h' 2024-08-20T21:52:29.6377044Z adding 'torch/include/ATen/ops/native_dropout_backward.h' 2024-08-20T21:52:29.6380544Z adding 'torch/include/ATen/ops/native_dropout_backward_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.6384103Z adding 'torch/include/ATen/ops/native_dropout_backward_cpu_dispatch.h' 2024-08-20T21:52:29.6386883Z adding 'torch/include/ATen/ops/native_dropout_backward_cuda_dispatch.h' 2024-08-20T21:52:29.6390105Z adding 'torch/include/ATen/ops/native_dropout_backward_native.h' 2024-08-20T21:52:29.6393192Z adding 'torch/include/ATen/ops/native_dropout_backward_ops.h' 2024-08-20T21:52:29.6396813Z adding 'torch/include/ATen/ops/native_dropout_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.6399778Z adding 'torch/include/ATen/ops/native_dropout_cpu_dispatch.h' 2024-08-20T21:52:29.6403009Z adding 'torch/include/ATen/ops/native_dropout_cuda_dispatch.h' 2024-08-20T21:52:29.6406046Z adding 'torch/include/ATen/ops/native_dropout_native.h' 2024-08-20T21:52:29.6409601Z adding 'torch/include/ATen/ops/native_dropout_ops.h' 2024-08-20T21:52:29.6413167Z adding 'torch/include/ATen/ops/native_group_norm.h' 2024-08-20T21:52:29.6417013Z adding 'torch/include/ATen/ops/native_group_norm_backward.h' 2024-08-20T21:52:29.6420967Z adding 'torch/include/ATen/ops/native_group_norm_backward_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.6424195Z adding 'torch/include/ATen/ops/native_group_norm_backward_cpu_dispatch.h' 2024-08-20T21:52:29.6427406Z adding 'torch/include/ATen/ops/native_group_norm_backward_cuda_dispatch.h' 2024-08-20T21:52:29.6430632Z adding 'torch/include/ATen/ops/native_group_norm_backward_native.h' 2024-08-20T21:52:29.6434952Z adding 'torch/include/ATen/ops/native_group_norm_backward_ops.h' 2024-08-20T21:52:29.6438078Z adding 'torch/include/ATen/ops/native_group_norm_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.6441049Z adding 'torch/include/ATen/ops/native_group_norm_cpu_dispatch.h' 2024-08-20T21:52:29.6444217Z adding 'torch/include/ATen/ops/native_group_norm_cuda_dispatch.h' 2024-08-20T21:52:29.6447429Z adding 'torch/include/ATen/ops/native_group_norm_native.h' 2024-08-20T21:52:29.6450829Z adding 'torch/include/ATen/ops/native_group_norm_ops.h' 2024-08-20T21:52:29.6454568Z adding 'torch/include/ATen/ops/native_layer_norm.h' 2024-08-20T21:52:29.6458805Z adding 'torch/include/ATen/ops/native_layer_norm_backward.h' 2024-08-20T21:52:29.6462648Z adding 'torch/include/ATen/ops/native_layer_norm_backward_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.6465871Z adding 'torch/include/ATen/ops/native_layer_norm_backward_cpu_dispatch.h' 2024-08-20T21:52:29.6469009Z adding 'torch/include/ATen/ops/native_layer_norm_backward_cuda_dispatch.h' 2024-08-20T21:52:29.6472186Z adding 'torch/include/ATen/ops/native_layer_norm_backward_native.h' 2024-08-20T21:52:29.6475849Z adding 'torch/include/ATen/ops/native_layer_norm_backward_ops.h' 2024-08-20T21:52:29.6479415Z adding 'torch/include/ATen/ops/native_layer_norm_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.6482663Z adding 'torch/include/ATen/ops/native_layer_norm_cpu_dispatch.h' 2024-08-20T21:52:29.6485904Z adding 'torch/include/ATen/ops/native_layer_norm_cuda_dispatch.h' 2024-08-20T21:52:29.6489050Z adding 'torch/include/ATen/ops/native_layer_norm_native.h' 2024-08-20T21:52:29.6492537Z adding 'torch/include/ATen/ops/native_layer_norm_ops.h' 2024-08-20T21:52:29.6495828Z adding 'torch/include/ATen/ops/native_norm.h' 2024-08-20T21:52:29.6499434Z adding 'torch/include/ATen/ops/native_norm_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.6503394Z adding 'torch/include/ATen/ops/native_norm_native.h' 2024-08-20T21:52:29.6506021Z adding 'torch/include/ATen/ops/native_norm_ops.h' 2024-08-20T21:52:29.6509122Z adding 'torch/include/ATen/ops/ne.h' 2024-08-20T21:52:29.6512680Z adding 'torch/include/ATen/ops/ne_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.6515802Z adding 'torch/include/ATen/ops/ne_cpu_dispatch.h' 2024-08-20T21:52:29.6518961Z adding 'torch/include/ATen/ops/ne_cuda_dispatch.h' 2024-08-20T21:52:29.6521979Z adding 'torch/include/ATen/ops/ne_meta.h' 2024-08-20T21:52:29.6525332Z adding 'torch/include/ATen/ops/ne_meta_dispatch.h' 2024-08-20T21:52:29.6528425Z adding 'torch/include/ATen/ops/ne_native.h' 2024-08-20T21:52:29.6531969Z adding 'torch/include/ATen/ops/ne_ops.h' 2024-08-20T21:52:29.6535110Z adding 'torch/include/ATen/ops/neg.h' 2024-08-20T21:52:29.6538616Z adding 'torch/include/ATen/ops/neg_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.6541414Z adding 'torch/include/ATen/ops/neg_cpu_dispatch.h' 2024-08-20T21:52:29.6544463Z adding 'torch/include/ATen/ops/neg_cuda_dispatch.h' 2024-08-20T21:52:29.6547515Z adding 'torch/include/ATen/ops/neg_meta.h' 2024-08-20T21:52:29.6550578Z adding 'torch/include/ATen/ops/neg_meta_dispatch.h' 2024-08-20T21:52:29.6553765Z adding 'torch/include/ATen/ops/neg_native.h' 2024-08-20T21:52:29.6557046Z adding 'torch/include/ATen/ops/neg_ops.h' 2024-08-20T21:52:29.6560616Z adding 'torch/include/ATen/ops/negative.h' 2024-08-20T21:52:29.6563836Z adding 'torch/include/ATen/ops/negative_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.6566870Z adding 'torch/include/ATen/ops/negative_native.h' 2024-08-20T21:52:29.6570170Z adding 'torch/include/ATen/ops/negative_ops.h' 2024-08-20T21:52:29.6573537Z adding 'torch/include/ATen/ops/nested_to_padded_tensor.h' 2024-08-20T21:52:29.6577520Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.6579762Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_native.h' 2024-08-20T21:52:29.6583559Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_ops.h' 2024-08-20T21:52:29.6586396Z adding 'torch/include/ATen/ops/new_empty.h' 2024-08-20T21:52:29.6590111Z adding 'torch/include/ATen/ops/new_empty_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.6593221Z adding 'torch/include/ATen/ops/new_empty_native.h' 2024-08-20T21:52:29.6596612Z adding 'torch/include/ATen/ops/new_empty_ops.h' 2024-08-20T21:52:29.6600498Z adding 'torch/include/ATen/ops/new_empty_strided.h' 2024-08-20T21:52:29.6603822Z adding 'torch/include/ATen/ops/new_empty_strided_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.6607277Z adding 'torch/include/ATen/ops/new_empty_strided_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.6610103Z adding 'torch/include/ATen/ops/new_empty_strided_native.h' 2024-08-20T21:52:29.6613514Z adding 'torch/include/ATen/ops/new_empty_strided_ops.h' 2024-08-20T21:52:29.6617277Z adding 'torch/include/ATen/ops/new_full.h' 2024-08-20T21:52:29.6620776Z adding 'torch/include/ATen/ops/new_full_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.6623730Z adding 'torch/include/ATen/ops/new_full_native.h' 2024-08-20T21:52:29.6627055Z adding 'torch/include/ATen/ops/new_full_ops.h' 2024-08-20T21:52:29.6630683Z adding 'torch/include/ATen/ops/new_ones.h' 2024-08-20T21:52:29.6634706Z adding 'torch/include/ATen/ops/new_ones_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.6637480Z adding 'torch/include/ATen/ops/new_ones_native.h' 2024-08-20T21:52:29.6640977Z adding 'torch/include/ATen/ops/new_ones_ops.h' 2024-08-20T21:52:29.6644482Z adding 'torch/include/ATen/ops/new_zeros.h' 2024-08-20T21:52:29.6648266Z adding 'torch/include/ATen/ops/new_zeros_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.6651273Z adding 'torch/include/ATen/ops/new_zeros_native.h' 2024-08-20T21:52:29.6654574Z adding 'torch/include/ATen/ops/new_zeros_ops.h' 2024-08-20T21:52:29.6657840Z adding 'torch/include/ATen/ops/nextafter.h' 2024-08-20T21:52:29.6661332Z adding 'torch/include/ATen/ops/nextafter_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.6664370Z adding 'torch/include/ATen/ops/nextafter_cpu_dispatch.h' 2024-08-20T21:52:29.6667678Z adding 'torch/include/ATen/ops/nextafter_cuda_dispatch.h' 2024-08-20T21:52:29.6670681Z adding 'torch/include/ATen/ops/nextafter_meta.h' 2024-08-20T21:52:29.6674079Z adding 'torch/include/ATen/ops/nextafter_meta_dispatch.h' 2024-08-20T21:52:29.6677088Z adding 'torch/include/ATen/ops/nextafter_native.h' 2024-08-20T21:52:29.6680459Z adding 'torch/include/ATen/ops/nextafter_ops.h' 2024-08-20T21:52:29.6683921Z adding 'torch/include/ATen/ops/nll_loss.h' 2024-08-20T21:52:29.6687644Z adding 'torch/include/ATen/ops/nll_loss2d.h' 2024-08-20T21:52:29.6691622Z adding 'torch/include/ATen/ops/nll_loss2d_backward.h' 2024-08-20T21:52:29.6695051Z adding 'torch/include/ATen/ops/nll_loss2d_backward_cpu_dispatch.h' 2024-08-20T21:52:29.6698403Z adding 'torch/include/ATen/ops/nll_loss2d_backward_cuda_dispatch.h' 2024-08-20T21:52:29.6702568Z adding 'torch/include/ATen/ops/nll_loss2d_backward_native.h' 2024-08-20T21:52:29.6705822Z adding 'torch/include/ATen/ops/nll_loss2d_backward_ops.h' 2024-08-20T21:52:29.6709427Z adding 'torch/include/ATen/ops/nll_loss2d_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.6712838Z adding 'torch/include/ATen/ops/nll_loss2d_forward.h' 2024-08-20T21:52:29.6716614Z adding 'torch/include/ATen/ops/nll_loss2d_forward_cpu_dispatch.h' 2024-08-20T21:52:29.6719993Z adding 'torch/include/ATen/ops/nll_loss2d_forward_cuda_dispatch.h' 2024-08-20T21:52:29.6723139Z adding 'torch/include/ATen/ops/nll_loss2d_forward_native.h' 2024-08-20T21:52:29.6726587Z adding 'torch/include/ATen/ops/nll_loss2d_forward_ops.h' 2024-08-20T21:52:29.6729686Z adding 'torch/include/ATen/ops/nll_loss2d_native.h' 2024-08-20T21:52:29.6733118Z adding 'torch/include/ATen/ops/nll_loss2d_ops.h' 2024-08-20T21:52:29.6736819Z adding 'torch/include/ATen/ops/nll_loss_backward.h' 2024-08-20T21:52:29.6740456Z adding 'torch/include/ATen/ops/nll_loss_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.6743745Z adding 'torch/include/ATen/ops/nll_loss_backward_cpu_dispatch.h' 2024-08-20T21:52:29.6747075Z adding 'torch/include/ATen/ops/nll_loss_backward_cuda_dispatch.h' 2024-08-20T21:52:29.6750358Z adding 'torch/include/ATen/ops/nll_loss_backward_meta.h' 2024-08-20T21:52:29.6753937Z adding 'torch/include/ATen/ops/nll_loss_backward_meta_dispatch.h' 2024-08-20T21:52:29.6757090Z adding 'torch/include/ATen/ops/nll_loss_backward_native.h' 2024-08-20T21:52:29.6760569Z adding 'torch/include/ATen/ops/nll_loss_backward_ops.h' 2024-08-20T21:52:29.6764071Z adding 'torch/include/ATen/ops/nll_loss_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.6767551Z adding 'torch/include/ATen/ops/nll_loss_forward.h' 2024-08-20T21:52:29.6771325Z adding 'torch/include/ATen/ops/nll_loss_forward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.6774424Z adding 'torch/include/ATen/ops/nll_loss_forward_cpu_dispatch.h' 2024-08-20T21:52:29.6777749Z adding 'torch/include/ATen/ops/nll_loss_forward_cuda_dispatch.h' 2024-08-20T21:52:29.6780902Z adding 'torch/include/ATen/ops/nll_loss_forward_meta.h' 2024-08-20T21:52:29.6784573Z adding 'torch/include/ATen/ops/nll_loss_forward_meta_dispatch.h' 2024-08-20T21:52:29.6787661Z adding 'torch/include/ATen/ops/nll_loss_forward_native.h' 2024-08-20T21:52:29.6790797Z adding 'torch/include/ATen/ops/nll_loss_forward_ops.h' 2024-08-20T21:52:29.6794046Z adding 'torch/include/ATen/ops/nll_loss_native.h' 2024-08-20T21:52:29.6797295Z adding 'torch/include/ATen/ops/nll_loss_nd.h' 2024-08-20T21:52:29.6800869Z adding 'torch/include/ATen/ops/nll_loss_nd_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.6803789Z adding 'torch/include/ATen/ops/nll_loss_nd_native.h' 2024-08-20T21:52:29.6807159Z adding 'torch/include/ATen/ops/nll_loss_nd_ops.h' 2024-08-20T21:52:29.6810585Z adding 'torch/include/ATen/ops/nll_loss_ops.h' 2024-08-20T21:52:29.6813751Z adding 'torch/include/ATen/ops/nonzero.h' 2024-08-20T21:52:29.6817106Z adding 'torch/include/ATen/ops/nonzero_cpu_dispatch.h' 2024-08-20T21:52:29.6820219Z adding 'torch/include/ATen/ops/nonzero_cuda_dispatch.h' 2024-08-20T21:52:29.6823779Z adding 'torch/include/ATen/ops/nonzero_native.h' 2024-08-20T21:52:29.6826482Z adding 'torch/include/ATen/ops/nonzero_numpy.h' 2024-08-20T21:52:29.6829933Z adding 'torch/include/ATen/ops/nonzero_numpy_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.6832844Z adding 'torch/include/ATen/ops/nonzero_numpy_native.h' 2024-08-20T21:52:29.6836103Z adding 'torch/include/ATen/ops/nonzero_numpy_ops.h' 2024-08-20T21:52:29.6839412Z adding 'torch/include/ATen/ops/nonzero_ops.h' 2024-08-20T21:52:29.6842839Z adding 'torch/include/ATen/ops/nonzero_static.h' 2024-08-20T21:52:29.6846327Z adding 'torch/include/ATen/ops/nonzero_static_cpu_dispatch.h' 2024-08-20T21:52:29.6849385Z adding 'torch/include/ATen/ops/nonzero_static_native.h' 2024-08-20T21:52:29.6852611Z adding 'torch/include/ATen/ops/nonzero_static_ops.h' 2024-08-20T21:52:29.6856308Z adding 'torch/include/ATen/ops/norm.h' 2024-08-20T21:52:29.6859887Z adding 'torch/include/ATen/ops/norm_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.6863336Z adding 'torch/include/ATen/ops/norm_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.6866454Z adding 'torch/include/ATen/ops/norm_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.6869658Z adding 'torch/include/ATen/ops/norm_cpu_dispatch.h' 2024-08-20T21:52:29.6872951Z adding 'torch/include/ATen/ops/norm_cuda_dispatch.h' 2024-08-20T21:52:29.6876190Z adding 'torch/include/ATen/ops/norm_except_dim.h' 2024-08-20T21:52:29.6879941Z adding 'torch/include/ATen/ops/norm_except_dim_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.6882565Z adding 'torch/include/ATen/ops/norm_except_dim_native.h' 2024-08-20T21:52:29.6885739Z adding 'torch/include/ATen/ops/norm_except_dim_ops.h' 2024-08-20T21:52:29.6889129Z adding 'torch/include/ATen/ops/norm_meta.h' 2024-08-20T21:52:29.6892137Z adding 'torch/include/ATen/ops/norm_meta_dispatch.h' 2024-08-20T21:52:29.6895289Z adding 'torch/include/ATen/ops/norm_native.h' 2024-08-20T21:52:29.6899201Z adding 'torch/include/ATen/ops/norm_ops.h' 2024-08-20T21:52:29.6903477Z adding 'torch/include/ATen/ops/normal.h' 2024-08-20T21:52:29.6907525Z adding 'torch/include/ATen/ops/normal_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.6910641Z adding 'torch/include/ATen/ops/normal_cpu_dispatch.h' 2024-08-20T21:52:29.6914096Z adding 'torch/include/ATen/ops/normal_cuda_dispatch.h' 2024-08-20T21:52:29.6917178Z adding 'torch/include/ATen/ops/normal_meta_dispatch.h' 2024-08-20T21:52:29.6920472Z adding 'torch/include/ATen/ops/normal_native.h' 2024-08-20T21:52:29.6924404Z adding 'torch/include/ATen/ops/normal_ops.h' 2024-08-20T21:52:29.6927828Z adding 'torch/include/ATen/ops/not_equal.h' 2024-08-20T21:52:29.6931345Z adding 'torch/include/ATen/ops/not_equal_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.6934808Z adding 'torch/include/ATen/ops/not_equal_native.h' 2024-08-20T21:52:29.6937718Z adding 'torch/include/ATen/ops/not_equal_ops.h' 2024-08-20T21:52:29.6940971Z adding 'torch/include/ATen/ops/nuclear_norm.h' 2024-08-20T21:52:29.6944372Z adding 'torch/include/ATen/ops/nuclear_norm_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.6947242Z adding 'torch/include/ATen/ops/nuclear_norm_native.h' 2024-08-20T21:52:29.6950532Z adding 'torch/include/ATen/ops/nuclear_norm_ops.h' 2024-08-20T21:52:29.6953545Z adding 'torch/include/ATen/ops/numpy_T.h' 2024-08-20T21:52:29.6956988Z adding 'torch/include/ATen/ops/numpy_T_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.6959924Z adding 'torch/include/ATen/ops/numpy_T_native.h' 2024-08-20T21:52:29.6962864Z adding 'torch/include/ATen/ops/numpy_T_ops.h' 2024-08-20T21:52:29.6965873Z adding 'torch/include/ATen/ops/one_hot.h' 2024-08-20T21:52:29.6969166Z adding 'torch/include/ATen/ops/one_hot_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.6971936Z adding 'torch/include/ATen/ops/one_hot_native.h' 2024-08-20T21:52:29.6975058Z adding 'torch/include/ATen/ops/one_hot_ops.h' 2024-08-20T21:52:29.6978610Z adding 'torch/include/ATen/ops/ones.h' 2024-08-20T21:52:29.6982324Z adding 'torch/include/ATen/ops/ones_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.6985327Z adding 'torch/include/ATen/ops/ones_like.h' 2024-08-20T21:52:29.6988725Z adding 'torch/include/ATen/ops/ones_like_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.6991739Z adding 'torch/include/ATen/ops/ones_like_native.h' 2024-08-20T21:52:29.6995257Z adding 'torch/include/ATen/ops/ones_like_ops.h' 2024-08-20T21:52:29.6998645Z adding 'torch/include/ATen/ops/ones_native.h' 2024-08-20T21:52:29.7001993Z adding 'torch/include/ATen/ops/ones_ops.h' 2024-08-20T21:52:29.7005488Z adding 'torch/include/ATen/ops/or.h' 2024-08-20T21:52:29.7008868Z adding 'torch/include/ATen/ops/or_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.7011736Z adding 'torch/include/ATen/ops/or_native.h' 2024-08-20T21:52:29.7015308Z adding 'torch/include/ATen/ops/or_ops.h' 2024-08-20T21:52:29.7018504Z adding 'torch/include/ATen/ops/orgqr.h' 2024-08-20T21:52:29.7021874Z adding 'torch/include/ATen/ops/orgqr_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.7024788Z adding 'torch/include/ATen/ops/orgqr_native.h' 2024-08-20T21:52:29.7028004Z adding 'torch/include/ATen/ops/orgqr_ops.h' 2024-08-20T21:52:29.7031349Z adding 'torch/include/ATen/ops/ormqr.h' 2024-08-20T21:52:29.7034567Z adding 'torch/include/ATen/ops/ormqr_cpu_dispatch.h' 2024-08-20T21:52:29.7037900Z adding 'torch/include/ATen/ops/ormqr_cuda_dispatch.h' 2024-08-20T21:52:29.7040897Z adding 'torch/include/ATen/ops/ormqr_native.h' 2024-08-20T21:52:29.7044402Z adding 'torch/include/ATen/ops/ormqr_ops.h' 2024-08-20T21:52:29.7047463Z adding 'torch/include/ATen/ops/outer.h' 2024-08-20T21:52:29.7050822Z adding 'torch/include/ATen/ops/outer_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.7053761Z adding 'torch/include/ATen/ops/outer_native.h' 2024-08-20T21:52:29.7056958Z adding 'torch/include/ATen/ops/outer_ops.h' 2024-08-20T21:52:29.7060091Z adding 'torch/include/ATen/ops/output_nr.h' 2024-08-20T21:52:29.7063473Z adding 'torch/include/ATen/ops/output_nr_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.7066363Z adding 'torch/include/ATen/ops/output_nr_native.h' 2024-08-20T21:52:29.7069474Z adding 'torch/include/ATen/ops/output_nr_ops.h' 2024-08-20T21:52:29.7072830Z adding 'torch/include/ATen/ops/pad.h' 2024-08-20T21:52:29.7076508Z adding 'torch/include/ATen/ops/pad_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.7079535Z adding 'torch/include/ATen/ops/pad_native.h' 2024-08-20T21:52:29.7082812Z adding 'torch/include/ATen/ops/pad_ops.h' 2024-08-20T21:52:29.7085803Z adding 'torch/include/ATen/ops/pad_sequence.h' 2024-08-20T21:52:29.7089269Z adding 'torch/include/ATen/ops/pad_sequence_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.7092192Z adding 'torch/include/ATen/ops/pad_sequence_native.h' 2024-08-20T21:52:29.7095414Z adding 'torch/include/ATen/ops/pad_sequence_ops.h' 2024-08-20T21:52:29.7098620Z adding 'torch/include/ATen/ops/pairwise_distance.h' 2024-08-20T21:52:29.7102020Z adding 'torch/include/ATen/ops/pairwise_distance_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.7104971Z adding 'torch/include/ATen/ops/pairwise_distance_native.h' 2024-08-20T21:52:29.7108146Z adding 'torch/include/ATen/ops/pairwise_distance_ops.h' 2024-08-20T21:52:29.7111480Z adding 'torch/include/ATen/ops/pdist.h' 2024-08-20T21:52:29.7121328Z adding 'torch/include/ATen/ops/pdist_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.7125313Z adding 'torch/include/ATen/ops/pdist_native.h' 2024-08-20T21:52:29.7129992Z adding 'torch/include/ATen/ops/pdist_ops.h' 2024-08-20T21:52:29.7133043Z adding 'torch/include/ATen/ops/permute.h' 2024-08-20T21:52:29.7136542Z adding 'torch/include/ATen/ops/permute_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.7139438Z adding 'torch/include/ATen/ops/permute_copy.h' 2024-08-20T21:52:29.7142819Z adding 'torch/include/ATen/ops/permute_copy_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.7146206Z adding 'torch/include/ATen/ops/permute_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.7149039Z adding 'torch/include/ATen/ops/permute_copy_native.h' 2024-08-20T21:52:29.7152940Z adding 'torch/include/ATen/ops/permute_copy_ops.h' 2024-08-20T21:52:29.7155680Z adding 'torch/include/ATen/ops/permute_native.h' 2024-08-20T21:52:29.7158869Z adding 'torch/include/ATen/ops/permute_ops.h' 2024-08-20T21:52:29.7161943Z adding 'torch/include/ATen/ops/pin_memory.h' 2024-08-20T21:52:29.7165427Z adding 'torch/include/ATen/ops/pin_memory_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.7168411Z adding 'torch/include/ATen/ops/pin_memory_native.h' 2024-08-20T21:52:29.7171759Z adding 'torch/include/ATen/ops/pin_memory_ops.h' 2024-08-20T21:52:29.7174770Z adding 'torch/include/ATen/ops/pinverse.h' 2024-08-20T21:52:29.7178499Z adding 'torch/include/ATen/ops/pinverse_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.7181492Z adding 'torch/include/ATen/ops/pinverse_native.h' 2024-08-20T21:52:29.7184691Z adding 'torch/include/ATen/ops/pinverse_ops.h' 2024-08-20T21:52:29.7188001Z adding 'torch/include/ATen/ops/pixel_shuffle.h' 2024-08-20T21:52:29.7191455Z adding 'torch/include/ATen/ops/pixel_shuffle_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.7194909Z adding 'torch/include/ATen/ops/pixel_shuffle_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.7197899Z adding 'torch/include/ATen/ops/pixel_shuffle_cpu_dispatch.h' 2024-08-20T21:52:29.7200999Z adding 'torch/include/ATen/ops/pixel_shuffle_native.h' 2024-08-20T21:52:29.7204564Z adding 'torch/include/ATen/ops/pixel_shuffle_ops.h' 2024-08-20T21:52:29.7207552Z adding 'torch/include/ATen/ops/pixel_unshuffle.h' 2024-08-20T21:52:29.7211091Z adding 'torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.7214410Z adding 'torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.7217361Z adding 'torch/include/ATen/ops/pixel_unshuffle_cpu_dispatch.h' 2024-08-20T21:52:29.7220533Z adding 'torch/include/ATen/ops/pixel_unshuffle_native.h' 2024-08-20T21:52:29.7223789Z adding 'torch/include/ATen/ops/pixel_unshuffle_ops.h' 2024-08-20T21:52:29.7227077Z adding 'torch/include/ATen/ops/poisson.h' 2024-08-20T21:52:29.7230495Z adding 'torch/include/ATen/ops/poisson_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.7233599Z adding 'torch/include/ATen/ops/poisson_cpu_dispatch.h' 2024-08-20T21:52:29.7236906Z adding 'torch/include/ATen/ops/poisson_cuda_dispatch.h' 2024-08-20T21:52:29.7240098Z adding 'torch/include/ATen/ops/poisson_native.h' 2024-08-20T21:52:29.7243337Z adding 'torch/include/ATen/ops/poisson_nll_loss.h' 2024-08-20T21:52:29.7246810Z adding 'torch/include/ATen/ops/poisson_nll_loss_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.7249909Z adding 'torch/include/ATen/ops/poisson_nll_loss_native.h' 2024-08-20T21:52:29.7253029Z adding 'torch/include/ATen/ops/poisson_nll_loss_ops.h' 2024-08-20T21:52:29.7256421Z adding 'torch/include/ATen/ops/poisson_ops.h' 2024-08-20T21:52:29.7259427Z adding 'torch/include/ATen/ops/polar.h' 2024-08-20T21:52:29.7262856Z adding 'torch/include/ATen/ops/polar_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.7265895Z adding 'torch/include/ATen/ops/polar_cpu_dispatch.h' 2024-08-20T21:52:29.7269162Z adding 'torch/include/ATen/ops/polar_cuda_dispatch.h' 2024-08-20T21:52:29.7272377Z adding 'torch/include/ATen/ops/polar_native.h' 2024-08-20T21:52:29.7275728Z adding 'torch/include/ATen/ops/polar_ops.h' 2024-08-20T21:52:29.7278883Z adding 'torch/include/ATen/ops/polygamma.h' 2024-08-20T21:52:29.7282234Z adding 'torch/include/ATen/ops/polygamma_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.7285568Z adding 'torch/include/ATen/ops/polygamma_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.7288454Z adding 'torch/include/ATen/ops/polygamma_cpu_dispatch.h' 2024-08-20T21:52:29.7291836Z adding 'torch/include/ATen/ops/polygamma_cuda_dispatch.h' 2024-08-20T21:52:29.7295032Z adding 'torch/include/ATen/ops/polygamma_meta.h' 2024-08-20T21:52:29.7298089Z adding 'torch/include/ATen/ops/polygamma_meta_dispatch.h' 2024-08-20T21:52:29.7301377Z adding 'torch/include/ATen/ops/polygamma_native.h' 2024-08-20T21:52:29.7304544Z adding 'torch/include/ATen/ops/polygamma_ops.h' 2024-08-20T21:52:29.7307706Z adding 'torch/include/ATen/ops/positive.h' 2024-08-20T21:52:29.7311059Z adding 'torch/include/ATen/ops/positive_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.7314220Z adding 'torch/include/ATen/ops/positive_native.h' 2024-08-20T21:52:29.7317261Z adding 'torch/include/ATen/ops/positive_ops.h' 2024-08-20T21:52:29.7320670Z adding 'torch/include/ATen/ops/pow.h' 2024-08-20T21:52:29.7324300Z adding 'torch/include/ATen/ops/pow_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.7327361Z adding 'torch/include/ATen/ops/pow_cpu_dispatch.h' 2024-08-20T21:52:29.7330683Z adding 'torch/include/ATen/ops/pow_cuda_dispatch.h' 2024-08-20T21:52:29.7333800Z adding 'torch/include/ATen/ops/pow_meta.h' 2024-08-20T21:52:29.7337159Z adding 'torch/include/ATen/ops/pow_meta_dispatch.h' 2024-08-20T21:52:29.7340279Z adding 'torch/include/ATen/ops/pow_native.h' 2024-08-20T21:52:29.7343978Z adding 'torch/include/ATen/ops/pow_ops.h' 2024-08-20T21:52:29.7347227Z adding 'torch/include/ATen/ops/prelu.h' 2024-08-20T21:52:29.7350939Z adding 'torch/include/ATen/ops/prelu_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.7354072Z adding 'torch/include/ATen/ops/prelu_native.h' 2024-08-20T21:52:29.7357474Z adding 'torch/include/ATen/ops/prelu_ops.h' 2024-08-20T21:52:29.7360724Z adding 'torch/include/ATen/ops/prod.h' 2024-08-20T21:52:29.7364097Z adding 'torch/include/ATen/ops/prod_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.7367575Z adding 'torch/include/ATen/ops/prod_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.7371056Z adding 'torch/include/ATen/ops/prod_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.7373930Z adding 'torch/include/ATen/ops/prod_cpu_dispatch.h' 2024-08-20T21:52:29.7377279Z adding 'torch/include/ATen/ops/prod_cuda_dispatch.h' 2024-08-20T21:52:29.7380283Z adding 'torch/include/ATen/ops/prod_meta.h' 2024-08-20T21:52:29.7383626Z adding 'torch/include/ATen/ops/prod_meta_dispatch.h' 2024-08-20T21:52:29.7386679Z adding 'torch/include/ATen/ops/prod_native.h' 2024-08-20T21:52:29.7390347Z adding 'torch/include/ATen/ops/prod_ops.h' 2024-08-20T21:52:29.7393868Z adding 'torch/include/ATen/ops/promote_types.h' 2024-08-20T21:52:29.7397216Z adding 'torch/include/ATen/ops/promote_types_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.7400345Z adding 'torch/include/ATen/ops/promote_types_native.h' 2024-08-20T21:52:29.7403357Z adding 'torch/include/ATen/ops/promote_types_ops.h' 2024-08-20T21:52:29.7406782Z adding 'torch/include/ATen/ops/put.h' 2024-08-20T21:52:29.7410121Z adding 'torch/include/ATen/ops/put_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.7413215Z adding 'torch/include/ATen/ops/put_cpu_dispatch.h' 2024-08-20T21:52:29.7416477Z adding 'torch/include/ATen/ops/put_cuda_dispatch.h' 2024-08-20T21:52:29.7419522Z adding 'torch/include/ATen/ops/put_meta_dispatch.h' 2024-08-20T21:52:29.7422972Z adding 'torch/include/ATen/ops/put_native.h' 2024-08-20T21:52:29.7426309Z adding 'torch/include/ATen/ops/put_ops.h' 2024-08-20T21:52:29.7429461Z adding 'torch/include/ATen/ops/q_per_channel_axis.h' 2024-08-20T21:52:29.7432821Z adding 'torch/include/ATen/ops/q_per_channel_axis_native.h' 2024-08-20T21:52:29.7435940Z adding 'torch/include/ATen/ops/q_per_channel_axis_ops.h' 2024-08-20T21:52:29.7439005Z adding 'torch/include/ATen/ops/q_per_channel_scales.h' 2024-08-20T21:52:29.7442379Z adding 'torch/include/ATen/ops/q_per_channel_scales_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.7445204Z adding 'torch/include/ATen/ops/q_per_channel_scales_native.h' 2024-08-20T21:52:29.7448688Z adding 'torch/include/ATen/ops/q_per_channel_scales_ops.h' 2024-08-20T21:52:29.7451871Z adding 'torch/include/ATen/ops/q_per_channel_zero_points.h' 2024-08-20T21:52:29.7455094Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.7457945Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_native.h' 2024-08-20T21:52:29.7467687Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_ops.h' 2024-08-20T21:52:29.7470827Z adding 'torch/include/ATen/ops/q_scale.h' 2024-08-20T21:52:29.7474050Z adding 'torch/include/ATen/ops/q_scale_native.h' 2024-08-20T21:52:29.7477168Z adding 'torch/include/ATen/ops/q_scale_ops.h' 2024-08-20T21:52:29.7480448Z adding 'torch/include/ATen/ops/q_zero_point.h' 2024-08-20T21:52:29.7483454Z adding 'torch/include/ATen/ops/q_zero_point_native.h' 2024-08-20T21:52:29.7486593Z adding 'torch/include/ATen/ops/q_zero_point_ops.h' 2024-08-20T21:52:29.7489650Z adding 'torch/include/ATen/ops/qr.h' 2024-08-20T21:52:29.7493033Z adding 'torch/include/ATen/ops/qr_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.7495869Z adding 'torch/include/ATen/ops/qr_native.h' 2024-08-20T21:52:29.7499048Z adding 'torch/include/ATen/ops/qr_ops.h' 2024-08-20T21:52:29.7502023Z adding 'torch/include/ATen/ops/qscheme.h' 2024-08-20T21:52:29.7505025Z adding 'torch/include/ATen/ops/qscheme_native.h' 2024-08-20T21:52:29.7508142Z adding 'torch/include/ATen/ops/qscheme_ops.h' 2024-08-20T21:52:29.7511389Z adding 'torch/include/ATen/ops/quantile.h' 2024-08-20T21:52:29.7514989Z adding 'torch/include/ATen/ops/quantile_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.7517967Z adding 'torch/include/ATen/ops/quantile_native.h' 2024-08-20T21:52:29.7521369Z adding 'torch/include/ATen/ops/quantile_ops.h' 2024-08-20T21:52:29.7524697Z adding 'torch/include/ATen/ops/quantize_per_channel.h' 2024-08-20T21:52:29.7528074Z adding 'torch/include/ATen/ops/quantize_per_channel_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.7531031Z adding 'torch/include/ATen/ops/quantize_per_channel_cpu_dispatch.h' 2024-08-20T21:52:29.7534135Z adding 'torch/include/ATen/ops/quantize_per_channel_cuda_dispatch.h' 2024-08-20T21:52:29.7537348Z adding 'torch/include/ATen/ops/quantize_per_channel_native.h' 2024-08-20T21:52:29.7540672Z adding 'torch/include/ATen/ops/quantize_per_channel_ops.h' 2024-08-20T21:52:29.7544105Z adding 'torch/include/ATen/ops/quantize_per_tensor.h' 2024-08-20T21:52:29.7547714Z adding 'torch/include/ATen/ops/quantize_per_tensor_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.7550755Z adding 'torch/include/ATen/ops/quantize_per_tensor_cpu_dispatch.h' 2024-08-20T21:52:29.7553978Z adding 'torch/include/ATen/ops/quantize_per_tensor_cuda_dispatch.h' 2024-08-20T21:52:29.7557441Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic.h' 2024-08-20T21:52:29.7560956Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.7563899Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_cpu_dispatch.h' 2024-08-20T21:52:29.7566953Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_cuda_dispatch.h' 2024-08-20T21:52:29.7569900Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_native.h' 2024-08-20T21:52:29.7573131Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_ops.h' 2024-08-20T21:52:29.7576235Z adding 'torch/include/ATen/ops/quantize_per_tensor_native.h' 2024-08-20T21:52:29.7579812Z adding 'torch/include/ATen/ops/quantize_per_tensor_ops.h' 2024-08-20T21:52:29.7583223Z adding 'torch/include/ATen/ops/quantized_batch_norm.h' 2024-08-20T21:52:29.7586730Z adding 'torch/include/ATen/ops/quantized_batch_norm_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.7589593Z adding 'torch/include/ATen/ops/quantized_batch_norm_native.h' 2024-08-20T21:52:29.7592891Z adding 'torch/include/ATen/ops/quantized_batch_norm_ops.h' 2024-08-20T21:52:29.7596220Z adding 'torch/include/ATen/ops/quantized_gru_cell.h' 2024-08-20T21:52:29.7599647Z adding 'torch/include/ATen/ops/quantized_gru_cell_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.7602630Z adding 'torch/include/ATen/ops/quantized_gru_cell_native.h' 2024-08-20T21:52:29.7605923Z adding 'torch/include/ATen/ops/quantized_gru_cell_ops.h' 2024-08-20T21:52:29.7609242Z adding 'torch/include/ATen/ops/quantized_lstm_cell.h' 2024-08-20T21:52:29.7612707Z adding 'torch/include/ATen/ops/quantized_lstm_cell_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.7615612Z adding 'torch/include/ATen/ops/quantized_lstm_cell_native.h' 2024-08-20T21:52:29.7618878Z adding 'torch/include/ATen/ops/quantized_lstm_cell_ops.h' 2024-08-20T21:52:29.7622112Z adding 'torch/include/ATen/ops/quantized_max_pool1d.h' 2024-08-20T21:52:29.7625702Z adding 'torch/include/ATen/ops/quantized_max_pool1d_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.7628561Z adding 'torch/include/ATen/ops/quantized_max_pool1d_native.h' 2024-08-20T21:52:29.7631837Z adding 'torch/include/ATen/ops/quantized_max_pool1d_ops.h' 2024-08-20T21:52:29.7635211Z adding 'torch/include/ATen/ops/quantized_max_pool2d.h' 2024-08-20T21:52:29.7638893Z adding 'torch/include/ATen/ops/quantized_max_pool2d_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.7642034Z adding 'torch/include/ATen/ops/quantized_max_pool2d_native.h' 2024-08-20T21:52:29.7645318Z adding 'torch/include/ATen/ops/quantized_max_pool2d_ops.h' 2024-08-20T21:52:29.7648740Z adding 'torch/include/ATen/ops/quantized_max_pool3d.h' 2024-08-20T21:52:29.7652184Z adding 'torch/include/ATen/ops/quantized_max_pool3d_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.7655257Z adding 'torch/include/ATen/ops/quantized_max_pool3d_native.h' 2024-08-20T21:52:29.7658611Z adding 'torch/include/ATen/ops/quantized_max_pool3d_ops.h' 2024-08-20T21:52:29.7662043Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell.h' 2024-08-20T21:52:29.7665572Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.7668496Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_native.h' 2024-08-20T21:52:29.7671976Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_ops.h' 2024-08-20T21:52:29.7675262Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell.h' 2024-08-20T21:52:29.7679023Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.7681731Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_native.h' 2024-08-20T21:52:29.7685141Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_ops.h' 2024-08-20T21:52:29.7688396Z adding 'torch/include/ATen/ops/rad2deg.h' 2024-08-20T21:52:29.7691839Z adding 'torch/include/ATen/ops/rad2deg_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.7695192Z adding 'torch/include/ATen/ops/rad2deg_native.h' 2024-08-20T21:52:29.7698507Z adding 'torch/include/ATen/ops/rad2deg_ops.h' 2024-08-20T21:52:29.7703853Z adding 'torch/include/ATen/ops/rand.h' 2024-08-20T21:52:29.7707836Z adding 'torch/include/ATen/ops/rand_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.7711158Z adding 'torch/include/ATen/ops/rand_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.7714516Z adding 'torch/include/ATen/ops/rand_like.h' 2024-08-20T21:52:29.7718198Z adding 'torch/include/ATen/ops/rand_like_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.7721216Z adding 'torch/include/ATen/ops/rand_like_native.h' 2024-08-20T21:52:29.7724680Z adding 'torch/include/ATen/ops/rand_like_ops.h' 2024-08-20T21:52:29.7727923Z adding 'torch/include/ATen/ops/rand_native.h' 2024-08-20T21:52:29.7731870Z adding 'torch/include/ATen/ops/rand_ops.h' 2024-08-20T21:52:29.7737064Z adding 'torch/include/ATen/ops/randint.h' 2024-08-20T21:52:29.7741559Z adding 'torch/include/ATen/ops/randint_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.7745632Z adding 'torch/include/ATen/ops/randint_like.h' 2024-08-20T21:52:29.7749765Z adding 'torch/include/ATen/ops/randint_like_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.7752988Z adding 'torch/include/ATen/ops/randint_like_native.h' 2024-08-20T21:52:29.7756758Z adding 'torch/include/ATen/ops/randint_like_ops.h' 2024-08-20T21:52:29.7760140Z adding 'torch/include/ATen/ops/randint_native.h' 2024-08-20T21:52:29.7763931Z adding 'torch/include/ATen/ops/randint_ops.h' 2024-08-20T21:52:29.7768982Z adding 'torch/include/ATen/ops/randn.h' 2024-08-20T21:52:29.7773390Z adding 'torch/include/ATen/ops/randn_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.7776882Z adding 'torch/include/ATen/ops/randn_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.7780057Z adding 'torch/include/ATen/ops/randn_like.h' 2024-08-20T21:52:29.7783654Z adding 'torch/include/ATen/ops/randn_like_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.7787024Z adding 'torch/include/ATen/ops/randn_like_compositeimplicitautogradnestedtensor_dispatch.h' 2024-08-20T21:52:29.7790004Z adding 'torch/include/ATen/ops/randn_like_native.h' 2024-08-20T21:52:29.7793447Z adding 'torch/include/ATen/ops/randn_like_ops.h' 2024-08-20T21:52:29.7796900Z adding 'torch/include/ATen/ops/randn_native.h' 2024-08-20T21:52:29.7800836Z adding 'torch/include/ATen/ops/randn_ops.h' 2024-08-20T21:52:29.7804375Z adding 'torch/include/ATen/ops/random.h' 2024-08-20T21:52:29.7808054Z adding 'torch/include/ATen/ops/random_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.7811176Z adding 'torch/include/ATen/ops/random_cpu_dispatch.h' 2024-08-20T21:52:29.7814321Z adding 'torch/include/ATen/ops/random_cuda_dispatch.h' 2024-08-20T21:52:29.7817545Z adding 'torch/include/ATen/ops/random_meta_dispatch.h' 2024-08-20T21:52:29.7820720Z adding 'torch/include/ATen/ops/random_native.h' 2024-08-20T21:52:29.7824560Z adding 'torch/include/ATen/ops/random_ops.h' 2024-08-20T21:52:29.7828630Z adding 'torch/include/ATen/ops/randperm.h' 2024-08-20T21:52:29.7832431Z adding 'torch/include/ATen/ops/randperm_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.7835710Z adding 'torch/include/ATen/ops/randperm_cpu_dispatch.h' 2024-08-20T21:52:29.7838905Z adding 'torch/include/ATen/ops/randperm_cuda_dispatch.h' 2024-08-20T21:52:29.7842181Z adding 'torch/include/ATen/ops/randperm_native.h' 2024-08-20T21:52:29.7845645Z adding 'torch/include/ATen/ops/randperm_ops.h' 2024-08-20T21:52:29.7849193Z adding 'torch/include/ATen/ops/range.h' 2024-08-20T21:52:29.7852872Z adding 'torch/include/ATen/ops/range_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.7855964Z adding 'torch/include/ATen/ops/range_cpu_dispatch.h' 2024-08-20T21:52:29.7859208Z adding 'torch/include/ATen/ops/range_cuda_dispatch.h' 2024-08-20T21:52:29.7862345Z adding 'torch/include/ATen/ops/range_meta_dispatch.h' 2024-08-20T21:52:29.7865571Z adding 'torch/include/ATen/ops/range_native.h' 2024-08-20T21:52:29.7869151Z adding 'torch/include/ATen/ops/range_ops.h' 2024-08-20T21:52:29.7872336Z adding 'torch/include/ATen/ops/ravel.h' 2024-08-20T21:52:29.7875958Z adding 'torch/include/ATen/ops/ravel_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.7878742Z adding 'torch/include/ATen/ops/ravel_native.h' 2024-08-20T21:52:29.7882021Z adding 'torch/include/ATen/ops/ravel_ops.h' 2024-08-20T21:52:29.7885051Z adding 'torch/include/ATen/ops/real.h' 2024-08-20T21:52:29.7888500Z adding 'torch/include/ATen/ops/real_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.7891315Z adding 'torch/include/ATen/ops/real_native.h' 2024-08-20T21:52:29.7894599Z adding 'torch/include/ATen/ops/real_ops.h' 2024-08-20T21:52:29.7897883Z adding 'torch/include/ATen/ops/reciprocal.h' 2024-08-20T21:52:29.7901370Z adding 'torch/include/ATen/ops/reciprocal_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.7904387Z adding 'torch/include/ATen/ops/reciprocal_cpu_dispatch.h' 2024-08-20T21:52:29.7907504Z adding 'torch/include/ATen/ops/reciprocal_cuda_dispatch.h' 2024-08-20T21:52:29.7911195Z adding 'torch/include/ATen/ops/reciprocal_meta.h' 2024-08-20T21:52:29.7914105Z adding 'torch/include/ATen/ops/reciprocal_meta_dispatch.h' 2024-08-20T21:52:29.7917253Z adding 'torch/include/ATen/ops/reciprocal_native.h' 2024-08-20T21:52:29.7920444Z adding 'torch/include/ATen/ops/reciprocal_ops.h' 2024-08-20T21:52:29.7923833Z adding 'torch/include/ATen/ops/record_stream.h' 2024-08-20T21:52:29.7927121Z adding 'torch/include/ATen/ops/record_stream_cuda_dispatch.h' 2024-08-20T21:52:29.7930045Z adding 'torch/include/ATen/ops/record_stream_native.h' 2024-08-20T21:52:29.7933327Z adding 'torch/include/ATen/ops/record_stream_ops.h' 2024-08-20T21:52:29.7936330Z adding 'torch/include/ATen/ops/refine_names.h' 2024-08-20T21:52:29.7939782Z adding 'torch/include/ATen/ops/refine_names_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.7942584Z adding 'torch/include/ATen/ops/refine_names_native.h' 2024-08-20T21:52:29.7945813Z adding 'torch/include/ATen/ops/refine_names_ops.h' 2024-08-20T21:52:29.7949136Z adding 'torch/include/ATen/ops/reflection_pad1d.h' 2024-08-20T21:52:29.7952999Z adding 'torch/include/ATen/ops/reflection_pad1d_backward.h' 2024-08-20T21:52:29.7956897Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.7959851Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_cpu_dispatch.h' 2024-08-20T21:52:29.7963274Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_cuda_dispatch.h' 2024-08-20T21:52:29.7966237Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_meta.h' 2024-08-20T21:52:29.7969714Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_meta_dispatch.h' 2024-08-20T21:52:29.7973100Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_native.h' 2024-08-20T21:52:29.7976240Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_ops.h' 2024-08-20T21:52:29.7979799Z adding 'torch/include/ATen/ops/reflection_pad1d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.7982723Z adding 'torch/include/ATen/ops/reflection_pad1d_cpu_dispatch.h' 2024-08-20T21:52:29.7986093Z adding 'torch/include/ATen/ops/reflection_pad1d_cuda_dispatch.h' 2024-08-20T21:52:29.7989072Z adding 'torch/include/ATen/ops/reflection_pad1d_meta.h' 2024-08-20T21:52:29.7992472Z adding 'torch/include/ATen/ops/reflection_pad1d_meta_dispatch.h' 2024-08-20T21:52:29.7995874Z adding 'torch/include/ATen/ops/reflection_pad1d_native.h' 2024-08-20T21:52:29.7998987Z adding 'torch/include/ATen/ops/reflection_pad1d_ops.h' 2024-08-20T21:52:29.8002564Z adding 'torch/include/ATen/ops/reflection_pad2d.h' 2024-08-20T21:52:29.8006076Z adding 'torch/include/ATen/ops/reflection_pad2d_backward.h' 2024-08-20T21:52:29.8009660Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_cpu_dispatch.h' 2024-08-20T21:52:29.8013027Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_cuda_dispatch.h' 2024-08-20T21:52:29.8016081Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_native.h' 2024-08-20T21:52:29.8019621Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_ops.h' 2024-08-20T21:52:29.8022687Z adding 'torch/include/ATen/ops/reflection_pad2d_cpu_dispatch.h' 2024-08-20T21:52:29.8026082Z adding 'torch/include/ATen/ops/reflection_pad2d_cuda_dispatch.h' 2024-08-20T21:52:29.8029068Z adding 'torch/include/ATen/ops/reflection_pad2d_native.h' 2024-08-20T21:52:29.8032542Z adding 'torch/include/ATen/ops/reflection_pad2d_ops.h' 2024-08-20T21:52:29.8036175Z adding 'torch/include/ATen/ops/reflection_pad3d.h' 2024-08-20T21:52:29.8039671Z adding 'torch/include/ATen/ops/reflection_pad3d_backward.h' 2024-08-20T21:52:29.8043505Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.8046727Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_cpu_dispatch.h' 2024-08-20T21:52:29.8049873Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_cuda_dispatch.h' 2024-08-20T21:52:29.8053085Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_meta.h' 2024-08-20T21:52:29.8056269Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_meta_dispatch.h' 2024-08-20T21:52:29.8059475Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_native.h' 2024-08-20T21:52:29.8062711Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_ops.h' 2024-08-20T21:52:29.8067061Z adding 'torch/include/ATen/ops/reflection_pad3d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.8069587Z adding 'torch/include/ATen/ops/reflection_pad3d_cpu_dispatch.h' 2024-08-20T21:52:29.8072638Z adding 'torch/include/ATen/ops/reflection_pad3d_cuda_dispatch.h' 2024-08-20T21:52:29.8076021Z adding 'torch/include/ATen/ops/reflection_pad3d_meta.h' 2024-08-20T21:52:29.8079121Z adding 'torch/include/ATen/ops/reflection_pad3d_meta_dispatch.h' 2024-08-20T21:52:29.8082290Z adding 'torch/include/ATen/ops/reflection_pad3d_native.h' 2024-08-20T21:52:29.8085502Z adding 'torch/include/ATen/ops/reflection_pad3d_ops.h' 2024-08-20T21:52:29.8088768Z adding 'torch/include/ATen/ops/relu.h' 2024-08-20T21:52:29.8091817Z adding 'torch/include/ATen/ops/relu6.h' 2024-08-20T21:52:29.8095368Z adding 'torch/include/ATen/ops/relu6_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.8098331Z adding 'torch/include/ATen/ops/relu6_native.h' 2024-08-20T21:52:29.8101521Z adding 'torch/include/ATen/ops/relu6_ops.h' 2024-08-20T21:52:29.8105011Z adding 'torch/include/ATen/ops/relu_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.8107872Z adding 'torch/include/ATen/ops/relu_cpu_dispatch.h' 2024-08-20T21:52:29.8111135Z adding 'torch/include/ATen/ops/relu_cuda_dispatch.h' 2024-08-20T21:52:29.8114262Z adding 'torch/include/ATen/ops/relu_meta_dispatch.h' 2024-08-20T21:52:29.8117936Z adding 'torch/include/ATen/ops/relu_native.h' 2024-08-20T21:52:29.8121444Z adding 'torch/include/ATen/ops/relu_ops.h' 2024-08-20T21:52:29.8124697Z adding 'torch/include/ATen/ops/remainder.h' 2024-08-20T21:52:29.8128304Z adding 'torch/include/ATen/ops/remainder_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.8131556Z adding 'torch/include/ATen/ops/remainder_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.8134697Z adding 'torch/include/ATen/ops/remainder_cpu_dispatch.h' 2024-08-20T21:52:29.8137740Z adding 'torch/include/ATen/ops/remainder_cuda_dispatch.h' 2024-08-20T21:52:29.8141002Z adding 'torch/include/ATen/ops/remainder_meta.h' 2024-08-20T21:52:29.8144410Z adding 'torch/include/ATen/ops/remainder_meta_dispatch.h' 2024-08-20T21:52:29.8147394Z adding 'torch/include/ATen/ops/remainder_native.h' 2024-08-20T21:52:29.8151108Z adding 'torch/include/ATen/ops/remainder_ops.h' 2024-08-20T21:52:29.8154312Z adding 'torch/include/ATen/ops/rename.h' 2024-08-20T21:52:29.8157872Z adding 'torch/include/ATen/ops/rename_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.8160961Z adding 'torch/include/ATen/ops/rename_native.h' 2024-08-20T21:52:29.8164157Z adding 'torch/include/ATen/ops/rename_ops.h' 2024-08-20T21:52:29.8167440Z adding 'torch/include/ATen/ops/renorm.h' 2024-08-20T21:52:29.8171033Z adding 'torch/include/ATen/ops/renorm_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.8174073Z adding 'torch/include/ATen/ops/renorm_cpu_dispatch.h' 2024-08-20T21:52:29.8177201Z adding 'torch/include/ATen/ops/renorm_cuda_dispatch.h' 2024-08-20T21:52:29.8180467Z adding 'torch/include/ATen/ops/renorm_meta.h' 2024-08-20T21:52:29.8183807Z adding 'torch/include/ATen/ops/renorm_meta_dispatch.h' 2024-08-20T21:52:29.8186804Z adding 'torch/include/ATen/ops/renorm_native.h' 2024-08-20T21:52:29.8190190Z adding 'torch/include/ATen/ops/renorm_ops.h' 2024-08-20T21:52:29.8193503Z adding 'torch/include/ATen/ops/repeat.h' 2024-08-20T21:52:29.8197345Z adding 'torch/include/ATen/ops/repeat_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.8201071Z adding 'torch/include/ATen/ops/repeat_interleave.h' 2024-08-20T21:52:29.8204676Z adding 'torch/include/ATen/ops/repeat_interleave_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.8208029Z adding 'torch/include/ATen/ops/repeat_interleave_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.8211115Z adding 'torch/include/ATen/ops/repeat_interleave_cpu_dispatch.h' 2024-08-20T21:52:29.8214410Z adding 'torch/include/ATen/ops/repeat_interleave_cuda_dispatch.h' 2024-08-20T21:52:29.8217557Z adding 'torch/include/ATen/ops/repeat_interleave_native.h' 2024-08-20T21:52:29.8221078Z adding 'torch/include/ATen/ops/repeat_interleave_ops.h' 2024-08-20T21:52:29.8224177Z adding 'torch/include/ATen/ops/repeat_native.h' 2024-08-20T21:52:29.8227452Z adding 'torch/include/ATen/ops/repeat_ops.h' 2024-08-20T21:52:29.8231030Z adding 'torch/include/ATen/ops/replication_pad1d.h' 2024-08-20T21:52:29.8235523Z adding 'torch/include/ATen/ops/replication_pad1d_backward.h' 2024-08-20T21:52:29.8239244Z adding 'torch/include/ATen/ops/replication_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.8242267Z adding 'torch/include/ATen/ops/replication_pad1d_backward_cpu_dispatch.h' 2024-08-20T21:52:29.8245742Z adding 'torch/include/ATen/ops/replication_pad1d_backward_cuda_dispatch.h' 2024-08-20T21:52:29.8248718Z adding 'torch/include/ATen/ops/replication_pad1d_backward_meta.h' 2024-08-20T21:52:29.8251977Z adding 'torch/include/ATen/ops/replication_pad1d_backward_meta_dispatch.h' 2024-08-20T21:52:29.8255033Z adding 'torch/include/ATen/ops/replication_pad1d_backward_native.h' 2024-08-20T21:52:29.8258250Z adding 'torch/include/ATen/ops/replication_pad1d_backward_ops.h' 2024-08-20T21:52:29.8261728Z adding 'torch/include/ATen/ops/replication_pad1d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.8264689Z adding 'torch/include/ATen/ops/replication_pad1d_cpu_dispatch.h' 2024-08-20T21:52:29.8267864Z adding 'torch/include/ATen/ops/replication_pad1d_cuda_dispatch.h' 2024-08-20T21:52:29.8270892Z adding 'torch/include/ATen/ops/replication_pad1d_meta.h' 2024-08-20T21:52:29.8274186Z adding 'torch/include/ATen/ops/replication_pad1d_meta_dispatch.h' 2024-08-20T21:52:29.8277517Z adding 'torch/include/ATen/ops/replication_pad1d_native.h' 2024-08-20T21:52:29.8280639Z adding 'torch/include/ATen/ops/replication_pad1d_ops.h' 2024-08-20T21:52:29.8284010Z adding 'torch/include/ATen/ops/replication_pad2d.h' 2024-08-20T21:52:29.8287811Z adding 'torch/include/ATen/ops/replication_pad2d_backward.h' 2024-08-20T21:52:29.8291233Z adding 'torch/include/ATen/ops/replication_pad2d_backward_cpu_dispatch.h' 2024-08-20T21:52:29.8294518Z adding 'torch/include/ATen/ops/replication_pad2d_backward_cuda_dispatch.h' 2024-08-20T21:52:29.8297570Z adding 'torch/include/ATen/ops/replication_pad2d_backward_native.h' 2024-08-20T21:52:29.8300792Z adding 'torch/include/ATen/ops/replication_pad2d_backward_ops.h' 2024-08-20T21:52:29.8304235Z adding 'torch/include/ATen/ops/replication_pad2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.8307156Z adding 'torch/include/ATen/ops/replication_pad2d_cpu_dispatch.h' 2024-08-20T21:52:29.8310342Z adding 'torch/include/ATen/ops/replication_pad2d_cuda_dispatch.h' 2024-08-20T21:52:29.8313456Z adding 'torch/include/ATen/ops/replication_pad2d_meta.h' 2024-08-20T21:52:29.8316741Z adding 'torch/include/ATen/ops/replication_pad2d_meta_dispatch.h' 2024-08-20T21:52:29.8319818Z adding 'torch/include/ATen/ops/replication_pad2d_native.h' 2024-08-20T21:52:29.8323040Z adding 'torch/include/ATen/ops/replication_pad2d_ops.h' 2024-08-20T21:52:29.8326389Z adding 'torch/include/ATen/ops/replication_pad3d.h' 2024-08-20T21:52:29.8329950Z adding 'torch/include/ATen/ops/replication_pad3d_backward.h' 2024-08-20T21:52:29.8333557Z adding 'torch/include/ATen/ops/replication_pad3d_backward_cpu_dispatch.h' 2024-08-20T21:52:29.8336779Z adding 'torch/include/ATen/ops/replication_pad3d_backward_cuda_dispatch.h' 2024-08-20T21:52:29.8339853Z adding 'torch/include/ATen/ops/replication_pad3d_backward_native.h' 2024-08-20T21:52:29.8343091Z adding 'torch/include/ATen/ops/replication_pad3d_backward_ops.h' 2024-08-20T21:52:29.8346504Z adding 'torch/include/ATen/ops/replication_pad3d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.8349422Z adding 'torch/include/ATen/ops/replication_pad3d_cpu_dispatch.h' 2024-08-20T21:52:29.8352616Z adding 'torch/include/ATen/ops/replication_pad3d_cuda_dispatch.h' 2024-08-20T21:52:29.8355807Z adding 'torch/include/ATen/ops/replication_pad3d_meta.h' 2024-08-20T21:52:29.8358943Z adding 'torch/include/ATen/ops/replication_pad3d_meta_dispatch.h' 2024-08-20T21:52:29.8361979Z adding 'torch/include/ATen/ops/replication_pad3d_native.h' 2024-08-20T21:52:29.8365199Z adding 'torch/include/ATen/ops/replication_pad3d_ops.h' 2024-08-20T21:52:29.8368204Z adding 'torch/include/ATen/ops/requires_grad.h' 2024-08-20T21:52:29.8371497Z adding 'torch/include/ATen/ops/requires_grad_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.8374437Z adding 'torch/include/ATen/ops/requires_grad_native.h' 2024-08-20T21:52:29.8377563Z adding 'torch/include/ATen/ops/requires_grad_ops.h' 2024-08-20T21:52:29.8380698Z adding 'torch/include/ATen/ops/reshape.h' 2024-08-20T21:52:29.8383706Z adding 'torch/include/ATen/ops/reshape_as.h' 2024-08-20T21:52:29.8387032Z adding 'torch/include/ATen/ops/reshape_as_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.8390334Z adding 'torch/include/ATen/ops/reshape_as_compositeimplicitautogradnestedtensor_dispatch.h' 2024-08-20T21:52:29.8393096Z adding 'torch/include/ATen/ops/reshape_as_native.h' 2024-08-20T21:52:29.8396375Z adding 'torch/include/ATen/ops/reshape_as_ops.h' 2024-08-20T21:52:29.8399674Z adding 'torch/include/ATen/ops/reshape_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.8402890Z adding 'torch/include/ATen/ops/reshape_compositeimplicitautogradnestedtensor_dispatch.h' 2024-08-20T21:52:29.8405633Z adding 'torch/include/ATen/ops/reshape_native.h' 2024-08-20T21:52:29.8408745Z adding 'torch/include/ATen/ops/reshape_ops.h' 2024-08-20T21:52:29.8412209Z adding 'torch/include/ATen/ops/resize.h' 2024-08-20T21:52:29.8415528Z adding 'torch/include/ATen/ops/resize_as.h' 2024-08-20T21:52:29.8419050Z adding 'torch/include/ATen/ops/resize_as_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.8421872Z adding 'torch/include/ATen/ops/resize_as_native.h' 2024-08-20T21:52:29.8425165Z adding 'torch/include/ATen/ops/resize_as_ops.h' 2024-08-20T21:52:29.8428433Z adding 'torch/include/ATen/ops/resize_as_sparse.h' 2024-08-20T21:52:29.8432085Z adding 'torch/include/ATen/ops/resize_as_sparse_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.8435125Z adding 'torch/include/ATen/ops/resize_as_sparse_meta_dispatch.h' 2024-08-20T21:52:29.8438483Z adding 'torch/include/ATen/ops/resize_as_sparse_native.h' 2024-08-20T21:52:29.8441573Z adding 'torch/include/ATen/ops/resize_as_sparse_ops.h' 2024-08-20T21:52:29.8445279Z adding 'torch/include/ATen/ops/resize_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.8448249Z adding 'torch/include/ATen/ops/resize_cpu_dispatch.h' 2024-08-20T21:52:29.8451590Z adding 'torch/include/ATen/ops/resize_cuda_dispatch.h' 2024-08-20T21:52:29.8454750Z adding 'torch/include/ATen/ops/resize_meta_dispatch.h' 2024-08-20T21:52:29.8458058Z adding 'torch/include/ATen/ops/resize_native.h' 2024-08-20T21:52:29.8461499Z adding 'torch/include/ATen/ops/resize_ops.h' 2024-08-20T21:52:29.8464601Z adding 'torch/include/ATen/ops/resolve_conj.h' 2024-08-20T21:52:29.8468106Z adding 'torch/include/ATen/ops/resolve_conj_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.8470939Z adding 'torch/include/ATen/ops/resolve_conj_native.h' 2024-08-20T21:52:29.8474388Z adding 'torch/include/ATen/ops/resolve_conj_ops.h' 2024-08-20T21:52:29.8477416Z adding 'torch/include/ATen/ops/resolve_neg.h' 2024-08-20T21:52:29.8481194Z adding 'torch/include/ATen/ops/resolve_neg_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.8484289Z adding 'torch/include/ATen/ops/resolve_neg_native.h' 2024-08-20T21:52:29.8487307Z adding 'torch/include/ATen/ops/resolve_neg_ops.h' 2024-08-20T21:52:29.8490627Z adding 'torch/include/ATen/ops/result_type.h' 2024-08-20T21:52:29.8494022Z adding 'torch/include/ATen/ops/result_type_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.8497083Z adding 'torch/include/ATen/ops/result_type_native.h' 2024-08-20T21:52:29.8500418Z adding 'torch/include/ATen/ops/result_type_ops.h' 2024-08-20T21:52:29.8503742Z adding 'torch/include/ATen/ops/retain_grad.h' 2024-08-20T21:52:29.8507273Z adding 'torch/include/ATen/ops/retain_grad_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.8510014Z adding 'torch/include/ATen/ops/retain_grad_native.h' 2024-08-20T21:52:29.8513228Z adding 'torch/include/ATen/ops/retain_grad_ops.h' 2024-08-20T21:52:29.8516373Z adding 'torch/include/ATen/ops/retains_grad.h' 2024-08-20T21:52:29.8519857Z adding 'torch/include/ATen/ops/retains_grad_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.8522655Z adding 'torch/include/ATen/ops/retains_grad_native.h' 2024-08-20T21:52:29.8525957Z adding 'torch/include/ATen/ops/retains_grad_ops.h' 2024-08-20T21:52:29.8529146Z adding 'torch/include/ATen/ops/rms_norm.h' 2024-08-20T21:52:29.8532544Z adding 'torch/include/ATen/ops/rms_norm_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.8535590Z adding 'torch/include/ATen/ops/rms_norm_native.h' 2024-08-20T21:52:29.8538728Z adding 'torch/include/ATen/ops/rms_norm_ops.h' 2024-08-20T21:52:29.8542082Z adding 'torch/include/ATen/ops/rnn_relu.h' 2024-08-20T21:52:29.8545324Z adding 'torch/include/ATen/ops/rnn_relu_cell.h' 2024-08-20T21:52:29.8548885Z adding 'torch/include/ATen/ops/rnn_relu_cell_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.8551888Z adding 'torch/include/ATen/ops/rnn_relu_cell_native.h' 2024-08-20T21:52:29.8555257Z adding 'torch/include/ATen/ops/rnn_relu_cell_ops.h' 2024-08-20T21:52:29.8558887Z adding 'torch/include/ATen/ops/rnn_relu_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.8561767Z adding 'torch/include/ATen/ops/rnn_relu_native.h' 2024-08-20T21:52:29.8565266Z adding 'torch/include/ATen/ops/rnn_relu_ops.h' 2024-08-20T21:52:29.8568513Z adding 'torch/include/ATen/ops/rnn_tanh.h' 2024-08-20T21:52:29.8571900Z adding 'torch/include/ATen/ops/rnn_tanh_cell.h' 2024-08-20T21:52:29.8575535Z adding 'torch/include/ATen/ops/rnn_tanh_cell_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.8578601Z adding 'torch/include/ATen/ops/rnn_tanh_cell_native.h' 2024-08-20T21:52:29.8581636Z adding 'torch/include/ATen/ops/rnn_tanh_cell_ops.h' 2024-08-20T21:52:29.8584891Z adding 'torch/include/ATen/ops/rnn_tanh_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.8588196Z adding 'torch/include/ATen/ops/rnn_tanh_native.h' 2024-08-20T21:52:29.8591537Z adding 'torch/include/ATen/ops/rnn_tanh_ops.h' 2024-08-20T21:52:29.8595036Z adding 'torch/include/ATen/ops/roll.h' 2024-08-20T21:52:29.8598618Z adding 'torch/include/ATen/ops/roll_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.8601567Z adding 'torch/include/ATen/ops/roll_cpu_dispatch.h' 2024-08-20T21:52:29.8604806Z adding 'torch/include/ATen/ops/roll_cuda_dispatch.h' 2024-08-20T21:52:29.8607785Z adding 'torch/include/ATen/ops/roll_native.h' 2024-08-20T21:52:29.8611315Z adding 'torch/include/ATen/ops/roll_ops.h' 2024-08-20T21:52:29.8614321Z adding 'torch/include/ATen/ops/rot90.h' 2024-08-20T21:52:29.8617916Z adding 'torch/include/ATen/ops/rot90_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.8621154Z adding 'torch/include/ATen/ops/rot90_native.h' 2024-08-20T21:52:29.8624359Z adding 'torch/include/ATen/ops/rot90_ops.h' 2024-08-20T21:52:29.8627735Z adding 'torch/include/ATen/ops/round.h' 2024-08-20T21:52:29.8631182Z adding 'torch/include/ATen/ops/round_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.8634476Z adding 'torch/include/ATen/ops/round_cpu_dispatch.h' 2024-08-20T21:52:29.8637848Z adding 'torch/include/ATen/ops/round_cuda_dispatch.h' 2024-08-20T21:52:29.8640879Z adding 'torch/include/ATen/ops/round_meta.h' 2024-08-20T21:52:29.8644223Z adding 'torch/include/ATen/ops/round_meta_dispatch.h' 2024-08-20T21:52:29.8647359Z adding 'torch/include/ATen/ops/round_native.h' 2024-08-20T21:52:29.8650928Z adding 'torch/include/ATen/ops/round_ops.h' 2024-08-20T21:52:29.8653962Z adding 'torch/include/ATen/ops/row_indices.h' 2024-08-20T21:52:29.8657424Z adding 'torch/include/ATen/ops/row_indices_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.8660688Z adding 'torch/include/ATen/ops/row_indices_copy.h' 2024-08-20T21:52:29.8664160Z adding 'torch/include/ATen/ops/row_indices_copy_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.8667626Z adding 'torch/include/ATen/ops/row_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.8670387Z adding 'torch/include/ATen/ops/row_indices_copy_native.h' 2024-08-20T21:52:29.8673873Z adding 'torch/include/ATen/ops/row_indices_copy_ops.h' 2024-08-20T21:52:29.8676974Z adding 'torch/include/ATen/ops/row_indices_native.h' 2024-08-20T21:52:29.8680303Z adding 'torch/include/ATen/ops/row_indices_ops.h' 2024-08-20T21:52:29.8683618Z adding 'torch/include/ATen/ops/row_stack.h' 2024-08-20T21:52:29.8687023Z adding 'torch/include/ATen/ops/row_stack_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.8690010Z adding 'torch/include/ATen/ops/row_stack_native.h' 2024-08-20T21:52:29.8693236Z adding 'torch/include/ATen/ops/row_stack_ops.h' 2024-08-20T21:52:29.8696521Z adding 'torch/include/ATen/ops/rrelu.h' 2024-08-20T21:52:29.8699971Z adding 'torch/include/ATen/ops/rrelu_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.8703038Z adding 'torch/include/ATen/ops/rrelu_native.h' 2024-08-20T21:52:29.8706546Z adding 'torch/include/ATen/ops/rrelu_ops.h' 2024-08-20T21:52:29.8709810Z adding 'torch/include/ATen/ops/rrelu_with_noise.h' 2024-08-20T21:52:29.8713228Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward.h' 2024-08-20T21:52:29.8716798Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.8719910Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_native.h' 2024-08-20T21:52:29.8723494Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_ops.h' 2024-08-20T21:52:29.8726674Z adding 'torch/include/ATen/ops/rrelu_with_noise_cpu_dispatch.h' 2024-08-20T21:52:29.8729996Z adding 'torch/include/ATen/ops/rrelu_with_noise_cuda_dispatch.h' 2024-08-20T21:52:29.8733160Z adding 'torch/include/ATen/ops/rrelu_with_noise_meta_dispatch.h' 2024-08-20T21:52:29.8736493Z adding 'torch/include/ATen/ops/rrelu_with_noise_native.h' 2024-08-20T21:52:29.8740001Z adding 'torch/include/ATen/ops/rrelu_with_noise_ops.h' 2024-08-20T21:52:29.8743410Z adding 'torch/include/ATen/ops/rshift.h' 2024-08-20T21:52:29.8747014Z adding 'torch/include/ATen/ops/rshift_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.8749989Z adding 'torch/include/ATen/ops/rshift_cpu_dispatch.h' 2024-08-20T21:52:29.8753212Z adding 'torch/include/ATen/ops/rshift_cuda_dispatch.h' 2024-08-20T21:52:29.8756478Z adding 'torch/include/ATen/ops/rshift_meta_dispatch.h' 2024-08-20T21:52:29.8759694Z adding 'torch/include/ATen/ops/rshift_native.h' 2024-08-20T21:52:29.8763267Z adding 'torch/include/ATen/ops/rshift_ops.h' 2024-08-20T21:52:29.8766600Z adding 'torch/include/ATen/ops/rsqrt.h' 2024-08-20T21:52:29.8770129Z adding 'torch/include/ATen/ops/rsqrt_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.8772939Z adding 'torch/include/ATen/ops/rsqrt_cpu_dispatch.h' 2024-08-20T21:52:29.8776288Z adding 'torch/include/ATen/ops/rsqrt_cuda_dispatch.h' 2024-08-20T21:52:29.8779233Z adding 'torch/include/ATen/ops/rsqrt_meta.h' 2024-08-20T21:52:29.8782578Z adding 'torch/include/ATen/ops/rsqrt_meta_dispatch.h' 2024-08-20T21:52:29.8785545Z adding 'torch/include/ATen/ops/rsqrt_native.h' 2024-08-20T21:52:29.8788772Z adding 'torch/include/ATen/ops/rsqrt_ops.h' 2024-08-20T21:52:29.8792197Z adding 'torch/include/ATen/ops/rsub.h' 2024-08-20T21:52:29.8795721Z adding 'torch/include/ATen/ops/rsub_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.8798801Z adding 'torch/include/ATen/ops/rsub_cpu_dispatch.h' 2024-08-20T21:52:29.8801899Z adding 'torch/include/ATen/ops/rsub_cuda_dispatch.h' 2024-08-20T21:52:29.8804934Z adding 'torch/include/ATen/ops/rsub_native.h' 2024-08-20T21:52:29.8808456Z adding 'torch/include/ATen/ops/rsub_ops.h' 2024-08-20T21:52:29.8811765Z adding 'torch/include/ATen/ops/scalar_tensor.h' 2024-08-20T21:52:29.8815281Z adding 'torch/include/ATen/ops/scalar_tensor_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.8818371Z adding 'torch/include/ATen/ops/scalar_tensor_native.h' 2024-08-20T21:52:29.8821656Z adding 'torch/include/ATen/ops/scalar_tensor_ops.h' 2024-08-20T21:52:29.8824980Z adding 'torch/include/ATen/ops/scaled_dot_product_attention.h' 2024-08-20T21:52:29.8828402Z adding 'torch/include/ATen/ops/scaled_dot_product_attention_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.8831311Z adding 'torch/include/ATen/ops/scaled_dot_product_attention_native.h' 2024-08-20T21:52:29.8834667Z adding 'torch/include/ATen/ops/scaled_dot_product_attention_ops.h' 2024-08-20T21:52:29.8838523Z adding 'torch/include/ATen/ops/scatter.h' 2024-08-20T21:52:29.8841814Z adding 'torch/include/ATen/ops/scatter_add.h' 2024-08-20T21:52:29.8845156Z adding 'torch/include/ATen/ops/scatter_add_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.8848186Z adding 'torch/include/ATen/ops/scatter_add_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.8851167Z adding 'torch/include/ATen/ops/scatter_add_cpu_dispatch.h' 2024-08-20T21:52:29.8854281Z adding 'torch/include/ATen/ops/scatter_add_cuda_dispatch.h' 2024-08-20T21:52:29.8857294Z adding 'torch/include/ATen/ops/scatter_add_meta.h' 2024-08-20T21:52:29.8860592Z adding 'torch/include/ATen/ops/scatter_add_meta_dispatch.h' 2024-08-20T21:52:29.8863566Z adding 'torch/include/ATen/ops/scatter_add_native.h' 2024-08-20T21:52:29.8866934Z adding 'torch/include/ATen/ops/scatter_add_ops.h' 2024-08-20T21:52:29.8870560Z adding 'torch/include/ATen/ops/scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.8873756Z adding 'torch/include/ATen/ops/scatter_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.8876940Z adding 'torch/include/ATen/ops/scatter_cpu_dispatch.h' 2024-08-20T21:52:29.8880294Z adding 'torch/include/ATen/ops/scatter_cuda_dispatch.h' 2024-08-20T21:52:29.8883436Z adding 'torch/include/ATen/ops/scatter_meta.h' 2024-08-20T21:52:29.8886752Z adding 'torch/include/ATen/ops/scatter_meta_dispatch.h' 2024-08-20T21:52:29.8889947Z adding 'torch/include/ATen/ops/scatter_native.h' 2024-08-20T21:52:29.8894218Z adding 'torch/include/ATen/ops/scatter_ops.h' 2024-08-20T21:52:29.8897671Z adding 'torch/include/ATen/ops/scatter_reduce.h' 2024-08-20T21:52:29.8901190Z adding 'torch/include/ATen/ops/scatter_reduce_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.8904106Z adding 'torch/include/ATen/ops/scatter_reduce_cpu_dispatch.h' 2024-08-20T21:52:29.8907255Z adding 'torch/include/ATen/ops/scatter_reduce_cuda_dispatch.h' 2024-08-20T21:52:29.8910258Z adding 'torch/include/ATen/ops/scatter_reduce_meta.h' 2024-08-20T21:52:29.8913538Z adding 'torch/include/ATen/ops/scatter_reduce_meta_dispatch.h' 2024-08-20T21:52:29.8916807Z adding 'torch/include/ATen/ops/scatter_reduce_native.h' 2024-08-20T21:52:29.8920104Z adding 'torch/include/ATen/ops/scatter_reduce_ops.h' 2024-08-20T21:52:29.8923493Z adding 'torch/include/ATen/ops/searchsorted.h' 2024-08-20T21:52:29.8926836Z adding 'torch/include/ATen/ops/searchsorted_cpu_dispatch.h' 2024-08-20T21:52:29.8930060Z adding 'torch/include/ATen/ops/searchsorted_cuda_dispatch.h' 2024-08-20T21:52:29.8933258Z adding 'torch/include/ATen/ops/searchsorted_native.h' 2024-08-20T21:52:29.8936776Z adding 'torch/include/ATen/ops/searchsorted_ops.h' 2024-08-20T21:52:29.8940139Z adding 'torch/include/ATen/ops/segment_reduce.h' 2024-08-20T21:52:29.8943626Z adding 'torch/include/ATen/ops/segment_reduce_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.8946633Z adding 'torch/include/ATen/ops/segment_reduce_cpu_dispatch.h' 2024-08-20T21:52:29.8949786Z adding 'torch/include/ATen/ops/segment_reduce_cuda_dispatch.h' 2024-08-20T21:52:29.8952822Z adding 'torch/include/ATen/ops/segment_reduce_native.h' 2024-08-20T21:52:29.8956350Z adding 'torch/include/ATen/ops/segment_reduce_ops.h' 2024-08-20T21:52:29.8959525Z adding 'torch/include/ATen/ops/select.h' 2024-08-20T21:52:29.8963001Z adding 'torch/include/ATen/ops/select_backward.h' 2024-08-20T21:52:29.8966613Z adding 'torch/include/ATen/ops/select_backward_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.8969842Z adding 'torch/include/ATen/ops/select_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.8972616Z adding 'torch/include/ATen/ops/select_backward_native.h' 2024-08-20T21:52:29.8975838Z adding 'torch/include/ATen/ops/select_backward_ops.h' 2024-08-20T21:52:29.8979479Z adding 'torch/include/ATen/ops/select_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.8983431Z adding 'torch/include/ATen/ops/select_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.8986707Z adding 'torch/include/ATen/ops/select_copy.h' 2024-08-20T21:52:29.8990139Z adding 'torch/include/ATen/ops/select_copy_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.8993404Z adding 'torch/include/ATen/ops/select_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.8996550Z adding 'torch/include/ATen/ops/select_copy_native.h' 2024-08-20T21:52:29.8999890Z adding 'torch/include/ATen/ops/select_copy_ops.h' 2024-08-20T21:52:29.9003065Z adding 'torch/include/ATen/ops/select_native.h' 2024-08-20T21:52:29.9006449Z adding 'torch/include/ATen/ops/select_ops.h' 2024-08-20T21:52:29.9009819Z adding 'torch/include/ATen/ops/select_scatter.h' 2024-08-20T21:52:29.9013547Z adding 'torch/include/ATen/ops/select_scatter_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.9017098Z adding 'torch/include/ATen/ops/select_scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.9019875Z adding 'torch/include/ATen/ops/select_scatter_native.h' 2024-08-20T21:52:29.9023356Z adding 'torch/include/ATen/ops/select_scatter_ops.h' 2024-08-20T21:52:29.9026358Z adding 'torch/include/ATen/ops/selu.h' 2024-08-20T21:52:29.9029848Z adding 'torch/include/ATen/ops/selu_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.9032969Z adding 'torch/include/ATen/ops/selu_native.h' 2024-08-20T21:52:29.9036457Z adding 'torch/include/ATen/ops/selu_ops.h' 2024-08-20T21:52:29.9040454Z adding 'torch/include/ATen/ops/set.h' 2024-08-20T21:52:29.9044093Z adding 'torch/include/ATen/ops/set_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.9047463Z adding 'torch/include/ATen/ops/set_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.9050537Z adding 'torch/include/ATen/ops/set_cpu_dispatch.h' 2024-08-20T21:52:29.9053911Z adding 'torch/include/ATen/ops/set_cuda_dispatch.h' 2024-08-20T21:52:29.9057163Z adding 'torch/include/ATen/ops/set_data.h' 2024-08-20T21:52:29.9060421Z adding 'torch/include/ATen/ops/set_data_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.9063382Z adding 'torch/include/ATen/ops/set_data_native.h' 2024-08-20T21:52:29.9066596Z adding 'torch/include/ATen/ops/set_data_ops.h' 2024-08-20T21:52:29.9069814Z adding 'torch/include/ATen/ops/set_meta_dispatch.h' 2024-08-20T21:52:29.9079674Z adding 'torch/include/ATen/ops/set_native.h' 2024-08-20T21:52:29.9079828Z adding 'torch/include/ATen/ops/set_ops.h' 2024-08-20T21:52:29.9082617Z adding 'torch/include/ATen/ops/sgn.h' 2024-08-20T21:52:29.9086531Z adding 'torch/include/ATen/ops/sgn_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.9089321Z adding 'torch/include/ATen/ops/sgn_cpu_dispatch.h' 2024-08-20T21:52:29.9092383Z adding 'torch/include/ATen/ops/sgn_cuda_dispatch.h' 2024-08-20T21:52:29.9095349Z adding 'torch/include/ATen/ops/sgn_meta.h' 2024-08-20T21:52:29.9098669Z adding 'torch/include/ATen/ops/sgn_meta_dispatch.h' 2024-08-20T21:52:29.9101969Z adding 'torch/include/ATen/ops/sgn_native.h' 2024-08-20T21:52:29.9105222Z adding 'torch/include/ATen/ops/sgn_ops.h' 2024-08-20T21:52:29.9108501Z adding 'torch/include/ATen/ops/sigmoid.h' 2024-08-20T21:52:29.9111753Z adding 'torch/include/ATen/ops/sigmoid_backward.h' 2024-08-20T21:52:29.9115615Z adding 'torch/include/ATen/ops/sigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.9118520Z adding 'torch/include/ATen/ops/sigmoid_backward_cpu_dispatch.h' 2024-08-20T21:52:29.9121980Z adding 'torch/include/ATen/ops/sigmoid_backward_cuda_dispatch.h' 2024-08-20T21:52:29.9125041Z adding 'torch/include/ATen/ops/sigmoid_backward_meta.h' 2024-08-20T21:52:29.9128179Z adding 'torch/include/ATen/ops/sigmoid_backward_meta_dispatch.h' 2024-08-20T21:52:29.9131309Z adding 'torch/include/ATen/ops/sigmoid_backward_native.h' 2024-08-20T21:52:29.9134503Z adding 'torch/include/ATen/ops/sigmoid_backward_ops.h' 2024-08-20T21:52:29.9138080Z adding 'torch/include/ATen/ops/sigmoid_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.9141008Z adding 'torch/include/ATen/ops/sigmoid_cpu_dispatch.h' 2024-08-20T21:52:29.9144310Z adding 'torch/include/ATen/ops/sigmoid_cuda_dispatch.h' 2024-08-20T21:52:29.9147496Z adding 'torch/include/ATen/ops/sigmoid_meta.h' 2024-08-20T21:52:29.9150680Z adding 'torch/include/ATen/ops/sigmoid_meta_dispatch.h' 2024-08-20T21:52:29.9153957Z adding 'torch/include/ATen/ops/sigmoid_native.h' 2024-08-20T21:52:29.9157191Z adding 'torch/include/ATen/ops/sigmoid_ops.h' 2024-08-20T21:52:29.9160464Z adding 'torch/include/ATen/ops/sign.h' 2024-08-20T21:52:29.9163902Z adding 'torch/include/ATen/ops/sign_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.9167026Z adding 'torch/include/ATen/ops/sign_cpu_dispatch.h' 2024-08-20T21:52:29.9170336Z adding 'torch/include/ATen/ops/sign_cuda_dispatch.h' 2024-08-20T21:52:29.9173357Z adding 'torch/include/ATen/ops/sign_meta.h' 2024-08-20T21:52:29.9176733Z adding 'torch/include/ATen/ops/sign_meta_dispatch.h' 2024-08-20T21:52:29.9179669Z adding 'torch/include/ATen/ops/sign_native.h' 2024-08-20T21:52:29.9183066Z adding 'torch/include/ATen/ops/sign_ops.h' 2024-08-20T21:52:29.9186217Z adding 'torch/include/ATen/ops/signbit.h' 2024-08-20T21:52:29.9189862Z adding 'torch/include/ATen/ops/signbit_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.9192763Z adding 'torch/include/ATen/ops/signbit_cpu_dispatch.h' 2024-08-20T21:52:29.9196149Z adding 'torch/include/ATen/ops/signbit_cuda_dispatch.h' 2024-08-20T21:52:29.9199371Z adding 'torch/include/ATen/ops/signbit_meta.h' 2024-08-20T21:52:29.9202427Z adding 'torch/include/ATen/ops/signbit_meta_dispatch.h' 2024-08-20T21:52:29.9205806Z adding 'torch/include/ATen/ops/signbit_native.h' 2024-08-20T21:52:29.9208989Z adding 'torch/include/ATen/ops/signbit_ops.h' 2024-08-20T21:52:29.9212343Z adding 'torch/include/ATen/ops/silu.h' 2024-08-20T21:52:29.9215523Z adding 'torch/include/ATen/ops/silu_backward.h' 2024-08-20T21:52:29.9219206Z adding 'torch/include/ATen/ops/silu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.9222484Z adding 'torch/include/ATen/ops/silu_backward_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.9225527Z adding 'torch/include/ATen/ops/silu_backward_cpu_dispatch.h' 2024-08-20T21:52:29.9228705Z adding 'torch/include/ATen/ops/silu_backward_cuda_dispatch.h' 2024-08-20T21:52:29.9231640Z adding 'torch/include/ATen/ops/silu_backward_meta.h' 2024-08-20T21:52:29.9235391Z adding 'torch/include/ATen/ops/silu_backward_meta_dispatch.h' 2024-08-20T21:52:29.9238245Z adding 'torch/include/ATen/ops/silu_backward_native.h' 2024-08-20T21:52:29.9241608Z adding 'torch/include/ATen/ops/silu_backward_ops.h' 2024-08-20T21:52:29.9245350Z adding 'torch/include/ATen/ops/silu_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.9248068Z adding 'torch/include/ATen/ops/silu_cpu_dispatch.h' 2024-08-20T21:52:29.9251318Z adding 'torch/include/ATen/ops/silu_cuda_dispatch.h' 2024-08-20T21:52:29.9254292Z adding 'torch/include/ATen/ops/silu_meta.h' 2024-08-20T21:52:29.9257642Z adding 'torch/include/ATen/ops/silu_meta_dispatch.h' 2024-08-20T21:52:29.9260785Z adding 'torch/include/ATen/ops/silu_native.h' 2024-08-20T21:52:29.9264178Z adding 'torch/include/ATen/ops/silu_ops.h' 2024-08-20T21:52:29.9267469Z adding 'torch/include/ATen/ops/sin.h' 2024-08-20T21:52:29.9270885Z adding 'torch/include/ATen/ops/sin_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.9274199Z adding 'torch/include/ATen/ops/sin_cpu_dispatch.h' 2024-08-20T21:52:29.9277261Z adding 'torch/include/ATen/ops/sin_cuda_dispatch.h' 2024-08-20T21:52:29.9280364Z adding 'torch/include/ATen/ops/sin_meta.h' 2024-08-20T21:52:29.9283474Z adding 'torch/include/ATen/ops/sin_meta_dispatch.h' 2024-08-20T21:52:29.9286659Z adding 'torch/include/ATen/ops/sin_native.h' 2024-08-20T21:52:29.9290034Z adding 'torch/include/ATen/ops/sin_ops.h' 2024-08-20T21:52:29.9293310Z adding 'torch/include/ATen/ops/sinc.h' 2024-08-20T21:52:29.9296859Z adding 'torch/include/ATen/ops/sinc_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.9299748Z adding 'torch/include/ATen/ops/sinc_cpu_dispatch.h' 2024-08-20T21:52:29.9302978Z adding 'torch/include/ATen/ops/sinc_cuda_dispatch.h' 2024-08-20T21:52:29.9305989Z adding 'torch/include/ATen/ops/sinc_meta.h' 2024-08-20T21:52:29.9309217Z adding 'torch/include/ATen/ops/sinc_meta_dispatch.h' 2024-08-20T21:52:29.9312233Z adding 'torch/include/ATen/ops/sinc_native.h' 2024-08-20T21:52:29.9315745Z adding 'torch/include/ATen/ops/sinc_ops.h' 2024-08-20T21:52:29.9318932Z adding 'torch/include/ATen/ops/sinh.h' 2024-08-20T21:52:29.9322523Z adding 'torch/include/ATen/ops/sinh_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.9325434Z adding 'torch/include/ATen/ops/sinh_cpu_dispatch.h' 2024-08-20T21:52:29.9328655Z adding 'torch/include/ATen/ops/sinh_cuda_dispatch.h' 2024-08-20T21:52:29.9331735Z adding 'torch/include/ATen/ops/sinh_meta.h' 2024-08-20T21:52:29.9334910Z adding 'torch/include/ATen/ops/sinh_meta_dispatch.h' 2024-08-20T21:52:29.9338109Z adding 'torch/include/ATen/ops/sinh_native.h' 2024-08-20T21:52:29.9341356Z adding 'torch/include/ATen/ops/sinh_ops.h' 2024-08-20T21:52:29.9344611Z adding 'torch/include/ATen/ops/size.h' 2024-08-20T21:52:29.9348002Z adding 'torch/include/ATen/ops/size_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.9351024Z adding 'torch/include/ATen/ops/size_native.h' 2024-08-20T21:52:29.9354402Z adding 'torch/include/ATen/ops/size_ops.h' 2024-08-20T21:52:29.9357838Z adding 'torch/include/ATen/ops/slice.h' 2024-08-20T21:52:29.9361504Z adding 'torch/include/ATen/ops/slice_backward.h' 2024-08-20T21:52:29.9365199Z adding 'torch/include/ATen/ops/slice_backward_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.9368683Z adding 'torch/include/ATen/ops/slice_backward_native.h' 2024-08-20T21:52:29.9371752Z adding 'torch/include/ATen/ops/slice_backward_ops.h' 2024-08-20T21:52:29.9375180Z adding 'torch/include/ATen/ops/slice_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.9378696Z adding 'torch/include/ATen/ops/slice_copy.h' 2024-08-20T21:52:29.9382296Z adding 'torch/include/ATen/ops/slice_copy_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.9385826Z adding 'torch/include/ATen/ops/slice_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.9388845Z adding 'torch/include/ATen/ops/slice_copy_native.h' 2024-08-20T21:52:29.9392218Z adding 'torch/include/ATen/ops/slice_copy_ops.h' 2024-08-20T21:52:29.9395820Z adding 'torch/include/ATen/ops/slice_inverse.h' 2024-08-20T21:52:29.9399347Z adding 'torch/include/ATen/ops/slice_inverse_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.9402204Z adding 'torch/include/ATen/ops/slice_inverse_native.h' 2024-08-20T21:52:29.9405583Z adding 'torch/include/ATen/ops/slice_inverse_ops.h' 2024-08-20T21:52:29.9408622Z adding 'torch/include/ATen/ops/slice_native.h' 2024-08-20T21:52:29.9411809Z adding 'torch/include/ATen/ops/slice_ops.h' 2024-08-20T21:52:29.9415338Z adding 'torch/include/ATen/ops/slice_scatter.h' 2024-08-20T21:52:29.9418961Z adding 'torch/include/ATen/ops/slice_scatter_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.9422426Z adding 'torch/include/ATen/ops/slice_scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.9425251Z adding 'torch/include/ATen/ops/slice_scatter_native.h' 2024-08-20T21:52:29.9428612Z adding 'torch/include/ATen/ops/slice_scatter_ops.h' 2024-08-20T21:52:29.9431849Z adding 'torch/include/ATen/ops/slogdet.h' 2024-08-20T21:52:29.9435263Z adding 'torch/include/ATen/ops/slogdet_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.9438140Z adding 'torch/include/ATen/ops/slogdet_native.h' 2024-08-20T21:52:29.9441408Z adding 'torch/include/ATen/ops/slogdet_ops.h' 2024-08-20T21:52:29.9445022Z adding 'torch/include/ATen/ops/slow_conv3d.h' 2024-08-20T21:52:29.9448690Z adding 'torch/include/ATen/ops/slow_conv3d_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.9452447Z adding 'torch/include/ATen/ops/slow_conv3d_forward.h' 2024-08-20T21:52:29.9456014Z adding 'torch/include/ATen/ops/slow_conv3d_forward_cpu_dispatch.h' 2024-08-20T21:52:29.9458966Z adding 'torch/include/ATen/ops/slow_conv3d_forward_native.h' 2024-08-20T21:52:29.9462276Z adding 'torch/include/ATen/ops/slow_conv3d_forward_ops.h' 2024-08-20T21:52:29.9465397Z adding 'torch/include/ATen/ops/slow_conv3d_native.h' 2024-08-20T21:52:29.9468673Z adding 'torch/include/ATen/ops/slow_conv3d_ops.h' 2024-08-20T21:52:29.9472328Z adding 'torch/include/ATen/ops/slow_conv_dilated2d.h' 2024-08-20T21:52:29.9476176Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.9479574Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_cpu_dispatch.h' 2024-08-20T21:52:29.9482463Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_cuda_dispatch.h' 2024-08-20T21:52:29.9485548Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_native.h' 2024-08-20T21:52:29.9488887Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_ops.h' 2024-08-20T21:52:29.9492524Z adding 'torch/include/ATen/ops/slow_conv_dilated3d.h' 2024-08-20T21:52:29.9496214Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.9499281Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_cpu_dispatch.h' 2024-08-20T21:52:29.9502438Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_cuda_dispatch.h' 2024-08-20T21:52:29.9505542Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_native.h' 2024-08-20T21:52:29.9509061Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_ops.h' 2024-08-20T21:52:29.9512881Z adding 'torch/include/ATen/ops/slow_conv_transpose2d.h' 2024-08-20T21:52:29.9516645Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.9519821Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_cpu_dispatch.h' 2024-08-20T21:52:29.9523128Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_cuda_dispatch.h' 2024-08-20T21:52:29.9526258Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_meta.h' 2024-08-20T21:52:29.9529613Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_meta_dispatch.h' 2024-08-20T21:52:29.9532850Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_native.h' 2024-08-20T21:52:29.9536097Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_ops.h' 2024-08-20T21:52:29.9539849Z adding 'torch/include/ATen/ops/slow_conv_transpose3d.h' 2024-08-20T21:52:29.9543440Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_cpu_dispatch.h' 2024-08-20T21:52:29.9546751Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_cuda_dispatch.h' 2024-08-20T21:52:29.9549919Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_native.h' 2024-08-20T21:52:29.9553245Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_ops.h' 2024-08-20T21:52:29.9556453Z adding 'torch/include/ATen/ops/smm.h' 2024-08-20T21:52:29.9559796Z adding 'torch/include/ATen/ops/smm_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.9563040Z adding 'torch/include/ATen/ops/smm_native.h' 2024-08-20T21:52:29.9565877Z adding 'torch/include/ATen/ops/smm_ops.h' 2024-08-20T21:52:29.9569091Z adding 'torch/include/ATen/ops/smooth_l1_loss.h' 2024-08-20T21:52:29.9572562Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward.h' 2024-08-20T21:52:29.9575994Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.9579122Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_cpu_dispatch.h' 2024-08-20T21:52:29.9582168Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_cuda_dispatch.h' 2024-08-20T21:52:29.9585148Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_native.h' 2024-08-20T21:52:29.9588406Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_ops.h' 2024-08-20T21:52:29.9591911Z adding 'torch/include/ATen/ops/smooth_l1_loss_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.9595052Z adding 'torch/include/ATen/ops/smooth_l1_loss_cpu_dispatch.h' 2024-08-20T21:52:29.9598201Z adding 'torch/include/ATen/ops/smooth_l1_loss_cuda_dispatch.h' 2024-08-20T21:52:29.9601100Z adding 'torch/include/ATen/ops/smooth_l1_loss_meta.h' 2024-08-20T21:52:29.9604329Z adding 'torch/include/ATen/ops/smooth_l1_loss_meta_dispatch.h' 2024-08-20T21:52:29.9607348Z adding 'torch/include/ATen/ops/smooth_l1_loss_native.h' 2024-08-20T21:52:29.9610736Z adding 'torch/include/ATen/ops/smooth_l1_loss_ops.h' 2024-08-20T21:52:29.9614012Z adding 'torch/include/ATen/ops/soft_margin_loss.h' 2024-08-20T21:52:29.9617461Z adding 'torch/include/ATen/ops/soft_margin_loss_backward.h' 2024-08-20T21:52:29.9621284Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.9623938Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_native.h' 2024-08-20T21:52:29.9627351Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_ops.h' 2024-08-20T21:52:29.9630737Z adding 'torch/include/ATen/ops/soft_margin_loss_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.9633820Z adding 'torch/include/ATen/ops/soft_margin_loss_native.h' 2024-08-20T21:52:29.9637109Z adding 'torch/include/ATen/ops/soft_margin_loss_ops.h' 2024-08-20T21:52:29.9640496Z adding 'torch/include/ATen/ops/softmax.h' 2024-08-20T21:52:29.9644250Z adding 'torch/include/ATen/ops/softmax_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.9647353Z adding 'torch/include/ATen/ops/softmax_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.9650373Z adding 'torch/include/ATen/ops/softmax_native.h' 2024-08-20T21:52:29.9653695Z adding 'torch/include/ATen/ops/softmax_ops.h' 2024-08-20T21:52:29.9657055Z adding 'torch/include/ATen/ops/softplus.h' 2024-08-20T21:52:29.9660400Z adding 'torch/include/ATen/ops/softplus_backward.h' 2024-08-20T21:52:29.9663926Z adding 'torch/include/ATen/ops/softplus_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.9667004Z adding 'torch/include/ATen/ops/softplus_backward_cpu_dispatch.h' 2024-08-20T21:52:29.9670132Z adding 'torch/include/ATen/ops/softplus_backward_cuda_dispatch.h' 2024-08-20T21:52:29.9673343Z adding 'torch/include/ATen/ops/softplus_backward_meta.h' 2024-08-20T21:52:29.9676776Z adding 'torch/include/ATen/ops/softplus_backward_meta_dispatch.h' 2024-08-20T21:52:29.9679911Z adding 'torch/include/ATen/ops/softplus_backward_native.h' 2024-08-20T21:52:29.9683130Z adding 'torch/include/ATen/ops/softplus_backward_ops.h' 2024-08-20T21:52:29.9686735Z adding 'torch/include/ATen/ops/softplus_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.9689861Z adding 'torch/include/ATen/ops/softplus_cpu_dispatch.h' 2024-08-20T21:52:29.9692879Z adding 'torch/include/ATen/ops/softplus_cuda_dispatch.h' 2024-08-20T21:52:29.9696088Z adding 'torch/include/ATen/ops/softplus_meta.h' 2024-08-20T21:52:29.9699243Z adding 'torch/include/ATen/ops/softplus_meta_dispatch.h' 2024-08-20T21:52:29.9702412Z adding 'torch/include/ATen/ops/softplus_native.h' 2024-08-20T21:52:29.9705667Z adding 'torch/include/ATen/ops/softplus_ops.h' 2024-08-20T21:52:29.9709046Z adding 'torch/include/ATen/ops/softshrink.h' 2024-08-20T21:52:29.9712458Z adding 'torch/include/ATen/ops/softshrink_backward.h' 2024-08-20T21:52:29.9715947Z adding 'torch/include/ATen/ops/softshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.9718992Z adding 'torch/include/ATen/ops/softshrink_backward_cpu_dispatch.h' 2024-08-20T21:52:29.9722275Z adding 'torch/include/ATen/ops/softshrink_backward_cuda_dispatch.h' 2024-08-20T21:52:29.9725349Z adding 'torch/include/ATen/ops/softshrink_backward_meta.h' 2024-08-20T21:52:29.9728549Z adding 'torch/include/ATen/ops/softshrink_backward_meta_dispatch.h' 2024-08-20T21:52:29.9731722Z adding 'torch/include/ATen/ops/softshrink_backward_native.h' 2024-08-20T21:52:29.9735223Z adding 'torch/include/ATen/ops/softshrink_backward_ops.h' 2024-08-20T21:52:29.9739340Z adding 'torch/include/ATen/ops/softshrink_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.9742486Z adding 'torch/include/ATen/ops/softshrink_cpu_dispatch.h' 2024-08-20T21:52:29.9745663Z adding 'torch/include/ATen/ops/softshrink_cuda_dispatch.h' 2024-08-20T21:52:29.9749224Z adding 'torch/include/ATen/ops/softshrink_meta.h' 2024-08-20T21:52:29.9752578Z adding 'torch/include/ATen/ops/softshrink_meta_dispatch.h' 2024-08-20T21:52:29.9755730Z adding 'torch/include/ATen/ops/softshrink_native.h' 2024-08-20T21:52:29.9759146Z adding 'torch/include/ATen/ops/softshrink_ops.h' 2024-08-20T21:52:29.9762604Z adding 'torch/include/ATen/ops/sort.h' 2024-08-20T21:52:29.9766306Z adding 'torch/include/ATen/ops/sort_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.9769734Z adding 'torch/include/ATen/ops/sort_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.9772883Z adding 'torch/include/ATen/ops/sort_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.9776112Z adding 'torch/include/ATen/ops/sort_cpu_dispatch.h' 2024-08-20T21:52:29.9779297Z adding 'torch/include/ATen/ops/sort_cuda_dispatch.h' 2024-08-20T21:52:29.9782543Z adding 'torch/include/ATen/ops/sort_meta.h' 2024-08-20T21:52:29.9785908Z adding 'torch/include/ATen/ops/sort_meta_dispatch.h' 2024-08-20T21:52:29.9789048Z adding 'torch/include/ATen/ops/sort_native.h' 2024-08-20T21:52:29.9792858Z adding 'torch/include/ATen/ops/sort_ops.h' 2024-08-20T21:52:29.9796586Z adding 'torch/include/ATen/ops/sparse_bsc_tensor.h' 2024-08-20T21:52:29.9800278Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.9803502Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_native.h' 2024-08-20T21:52:29.9806683Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_ops.h' 2024-08-20T21:52:29.9810132Z adding 'torch/include/ATen/ops/sparse_bsr_tensor.h' 2024-08-20T21:52:29.9813641Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.9816768Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_native.h' 2024-08-20T21:52:29.9820328Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_ops.h' 2024-08-20T21:52:29.9824006Z adding 'torch/include/ATen/ops/sparse_compressed_tensor.h' 2024-08-20T21:52:29.9827910Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.9830801Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_native.h' 2024-08-20T21:52:29.9834393Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_ops.h' 2024-08-20T21:52:29.9838154Z adding 'torch/include/ATen/ops/sparse_coo_tensor.h' 2024-08-20T21:52:29.9841603Z adding 'torch/include/ATen/ops/sparse_coo_tensor_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.9844927Z adding 'torch/include/ATen/ops/sparse_coo_tensor_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.9847897Z adding 'torch/include/ATen/ops/sparse_coo_tensor_native.h' 2024-08-20T21:52:29.9851533Z adding 'torch/include/ATen/ops/sparse_coo_tensor_ops.h' 2024-08-20T21:52:29.9855143Z adding 'torch/include/ATen/ops/sparse_csc_tensor.h' 2024-08-20T21:52:29.9858580Z adding 'torch/include/ATen/ops/sparse_csc_tensor_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.9861628Z adding 'torch/include/ATen/ops/sparse_csc_tensor_native.h' 2024-08-20T21:52:29.9864965Z adding 'torch/include/ATen/ops/sparse_csc_tensor_ops.h' 2024-08-20T21:52:29.9868520Z adding 'torch/include/ATen/ops/sparse_csr_tensor.h' 2024-08-20T21:52:29.9872435Z adding 'torch/include/ATen/ops/sparse_csr_tensor_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:29.9875228Z adding 'torch/include/ATen/ops/sparse_csr_tensor_native.h' 2024-08-20T21:52:29.9878686Z adding 'torch/include/ATen/ops/sparse_csr_tensor_ops.h' 2024-08-20T21:52:29.9881782Z adding 'torch/include/ATen/ops/sparse_dim.h' 2024-08-20T21:52:29.9885274Z adding 'torch/include/ATen/ops/sparse_dim_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.9888094Z adding 'torch/include/ATen/ops/sparse_dim_native.h' 2024-08-20T21:52:29.9891411Z adding 'torch/include/ATen/ops/sparse_dim_ops.h' 2024-08-20T21:52:29.9894596Z adding 'torch/include/ATen/ops/sparse_mask.h' 2024-08-20T21:52:29.9898012Z adding 'torch/include/ATen/ops/sparse_mask_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.9901007Z adding 'torch/include/ATen/ops/sparse_mask_native.h' 2024-08-20T21:52:29.9904186Z adding 'torch/include/ATen/ops/sparse_mask_ops.h' 2024-08-20T21:52:29.9907627Z adding 'torch/include/ATen/ops/sparse_resize.h' 2024-08-20T21:52:29.9910818Z adding 'torch/include/ATen/ops/sparse_resize_and_clear.h' 2024-08-20T21:52:29.9914540Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.9917819Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_meta_dispatch.h' 2024-08-20T21:52:29.9920668Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_native.h' 2024-08-20T21:52:29.9924175Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_ops.h' 2024-08-20T21:52:29.9927566Z adding 'torch/include/ATen/ops/sparse_resize_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:29.9931111Z adding 'torch/include/ATen/ops/sparse_resize_meta_dispatch.h' 2024-08-20T21:52:29.9934305Z adding 'torch/include/ATen/ops/sparse_resize_native.h' 2024-08-20T21:52:29.9937663Z adding 'torch/include/ATen/ops/sparse_resize_ops.h' 2024-08-20T21:52:29.9941077Z adding 'torch/include/ATen/ops/sparse_sampled_addmm.h' 2024-08-20T21:52:29.9944211Z adding 'torch/include/ATen/ops/sparse_sampled_addmm_native.h' 2024-08-20T21:52:29.9947655Z adding 'torch/include/ATen/ops/sparse_sampled_addmm_ops.h' 2024-08-20T21:52:29.9950730Z adding 'torch/include/ATen/ops/special_airy_ai.h' 2024-08-20T21:52:29.9954467Z adding 'torch/include/ATen/ops/special_airy_ai_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.9957788Z adding 'torch/include/ATen/ops/special_airy_ai_cpu_dispatch.h' 2024-08-20T21:52:29.9960740Z adding 'torch/include/ATen/ops/special_airy_ai_cuda_dispatch.h' 2024-08-20T21:52:29.9963875Z adding 'torch/include/ATen/ops/special_airy_ai_meta.h' 2024-08-20T21:52:29.9967013Z adding 'torch/include/ATen/ops/special_airy_ai_meta_dispatch.h' 2024-08-20T21:52:29.9970154Z adding 'torch/include/ATen/ops/special_airy_ai_native.h' 2024-08-20T21:52:29.9973444Z adding 'torch/include/ATen/ops/special_airy_ai_ops.h' 2024-08-20T21:52:29.9976645Z adding 'torch/include/ATen/ops/special_bessel_j0.h' 2024-08-20T21:52:29.9980509Z adding 'torch/include/ATen/ops/special_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:29.9983134Z adding 'torch/include/ATen/ops/special_bessel_j0_cpu_dispatch.h' 2024-08-20T21:52:29.9986235Z adding 'torch/include/ATen/ops/special_bessel_j0_cuda_dispatch.h' 2024-08-20T21:52:29.9989242Z adding 'torch/include/ATen/ops/special_bessel_j0_meta.h' 2024-08-20T21:52:29.9992545Z adding 'torch/include/ATen/ops/special_bessel_j0_meta_dispatch.h' 2024-08-20T21:52:29.9995696Z adding 'torch/include/ATen/ops/special_bessel_j0_native.h' 2024-08-20T21:52:29.9998878Z adding 'torch/include/ATen/ops/special_bessel_j0_ops.h' 2024-08-20T21:52:30.0001984Z adding 'torch/include/ATen/ops/special_bessel_j1.h' 2024-08-20T21:52:30.0005426Z adding 'torch/include/ATen/ops/special_bessel_j1_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:30.0008454Z adding 'torch/include/ATen/ops/special_bessel_j1_cpu_dispatch.h' 2024-08-20T21:52:30.0011607Z adding 'torch/include/ATen/ops/special_bessel_j1_cuda_dispatch.h' 2024-08-20T21:52:30.0014683Z adding 'torch/include/ATen/ops/special_bessel_j1_meta.h' 2024-08-20T21:52:30.0017741Z adding 'torch/include/ATen/ops/special_bessel_j1_meta_dispatch.h' 2024-08-20T21:52:30.0020742Z adding 'torch/include/ATen/ops/special_bessel_j1_native.h' 2024-08-20T21:52:30.0023889Z adding 'torch/include/ATen/ops/special_bessel_j1_ops.h' 2024-08-20T21:52:30.0026992Z adding 'torch/include/ATen/ops/special_bessel_y0.h' 2024-08-20T21:52:30.0030389Z adding 'torch/include/ATen/ops/special_bessel_y0_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:30.0033226Z adding 'torch/include/ATen/ops/special_bessel_y0_cpu_dispatch.h' 2024-08-20T21:52:30.0036572Z adding 'torch/include/ATen/ops/special_bessel_y0_cuda_dispatch.h' 2024-08-20T21:52:30.0039744Z adding 'torch/include/ATen/ops/special_bessel_y0_meta.h' 2024-08-20T21:52:30.0042914Z adding 'torch/include/ATen/ops/special_bessel_y0_meta_dispatch.h' 2024-08-20T21:52:30.0045894Z adding 'torch/include/ATen/ops/special_bessel_y0_native.h' 2024-08-20T21:52:30.0049078Z adding 'torch/include/ATen/ops/special_bessel_y0_ops.h' 2024-08-20T21:52:30.0052186Z adding 'torch/include/ATen/ops/special_bessel_y1.h' 2024-08-20T21:52:30.0055609Z adding 'torch/include/ATen/ops/special_bessel_y1_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:30.0058500Z adding 'torch/include/ATen/ops/special_bessel_y1_cpu_dispatch.h' 2024-08-20T21:52:30.0061603Z adding 'torch/include/ATen/ops/special_bessel_y1_cuda_dispatch.h' 2024-08-20T21:52:30.0064576Z adding 'torch/include/ATen/ops/special_bessel_y1_meta.h' 2024-08-20T21:52:30.0067744Z adding 'torch/include/ATen/ops/special_bessel_y1_meta_dispatch.h' 2024-08-20T21:52:30.0070697Z adding 'torch/include/ATen/ops/special_bessel_y1_native.h' 2024-08-20T21:52:30.0073956Z adding 'torch/include/ATen/ops/special_bessel_y1_ops.h' 2024-08-20T21:52:30.0077377Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t.h' 2024-08-20T21:52:30.0080868Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:30.0084227Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:30.0087176Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_cpu_dispatch.h' 2024-08-20T21:52:30.0090379Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_cuda_dispatch.h' 2024-08-20T21:52:30.0093628Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_meta.h' 2024-08-20T21:52:30.0096672Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_meta_dispatch.h' 2024-08-20T21:52:30.0099738Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_native.h' 2024-08-20T21:52:30.0103264Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_ops.h' 2024-08-20T21:52:30.0107114Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u.h' 2024-08-20T21:52:30.0110120Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:30.0113450Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:30.0116494Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_cpu_dispatch.h' 2024-08-20T21:52:30.0119618Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_cuda_dispatch.h' 2024-08-20T21:52:30.0122640Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_meta.h' 2024-08-20T21:52:30.0125795Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_meta_dispatch.h' 2024-08-20T21:52:30.0129070Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_native.h' 2024-08-20T21:52:30.0141454Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_ops.h' 2024-08-20T21:52:30.0141961Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v.h' 2024-08-20T21:52:30.0142454Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:30.0143148Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:30.0145524Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_cpu_dispatch.h' 2024-08-20T21:52:30.0148598Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_cuda_dispatch.h' 2024-08-20T21:52:30.0151578Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_meta.h' 2024-08-20T21:52:30.0154855Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_meta_dispatch.h' 2024-08-20T21:52:30.0157975Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_native.h' 2024-08-20T21:52:30.0161501Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_ops.h' 2024-08-20T21:52:30.0164812Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w.h' 2024-08-20T21:52:30.0168288Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:30.0171545Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:30.0174485Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_cpu_dispatch.h' 2024-08-20T21:52:30.0177602Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_cuda_dispatch.h' 2024-08-20T21:52:30.0180640Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_meta.h' 2024-08-20T21:52:30.0183787Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_meta_dispatch.h' 2024-08-20T21:52:30.0186897Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_native.h' 2024-08-20T21:52:30.0190349Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_ops.h' 2024-08-20T21:52:30.0193652Z adding 'torch/include/ATen/ops/special_digamma.h' 2024-08-20T21:52:30.0197199Z adding 'torch/include/ATen/ops/special_digamma_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:30.0200198Z adding 'torch/include/ATen/ops/special_digamma_native.h' 2024-08-20T21:52:30.0203326Z adding 'torch/include/ATen/ops/special_digamma_ops.h' 2024-08-20T21:52:30.0206623Z adding 'torch/include/ATen/ops/special_entr.h' 2024-08-20T21:52:30.0210040Z adding 'torch/include/ATen/ops/special_entr_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:30.0213084Z adding 'torch/include/ATen/ops/special_entr_cpu_dispatch.h' 2024-08-20T21:52:30.0216160Z adding 'torch/include/ATen/ops/special_entr_cuda_dispatch.h' 2024-08-20T21:52:30.0219412Z adding 'torch/include/ATen/ops/special_entr_meta.h' 2024-08-20T21:52:30.0222693Z adding 'torch/include/ATen/ops/special_entr_meta_dispatch.h' 2024-08-20T21:52:30.0225637Z adding 'torch/include/ATen/ops/special_entr_native.h' 2024-08-20T21:52:30.0229017Z adding 'torch/include/ATen/ops/special_entr_ops.h' 2024-08-20T21:52:30.0232159Z adding 'torch/include/ATen/ops/special_erf.h' 2024-08-20T21:52:30.0235676Z adding 'torch/include/ATen/ops/special_erf_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:30.0238480Z adding 'torch/include/ATen/ops/special_erf_native.h' 2024-08-20T21:52:30.0241872Z adding 'torch/include/ATen/ops/special_erf_ops.h' 2024-08-20T21:52:30.0244913Z adding 'torch/include/ATen/ops/special_erfc.h' 2024-08-20T21:52:30.0248479Z adding 'torch/include/ATen/ops/special_erfc_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:30.0251470Z adding 'torch/include/ATen/ops/special_erfc_native.h' 2024-08-20T21:52:30.0254599Z adding 'torch/include/ATen/ops/special_erfc_ops.h' 2024-08-20T21:52:30.0257884Z adding 'torch/include/ATen/ops/special_erfcx.h' 2024-08-20T21:52:30.0261291Z adding 'torch/include/ATen/ops/special_erfcx_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:30.0264344Z adding 'torch/include/ATen/ops/special_erfcx_cpu_dispatch.h' 2024-08-20T21:52:30.0267381Z adding 'torch/include/ATen/ops/special_erfcx_cuda_dispatch.h' 2024-08-20T21:52:30.0270549Z adding 'torch/include/ATen/ops/special_erfcx_meta.h' 2024-08-20T21:52:30.0273820Z adding 'torch/include/ATen/ops/special_erfcx_meta_dispatch.h' 2024-08-20T21:52:30.0277003Z adding 'torch/include/ATen/ops/special_erfcx_native.h' 2024-08-20T21:52:30.0280336Z adding 'torch/include/ATen/ops/special_erfcx_ops.h' 2024-08-20T21:52:30.0283316Z adding 'torch/include/ATen/ops/special_erfinv.h' 2024-08-20T21:52:30.0286839Z adding 'torch/include/ATen/ops/special_erfinv_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:30.0289689Z adding 'torch/include/ATen/ops/special_erfinv_native.h' 2024-08-20T21:52:30.0293071Z adding 'torch/include/ATen/ops/special_erfinv_ops.h' 2024-08-20T21:52:30.0296137Z adding 'torch/include/ATen/ops/special_exp2.h' 2024-08-20T21:52:30.0299739Z adding 'torch/include/ATen/ops/special_exp2_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:30.0302708Z adding 'torch/include/ATen/ops/special_exp2_native.h' 2024-08-20T21:52:30.0305837Z adding 'torch/include/ATen/ops/special_exp2_ops.h' 2024-08-20T21:52:30.0309047Z adding 'torch/include/ATen/ops/special_expit.h' 2024-08-20T21:52:30.0312403Z adding 'torch/include/ATen/ops/special_expit_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:30.0315508Z adding 'torch/include/ATen/ops/special_expit_native.h' 2024-08-20T21:52:30.0318708Z adding 'torch/include/ATen/ops/special_expit_ops.h' 2024-08-20T21:52:30.0322015Z adding 'torch/include/ATen/ops/special_expm1.h' 2024-08-20T21:52:30.0325530Z adding 'torch/include/ATen/ops/special_expm1_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:30.0328338Z adding 'torch/include/ATen/ops/special_expm1_native.h' 2024-08-20T21:52:30.0331545Z adding 'torch/include/ATen/ops/special_expm1_ops.h' 2024-08-20T21:52:30.0334762Z adding 'torch/include/ATen/ops/special_gammainc.h' 2024-08-20T21:52:30.0338302Z adding 'torch/include/ATen/ops/special_gammainc_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:30.0341201Z adding 'torch/include/ATen/ops/special_gammainc_native.h' 2024-08-20T21:52:30.0344613Z adding 'torch/include/ATen/ops/special_gammainc_ops.h' 2024-08-20T21:52:30.0347737Z adding 'torch/include/ATen/ops/special_gammaincc.h' 2024-08-20T21:52:30.0351276Z adding 'torch/include/ATen/ops/special_gammaincc_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:30.0354455Z adding 'torch/include/ATen/ops/special_gammaincc_native.h' 2024-08-20T21:52:30.0357570Z adding 'torch/include/ATen/ops/special_gammaincc_ops.h' 2024-08-20T21:52:30.0360775Z adding 'torch/include/ATen/ops/special_gammaln.h' 2024-08-20T21:52:30.0364081Z adding 'torch/include/ATen/ops/special_gammaln_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:30.0367119Z adding 'torch/include/ATen/ops/special_gammaln_native.h' 2024-08-20T21:52:30.0370262Z adding 'torch/include/ATen/ops/special_gammaln_ops.h' 2024-08-20T21:52:30.0373839Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h.h' 2024-08-20T21:52:30.0377831Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:30.0380763Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:30.0383814Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_cpu_dispatch.h' 2024-08-20T21:52:30.0386924Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_cuda_dispatch.h' 2024-08-20T21:52:30.0390067Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_meta.h' 2024-08-20T21:52:30.0393323Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_meta_dispatch.h' 2024-08-20T21:52:30.0396633Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_native.h' 2024-08-20T21:52:30.0400327Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_ops.h' 2024-08-20T21:52:30.0403612Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he.h' 2024-08-20T21:52:30.0407178Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:30.0410410Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:30.0414125Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_cpu_dispatch.h' 2024-08-20T21:52:30.0416929Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_cuda_dispatch.h' 2024-08-20T21:52:30.0419887Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_meta.h' 2024-08-20T21:52:30.0423334Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_meta_dispatch.h' 2024-08-20T21:52:30.0426201Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_native.h' 2024-08-20T21:52:30.0429810Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_ops.h' 2024-08-20T21:52:30.0432877Z adding 'torch/include/ATen/ops/special_i0.h' 2024-08-20T21:52:30.0436526Z adding 'torch/include/ATen/ops/special_i0_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:30.0439312Z adding 'torch/include/ATen/ops/special_i0_native.h' 2024-08-20T21:52:30.0442701Z adding 'torch/include/ATen/ops/special_i0_ops.h' 2024-08-20T21:52:30.0445991Z adding 'torch/include/ATen/ops/special_i0e.h' 2024-08-20T21:52:30.0449407Z adding 'torch/include/ATen/ops/special_i0e_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:30.0452478Z adding 'torch/include/ATen/ops/special_i0e_cpu_dispatch.h' 2024-08-20T21:52:30.0455547Z adding 'torch/include/ATen/ops/special_i0e_cuda_dispatch.h' 2024-08-20T21:52:30.0458846Z adding 'torch/include/ATen/ops/special_i0e_meta.h' 2024-08-20T21:52:30.0461958Z adding 'torch/include/ATen/ops/special_i0e_meta_dispatch.h' 2024-08-20T21:52:30.0465149Z adding 'torch/include/ATen/ops/special_i0e_native.h' 2024-08-20T21:52:30.0468415Z adding 'torch/include/ATen/ops/special_i0e_ops.h' 2024-08-20T21:52:30.0471582Z adding 'torch/include/ATen/ops/special_i1.h' 2024-08-20T21:52:30.0475332Z adding 'torch/include/ATen/ops/special_i1_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:30.0478102Z adding 'torch/include/ATen/ops/special_i1_cpu_dispatch.h' 2024-08-20T21:52:30.0481332Z adding 'torch/include/ATen/ops/special_i1_cuda_dispatch.h' 2024-08-20T21:52:30.0484991Z adding 'torch/include/ATen/ops/special_i1_meta.h' 2024-08-20T21:52:30.0488448Z adding 'torch/include/ATen/ops/special_i1_meta_dispatch.h' 2024-08-20T21:52:30.0491575Z adding 'torch/include/ATen/ops/special_i1_native.h' 2024-08-20T21:52:30.0494868Z adding 'torch/include/ATen/ops/special_i1_ops.h' 2024-08-20T21:52:30.0498077Z adding 'torch/include/ATen/ops/special_i1e.h' 2024-08-20T21:52:30.0501503Z adding 'torch/include/ATen/ops/special_i1e_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:30.0504538Z adding 'torch/include/ATen/ops/special_i1e_cpu_dispatch.h' 2024-08-20T21:52:30.0507585Z adding 'torch/include/ATen/ops/special_i1e_cuda_dispatch.h' 2024-08-20T21:52:30.0510756Z adding 'torch/include/ATen/ops/special_i1e_meta.h' 2024-08-20T21:52:30.0514288Z adding 'torch/include/ATen/ops/special_i1e_meta_dispatch.h' 2024-08-20T21:52:30.0517183Z adding 'torch/include/ATen/ops/special_i1e_native.h' 2024-08-20T21:52:30.0520527Z adding 'torch/include/ATen/ops/special_i1e_ops.h' 2024-08-20T21:52:30.0523947Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l.h' 2024-08-20T21:52:30.0527529Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:30.0530781Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:30.0533966Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_cpu_dispatch.h' 2024-08-20T21:52:30.0537365Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_cuda_dispatch.h' 2024-08-20T21:52:30.0540207Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_meta.h' 2024-08-20T21:52:30.0543545Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_meta_dispatch.h' 2024-08-20T21:52:30.0546586Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_native.h' 2024-08-20T21:52:30.0550161Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_ops.h' 2024-08-20T21:52:30.0553448Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p.h' 2024-08-20T21:52:30.0557844Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:30.0560819Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:30.0563513Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_cpu_dispatch.h' 2024-08-20T21:52:30.0567820Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_cuda_dispatch.h' 2024-08-20T21:52:30.0570953Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_meta.h' 2024-08-20T21:52:30.0574354Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_meta_dispatch.h' 2024-08-20T21:52:30.0577693Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_native.h' 2024-08-20T21:52:30.0581042Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_ops.h' 2024-08-20T21:52:30.0584284Z adding 'torch/include/ATen/ops/special_log1p.h' 2024-08-20T21:52:30.0587604Z adding 'torch/include/ATen/ops/special_log1p_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:30.0590648Z adding 'torch/include/ATen/ops/special_log1p_native.h' 2024-08-20T21:52:30.0593971Z adding 'torch/include/ATen/ops/special_log1p_ops.h' 2024-08-20T21:52:30.0597345Z adding 'torch/include/ATen/ops/special_log_ndtr.h' 2024-08-20T21:52:30.0600975Z adding 'torch/include/ATen/ops/special_log_ndtr_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:30.0603876Z adding 'torch/include/ATen/ops/special_log_ndtr_cpu_dispatch.h' 2024-08-20T21:52:30.0607131Z adding 'torch/include/ATen/ops/special_log_ndtr_cuda_dispatch.h' 2024-08-20T21:52:30.0610067Z adding 'torch/include/ATen/ops/special_log_ndtr_meta.h' 2024-08-20T21:52:30.0613332Z adding 'torch/include/ATen/ops/special_log_ndtr_meta_dispatch.h' 2024-08-20T21:52:30.0616302Z adding 'torch/include/ATen/ops/special_log_ndtr_native.h' 2024-08-20T21:52:30.0619706Z adding 'torch/include/ATen/ops/special_log_ndtr_ops.h' 2024-08-20T21:52:30.0623045Z adding 'torch/include/ATen/ops/special_log_softmax.h' 2024-08-20T21:52:30.0626283Z adding 'torch/include/ATen/ops/special_log_softmax_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:30.0629226Z adding 'torch/include/ATen/ops/special_log_softmax_native.h' 2024-08-20T21:52:30.0632389Z adding 'torch/include/ATen/ops/special_log_softmax_ops.h' 2024-08-20T21:52:30.0635841Z adding 'torch/include/ATen/ops/special_logit.h' 2024-08-20T21:52:30.0639216Z adding 'torch/include/ATen/ops/special_logit_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:30.0642310Z adding 'torch/include/ATen/ops/special_logit_native.h' 2024-08-20T21:52:30.0645470Z adding 'torch/include/ATen/ops/special_logit_ops.h' 2024-08-20T21:52:30.0648837Z adding 'torch/include/ATen/ops/special_logsumexp.h' 2024-08-20T21:52:30.0652492Z adding 'torch/include/ATen/ops/special_logsumexp_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:30.0655246Z adding 'torch/include/ATen/ops/special_logsumexp_native.h' 2024-08-20T21:52:30.0658802Z adding 'torch/include/ATen/ops/special_logsumexp_ops.h' 2024-08-20T21:52:30.0661654Z adding 'torch/include/ATen/ops/special_modified_bessel_i0.h' 2024-08-20T21:52:30.0665059Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:30.0668095Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_cpu_dispatch.h' 2024-08-20T21:52:30.0671307Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_cuda_dispatch.h' 2024-08-20T21:52:30.0674398Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_meta.h' 2024-08-20T21:52:30.0677580Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_meta_dispatch.h' 2024-08-20T21:52:30.0680913Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_native.h' 2024-08-20T21:52:30.0683805Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_ops.h' 2024-08-20T21:52:30.0686862Z adding 'torch/include/ATen/ops/special_modified_bessel_i1.h' 2024-08-20T21:52:30.0690869Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:30.0693314Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_cpu_dispatch.h' 2024-08-20T21:52:30.0696369Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_cuda_dispatch.h' 2024-08-20T21:52:30.0699626Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_meta.h' 2024-08-20T21:52:30.0702736Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_meta_dispatch.h' 2024-08-20T21:52:30.0705755Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_native.h' 2024-08-20T21:52:30.0708883Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_ops.h' 2024-08-20T21:52:30.0711959Z adding 'torch/include/ATen/ops/special_modified_bessel_k0.h' 2024-08-20T21:52:30.0715520Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:30.0718394Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_cpu_dispatch.h' 2024-08-20T21:52:30.0721606Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_cuda_dispatch.h' 2024-08-20T21:52:30.0724636Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_meta.h' 2024-08-20T21:52:30.0727780Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_meta_dispatch.h' 2024-08-20T21:52:30.0730740Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_native.h' 2024-08-20T21:52:30.0733875Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_ops.h' 2024-08-20T21:52:30.0737026Z adding 'torch/include/ATen/ops/special_modified_bessel_k1.h' 2024-08-20T21:52:30.0740474Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:30.0743335Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_cpu_dispatch.h' 2024-08-20T21:52:30.0746457Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_cuda_dispatch.h' 2024-08-20T21:52:30.0749499Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_meta.h' 2024-08-20T21:52:30.0752882Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_meta_dispatch.h' 2024-08-20T21:52:30.0756134Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_native.h' 2024-08-20T21:52:30.0759228Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_ops.h' 2024-08-20T21:52:30.0762345Z adding 'torch/include/ATen/ops/special_multigammaln.h' 2024-08-20T21:52:30.0765745Z adding 'torch/include/ATen/ops/special_multigammaln_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:30.0768568Z adding 'torch/include/ATen/ops/special_multigammaln_native.h' 2024-08-20T21:52:30.0771789Z adding 'torch/include/ATen/ops/special_multigammaln_ops.h' 2024-08-20T21:52:30.0774847Z adding 'torch/include/ATen/ops/special_ndtr.h' 2024-08-20T21:52:30.0778271Z adding 'torch/include/ATen/ops/special_ndtr_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:30.0781046Z adding 'torch/include/ATen/ops/special_ndtr_native.h' 2024-08-20T21:52:30.0784174Z adding 'torch/include/ATen/ops/special_ndtr_ops.h' 2024-08-20T21:52:30.0787312Z adding 'torch/include/ATen/ops/special_ndtri.h' 2024-08-20T21:52:30.0790735Z adding 'torch/include/ATen/ops/special_ndtri_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:30.0793633Z adding 'torch/include/ATen/ops/special_ndtri_cpu_dispatch.h' 2024-08-20T21:52:30.0796911Z adding 'torch/include/ATen/ops/special_ndtri_cuda_dispatch.h' 2024-08-20T21:52:30.0799898Z adding 'torch/include/ATen/ops/special_ndtri_meta.h' 2024-08-20T21:52:30.0803045Z adding 'torch/include/ATen/ops/special_ndtri_meta_dispatch.h' 2024-08-20T21:52:30.0806009Z adding 'torch/include/ATen/ops/special_ndtri_native.h' 2024-08-20T21:52:30.0809254Z adding 'torch/include/ATen/ops/special_ndtri_ops.h' 2024-08-20T21:52:30.0812384Z adding 'torch/include/ATen/ops/special_polygamma.h' 2024-08-20T21:52:30.0815727Z adding 'torch/include/ATen/ops/special_polygamma_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:30.0819113Z adding 'torch/include/ATen/ops/special_polygamma_native.h' 2024-08-20T21:52:30.0821944Z adding 'torch/include/ATen/ops/special_polygamma_ops.h' 2024-08-20T21:52:30.0825053Z adding 'torch/include/ATen/ops/special_psi.h' 2024-08-20T21:52:30.0828424Z adding 'torch/include/ATen/ops/special_psi_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:30.0831229Z adding 'torch/include/ATen/ops/special_psi_native.h' 2024-08-20T21:52:30.0834524Z adding 'torch/include/ATen/ops/special_psi_ops.h' 2024-08-20T21:52:30.0837652Z adding 'torch/include/ATen/ops/special_round.h' 2024-08-20T21:52:30.0840969Z adding 'torch/include/ATen/ops/special_round_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:30.0843792Z adding 'torch/include/ATen/ops/special_round_native.h' 2024-08-20T21:52:30.0846999Z adding 'torch/include/ATen/ops/special_round_ops.h' 2024-08-20T21:52:30.0850273Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0.h' 2024-08-20T21:52:30.0854122Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:30.0857477Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_cpu_dispatch.h' 2024-08-20T21:52:30.0860689Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_cuda_dispatch.h' 2024-08-20T21:52:30.0863555Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta.h' 2024-08-20T21:52:30.0868154Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta_dispatch.h' 2024-08-20T21:52:30.0871964Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_native.h' 2024-08-20T21:52:30.0875858Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_ops.h' 2024-08-20T21:52:30.0879540Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1.h' 2024-08-20T21:52:30.0883776Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:30.0886849Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_cpu_dispatch.h' 2024-08-20T21:52:30.0890398Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_cuda_dispatch.h' 2024-08-20T21:52:30.0893766Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta.h' 2024-08-20T21:52:30.0897410Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta_dispatch.h' 2024-08-20T21:52:30.0900853Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_native.h' 2024-08-20T21:52:30.0904035Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_ops.h' 2024-08-20T21:52:30.0907373Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t.h' 2024-08-20T21:52:30.0911191Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:30.0914987Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:30.0917568Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cpu_dispatch.h' 2024-08-20T21:52:30.0921160Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cuda_dispatch.h' 2024-08-20T21:52:30.0923891Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta.h' 2024-08-20T21:52:30.0927390Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta_dispatch.h' 2024-08-20T21:52:30.0930239Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_native.h' 2024-08-20T21:52:30.0933695Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_ops.h' 2024-08-20T21:52:30.0937290Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u.h' 2024-08-20T21:52:30.0940846Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:30.0944105Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:30.0947043Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cpu_dispatch.h' 2024-08-20T21:52:30.0950080Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cuda_dispatch.h' 2024-08-20T21:52:30.0953102Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta.h' 2024-08-20T21:52:30.0956628Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta_dispatch.h' 2024-08-20T21:52:30.0960021Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_native.h' 2024-08-20T21:52:30.0963334Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_ops.h' 2024-08-20T21:52:30.0966673Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v.h' 2024-08-20T21:52:30.0970138Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:30.0973352Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:30.0976302Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cpu_dispatch.h' 2024-08-20T21:52:30.0979409Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cuda_dispatch.h' 2024-08-20T21:52:30.0982606Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta.h' 2024-08-20T21:52:30.0985750Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta_dispatch.h' 2024-08-20T21:52:30.0988821Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_native.h' 2024-08-20T21:52:30.0992239Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_ops.h' 2024-08-20T21:52:30.0995718Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w.h' 2024-08-20T21:52:30.0999279Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:30.1002556Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:30.1005483Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cpu_dispatch.h' 2024-08-20T21:52:30.1008602Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cuda_dispatch.h' 2024-08-20T21:52:30.1011804Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta.h' 2024-08-20T21:52:30.1014987Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta_dispatch.h' 2024-08-20T21:52:30.1017987Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_native.h' 2024-08-20T21:52:30.1021444Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_ops.h' 2024-08-20T21:52:30.1024581Z adding 'torch/include/ATen/ops/special_sinc.h' 2024-08-20T21:52:30.1027884Z adding 'torch/include/ATen/ops/special_sinc_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:30.1030676Z adding 'torch/include/ATen/ops/special_sinc_native.h' 2024-08-20T21:52:30.1033945Z adding 'torch/include/ATen/ops/special_sinc_ops.h' 2024-08-20T21:52:30.1037240Z adding 'torch/include/ATen/ops/special_softmax.h' 2024-08-20T21:52:30.1046487Z adding 'torch/include/ATen/ops/special_softmax_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:30.1050072Z adding 'torch/include/ATen/ops/special_softmax_native.h' 2024-08-20T21:52:30.1053183Z adding 'torch/include/ATen/ops/special_softmax_ops.h' 2024-08-20T21:52:30.1056451Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0.h' 2024-08-20T21:52:30.1060186Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:30.1062906Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_cpu_dispatch.h' 2024-08-20T21:52:30.1065985Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_cuda_dispatch.h' 2024-08-20T21:52:30.1069079Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_meta.h' 2024-08-20T21:52:30.1072332Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_meta_dispatch.h' 2024-08-20T21:52:30.1075350Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_native.h' 2024-08-20T21:52:30.1078598Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_ops.h' 2024-08-20T21:52:30.1081903Z adding 'torch/include/ATen/ops/special_xlog1py.h' 2024-08-20T21:52:30.1085363Z adding 'torch/include/ATen/ops/special_xlog1py_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:30.1088609Z adding 'torch/include/ATen/ops/special_xlog1py_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:30.1091585Z adding 'torch/include/ATen/ops/special_xlog1py_cpu_dispatch.h' 2024-08-20T21:52:30.1094626Z adding 'torch/include/ATen/ops/special_xlog1py_cuda_dispatch.h' 2024-08-20T21:52:30.1097585Z adding 'torch/include/ATen/ops/special_xlog1py_meta.h' 2024-08-20T21:52:30.1100688Z adding 'torch/include/ATen/ops/special_xlog1py_meta_dispatch.h' 2024-08-20T21:52:30.1103797Z adding 'torch/include/ATen/ops/special_xlog1py_native.h' 2024-08-20T21:52:30.1107248Z adding 'torch/include/ATen/ops/special_xlog1py_ops.h' 2024-08-20T21:52:30.1110610Z adding 'torch/include/ATen/ops/special_xlogy.h' 2024-08-20T21:52:30.1114235Z adding 'torch/include/ATen/ops/special_xlogy_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:30.1117183Z adding 'torch/include/ATen/ops/special_xlogy_native.h' 2024-08-20T21:52:30.1120588Z adding 'torch/include/ATen/ops/special_xlogy_ops.h' 2024-08-20T21:52:30.1123909Z adding 'torch/include/ATen/ops/special_zeta.h' 2024-08-20T21:52:30.1127360Z adding 'torch/include/ATen/ops/special_zeta_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:30.1130553Z adding 'torch/include/ATen/ops/special_zeta_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:30.1133447Z adding 'torch/include/ATen/ops/special_zeta_cpu_dispatch.h' 2024-08-20T21:52:30.1136640Z adding 'torch/include/ATen/ops/special_zeta_cuda_dispatch.h' 2024-08-20T21:52:30.1139800Z adding 'torch/include/ATen/ops/special_zeta_meta.h' 2024-08-20T21:52:30.1142885Z adding 'torch/include/ATen/ops/special_zeta_meta_dispatch.h' 2024-08-20T21:52:30.1145896Z adding 'torch/include/ATen/ops/special_zeta_native.h' 2024-08-20T21:52:30.1149349Z adding 'torch/include/ATen/ops/special_zeta_ops.h' 2024-08-20T21:52:30.1152690Z adding 'torch/include/ATen/ops/split.h' 2024-08-20T21:52:30.1156333Z adding 'torch/include/ATen/ops/split_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:30.1159440Z adding 'torch/include/ATen/ops/split_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:30.1162603Z adding 'torch/include/ATen/ops/split_copy.h' 2024-08-20T21:52:30.1166129Z adding 'torch/include/ATen/ops/split_copy_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:30.1169402Z adding 'torch/include/ATen/ops/split_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:30.1172137Z adding 'torch/include/ATen/ops/split_copy_native.h' 2024-08-20T21:52:30.1175398Z adding 'torch/include/ATen/ops/split_copy_ops.h' 2024-08-20T21:52:30.1178450Z adding 'torch/include/ATen/ops/split_native.h' 2024-08-20T21:52:30.1181656Z adding 'torch/include/ATen/ops/split_ops.h' 2024-08-20T21:52:30.1184907Z adding 'torch/include/ATen/ops/split_with_sizes.h' 2024-08-20T21:52:30.1188527Z adding 'torch/include/ATen/ops/split_with_sizes_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:30.1191749Z adding 'torch/include/ATen/ops/split_with_sizes_copy.h' 2024-08-20T21:52:30.1195412Z adding 'torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:30.1198760Z adding 'torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:30.1201718Z adding 'torch/include/ATen/ops/split_with_sizes_copy_cuda_dispatch.h' 2024-08-20T21:52:30.1204717Z adding 'torch/include/ATen/ops/split_with_sizes_copy_native.h' 2024-08-20T21:52:30.1207956Z adding 'torch/include/ATen/ops/split_with_sizes_copy_ops.h' 2024-08-20T21:52:30.1211073Z adding 'torch/include/ATen/ops/split_with_sizes_native.h' 2024-08-20T21:52:30.1214293Z adding 'torch/include/ATen/ops/split_with_sizes_ops.h' 2024-08-20T21:52:30.1217276Z adding 'torch/include/ATen/ops/sqrt.h' 2024-08-20T21:52:30.1220694Z adding 'torch/include/ATen/ops/sqrt_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:30.1223530Z adding 'torch/include/ATen/ops/sqrt_cpu_dispatch.h' 2024-08-20T21:52:30.1226611Z adding 'torch/include/ATen/ops/sqrt_cuda_dispatch.h' 2024-08-20T21:52:30.1229602Z adding 'torch/include/ATen/ops/sqrt_meta.h' 2024-08-20T21:52:30.1233465Z adding 'torch/include/ATen/ops/sqrt_meta_dispatch.h' 2024-08-20T21:52:30.1236718Z adding 'torch/include/ATen/ops/sqrt_native.h' 2024-08-20T21:52:30.1240251Z adding 'torch/include/ATen/ops/sqrt_ops.h' 2024-08-20T21:52:30.1243351Z adding 'torch/include/ATen/ops/square.h' 2024-08-20T21:52:30.1246703Z adding 'torch/include/ATen/ops/square_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:30.1249559Z adding 'torch/include/ATen/ops/square_native.h' 2024-08-20T21:52:30.1252773Z adding 'torch/include/ATen/ops/square_ops.h' 2024-08-20T21:52:30.1255928Z adding 'torch/include/ATen/ops/squeeze.h' 2024-08-20T21:52:30.1259260Z adding 'torch/include/ATen/ops/squeeze_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:30.1262372Z adding 'torch/include/ATen/ops/squeeze_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:30.1265439Z adding 'torch/include/ATen/ops/squeeze_copy.h' 2024-08-20T21:52:30.1268858Z adding 'torch/include/ATen/ops/squeeze_copy_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:30.1272135Z adding 'torch/include/ATen/ops/squeeze_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:30.1275076Z adding 'torch/include/ATen/ops/squeeze_copy_native.h' 2024-08-20T21:52:30.1278525Z adding 'torch/include/ATen/ops/squeeze_copy_ops.h' 2024-08-20T21:52:30.1281686Z adding 'torch/include/ATen/ops/squeeze_native.h' 2024-08-20T21:52:30.1285169Z adding 'torch/include/ATen/ops/squeeze_ops.h' 2024-08-20T21:52:30.1288418Z adding 'torch/include/ATen/ops/sspaddmm.h' 2024-08-20T21:52:30.1291778Z adding 'torch/include/ATen/ops/sspaddmm_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:30.1294734Z adding 'torch/include/ATen/ops/sspaddmm_cpu_dispatch.h' 2024-08-20T21:52:30.1297856Z adding 'torch/include/ATen/ops/sspaddmm_cuda_dispatch.h' 2024-08-20T21:52:30.1300948Z adding 'torch/include/ATen/ops/sspaddmm_native.h' 2024-08-20T21:52:30.1304238Z adding 'torch/include/ATen/ops/sspaddmm_ops.h' 2024-08-20T21:52:30.1307374Z adding 'torch/include/ATen/ops/stack.h' 2024-08-20T21:52:30.1310757Z adding 'torch/include/ATen/ops/stack_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:30.1313657Z adding 'torch/include/ATen/ops/stack_native.h' 2024-08-20T21:52:30.1316924Z adding 'torch/include/ATen/ops/stack_ops.h' 2024-08-20T21:52:30.1320450Z adding 'torch/include/ATen/ops/std.h' 2024-08-20T21:52:30.1323942Z adding 'torch/include/ATen/ops/std_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:30.1326939Z adding 'torch/include/ATen/ops/std_cpu_dispatch.h' 2024-08-20T21:52:30.1330083Z adding 'torch/include/ATen/ops/std_cuda_dispatch.h' 2024-08-20T21:52:30.1333360Z adding 'torch/include/ATen/ops/std_mean.h' 2024-08-20T21:52:30.1336825Z adding 'torch/include/ATen/ops/std_mean_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:30.1340279Z adding 'torch/include/ATen/ops/std_mean_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:30.1343273Z adding 'torch/include/ATen/ops/std_mean_cpu_dispatch.h' 2024-08-20T21:52:30.1346664Z adding 'torch/include/ATen/ops/std_mean_cuda_dispatch.h' 2024-08-20T21:52:30.1349732Z adding 'torch/include/ATen/ops/std_mean_native.h' 2024-08-20T21:52:30.1353505Z adding 'torch/include/ATen/ops/std_mean_ops.h' 2024-08-20T21:52:30.1357082Z adding 'torch/include/ATen/ops/std_native.h' 2024-08-20T21:52:30.1360805Z adding 'torch/include/ATen/ops/std_ops.h' 2024-08-20T21:52:30.1364423Z adding 'torch/include/ATen/ops/stft.h' 2024-08-20T21:52:30.1368161Z adding 'torch/include/ATen/ops/stft_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:30.1371139Z adding 'torch/include/ATen/ops/stft_native.h' 2024-08-20T21:52:30.1374729Z adding 'torch/include/ATen/ops/stft_ops.h' 2024-08-20T21:52:30.1377830Z adding 'torch/include/ATen/ops/stride.h' 2024-08-20T21:52:30.1381430Z adding 'torch/include/ATen/ops/stride_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:30.1384461Z adding 'torch/include/ATen/ops/stride_native.h' 2024-08-20T21:52:30.1387692Z adding 'torch/include/ATen/ops/stride_ops.h' 2024-08-20T21:52:30.1391225Z adding 'torch/include/ATen/ops/sub.h' 2024-08-20T21:52:30.1394710Z adding 'torch/include/ATen/ops/sub_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:30.1398052Z adding 'torch/include/ATen/ops/sub_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:30.1400901Z adding 'torch/include/ATen/ops/sub_cpu_dispatch.h' 2024-08-20T21:52:30.1404346Z adding 'torch/include/ATen/ops/sub_cuda_dispatch.h' 2024-08-20T21:52:30.1407450Z adding 'torch/include/ATen/ops/sub_meta.h' 2024-08-20T21:52:30.1410720Z adding 'torch/include/ATen/ops/sub_meta_dispatch.h' 2024-08-20T21:52:30.1414114Z adding 'torch/include/ATen/ops/sub_native.h' 2024-08-20T21:52:30.1417517Z adding 'torch/include/ATen/ops/sub_ops.h' 2024-08-20T21:52:30.1420979Z adding 'torch/include/ATen/ops/subtract.h' 2024-08-20T21:52:30.1424366Z adding 'torch/include/ATen/ops/subtract_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:30.1427464Z adding 'torch/include/ATen/ops/subtract_native.h' 2024-08-20T21:52:30.1431091Z adding 'torch/include/ATen/ops/subtract_ops.h' 2024-08-20T21:52:30.1434497Z adding 'torch/include/ATen/ops/sum.h' 2024-08-20T21:52:30.1438664Z adding 'torch/include/ATen/ops/sum_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:30.1543862Z adding 'torch/include/ATen/ops/sum_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:30.1547800Z adding 'torch/include/ATen/ops/sum_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:30.1551053Z adding 'torch/include/ATen/ops/sum_cpu_dispatch.h' 2024-08-20T21:52:30.1554727Z adding 'torch/include/ATen/ops/sum_cuda_dispatch.h' 2024-08-20T21:52:30.1558612Z adding 'torch/include/ATen/ops/sum_meta.h' 2024-08-20T21:52:30.1562146Z adding 'torch/include/ATen/ops/sum_meta_dispatch.h' 2024-08-20T21:52:30.1566133Z adding 'torch/include/ATen/ops/sum_native.h' 2024-08-20T21:52:30.1570274Z adding 'torch/include/ATen/ops/sum_ops.h' 2024-08-20T21:52:30.1573790Z adding 'torch/include/ATen/ops/sum_to_size.h' 2024-08-20T21:52:30.1577702Z adding 'torch/include/ATen/ops/sum_to_size_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:30.1581321Z adding 'torch/include/ATen/ops/sum_to_size_native.h' 2024-08-20T21:52:30.1585045Z adding 'torch/include/ATen/ops/sum_to_size_ops.h' 2024-08-20T21:52:30.1588932Z adding 'torch/include/ATen/ops/svd.h' 2024-08-20T21:52:30.1592362Z adding 'torch/include/ATen/ops/svd_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:30.1595356Z adding 'torch/include/ATen/ops/svd_native.h' 2024-08-20T21:52:30.1598919Z adding 'torch/include/ATen/ops/svd_ops.h' 2024-08-20T21:52:30.1602048Z adding 'torch/include/ATen/ops/swapaxes.h' 2024-08-20T21:52:30.1605687Z adding 'torch/include/ATen/ops/swapaxes_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:30.1608680Z adding 'torch/include/ATen/ops/swapaxes_native.h' 2024-08-20T21:52:30.1612058Z adding 'torch/include/ATen/ops/swapaxes_ops.h' 2024-08-20T21:52:30.1615461Z adding 'torch/include/ATen/ops/swapdims.h' 2024-08-20T21:52:30.1618751Z adding 'torch/include/ATen/ops/swapdims_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:30.1621974Z adding 'torch/include/ATen/ops/swapdims_native.h' 2024-08-20T21:52:30.1625084Z adding 'torch/include/ATen/ops/swapdims_ops.h' 2024-08-20T21:52:30.1628478Z adding 'torch/include/ATen/ops/sym_constrain_range.h' 2024-08-20T21:52:30.1632084Z adding 'torch/include/ATen/ops/sym_constrain_range_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:30.1635200Z adding 'torch/include/ATen/ops/sym_constrain_range_for_size.h' 2024-08-20T21:52:30.1639035Z adding 'torch/include/ATen/ops/sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:30.1641878Z adding 'torch/include/ATen/ops/sym_constrain_range_for_size_native.h' 2024-08-20T21:52:30.1645202Z adding 'torch/include/ATen/ops/sym_constrain_range_for_size_ops.h' 2024-08-20T21:52:30.1648380Z adding 'torch/include/ATen/ops/sym_constrain_range_native.h' 2024-08-20T21:52:30.1651832Z adding 'torch/include/ATen/ops/sym_constrain_range_ops.h' 2024-08-20T21:52:30.1655114Z adding 'torch/include/ATen/ops/sym_numel.h' 2024-08-20T21:52:30.1658484Z adding 'torch/include/ATen/ops/sym_numel_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:30.1661661Z adding 'torch/include/ATen/ops/sym_numel_native.h' 2024-08-20T21:52:30.1664874Z adding 'torch/include/ATen/ops/sym_numel_ops.h' 2024-08-20T21:52:30.1668071Z adding 'torch/include/ATen/ops/sym_size.h' 2024-08-20T21:52:30.1671538Z adding 'torch/include/ATen/ops/sym_size_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:30.1674570Z adding 'torch/include/ATen/ops/sym_size_native.h' 2024-08-20T21:52:30.1677932Z adding 'torch/include/ATen/ops/sym_size_ops.h' 2024-08-20T21:52:30.1681256Z adding 'torch/include/ATen/ops/sym_storage_offset.h' 2024-08-20T21:52:30.1684914Z adding 'torch/include/ATen/ops/sym_storage_offset_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:30.1687768Z adding 'torch/include/ATen/ops/sym_storage_offset_native.h' 2024-08-20T21:52:30.1691131Z adding 'torch/include/ATen/ops/sym_storage_offset_ops.h' 2024-08-20T21:52:30.1694269Z adding 'torch/include/ATen/ops/sym_stride.h' 2024-08-20T21:52:30.1697874Z adding 'torch/include/ATen/ops/sym_stride_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:30.1700999Z adding 'torch/include/ATen/ops/sym_stride_native.h' 2024-08-20T21:52:30.1704381Z adding 'torch/include/ATen/ops/sym_stride_ops.h' 2024-08-20T21:52:30.1707506Z adding 'torch/include/ATen/ops/t.h' 2024-08-20T21:52:30.1710829Z adding 'torch/include/ATen/ops/t_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:30.1714176Z adding 'torch/include/ATen/ops/t_copy.h' 2024-08-20T21:52:30.1717610Z adding 'torch/include/ATen/ops/t_copy_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:30.1720935Z adding 'torch/include/ATen/ops/t_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:30.1723767Z adding 'torch/include/ATen/ops/t_copy_native.h' 2024-08-20T21:52:30.1726906Z adding 'torch/include/ATen/ops/t_copy_ops.h' 2024-08-20T21:52:30.1730182Z adding 'torch/include/ATen/ops/t_native.h' 2024-08-20T21:52:30.1733409Z adding 'torch/include/ATen/ops/t_ops.h' 2024-08-20T21:52:30.1736539Z adding 'torch/include/ATen/ops/take.h' 2024-08-20T21:52:30.1739770Z adding 'torch/include/ATen/ops/take_along_dim.h' 2024-08-20T21:52:30.1743323Z adding 'torch/include/ATen/ops/take_along_dim_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:30.1746359Z adding 'torch/include/ATen/ops/take_along_dim_native.h' 2024-08-20T21:52:30.1749592Z adding 'torch/include/ATen/ops/take_along_dim_ops.h' 2024-08-20T21:52:30.1752684Z adding 'torch/include/ATen/ops/take_cpu_dispatch.h' 2024-08-20T21:52:30.1755941Z adding 'torch/include/ATen/ops/take_cuda_dispatch.h' 2024-08-20T21:52:30.1759539Z adding 'torch/include/ATen/ops/take_native.h' 2024-08-20T21:52:30.1762487Z adding 'torch/include/ATen/ops/take_ops.h' 2024-08-20T21:52:30.1765495Z adding 'torch/include/ATen/ops/tan.h' 2024-08-20T21:52:30.1769198Z adding 'torch/include/ATen/ops/tan_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:30.1772135Z adding 'torch/include/ATen/ops/tan_cpu_dispatch.h' 2024-08-20T21:52:30.1775156Z adding 'torch/include/ATen/ops/tan_cuda_dispatch.h' 2024-08-20T21:52:30.1778149Z adding 'torch/include/ATen/ops/tan_meta.h' 2024-08-20T21:52:30.1781306Z adding 'torch/include/ATen/ops/tan_meta_dispatch.h' 2024-08-20T21:52:30.1784384Z adding 'torch/include/ATen/ops/tan_native.h' 2024-08-20T21:52:30.1787657Z adding 'torch/include/ATen/ops/tan_ops.h' 2024-08-20T21:52:30.1790928Z adding 'torch/include/ATen/ops/tanh.h' 2024-08-20T21:52:30.1794368Z adding 'torch/include/ATen/ops/tanh_backward.h' 2024-08-20T21:52:30.1797701Z adding 'torch/include/ATen/ops/tanh_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:30.1800600Z adding 'torch/include/ATen/ops/tanh_backward_cpu_dispatch.h' 2024-08-20T21:52:30.1803738Z adding 'torch/include/ATen/ops/tanh_backward_cuda_dispatch.h' 2024-08-20T21:52:30.1806794Z adding 'torch/include/ATen/ops/tanh_backward_meta.h' 2024-08-20T21:52:30.1810060Z adding 'torch/include/ATen/ops/tanh_backward_meta_dispatch.h' 2024-08-20T21:52:30.1813160Z adding 'torch/include/ATen/ops/tanh_backward_native.h' 2024-08-20T21:52:30.1816604Z adding 'torch/include/ATen/ops/tanh_backward_ops.h' 2024-08-20T21:52:30.1820198Z adding 'torch/include/ATen/ops/tanh_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:30.1823109Z adding 'torch/include/ATen/ops/tanh_cpu_dispatch.h' 2024-08-20T21:52:30.1826415Z adding 'torch/include/ATen/ops/tanh_cuda_dispatch.h' 2024-08-20T21:52:30.1829473Z adding 'torch/include/ATen/ops/tanh_meta.h' 2024-08-20T21:52:30.1832828Z adding 'torch/include/ATen/ops/tanh_meta_dispatch.h' 2024-08-20T21:52:30.1836163Z adding 'torch/include/ATen/ops/tanh_native.h' 2024-08-20T21:52:30.1839671Z adding 'torch/include/ATen/ops/tanh_ops.h' 2024-08-20T21:52:30.1843041Z adding 'torch/include/ATen/ops/tensor.h' 2024-08-20T21:52:30.1846580Z adding 'torch/include/ATen/ops/tensor_split.h' 2024-08-20T21:52:30.1850241Z adding 'torch/include/ATen/ops/tensor_split_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:30.1853184Z adding 'torch/include/ATen/ops/tensor_split_native.h' 2024-08-20T21:52:30.1856722Z adding 'torch/include/ATen/ops/tensor_split_ops.h' 2024-08-20T21:52:30.1859977Z adding 'torch/include/ATen/ops/tensordot.h' 2024-08-20T21:52:30.1863590Z adding 'torch/include/ATen/ops/tensordot_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:30.1866663Z adding 'torch/include/ATen/ops/tensordot_native.h' 2024-08-20T21:52:30.1870072Z adding 'torch/include/ATen/ops/tensordot_ops.h' 2024-08-20T21:52:30.1873885Z adding 'torch/include/ATen/ops/thnn_conv2d.h' 2024-08-20T21:52:30.1877682Z adding 'torch/include/ATen/ops/thnn_conv2d_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:30.1880809Z adding 'torch/include/ATen/ops/thnn_conv2d_native.h' 2024-08-20T21:52:30.1884330Z adding 'torch/include/ATen/ops/thnn_conv2d_ops.h' 2024-08-20T21:52:30.1887520Z adding 'torch/include/ATen/ops/threshold.h' 2024-08-20T21:52:30.1890961Z adding 'torch/include/ATen/ops/threshold_backward.h' 2024-08-20T21:52:30.1894513Z adding 'torch/include/ATen/ops/threshold_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:30.1897661Z adding 'torch/include/ATen/ops/threshold_backward_cpu_dispatch.h' 2024-08-20T21:52:30.1901244Z adding 'torch/include/ATen/ops/threshold_backward_cuda_dispatch.h' 2024-08-20T21:52:30.1904121Z adding 'torch/include/ATen/ops/threshold_backward_meta.h' 2024-08-20T21:52:30.1907505Z adding 'torch/include/ATen/ops/threshold_backward_meta_dispatch.h' 2024-08-20T21:52:30.1910551Z adding 'torch/include/ATen/ops/threshold_backward_native.h' 2024-08-20T21:52:30.1914116Z adding 'torch/include/ATen/ops/threshold_backward_ops.h' 2024-08-20T21:52:30.1917600Z adding 'torch/include/ATen/ops/threshold_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:30.1920748Z adding 'torch/include/ATen/ops/threshold_cpu_dispatch.h' 2024-08-20T21:52:30.1924124Z adding 'torch/include/ATen/ops/threshold_cuda_dispatch.h' 2024-08-20T21:52:30.1927205Z adding 'torch/include/ATen/ops/threshold_meta.h' 2024-08-20T21:52:30.1930591Z adding 'torch/include/ATen/ops/threshold_meta_dispatch.h' 2024-08-20T21:52:30.1933640Z adding 'torch/include/ATen/ops/threshold_native.h' 2024-08-20T21:52:30.1937133Z adding 'torch/include/ATen/ops/threshold_ops.h' 2024-08-20T21:52:30.1940351Z adding 'torch/include/ATen/ops/tile.h' 2024-08-20T21:52:30.1943926Z adding 'torch/include/ATen/ops/tile_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:30.1947231Z adding 'torch/include/ATen/ops/tile_native.h' 2024-08-20T21:52:30.1950340Z adding 'torch/include/ATen/ops/tile_ops.h' 2024-08-20T21:52:30.1953374Z adding 'torch/include/ATen/ops/to.h' 2024-08-20T21:52:30.1956952Z adding 'torch/include/ATen/ops/to_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:30.1960034Z adding 'torch/include/ATen/ops/to_dense.h' 2024-08-20T21:52:30.1963199Z adding 'torch/include/ATen/ops/to_dense_backward.h' 2024-08-20T21:52:30.1966777Z adding 'torch/include/ATen/ops/to_dense_backward_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:30.1969816Z adding 'torch/include/ATen/ops/to_dense_backward_native.h' 2024-08-20T21:52:30.1973270Z adding 'torch/include/ATen/ops/to_dense_backward_ops.h' 2024-08-20T21:52:30.1976767Z adding 'torch/include/ATen/ops/to_dense_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:30.1979493Z adding 'torch/include/ATen/ops/to_dense_native.h' 2024-08-20T21:52:30.1982852Z adding 'torch/include/ATen/ops/to_dense_ops.h' 2024-08-20T21:52:30.1986017Z adding 'torch/include/ATen/ops/to_mkldnn.h' 2024-08-20T21:52:30.1989353Z adding 'torch/include/ATen/ops/to_mkldnn_backward.h' 2024-08-20T21:52:30.1992845Z adding 'torch/include/ATen/ops/to_mkldnn_backward_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:30.1996104Z adding 'torch/include/ATen/ops/to_mkldnn_backward_native.h' 2024-08-20T21:52:30.1999370Z adding 'torch/include/ATen/ops/to_mkldnn_backward_ops.h' 2024-08-20T21:52:30.2002565Z adding 'torch/include/ATen/ops/to_mkldnn_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:30.2005705Z adding 'torch/include/ATen/ops/to_mkldnn_cpu_dispatch.h' 2024-08-20T21:52:30.2008766Z adding 'torch/include/ATen/ops/to_mkldnn_native.h' 2024-08-20T21:52:30.2012228Z adding 'torch/include/ATen/ops/to_mkldnn_ops.h' 2024-08-20T21:52:30.2015338Z adding 'torch/include/ATen/ops/to_native.h' 2024-08-20T21:52:30.2019098Z adding 'torch/include/ATen/ops/to_ops.h' 2024-08-20T21:52:30.2022852Z adding 'torch/include/ATen/ops/to_padded_tensor.h' 2024-08-20T21:52:30.2026411Z adding 'torch/include/ATen/ops/to_padded_tensor_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:30.2029515Z adding 'torch/include/ATen/ops/to_padded_tensor_native.h' 2024-08-20T21:52:30.2032915Z adding 'torch/include/ATen/ops/to_padded_tensor_ops.h' 2024-08-20T21:52:30.2036117Z adding 'torch/include/ATen/ops/to_sparse.h' 2024-08-20T21:52:30.2039326Z adding 'torch/include/ATen/ops/to_sparse_bsc.h' 2024-08-20T21:52:30.2042609Z adding 'torch/include/ATen/ops/to_sparse_bsc_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:30.2045646Z adding 'torch/include/ATen/ops/to_sparse_bsc_native.h' 2024-08-20T21:52:30.2048871Z adding 'torch/include/ATen/ops/to_sparse_bsc_ops.h' 2024-08-20T21:52:30.2052175Z adding 'torch/include/ATen/ops/to_sparse_bsr.h' 2024-08-20T21:52:30.2055412Z adding 'torch/include/ATen/ops/to_sparse_bsr_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:30.2058507Z adding 'torch/include/ATen/ops/to_sparse_bsr_native.h' 2024-08-20T21:52:30.2061885Z adding 'torch/include/ATen/ops/to_sparse_bsr_ops.h' 2024-08-20T21:52:30.2065459Z adding 'torch/include/ATen/ops/to_sparse_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:30.2068403Z adding 'torch/include/ATen/ops/to_sparse_csc.h' 2024-08-20T21:52:30.2071594Z adding 'torch/include/ATen/ops/to_sparse_csc_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:30.2074685Z adding 'torch/include/ATen/ops/to_sparse_csc_native.h' 2024-08-20T21:52:30.2077849Z adding 'torch/include/ATen/ops/to_sparse_csc_ops.h' 2024-08-20T21:52:30.2081057Z adding 'torch/include/ATen/ops/to_sparse_csr.h' 2024-08-20T21:52:30.2084424Z adding 'torch/include/ATen/ops/to_sparse_csr_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:30.2087415Z adding 'torch/include/ATen/ops/to_sparse_csr_native.h' 2024-08-20T21:52:30.2090817Z adding 'torch/include/ATen/ops/to_sparse_csr_ops.h' 2024-08-20T21:52:30.2094695Z adding 'torch/include/ATen/ops/to_sparse_native.h' 2024-08-20T21:52:30.2098301Z adding 'torch/include/ATen/ops/to_sparse_ops.h' 2024-08-20T21:52:30.2101709Z adding 'torch/include/ATen/ops/topk.h' 2024-08-20T21:52:30.2105453Z adding 'torch/include/ATen/ops/topk_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:30.2108605Z adding 'torch/include/ATen/ops/topk_cpu_dispatch.h' 2024-08-20T21:52:30.2111855Z adding 'torch/include/ATen/ops/topk_cuda_dispatch.h' 2024-08-20T21:52:30.2115239Z adding 'torch/include/ATen/ops/topk_meta.h' 2024-08-20T21:52:30.2118590Z adding 'torch/include/ATen/ops/topk_meta_dispatch.h' 2024-08-20T21:52:30.2121754Z adding 'torch/include/ATen/ops/topk_native.h' 2024-08-20T21:52:30.2125223Z adding 'torch/include/ATen/ops/topk_ops.h' 2024-08-20T21:52:30.2128486Z adding 'torch/include/ATen/ops/trace.h' 2024-08-20T21:52:30.2131868Z adding 'torch/include/ATen/ops/trace_backward.h' 2024-08-20T21:52:30.2135252Z adding 'torch/include/ATen/ops/trace_backward_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:30.2138301Z adding 'torch/include/ATen/ops/trace_backward_native.h' 2024-08-20T21:52:30.2141461Z adding 'torch/include/ATen/ops/trace_backward_ops.h' 2024-08-20T21:52:30.2144967Z adding 'torch/include/ATen/ops/trace_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:30.2148071Z adding 'torch/include/ATen/ops/trace_cpu_dispatch.h' 2024-08-20T21:52:30.2151323Z adding 'torch/include/ATen/ops/trace_cuda_dispatch.h' 2024-08-20T21:52:30.2154676Z adding 'torch/include/ATen/ops/trace_native.h' 2024-08-20T21:52:30.2157940Z adding 'torch/include/ATen/ops/trace_ops.h' 2024-08-20T21:52:30.2161246Z adding 'torch/include/ATen/ops/transpose.h' 2024-08-20T21:52:30.2164546Z adding 'torch/include/ATen/ops/transpose_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:30.2167823Z adding 'torch/include/ATen/ops/transpose_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:30.2170787Z adding 'torch/include/ATen/ops/transpose_copy.h' 2024-08-20T21:52:30.2174191Z adding 'torch/include/ATen/ops/transpose_copy_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:30.2177708Z adding 'torch/include/ATen/ops/transpose_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:30.2180800Z adding 'torch/include/ATen/ops/transpose_copy_native.h' 2024-08-20T21:52:30.2183842Z adding 'torch/include/ATen/ops/transpose_copy_ops.h' 2024-08-20T21:52:30.2186880Z adding 'torch/include/ATen/ops/transpose_native.h' 2024-08-20T21:52:30.2190316Z adding 'torch/include/ATen/ops/transpose_ops.h' 2024-08-20T21:52:30.2194088Z adding 'torch/include/ATen/ops/trapezoid.h' 2024-08-20T21:52:30.2197509Z adding 'torch/include/ATen/ops/trapezoid_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:30.2200398Z adding 'torch/include/ATen/ops/trapezoid_native.h' 2024-08-20T21:52:30.2203692Z adding 'torch/include/ATen/ops/trapezoid_ops.h' 2024-08-20T21:52:30.2206918Z adding 'torch/include/ATen/ops/trapz.h' 2024-08-20T21:52:30.2210175Z adding 'torch/include/ATen/ops/trapz_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:30.2213052Z adding 'torch/include/ATen/ops/trapz_native.h' 2024-08-20T21:52:30.2216259Z adding 'torch/include/ATen/ops/trapz_ops.h' 2024-08-20T21:52:30.2219550Z adding 'torch/include/ATen/ops/triangular_solve.h' 2024-08-20T21:52:30.2223519Z adding 'torch/include/ATen/ops/triangular_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:30.2226261Z adding 'torch/include/ATen/ops/triangular_solve_cpu_dispatch.h' 2024-08-20T21:52:30.2229485Z adding 'torch/include/ATen/ops/triangular_solve_cuda_dispatch.h' 2024-08-20T21:52:30.2232561Z adding 'torch/include/ATen/ops/triangular_solve_meta.h' 2024-08-20T21:52:30.2235961Z adding 'torch/include/ATen/ops/triangular_solve_meta_dispatch.h' 2024-08-20T21:52:30.2239049Z adding 'torch/include/ATen/ops/triangular_solve_native.h' 2024-08-20T21:52:30.2242400Z adding 'torch/include/ATen/ops/triangular_solve_ops.h' 2024-08-20T21:52:30.2245521Z adding 'torch/include/ATen/ops/tril.h' 2024-08-20T21:52:30.2249010Z adding 'torch/include/ATen/ops/tril_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:30.2251990Z adding 'torch/include/ATen/ops/tril_cpu_dispatch.h' 2024-08-20T21:52:30.2255052Z adding 'torch/include/ATen/ops/tril_cuda_dispatch.h' 2024-08-20T21:52:30.2258316Z adding 'torch/include/ATen/ops/tril_indices.h' 2024-08-20T21:52:30.2261702Z adding 'torch/include/ATen/ops/tril_indices_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:30.2264726Z adding 'torch/include/ATen/ops/tril_indices_cpu_dispatch.h' 2024-08-20T21:52:30.2268064Z adding 'torch/include/ATen/ops/tril_indices_cuda_dispatch.h' 2024-08-20T21:52:30.2270987Z adding 'torch/include/ATen/ops/tril_indices_native.h' 2024-08-20T21:52:30.2274344Z adding 'torch/include/ATen/ops/tril_indices_ops.h' 2024-08-20T21:52:30.2277439Z adding 'torch/include/ATen/ops/tril_meta.h' 2024-08-20T21:52:30.2280873Z adding 'torch/include/ATen/ops/tril_meta_dispatch.h' 2024-08-20T21:52:30.2283867Z adding 'torch/include/ATen/ops/tril_native.h' 2024-08-20T21:52:30.2287269Z adding 'torch/include/ATen/ops/tril_ops.h' 2024-08-20T21:52:30.2290555Z adding 'torch/include/ATen/ops/triplet_margin_loss.h' 2024-08-20T21:52:30.2293916Z adding 'torch/include/ATen/ops/triplet_margin_loss_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:30.2296790Z adding 'torch/include/ATen/ops/triplet_margin_loss_native.h' 2024-08-20T21:52:30.2300269Z adding 'torch/include/ATen/ops/triplet_margin_loss_ops.h' 2024-08-20T21:52:30.2303451Z adding 'torch/include/ATen/ops/triu.h' 2024-08-20T21:52:30.2306925Z adding 'torch/include/ATen/ops/triu_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:30.2309762Z adding 'torch/include/ATen/ops/triu_cpu_dispatch.h' 2024-08-20T21:52:30.2312881Z adding 'torch/include/ATen/ops/triu_cuda_dispatch.h' 2024-08-20T21:52:30.2316261Z adding 'torch/include/ATen/ops/triu_indices.h' 2024-08-20T21:52:30.2319654Z adding 'torch/include/ATen/ops/triu_indices_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:30.2322722Z adding 'torch/include/ATen/ops/triu_indices_cpu_dispatch.h' 2024-08-20T21:52:30.2326033Z adding 'torch/include/ATen/ops/triu_indices_cuda_dispatch.h' 2024-08-20T21:52:30.2329077Z adding 'torch/include/ATen/ops/triu_indices_native.h' 2024-08-20T21:52:30.2332258Z adding 'torch/include/ATen/ops/triu_indices_ops.h' 2024-08-20T21:52:30.2335319Z adding 'torch/include/ATen/ops/triu_meta.h' 2024-08-20T21:52:30.2338479Z adding 'torch/include/ATen/ops/triu_meta_dispatch.h' 2024-08-20T21:52:30.2341467Z adding 'torch/include/ATen/ops/triu_native.h' 2024-08-20T21:52:30.2344745Z adding 'torch/include/ATen/ops/triu_ops.h' 2024-08-20T21:52:30.2348061Z adding 'torch/include/ATen/ops/true_divide.h' 2024-08-20T21:52:30.2351505Z adding 'torch/include/ATen/ops/true_divide_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:30.2354473Z adding 'torch/include/ATen/ops/true_divide_native.h' 2024-08-20T21:52:30.2358319Z adding 'torch/include/ATen/ops/true_divide_ops.h' 2024-08-20T21:52:30.2361430Z adding 'torch/include/ATen/ops/trunc.h' 2024-08-20T21:52:30.2364923Z adding 'torch/include/ATen/ops/trunc_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:30.2367808Z adding 'torch/include/ATen/ops/trunc_cpu_dispatch.h' 2024-08-20T21:52:30.2371040Z adding 'torch/include/ATen/ops/trunc_cuda_dispatch.h' 2024-08-20T21:52:30.2374061Z adding 'torch/include/ATen/ops/trunc_meta.h' 2024-08-20T21:52:30.2377142Z adding 'torch/include/ATen/ops/trunc_meta_dispatch.h' 2024-08-20T21:52:30.2380629Z adding 'torch/include/ATen/ops/trunc_native.h' 2024-08-20T21:52:30.2383933Z adding 'torch/include/ATen/ops/trunc_ops.h' 2024-08-20T21:52:30.2387149Z adding 'torch/include/ATen/ops/type_as.h' 2024-08-20T21:52:30.2390475Z adding 'torch/include/ATen/ops/type_as_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:30.2393682Z adding 'torch/include/ATen/ops/type_as_native.h' 2024-08-20T21:52:30.2397212Z adding 'torch/include/ATen/ops/type_as_ops.h' 2024-08-20T21:52:30.2400170Z adding 'torch/include/ATen/ops/unbind.h' 2024-08-20T21:52:30.2403739Z adding 'torch/include/ATen/ops/unbind_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:30.2407022Z adding 'torch/include/ATen/ops/unbind_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:30.2410023Z adding 'torch/include/ATen/ops/unbind_copy.h' 2024-08-20T21:52:30.2413401Z adding 'torch/include/ATen/ops/unbind_copy_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:30.2416923Z adding 'torch/include/ATen/ops/unbind_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:30.2419926Z adding 'torch/include/ATen/ops/unbind_copy_native.h' 2024-08-20T21:52:30.2423083Z adding 'torch/include/ATen/ops/unbind_copy_ops.h' 2024-08-20T21:52:30.2426413Z adding 'torch/include/ATen/ops/unbind_native.h' 2024-08-20T21:52:30.2429567Z adding 'torch/include/ATen/ops/unbind_ops.h' 2024-08-20T21:52:30.2433077Z adding 'torch/include/ATen/ops/unflatten.h' 2024-08-20T21:52:30.2436798Z adding 'torch/include/ATen/ops/unflatten_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:30.2439974Z adding 'torch/include/ATen/ops/unflatten_dense_tensors.h' 2024-08-20T21:52:30.2443705Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:30.2446269Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_native.h' 2024-08-20T21:52:30.2449583Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_ops.h' 2024-08-20T21:52:30.2452606Z adding 'torch/include/ATen/ops/unflatten_native.h' 2024-08-20T21:52:30.2456107Z adding 'torch/include/ATen/ops/unflatten_ops.h' 2024-08-20T21:52:30.2459172Z adding 'torch/include/ATen/ops/unfold.h' 2024-08-20T21:52:30.2462719Z adding 'torch/include/ATen/ops/unfold_backward.h' 2024-08-20T21:52:30.2466579Z adding 'torch/include/ATen/ops/unfold_backward_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:30.2469478Z adding 'torch/include/ATen/ops/unfold_backward_cpu_dispatch.h' 2024-08-20T21:52:30.2472801Z adding 'torch/include/ATen/ops/unfold_backward_cuda_dispatch.h' 2024-08-20T21:52:30.2475957Z adding 'torch/include/ATen/ops/unfold_backward_native.h' 2024-08-20T21:52:30.2479428Z adding 'torch/include/ATen/ops/unfold_backward_ops.h' 2024-08-20T21:52:30.2482734Z adding 'torch/include/ATen/ops/unfold_copy.h' 2024-08-20T21:52:30.2486224Z adding 'torch/include/ATen/ops/unfold_copy_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:30.2489651Z adding 'torch/include/ATen/ops/unfold_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:30.2492449Z adding 'torch/include/ATen/ops/unfold_copy_native.h' 2024-08-20T21:52:30.2495816Z adding 'torch/include/ATen/ops/unfold_copy_ops.h' 2024-08-20T21:52:30.2498971Z adding 'torch/include/ATen/ops/unfold_cpu_dispatch.h' 2024-08-20T21:52:30.2502230Z adding 'torch/include/ATen/ops/unfold_cuda_dispatch.h' 2024-08-20T21:52:30.2505398Z adding 'torch/include/ATen/ops/unfold_meta_dispatch.h' 2024-08-20T21:52:30.2509038Z adding 'torch/include/ATen/ops/unfold_native.h' 2024-08-20T21:52:30.2511876Z adding 'torch/include/ATen/ops/unfold_ops.h' 2024-08-20T21:52:30.2515440Z adding 'torch/include/ATen/ops/uniform.h' 2024-08-20T21:52:30.2518888Z adding 'torch/include/ATen/ops/uniform_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:30.2521890Z adding 'torch/include/ATen/ops/uniform_cpu_dispatch.h' 2024-08-20T21:52:30.2525207Z adding 'torch/include/ATen/ops/uniform_cuda_dispatch.h' 2024-08-20T21:52:30.2528345Z adding 'torch/include/ATen/ops/uniform_meta_dispatch.h' 2024-08-20T21:52:30.2531560Z adding 'torch/include/ATen/ops/uniform_native.h' 2024-08-20T21:52:30.2535278Z adding 'torch/include/ATen/ops/uniform_ops.h' 2024-08-20T21:52:30.2538476Z adding 'torch/include/ATen/ops/unique_consecutive.h' 2024-08-20T21:52:30.2542063Z adding 'torch/include/ATen/ops/unique_consecutive_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:30.2545089Z adding 'torch/include/ATen/ops/unique_consecutive_cpu_dispatch.h' 2024-08-20T21:52:30.2548486Z adding 'torch/include/ATen/ops/unique_consecutive_cuda_dispatch.h' 2024-08-20T21:52:30.2552125Z adding 'torch/include/ATen/ops/unique_consecutive_native.h' 2024-08-20T21:52:30.2555717Z adding 'torch/include/ATen/ops/unique_consecutive_ops.h' 2024-08-20T21:52:30.2559033Z adding 'torch/include/ATen/ops/unique_dim.h' 2024-08-20T21:52:30.2562489Z adding 'torch/include/ATen/ops/unique_dim_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:30.2565764Z adding 'torch/include/ATen/ops/unique_dim_consecutive.h' 2024-08-20T21:52:30.2569484Z adding 'torch/include/ATen/ops/unique_dim_consecutive_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:30.2572405Z adding 'torch/include/ATen/ops/unique_dim_consecutive_cpu_dispatch.h' 2024-08-20T21:52:30.2575737Z adding 'torch/include/ATen/ops/unique_dim_consecutive_cuda_dispatch.h' 2024-08-20T21:52:30.2578956Z adding 'torch/include/ATen/ops/unique_dim_consecutive_native.h' 2024-08-20T21:52:30.2582349Z adding 'torch/include/ATen/ops/unique_dim_consecutive_ops.h' 2024-08-20T21:52:30.2585503Z adding 'torch/include/ATen/ops/unique_dim_cpu_dispatch.h' 2024-08-20T21:52:30.2588831Z adding 'torch/include/ATen/ops/unique_dim_cuda_dispatch.h' 2024-08-20T21:52:30.2591875Z adding 'torch/include/ATen/ops/unique_dim_native.h' 2024-08-20T21:52:30.2595492Z adding 'torch/include/ATen/ops/unique_dim_ops.h' 2024-08-20T21:52:30.2598912Z adding 'torch/include/ATen/ops/unsafe_chunk.h' 2024-08-20T21:52:30.2602090Z adding 'torch/include/ATen/ops/unsafe_chunk_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:30.2605106Z adding 'torch/include/ATen/ops/unsafe_chunk_native.h' 2024-08-20T21:52:30.2608305Z adding 'torch/include/ATen/ops/unsafe_chunk_ops.h' 2024-08-20T21:52:30.2611846Z adding 'torch/include/ATen/ops/unsafe_split.h' 2024-08-20T21:52:30.2615493Z adding 'torch/include/ATen/ops/unsafe_split_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:30.2618564Z adding 'torch/include/ATen/ops/unsafe_split_native.h' 2024-08-20T21:52:30.2621917Z adding 'torch/include/ATen/ops/unsafe_split_ops.h' 2024-08-20T21:52:30.2625410Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes.h' 2024-08-20T21:52:30.2629149Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:30.2632142Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_native.h' 2024-08-20T21:52:30.2635650Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_ops.h' 2024-08-20T21:52:30.2638849Z adding 'torch/include/ATen/ops/unsqueeze.h' 2024-08-20T21:52:30.2642409Z adding 'torch/include/ATen/ops/unsqueeze_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:30.2645454Z adding 'torch/include/ATen/ops/unsqueeze_copy.h' 2024-08-20T21:52:30.2648844Z adding 'torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:30.2652355Z adding 'torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:30.2655450Z adding 'torch/include/ATen/ops/unsqueeze_copy_native.h' 2024-08-20T21:52:30.2658555Z adding 'torch/include/ATen/ops/unsqueeze_copy_ops.h' 2024-08-20T21:52:30.2661868Z adding 'torch/include/ATen/ops/unsqueeze_native.h' 2024-08-20T21:52:30.2665108Z adding 'torch/include/ATen/ops/unsqueeze_ops.h' 2024-08-20T21:52:30.2668832Z adding 'torch/include/ATen/ops/upsample_bicubic2d.h' 2024-08-20T21:52:30.2672939Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward.h' 2024-08-20T21:52:30.2676756Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:30.2680015Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_cpu_dispatch.h' 2024-08-20T21:52:30.2683313Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_cuda_dispatch.h' 2024-08-20T21:52:30.2686660Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_meta.h' 2024-08-20T21:52:30.2690229Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_meta_dispatch.h' 2024-08-20T21:52:30.2693287Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_native.h' 2024-08-20T21:52:30.2696753Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_ops.h' 2024-08-20T21:52:30.2700401Z adding 'torch/include/ATen/ops/upsample_bicubic2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:30.2703603Z adding 'torch/include/ATen/ops/upsample_bicubic2d_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:30.2706794Z adding 'torch/include/ATen/ops/upsample_bicubic2d_cpu_dispatch.h' 2024-08-20T21:52:30.2710036Z adding 'torch/include/ATen/ops/upsample_bicubic2d_cuda_dispatch.h' 2024-08-20T21:52:30.2713214Z adding 'torch/include/ATen/ops/upsample_bicubic2d_meta.h' 2024-08-20T21:52:30.2716653Z adding 'torch/include/ATen/ops/upsample_bicubic2d_meta_dispatch.h' 2024-08-20T21:52:30.2719837Z adding 'torch/include/ATen/ops/upsample_bicubic2d_native.h' 2024-08-20T21:52:30.2723241Z adding 'torch/include/ATen/ops/upsample_bicubic2d_ops.h' 2024-08-20T21:52:30.2726964Z adding 'torch/include/ATen/ops/upsample_bilinear2d.h' 2024-08-20T21:52:30.2731046Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward.h' 2024-08-20T21:52:30.2734728Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:30.2738184Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_cpu_dispatch.h' 2024-08-20T21:52:30.2741511Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_cuda_dispatch.h' 2024-08-20T21:52:30.2744605Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_meta.h' 2024-08-20T21:52:30.2747913Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_meta_dispatch.h' 2024-08-20T21:52:30.2751015Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_native.h' 2024-08-20T21:52:30.2754433Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_ops.h' 2024-08-20T21:52:30.2757916Z adding 'torch/include/ATen/ops/upsample_bilinear2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:30.2761184Z adding 'torch/include/ATen/ops/upsample_bilinear2d_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:30.2764339Z adding 'torch/include/ATen/ops/upsample_bilinear2d_cpu_dispatch.h' 2024-08-20T21:52:30.2767602Z adding 'torch/include/ATen/ops/upsample_bilinear2d_cuda_dispatch.h' 2024-08-20T21:52:30.2770809Z adding 'torch/include/ATen/ops/upsample_bilinear2d_meta.h' 2024-08-20T21:52:30.2774092Z adding 'torch/include/ATen/ops/upsample_bilinear2d_meta_dispatch.h' 2024-08-20T21:52:30.2777235Z adding 'torch/include/ATen/ops/upsample_bilinear2d_native.h' 2024-08-20T21:52:30.2780627Z adding 'torch/include/ATen/ops/upsample_bilinear2d_ops.h' 2024-08-20T21:52:30.2784239Z adding 'torch/include/ATen/ops/upsample_linear1d.h' 2024-08-20T21:52:30.2788071Z adding 'torch/include/ATen/ops/upsample_linear1d_backward.h' 2024-08-20T21:52:30.2791840Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:30.2795050Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_cpu_dispatch.h' 2024-08-20T21:52:30.2798173Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_cuda_dispatch.h' 2024-08-20T21:52:30.2801233Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_meta.h' 2024-08-20T21:52:30.2804573Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_meta_dispatch.h' 2024-08-20T21:52:30.2807740Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_native.h' 2024-08-20T21:52:30.2811043Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_ops.h' 2024-08-20T21:52:30.2814930Z adding 'torch/include/ATen/ops/upsample_linear1d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:30.2817786Z adding 'torch/include/ATen/ops/upsample_linear1d_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:30.2820861Z adding 'torch/include/ATen/ops/upsample_linear1d_cpu_dispatch.h' 2024-08-20T21:52:30.2824103Z adding 'torch/include/ATen/ops/upsample_linear1d_cuda_dispatch.h' 2024-08-20T21:52:30.2827210Z adding 'torch/include/ATen/ops/upsample_linear1d_meta.h' 2024-08-20T21:52:30.2830456Z adding 'torch/include/ATen/ops/upsample_linear1d_meta_dispatch.h' 2024-08-20T21:52:30.2833685Z adding 'torch/include/ATen/ops/upsample_linear1d_native.h' 2024-08-20T21:52:30.2837231Z adding 'torch/include/ATen/ops/upsample_linear1d_ops.h' 2024-08-20T21:52:30.2840741Z adding 'torch/include/ATen/ops/upsample_nearest1d.h' 2024-08-20T21:52:30.2844461Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward.h' 2024-08-20T21:52:30.2848214Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:30.2851967Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_cpu_dispatch.h' 2024-08-20T21:52:30.2855327Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_cuda_dispatch.h' 2024-08-20T21:52:30.2858408Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_meta.h' 2024-08-20T21:52:30.2861731Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_meta_dispatch.h' 2024-08-20T21:52:30.2864804Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_native.h' 2024-08-20T21:52:30.2868168Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_ops.h' 2024-08-20T21:52:30.2871725Z adding 'torch/include/ATen/ops/upsample_nearest1d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:30.2874970Z adding 'torch/include/ATen/ops/upsample_nearest1d_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:30.2878052Z adding 'torch/include/ATen/ops/upsample_nearest1d_cpu_dispatch.h' 2024-08-20T21:52:30.2881301Z adding 'torch/include/ATen/ops/upsample_nearest1d_cuda_dispatch.h' 2024-08-20T21:52:30.2884404Z adding 'torch/include/ATen/ops/upsample_nearest1d_meta.h' 2024-08-20T21:52:30.2887670Z adding 'torch/include/ATen/ops/upsample_nearest1d_meta_dispatch.h' 2024-08-20T21:52:30.2890818Z adding 'torch/include/ATen/ops/upsample_nearest1d_native.h' 2024-08-20T21:52:30.2894150Z adding 'torch/include/ATen/ops/upsample_nearest1d_ops.h' 2024-08-20T21:52:30.2897748Z adding 'torch/include/ATen/ops/upsample_nearest2d.h' 2024-08-20T21:52:30.2901583Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward.h' 2024-08-20T21:52:30.2905325Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:30.2908690Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_cpu_dispatch.h' 2024-08-20T21:52:30.2912028Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_cuda_dispatch.h' 2024-08-20T21:52:30.2915536Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_meta.h' 2024-08-20T21:52:30.2918821Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_meta_dispatch.h' 2024-08-20T21:52:30.2922087Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_native.h' 2024-08-20T21:52:30.2925406Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_ops.h' 2024-08-20T21:52:30.2929189Z adding 'torch/include/ATen/ops/upsample_nearest2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:30.2932163Z adding 'torch/include/ATen/ops/upsample_nearest2d_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:30.2935618Z adding 'torch/include/ATen/ops/upsample_nearest2d_cpu_dispatch.h' 2024-08-20T21:52:30.2939154Z adding 'torch/include/ATen/ops/upsample_nearest2d_cuda_dispatch.h' 2024-08-20T21:52:30.2941966Z adding 'torch/include/ATen/ops/upsample_nearest2d_meta.h' 2024-08-20T21:52:30.2945413Z adding 'torch/include/ATen/ops/upsample_nearest2d_meta_dispatch.h' 2024-08-20T21:52:30.2948544Z adding 'torch/include/ATen/ops/upsample_nearest2d_native.h' 2024-08-20T21:52:30.2952090Z adding 'torch/include/ATen/ops/upsample_nearest2d_ops.h' 2024-08-20T21:52:30.2956082Z adding 'torch/include/ATen/ops/upsample_nearest3d.h' 2024-08-20T21:52:30.2959968Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward.h' 2024-08-20T21:52:30.2963907Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:30.2967140Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_cpu_dispatch.h' 2024-08-20T21:52:30.2970415Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_cuda_dispatch.h' 2024-08-20T21:52:30.2973787Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_meta.h' 2024-08-20T21:52:30.2977035Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_meta_dispatch.h' 2024-08-20T21:52:30.2980378Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_native.h' 2024-08-20T21:52:30.2983744Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_ops.h' 2024-08-20T21:52:30.2987462Z adding 'torch/include/ATen/ops/upsample_nearest3d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:30.2990777Z adding 'torch/include/ATen/ops/upsample_nearest3d_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:30.2993911Z adding 'torch/include/ATen/ops/upsample_nearest3d_cpu_dispatch.h' 2024-08-20T21:52:30.2997385Z adding 'torch/include/ATen/ops/upsample_nearest3d_cuda_dispatch.h' 2024-08-20T21:52:30.3000669Z adding 'torch/include/ATen/ops/upsample_nearest3d_meta.h' 2024-08-20T21:52:30.3004183Z adding 'torch/include/ATen/ops/upsample_nearest3d_meta_dispatch.h' 2024-08-20T21:52:30.3007493Z adding 'torch/include/ATen/ops/upsample_nearest3d_native.h' 2024-08-20T21:52:30.3010872Z adding 'torch/include/ATen/ops/upsample_nearest3d_ops.h' 2024-08-20T21:52:30.3014799Z adding 'torch/include/ATen/ops/upsample_trilinear3d.h' 2024-08-20T21:52:30.3018938Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward.h' 2024-08-20T21:52:30.3022693Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:30.3025943Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_cpu_dispatch.h' 2024-08-20T21:52:30.3029301Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_cuda_dispatch.h' 2024-08-20T21:52:30.3032631Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_meta.h' 2024-08-20T21:52:30.3036383Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_meta_dispatch.h' 2024-08-20T21:52:30.3039676Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_native.h' 2024-08-20T21:52:30.3043645Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_ops.h' 2024-08-20T21:52:30.3047609Z adding 'torch/include/ATen/ops/upsample_trilinear3d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:30.3050525Z adding 'torch/include/ATen/ops/upsample_trilinear3d_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:30.3053809Z adding 'torch/include/ATen/ops/upsample_trilinear3d_cpu_dispatch.h' 2024-08-20T21:52:30.3057122Z adding 'torch/include/ATen/ops/upsample_trilinear3d_cuda_dispatch.h' 2024-08-20T21:52:30.3060409Z adding 'torch/include/ATen/ops/upsample_trilinear3d_meta.h' 2024-08-20T21:52:30.3063777Z adding 'torch/include/ATen/ops/upsample_trilinear3d_meta_dispatch.h' 2024-08-20T21:52:30.3067229Z adding 'torch/include/ATen/ops/upsample_trilinear3d_native.h' 2024-08-20T21:52:30.3075530Z adding 'torch/include/ATen/ops/upsample_trilinear3d_ops.h' 2024-08-20T21:52:30.3076591Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward.h' 2024-08-20T21:52:30.3080507Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:30.3083470Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_native.h' 2024-08-20T21:52:30.3086927Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_ops.h' 2024-08-20T21:52:30.3089549Z adding 'torch/include/ATen/ops/values.h' 2024-08-20T21:52:30.3093063Z adding 'torch/include/ATen/ops/values_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:30.3096041Z adding 'torch/include/ATen/ops/values_copy.h' 2024-08-20T21:52:30.3099587Z adding 'torch/include/ATen/ops/values_copy_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:30.3102842Z adding 'torch/include/ATen/ops/values_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:30.3105761Z adding 'torch/include/ATen/ops/values_copy_native.h' 2024-08-20T21:52:30.3109107Z adding 'torch/include/ATen/ops/values_copy_ops.h' 2024-08-20T21:52:30.3112612Z adding 'torch/include/ATen/ops/values_native.h' 2024-08-20T21:52:30.3116164Z adding 'torch/include/ATen/ops/values_ops.h' 2024-08-20T21:52:30.3119186Z adding 'torch/include/ATen/ops/vander.h' 2024-08-20T21:52:30.3122722Z adding 'torch/include/ATen/ops/vander_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:30.3125641Z adding 'torch/include/ATen/ops/vander_native.h' 2024-08-20T21:52:30.3129059Z adding 'torch/include/ATen/ops/vander_ops.h' 2024-08-20T21:52:30.3132757Z adding 'torch/include/ATen/ops/var.h' 2024-08-20T21:52:30.3136256Z adding 'torch/include/ATen/ops/var_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:30.3139473Z adding 'torch/include/ATen/ops/var_cpu_dispatch.h' 2024-08-20T21:52:30.3142632Z adding 'torch/include/ATen/ops/var_cuda_dispatch.h' 2024-08-20T21:52:30.3146215Z adding 'torch/include/ATen/ops/var_mean.h' 2024-08-20T21:52:30.3149995Z adding 'torch/include/ATen/ops/var_mean_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:30.3153238Z adding 'torch/include/ATen/ops/var_mean_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:30.3156447Z adding 'torch/include/ATen/ops/var_mean_cpu_dispatch.h' 2024-08-20T21:52:30.3159621Z adding 'torch/include/ATen/ops/var_mean_cuda_dispatch.h' 2024-08-20T21:52:30.3162973Z adding 'torch/include/ATen/ops/var_mean_native.h' 2024-08-20T21:52:30.3166744Z adding 'torch/include/ATen/ops/var_mean_ops.h' 2024-08-20T21:52:30.3170094Z adding 'torch/include/ATen/ops/var_native.h' 2024-08-20T21:52:30.3173950Z adding 'torch/include/ATen/ops/var_ops.h' 2024-08-20T21:52:30.3177267Z adding 'torch/include/ATen/ops/vdot.h' 2024-08-20T21:52:30.3180826Z adding 'torch/include/ATen/ops/vdot_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:30.3184018Z adding 'torch/include/ATen/ops/vdot_cpu_dispatch.h' 2024-08-20T21:52:30.3187066Z adding 'torch/include/ATen/ops/vdot_cuda_dispatch.h' 2024-08-20T21:52:30.3190208Z adding 'torch/include/ATen/ops/vdot_native.h' 2024-08-20T21:52:30.3193648Z adding 'torch/include/ATen/ops/vdot_ops.h' 2024-08-20T21:52:30.3197063Z adding 'torch/include/ATen/ops/view.h' 2024-08-20T21:52:30.3199983Z adding 'torch/include/ATen/ops/view_as.h' 2024-08-20T21:52:30.3203297Z adding 'torch/include/ATen/ops/view_as_complex.h' 2024-08-20T21:52:30.3206604Z adding 'torch/include/ATen/ops/view_as_complex_copy.h' 2024-08-20T21:52:30.3210029Z adding 'torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:30.3213473Z adding 'torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:30.3216533Z adding 'torch/include/ATen/ops/view_as_complex_copy_native.h' 2024-08-20T21:52:30.3219727Z adding 'torch/include/ATen/ops/view_as_complex_copy_ops.h' 2024-08-20T21:52:30.3222820Z adding 'torch/include/ATen/ops/view_as_complex_cpu_dispatch.h' 2024-08-20T21:52:30.3226236Z adding 'torch/include/ATen/ops/view_as_complex_cuda_dispatch.h' 2024-08-20T21:52:30.3229458Z adding 'torch/include/ATen/ops/view_as_complex_meta_dispatch.h' 2024-08-20T21:52:30.3232412Z adding 'torch/include/ATen/ops/view_as_complex_native.h' 2024-08-20T21:52:30.3235874Z adding 'torch/include/ATen/ops/view_as_complex_ops.h' 2024-08-20T21:52:30.3239199Z adding 'torch/include/ATen/ops/view_as_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:30.3242183Z adding 'torch/include/ATen/ops/view_as_native.h' 2024-08-20T21:52:30.3245273Z adding 'torch/include/ATen/ops/view_as_ops.h' 2024-08-20T21:52:30.3248532Z adding 'torch/include/ATen/ops/view_as_real.h' 2024-08-20T21:52:30.3251684Z adding 'torch/include/ATen/ops/view_as_real_copy.h' 2024-08-20T21:52:30.3255274Z adding 'torch/include/ATen/ops/view_as_real_copy_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:30.3258831Z adding 'torch/include/ATen/ops/view_as_real_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:30.3261516Z adding 'torch/include/ATen/ops/view_as_real_copy_native.h' 2024-08-20T21:52:30.3264853Z adding 'torch/include/ATen/ops/view_as_real_copy_ops.h' 2024-08-20T21:52:30.3268129Z adding 'torch/include/ATen/ops/view_as_real_cpu_dispatch.h' 2024-08-20T21:52:30.3271314Z adding 'torch/include/ATen/ops/view_as_real_cuda_dispatch.h' 2024-08-20T21:52:30.3274494Z adding 'torch/include/ATen/ops/view_as_real_meta_dispatch.h' 2024-08-20T21:52:30.3277804Z adding 'torch/include/ATen/ops/view_as_real_native.h' 2024-08-20T21:52:30.3281541Z adding 'torch/include/ATen/ops/view_as_real_ops.h' 2024-08-20T21:52:30.3284789Z adding 'torch/include/ATen/ops/view_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:30.3288210Z adding 'torch/include/ATen/ops/view_copy.h' 2024-08-20T21:52:30.3291711Z adding 'torch/include/ATen/ops/view_copy_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:30.3294993Z adding 'torch/include/ATen/ops/view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:30.3297868Z adding 'torch/include/ATen/ops/view_copy_native.h' 2024-08-20T21:52:30.3301382Z adding 'torch/include/ATen/ops/view_copy_ops.h' 2024-08-20T21:52:30.3304638Z adding 'torch/include/ATen/ops/view_cpu_dispatch.h' 2024-08-20T21:52:30.3307775Z adding 'torch/include/ATen/ops/view_cuda_dispatch.h' 2024-08-20T21:52:30.3310805Z adding 'torch/include/ATen/ops/view_meta_dispatch.h' 2024-08-20T21:52:30.3313895Z adding 'torch/include/ATen/ops/view_native.h' 2024-08-20T21:52:30.3317184Z adding 'torch/include/ATen/ops/view_ops.h' 2024-08-20T21:52:30.3320340Z adding 'torch/include/ATen/ops/vsplit.h' 2024-08-20T21:52:30.3323695Z adding 'torch/include/ATen/ops/vsplit_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:30.3326572Z adding 'torch/include/ATen/ops/vsplit_native.h' 2024-08-20T21:52:30.3329806Z adding 'torch/include/ATen/ops/vsplit_ops.h' 2024-08-20T21:52:30.3333208Z adding 'torch/include/ATen/ops/vstack.h' 2024-08-20T21:52:30.3336593Z adding 'torch/include/ATen/ops/vstack_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:30.3339441Z adding 'torch/include/ATen/ops/vstack_native.h' 2024-08-20T21:52:30.3342697Z adding 'torch/include/ATen/ops/vstack_ops.h' 2024-08-20T21:52:30.3345976Z adding 'torch/include/ATen/ops/where.h' 2024-08-20T21:52:30.3349423Z adding 'torch/include/ATen/ops/where_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:30.3352466Z adding 'torch/include/ATen/ops/where_cpu_dispatch.h' 2024-08-20T21:52:30.3355854Z adding 'torch/include/ATen/ops/where_cuda_dispatch.h' 2024-08-20T21:52:30.3359000Z adding 'torch/include/ATen/ops/where_native.h' 2024-08-20T21:52:30.3362423Z adding 'torch/include/ATen/ops/where_ops.h' 2024-08-20T21:52:30.3365826Z adding 'torch/include/ATen/ops/xlogy.h' 2024-08-20T21:52:30.3369289Z adding 'torch/include/ATen/ops/xlogy_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:30.3372689Z adding 'torch/include/ATen/ops/xlogy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:52:30.3375651Z adding 'torch/include/ATen/ops/xlogy_cpu_dispatch.h' 2024-08-20T21:52:30.3378641Z adding 'torch/include/ATen/ops/xlogy_cuda_dispatch.h' 2024-08-20T21:52:30.3381701Z adding 'torch/include/ATen/ops/xlogy_meta.h' 2024-08-20T21:52:30.3384839Z adding 'torch/include/ATen/ops/xlogy_meta_dispatch.h' 2024-08-20T21:52:30.3388007Z adding 'torch/include/ATen/ops/xlogy_native.h' 2024-08-20T21:52:30.3391669Z adding 'torch/include/ATen/ops/xlogy_ops.h' 2024-08-20T21:52:30.3394987Z adding 'torch/include/ATen/ops/xor.h' 2024-08-20T21:52:30.3398398Z adding 'torch/include/ATen/ops/xor_compositeimplicitautograd_dispatch.h' 2024-08-20T21:52:30.3401291Z adding 'torch/include/ATen/ops/xor_native.h' 2024-08-20T21:52:30.3404618Z adding 'torch/include/ATen/ops/xor_ops.h' 2024-08-20T21:52:30.3407838Z adding 'torch/include/ATen/ops/zero.h' 2024-08-20T21:52:30.3411247Z adding 'torch/include/ATen/ops/zero_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:30.3414227Z adding 'torch/include/ATen/ops/zero_cpu_dispatch.h' 2024-08-20T21:52:30.3417520Z adding 'torch/include/ATen/ops/zero_cuda_dispatch.h' 2024-08-20T21:52:30.3420533Z adding 'torch/include/ATen/ops/zero_meta_dispatch.h' 2024-08-20T21:52:30.3423485Z adding 'torch/include/ATen/ops/zero_native.h' 2024-08-20T21:52:30.3426843Z adding 'torch/include/ATen/ops/zero_ops.h' 2024-08-20T21:52:30.3430473Z adding 'torch/include/ATen/ops/zeros.h' 2024-08-20T21:52:30.3434297Z adding 'torch/include/ATen/ops/zeros_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:30.3437468Z adding 'torch/include/ATen/ops/zeros_like.h' 2024-08-20T21:52:30.3441127Z adding 'torch/include/ATen/ops/zeros_like_compositeexplicitautograd_dispatch.h' 2024-08-20T21:52:30.3444414Z adding 'torch/include/ATen/ops/zeros_like_compositeimplicitautogradnestedtensor_dispatch.h' 2024-08-20T21:52:30.3447191Z adding 'torch/include/ATen/ops/zeros_like_native.h' 2024-08-20T21:52:30.3450981Z adding 'torch/include/ATen/ops/zeros_like_ops.h' 2024-08-20T21:52:30.3454220Z adding 'torch/include/ATen/ops/zeros_native.h' 2024-08-20T21:52:30.3457737Z adding 'torch/include/ATen/ops/zeros_ops.h' 2024-08-20T21:52:30.3464416Z adding 'torch/include/ATen/quantized/QTensorImpl.h' 2024-08-20T21:52:30.3469653Z adding 'torch/include/ATen/quantized/Quantizer.h' 2024-08-20T21:52:30.3474095Z adding 'torch/include/ATen/xpu/CachingHostAllocator.h' 2024-08-20T21:52:30.3477128Z adding 'torch/include/ATen/xpu/PinnedMemoryAllocator.h' 2024-08-20T21:52:30.3480308Z adding 'torch/include/ATen/xpu/XPUContext.h' 2024-08-20T21:52:30.3483084Z adding 'torch/include/ATen/xpu/XPUDevice.h' 2024-08-20T21:52:30.3487294Z adding 'torch/include/ATen/xpu/XPUEvent.h' 2024-08-20T21:52:30.3490962Z adding 'torch/include/ATen/xpu/XPUGeneratorImpl.h' 2024-08-20T21:52:30.3494865Z adding 'torch/include/ATen/xpu/detail/XPUHooks.h' 2024-08-20T21:52:30.3503368Z adding 'torch/include/c10/core/Allocator.h' 2024-08-20T21:52:30.3506972Z adding 'torch/include/c10/core/AutogradState.h' 2024-08-20T21:52:30.3511690Z adding 'torch/include/c10/core/Backend.h' 2024-08-20T21:52:30.3515530Z adding 'torch/include/c10/core/CPUAllocator.h' 2024-08-20T21:52:30.3519547Z adding 'torch/include/c10/core/CompileTimeFunctionPointer.h' 2024-08-20T21:52:30.3523030Z adding 'torch/include/c10/core/ConstantSymNodeImpl.h' 2024-08-20T21:52:30.3526595Z adding 'torch/include/c10/core/Contiguity.h' 2024-08-20T21:52:30.3529903Z adding 'torch/include/c10/core/CopyBytes.h' 2024-08-20T21:52:30.3532937Z adding 'torch/include/c10/core/DefaultDtype.h' 2024-08-20T21:52:30.3536448Z adding 'torch/include/c10/core/DefaultTensorOptions.h' 2024-08-20T21:52:30.3541030Z adding 'torch/include/c10/core/Device.h' 2024-08-20T21:52:30.3544387Z adding 'torch/include/c10/core/DeviceArray.h' 2024-08-20T21:52:30.3549422Z adding 'torch/include/c10/core/DeviceGuard.h' 2024-08-20T21:52:30.3553757Z adding 'torch/include/c10/core/DeviceType.h' 2024-08-20T21:52:30.3567712Z adding 'torch/include/c10/core/DispatchKey.h' 2024-08-20T21:52:30.3584334Z adding 'torch/include/c10/core/DispatchKeySet.h' 2024-08-20T21:52:30.3589473Z adding 'torch/include/c10/core/DynamicCast.h' 2024-08-20T21:52:30.3593970Z adding 'torch/include/c10/core/Event.h' 2024-08-20T21:52:30.3598253Z adding 'torch/include/c10/core/GeneratorImpl.h' 2024-08-20T21:52:30.3601621Z adding 'torch/include/c10/core/GradMode.h' 2024-08-20T21:52:30.3605583Z adding 'torch/include/c10/core/InferenceMode.h' 2024-08-20T21:52:30.3609135Z adding 'torch/include/c10/core/Layout.h' 2024-08-20T21:52:30.3614833Z adding 'torch/include/c10/core/MemoryFormat.h' 2024-08-20T21:52:30.3617995Z adding 'torch/include/c10/core/OptionalRef.h' 2024-08-20T21:52:30.3621868Z adding 'torch/include/c10/core/PyHandleCache.h' 2024-08-20T21:52:30.3625229Z adding 'torch/include/c10/core/QEngine.h' 2024-08-20T21:52:30.3628641Z adding 'torch/include/c10/core/QScheme.h' 2024-08-20T21:52:30.3632384Z adding 'torch/include/c10/core/RefcountedDeleter.h' 2024-08-20T21:52:30.3636455Z adding 'torch/include/c10/core/SafePyObject.h' 2024-08-20T21:52:30.3643281Z adding 'torch/include/c10/core/Scalar.h' 2024-08-20T21:52:30.3651554Z adding 'torch/include/c10/core/ScalarType.h' 2024-08-20T21:52:30.3655635Z adding 'torch/include/c10/core/ScalarTypeToTypeMeta.h' 2024-08-20T21:52:30.3660193Z adding 'torch/include/c10/core/Storage.h' 2024-08-20T21:52:30.3665949Z adding 'torch/include/c10/core/StorageImpl.h' 2024-08-20T21:52:30.3671151Z adding 'torch/include/c10/core/Stream.h' 2024-08-20T21:52:30.3675671Z adding 'torch/include/c10/core/StreamGuard.h' 2024-08-20T21:52:30.3679649Z adding 'torch/include/c10/core/SymBool.h' 2024-08-20T21:52:30.3683577Z adding 'torch/include/c10/core/SymFloat.h' 2024-08-20T21:52:30.3691150Z adding 'torch/include/c10/core/SymInt.h' 2024-08-20T21:52:30.3695366Z adding 'torch/include/c10/core/SymIntArrayRef.h' 2024-08-20T21:52:30.3699666Z adding 'torch/include/c10/core/SymNodeImpl.h' 2024-08-20T21:52:30.3704121Z adding 'torch/include/c10/core/SymbolicShapeMeta.h' 2024-08-20T21:52:30.3746798Z adding 'torch/include/c10/core/TensorImpl.h' 2024-08-20T21:52:30.3759772Z adding 'torch/include/c10/core/TensorOptions.h' 2024-08-20T21:52:30.3763953Z adding 'torch/include/c10/core/UndefinedTensorImpl.h' 2024-08-20T21:52:30.3767320Z adding 'torch/include/c10/core/WrapDimMinimal.h' 2024-08-20T21:52:30.3770899Z adding 'torch/include/c10/core/alignment.h' 2024-08-20T21:52:30.3774740Z adding 'torch/include/c10/core/thread_pool.h' 2024-08-20T21:52:30.3779325Z adding 'torch/include/c10/core/impl/COW.h' 2024-08-20T21:52:30.3782948Z adding 'torch/include/c10/core/impl/COWDeleter.h' 2024-08-20T21:52:30.3789746Z adding 'torch/include/c10/core/impl/DeviceGuardImplInterface.h' 2024-08-20T21:52:30.3793847Z adding 'torch/include/c10/core/impl/FakeGuardImpl.h' 2024-08-20T21:52:30.3797328Z adding 'torch/include/c10/core/impl/GPUTrace.h' 2024-08-20T21:52:30.3801129Z adding 'torch/include/c10/core/impl/HermeticPyObjectTLS.h' 2024-08-20T21:52:30.3808165Z adding 'torch/include/c10/core/impl/InlineDeviceGuard.h' 2024-08-20T21:52:30.3812322Z adding 'torch/include/c10/core/impl/InlineEvent.h' 2024-08-20T21:52:30.3817860Z adding 'torch/include/c10/core/impl/InlineStreamGuard.h' 2024-08-20T21:52:30.3822677Z adding 'torch/include/c10/core/impl/LocalDispatchKeySet.h' 2024-08-20T21:52:30.3828840Z adding 'torch/include/c10/core/impl/PyInterpreter.h' 2024-08-20T21:52:30.3834626Z adding 'torch/include/c10/core/impl/PyObjectSlot.h' 2024-08-20T21:52:30.3838217Z adding 'torch/include/c10/core/impl/PythonDispatcherTLS.h' 2024-08-20T21:52:30.3842797Z adding 'torch/include/c10/core/impl/SizesAndStrides.h' 2024-08-20T21:52:30.3846711Z adding 'torch/include/c10/core/impl/TorchDispatchModeTLS.h' 2024-08-20T21:52:30.3850422Z adding 'torch/include/c10/core/impl/VirtualGuardImpl.h' 2024-08-20T21:52:30.3853617Z adding 'torch/include/c10/core/impl/alloc_cpu.h' 2024-08-20T21:52:30.3857907Z adding 'torch/include/c10/cuda/CUDAAlgorithm.h' 2024-08-20T21:52:30.3861814Z adding 'torch/include/c10/cuda/CUDAAllocatorConfig.h' 2024-08-20T21:52:30.3869846Z adding 'torch/include/c10/cuda/CUDACachingAllocator.h' 2024-08-20T21:52:30.3874622Z adding 'torch/include/c10/cuda/CUDADeviceAssertion.h' 2024-08-20T21:52:30.3879509Z adding 'torch/include/c10/cuda/CUDADeviceAssertionHost.h' 2024-08-20T21:52:30.3883763Z adding 'torch/include/c10/cuda/CUDAException.h' 2024-08-20T21:52:30.3887883Z adding 'torch/include/c10/cuda/CUDAFunctions.h' 2024-08-20T21:52:30.3891629Z adding 'torch/include/c10/cuda/CUDAGraphsC10Utils.h' 2024-08-20T21:52:30.3896902Z adding 'torch/include/c10/cuda/CUDAGuard.h' 2024-08-20T21:52:30.3901086Z adding 'torch/include/c10/cuda/CUDAMacros.h' 2024-08-20T21:52:30.3904422Z adding 'torch/include/c10/cuda/CUDAMathCompat.h' 2024-08-20T21:52:30.3907558Z adding 'torch/include/c10/cuda/CUDAMiscFunctions.h' 2024-08-20T21:52:30.3913354Z adding 'torch/include/c10/cuda/CUDAStream.h' 2024-08-20T21:52:30.3917301Z adding 'torch/include/c10/cuda/driver_api.h' 2024-08-20T21:52:30.3923174Z adding 'torch/include/c10/cuda/impl/CUDAGuardImpl.h' 2024-08-20T21:52:30.3926356Z adding 'torch/include/c10/cuda/impl/CUDATest.h' 2024-08-20T21:52:30.3931568Z adding 'torch/include/c10/macros/Export.h' 2024-08-20T21:52:30.3939730Z adding 'torch/include/c10/macros/Macros.h' 2024-08-20T21:52:30.3943330Z adding 'torch/include/c10/macros/cmake_macros.h' 2024-08-20T21:52:30.3949684Z adding 'torch/include/c10/util/AbortHandler.h' 2024-08-20T21:52:30.3953890Z adding 'torch/include/c10/util/AlignOf.h' 2024-08-20T21:52:30.3957920Z adding 'torch/include/c10/util/ApproximateClock.h' 2024-08-20T21:52:30.3961048Z adding 'torch/include/c10/util/Array.h' 2024-08-20T21:52:30.3966339Z adding 'torch/include/c10/util/ArrayRef.h' 2024-08-20T21:52:30.3971239Z adding 'torch/include/c10/util/BFloat16-inl.h' 2024-08-20T21:52:30.3975960Z adding 'torch/include/c10/util/BFloat16-math.h' 2024-08-20T21:52:30.3980040Z adding 'torch/include/c10/util/BFloat16.h' 2024-08-20T21:52:30.3983330Z adding 'torch/include/c10/util/Backtrace.h' 2024-08-20T21:52:30.3987073Z adding 'torch/include/c10/util/Bitset.h' 2024-08-20T21:52:30.3991011Z adding 'torch/include/c10/util/C++17.h' 2024-08-20T21:52:30.3994709Z adding 'torch/include/c10/util/CallOnce.h' 2024-08-20T21:52:30.3999743Z adding 'torch/include/c10/util/ConstexprCrc.h' 2024-08-20T21:52:30.4003462Z adding 'torch/include/c10/util/DeadlockDetection.h' 2024-08-20T21:52:30.4007124Z adding 'torch/include/c10/util/Deprecated.h' 2024-08-20T21:52:30.4010278Z adding 'torch/include/c10/util/DimVector.h' 2024-08-20T21:52:30.4013548Z adding 'torch/include/c10/util/DynamicCounter.h' 2024-08-20T21:52:30.4023660Z adding 'torch/include/c10/util/Exception.h' 2024-08-20T21:52:30.4028420Z adding 'torch/include/c10/util/ExclusivelyOwned.h' 2024-08-20T21:52:30.4032488Z adding 'torch/include/c10/util/ExclusivelyOwnedTensorTraits.h' 2024-08-20T21:52:30.4035844Z adding 'torch/include/c10/util/FbcodeMaps.h' 2024-08-20T21:52:30.4040983Z adding 'torch/include/c10/util/Flags.h' 2024-08-20T21:52:30.4045379Z adding 'torch/include/c10/util/Float8_e4m3fn-inl.h' 2024-08-20T21:52:30.4050568Z adding 'torch/include/c10/util/Float8_e4m3fn.h' 2024-08-20T21:52:30.4054959Z adding 'torch/include/c10/util/Float8_e4m3fnuz-inl.h' 2024-08-20T21:52:30.4059145Z adding 'torch/include/c10/util/Float8_e4m3fnuz.h' 2024-08-20T21:52:30.4063389Z adding 'torch/include/c10/util/Float8_e5m2-inl.h' 2024-08-20T21:52:30.4067678Z adding 'torch/include/c10/util/Float8_e5m2.h' 2024-08-20T21:52:30.4072024Z adding 'torch/include/c10/util/Float8_e5m2fnuz-inl.h' 2024-08-20T21:52:30.4076361Z adding 'torch/include/c10/util/Float8_e5m2fnuz.h' 2024-08-20T21:52:30.4079891Z adding 'torch/include/c10/util/Float8_fnuz_cvt.h' 2024-08-20T21:52:30.4083555Z adding 'torch/include/c10/util/FunctionRef.h' 2024-08-20T21:52:30.4088101Z adding 'torch/include/c10/util/Half-inl.h' 2024-08-20T21:52:30.4096611Z adding 'torch/include/c10/util/Half.h' 2024-08-20T21:52:30.4110662Z adding 'torch/include/c10/util/IdWrapper.h' 2024-08-20T21:52:30.4110866Z adding 'torch/include/c10/util/Lazy.h' 2024-08-20T21:52:30.4111038Z adding 'torch/include/c10/util/LeftRight.h' 2024-08-20T21:52:30.4112573Z adding 'torch/include/c10/util/Load.h' 2024-08-20T21:52:30.4118876Z adding 'torch/include/c10/util/Logging.h' 2024-08-20T21:52:30.4122881Z adding 'torch/include/c10/util/MathConstants.h' 2024-08-20T21:52:30.4127360Z adding 'torch/include/c10/util/MaybeOwned.h' 2024-08-20T21:52:30.4132082Z adding 'torch/include/c10/util/Metaprogramming.h' 2024-08-20T21:52:30.4135739Z adding 'torch/include/c10/util/Optional.h' 2024-08-20T21:52:30.4139952Z adding 'torch/include/c10/util/OptionalArrayRef.h' 2024-08-20T21:52:30.4143178Z adding 'torch/include/c10/util/ParallelGuard.h' 2024-08-20T21:52:30.4148628Z adding 'torch/include/c10/util/Registry.h' 2024-08-20T21:52:30.4152310Z adding 'torch/include/c10/util/ScopeExit.h' 2024-08-20T21:52:30.4155918Z adding 'torch/include/c10/util/SmallBuffer.h' 2024-08-20T21:52:30.4173270Z adding 'torch/include/c10/util/SmallVector.h' 2024-08-20T21:52:30.4178720Z adding 'torch/include/c10/util/StringUtil.h' 2024-08-20T21:52:30.4182318Z adding 'torch/include/c10/util/Synchronized.h' 2024-08-20T21:52:30.4186115Z adding 'torch/include/c10/util/ThreadLocal.h' 2024-08-20T21:52:30.4189869Z adding 'torch/include/c10/util/ThreadLocalDebugInfo.h' 2024-08-20T21:52:30.4192940Z adding 'torch/include/c10/util/Type.h' 2024-08-20T21:52:30.4197234Z adding 'torch/include/c10/util/TypeCast.h' 2024-08-20T21:52:30.4201469Z adding 'torch/include/c10/util/TypeIndex.h' 2024-08-20T21:52:30.4207974Z adding 'torch/include/c10/util/TypeList.h' 2024-08-20T21:52:30.4212203Z adding 'torch/include/c10/util/TypeSafeSignMath.h' 2024-08-20T21:52:30.4216379Z adding 'torch/include/c10/util/TypeTraits.h' 2024-08-20T21:52:30.4219530Z adding 'torch/include/c10/util/Unicode.h' 2024-08-20T21:52:30.4223560Z adding 'torch/include/c10/util/UniqueVoidPtr.h' 2024-08-20T21:52:30.4226801Z adding 'torch/include/c10/util/Unroll.h' 2024-08-20T21:52:30.4230330Z adding 'torch/include/c10/util/WaitCounter.h' 2024-08-20T21:52:30.4234178Z adding 'torch/include/c10/util/accumulate.h' 2024-08-20T21:52:30.4237740Z adding 'torch/include/c10/util/bit_cast.h' 2024-08-20T21:52:30.4240920Z adding 'torch/include/c10/util/bits.h' 2024-08-20T21:52:30.4247828Z adding 'torch/include/c10/util/complex.h' 2024-08-20T21:52:30.4252995Z adding 'torch/include/c10/util/complex_math.h' 2024-08-20T21:52:30.4256813Z adding 'torch/include/c10/util/complex_utils.h' 2024-08-20T21:52:30.4259991Z adding 'torch/include/c10/util/copysign.h' 2024-08-20T21:52:30.4263153Z adding 'torch/include/c10/util/env.h' 2024-08-20T21:52:30.4280000Z adding 'torch/include/c10/util/flat_hash_map.h' 2024-08-20T21:52:30.4284673Z adding 'torch/include/c10/util/floating_point_utils.h' 2024-08-20T21:52:30.4288185Z adding 'torch/include/c10/util/generic_math.h' 2024-08-20T21:52:30.4293875Z adding 'torch/include/c10/util/hash.h' 2024-08-20T21:52:30.4300057Z adding 'torch/include/c10/util/int128.h' 2024-08-20T21:52:30.4313244Z adding 'torch/include/c10/util/intrusive_ptr.h' 2024-08-20T21:52:30.4318064Z adding 'torch/include/c10/util/irange.h' 2024-08-20T21:52:30.4328529Z adding 'torch/include/c10/util/llvmMathExtras.h' 2024-08-20T21:52:30.4333070Z adding 'torch/include/c10/util/logging_is_google_glog.h' 2024-08-20T21:52:30.4338188Z adding 'torch/include/c10/util/logging_is_not_google_glog.h' 2024-08-20T21:52:30.4341488Z adding 'torch/include/c10/util/numa.h' 2024-08-20T21:52:30.4359700Z adding 'torch/include/c10/util/order_preserving_flat_hash_map.h' 2024-08-20T21:52:30.4364255Z adding 'torch/include/c10/util/overloaded.h' 2024-08-20T21:52:30.4367132Z adding 'torch/include/c10/util/python_stub.h' 2024-08-20T21:52:30.4370075Z adding 'torch/include/c10/util/qint32.h' 2024-08-20T21:52:30.4373123Z adding 'torch/include/c10/util/qint8.h' 2024-08-20T21:52:30.4376102Z adding 'torch/include/c10/util/quint2x4.h' 2024-08-20T21:52:30.4379076Z adding 'torch/include/c10/util/quint4x2.h' 2024-08-20T21:52:30.4382055Z adding 'torch/include/c10/util/quint8.h' 2024-08-20T21:52:30.4385489Z adding 'torch/include/c10/util/safe_numerics.h' 2024-08-20T21:52:30.4389391Z adding 'torch/include/c10/util/signal_handler.h' 2024-08-20T21:52:30.4398565Z adding 'torch/include/c10/util/sparse_bitset.h' 2024-08-20T21:52:30.4402561Z adding 'torch/include/c10/util/ssize.h' 2024-08-20T21:52:30.4405855Z adding 'torch/include/c10/util/static_tracepoint.h' 2024-08-20T21:52:30.4410169Z adding 'torch/include/c10/util/static_tracepoint_elfx86.h' 2024-08-20T21:52:30.4413454Z adding 'torch/include/c10/util/strides.h' 2024-08-20T21:52:30.4416411Z adding 'torch/include/c10/util/string_utils.h' 2024-08-20T21:52:30.4422791Z adding 'torch/include/c10/util/string_view.h' 2024-08-20T21:52:30.4432870Z adding 'torch/include/c10/util/strong_type.h' 2024-08-20T21:52:30.4437550Z adding 'torch/include/c10/util/tempfile.h' 2024-08-20T21:52:30.4440729Z adding 'torch/include/c10/util/thread_name.h' 2024-08-20T21:52:30.4450447Z adding 'torch/include/c10/util/typeid.h' 2024-08-20T21:52:30.4454353Z adding 'torch/include/c10/util/win32-headers.h' 2024-08-20T21:52:30.4458692Z adding 'torch/include/c10/xpu/XPUCachingAllocator.h' 2024-08-20T21:52:30.4463588Z adding 'torch/include/c10/xpu/XPUDeviceProp.h' 2024-08-20T21:52:30.4467131Z adding 'torch/include/c10/xpu/XPUException.h' 2024-08-20T21:52:30.4470621Z adding 'torch/include/c10/xpu/XPUFunctions.h' 2024-08-20T21:52:30.4474184Z adding 'torch/include/c10/xpu/XPUMacros.h' 2024-08-20T21:52:30.4479125Z adding 'torch/include/c10/xpu/XPUStream.h' 2024-08-20T21:52:30.4483879Z adding 'torch/include/c10/xpu/impl/XPUGuardImpl.h' 2024-08-20T21:52:30.4525750Z adding 'torch/include/caffe2/serialize/crc_alt.h' 2024-08-20T21:52:30.4531063Z adding 'torch/include/caffe2/serialize/file_adapter.h' 2024-08-20T21:52:30.4534006Z adding 'torch/include/caffe2/serialize/in_memory_adapter.h' 2024-08-20T21:52:30.4539609Z adding 'torch/include/caffe2/serialize/inline_container.h' 2024-08-20T21:52:30.4543142Z adding 'torch/include/caffe2/serialize/istream_adapter.h' 2024-08-20T21:52:30.4546409Z adding 'torch/include/caffe2/serialize/read_adapter_interface.h' 2024-08-20T21:52:30.4551271Z adding 'torch/include/caffe2/serialize/versions.h' 2024-08-20T21:52:30.4556329Z adding 'torch/include/kineto/AbstractConfig.h' 2024-08-20T21:52:30.4560568Z adding 'torch/include/kineto/ActivityProfilerInterface.h' 2024-08-20T21:52:30.4563895Z adding 'torch/include/kineto/ActivityTraceInterface.h' 2024-08-20T21:52:30.4567369Z adding 'torch/include/kineto/ActivityType.h' 2024-08-20T21:52:30.4570721Z adding 'torch/include/kineto/ClientInterface.h' 2024-08-20T21:52:30.4577301Z adding 'torch/include/kineto/Config.h' 2024-08-20T21:52:30.4582876Z adding 'torch/include/kineto/GenericTraceActivity.h' 2024-08-20T21:52:30.4587265Z adding 'torch/include/kineto/IActivityProfiler.h' 2024-08-20T21:52:30.4590820Z adding 'torch/include/kineto/ILoggerObserver.h' 2024-08-20T21:52:30.4594500Z adding 'torch/include/kineto/ITraceActivity.h' 2024-08-20T21:52:30.4597651Z adding 'torch/include/kineto/LoggingAPI.h' 2024-08-20T21:52:30.4600731Z adding 'torch/include/kineto/ThreadUtil.h' 2024-08-20T21:52:30.4604058Z adding 'torch/include/kineto/TraceSpan.h' 2024-08-20T21:52:30.4607974Z adding 'torch/include/kineto/libkineto.h' 2024-08-20T21:52:30.4611594Z adding 'torch/include/kineto/output_base.h' 2024-08-20T21:52:30.4614859Z adding 'torch/include/kineto/time_since_epoch.h' 2024-08-20T21:52:30.4624659Z adding 'torch/include/pybind11/attr.h' 2024-08-20T21:52:30.4630046Z adding 'torch/include/pybind11/buffer_info.h' 2024-08-20T21:52:30.4654562Z adding 'torch/include/pybind11/cast.h' 2024-08-20T21:52:30.4661158Z adding 'torch/include/pybind11/chrono.h' 2024-08-20T21:52:30.4664361Z adding 'torch/include/pybind11/common.h' 2024-08-20T21:52:30.4667893Z adding 'torch/include/pybind11/complex.h' 2024-08-20T21:52:30.4671104Z adding 'torch/include/pybind11/eigen.h' 2024-08-20T21:52:30.4677242Z adding 'torch/include/pybind11/embed.h' 2024-08-20T21:52:30.4681581Z adding 'torch/include/pybind11/eval.h' 2024-08-20T21:52:30.4686114Z adding 'torch/include/pybind11/functional.h' 2024-08-20T21:52:30.4691124Z adding 'torch/include/pybind11/gil.h' 2024-08-20T21:52:30.4695494Z adding 'torch/include/pybind11/gil_safe_call_once.h' 2024-08-20T21:52:30.4700737Z adding 'torch/include/pybind11/iostream.h' 2024-08-20T21:52:30.4728421Z adding 'torch/include/pybind11/numpy.h' 2024-08-20T21:52:30.4735121Z adding 'torch/include/pybind11/operators.h' 2024-08-20T21:52:30.4739501Z adding 'torch/include/pybind11/options.h' 2024-08-20T21:52:30.4781880Z adding 'torch/include/pybind11/pybind11.h' 2024-08-20T21:52:30.4815747Z adding 'torch/include/pybind11/pytypes.h' 2024-08-20T21:52:30.4824067Z adding 'torch/include/pybind11/stl.h' 2024-08-20T21:52:30.4835375Z adding 'torch/include/pybind11/stl_bind.h' 2024-08-20T21:52:30.4839654Z adding 'torch/include/pybind11/type_caster_pyobject_ptr.h' 2024-08-20T21:52:30.4844206Z adding 'torch/include/pybind11/typing.h' 2024-08-20T21:52:30.4856348Z adding 'torch/include/pybind11/detail/class.h' 2024-08-20T21:52:30.4876209Z adding 'torch/include/pybind11/detail/common.h' 2024-08-20T21:52:30.4881656Z adding 'torch/include/pybind11/detail/descr.h' 2024-08-20T21:52:30.4888884Z adding 'torch/include/pybind11/detail/init.h' 2024-08-20T21:52:30.4900990Z adding 'torch/include/pybind11/detail/internals.h' 2024-08-20T21:52:30.4920078Z adding 'torch/include/pybind11/detail/type_caster_base.h' 2024-08-20T21:52:30.4924636Z adding 'torch/include/pybind11/detail/typeid.h' 2024-08-20T21:52:30.4928640Z adding 'torch/include/pybind11/eigen/common.h' 2024-08-20T21:52:30.4939998Z adding 'torch/include/pybind11/eigen/matrix.h' 2024-08-20T21:52:30.4947042Z adding 'torch/include/pybind11/eigen/tensor.h' 2024-08-20T21:52:30.4956406Z adding 'torch/include/torch/custom_class.h' 2024-08-20T21:52:30.4961835Z adding 'torch/include/torch/custom_class_detail.h' 2024-08-20T21:52:30.4965036Z adding 'torch/include/torch/extension.h' 2024-08-20T21:52:30.4979910Z adding 'torch/include/torch/library.h' 2024-08-20T21:52:30.4983904Z adding 'torch/include/torch/script.h' 2024-08-20T21:52:30.4988980Z adding 'torch/include/torch/csrc/CudaIPCTypes.h' 2024-08-20T21:52:30.4992062Z adding 'torch/include/torch/csrc/DataLoader.h' 2024-08-20T21:52:30.4995220Z adding 'torch/include/torch/csrc/Device.h' 2024-08-20T21:52:30.4998478Z adding 'torch/include/torch/csrc/Dtype.h' 2024-08-20T21:52:30.5001705Z adding 'torch/include/torch/csrc/DynamicTypes.h' 2024-08-20T21:52:30.5004911Z adding 'torch/include/torch/csrc/Event.h' 2024-08-20T21:52:30.5011431Z adding 'torch/include/torch/csrc/Exceptions.h' 2024-08-20T21:52:30.5014808Z adding 'torch/include/torch/csrc/Export.h' 2024-08-20T21:52:30.5018185Z adding 'torch/include/torch/csrc/Generator.h' 2024-08-20T21:52:30.5021394Z adding 'torch/include/torch/csrc/Layout.h' 2024-08-20T21:52:30.5024567Z adding 'torch/include/torch/csrc/MemoryFormat.h' 2024-08-20T21:52:30.5027818Z adding 'torch/include/torch/csrc/Module.h' 2024-08-20T21:52:30.5032427Z adding 'torch/include/torch/csrc/PyInterpreter.h' 2024-08-20T21:52:30.5035338Z adding 'torch/include/torch/csrc/QScheme.h' 2024-08-20T21:52:30.5038458Z adding 'torch/include/torch/csrc/Size.h' 2024-08-20T21:52:30.5041811Z adding 'torch/include/torch/csrc/Storage.h' 2024-08-20T21:52:30.5044817Z adding 'torch/include/torch/csrc/StorageMethods.h' 2024-08-20T21:52:30.5047712Z adding 'torch/include/torch/csrc/StorageSharing.h' 2024-08-20T21:52:30.5051157Z adding 'torch/include/torch/csrc/Stream.h' 2024-08-20T21:52:30.5057870Z adding 'torch/include/torch/csrc/THConcat.h' 2024-08-20T21:52:30.5059339Z adding 'torch/include/torch/csrc/THP.h' 2024-08-20T21:52:30.5062254Z adding 'torch/include/torch/csrc/TypeInfo.h' 2024-08-20T21:52:30.5065552Z adding 'torch/include/torch/csrc/Types.h' 2024-08-20T21:52:30.5068843Z adding 'torch/include/torch/csrc/copy_utils.h' 2024-08-20T21:52:30.5071803Z adding 'torch/include/torch/csrc/itt_wrapper.h' 2024-08-20T21:52:30.5074917Z adding 'torch/include/torch/csrc/python_dimname.h' 2024-08-20T21:52:30.5078038Z adding 'torch/include/torch/csrc/python_headers.h' 2024-08-20T21:52:30.5081292Z adding 'torch/include/torch/csrc/serialization.h' 2024-08-20T21:52:30.5085800Z adding 'torch/include/torch/csrc/utils.h' 2024-08-20T21:52:30.5091557Z adding 'torch/include/torch/csrc/api/include/torch/all.h' 2024-08-20T21:52:30.5094978Z adding 'torch/include/torch/csrc/api/include/torch/arg.h' 2024-08-20T21:52:30.5098183Z adding 'torch/include/torch/csrc/api/include/torch/autograd.h' 2024-08-20T21:52:30.5101557Z adding 'torch/include/torch/csrc/api/include/torch/cuda.h' 2024-08-20T21:52:30.5104883Z adding 'torch/include/torch/csrc/api/include/torch/data.h' 2024-08-20T21:52:30.5109332Z adding 'torch/include/torch/csrc/api/include/torch/enum.h' 2024-08-20T21:52:30.5113941Z adding 'torch/include/torch/csrc/api/include/torch/expanding_array.h' 2024-08-20T21:52:30.5118737Z adding 'torch/include/torch/csrc/api/include/torch/fft.h' 2024-08-20T21:52:30.5122701Z adding 'torch/include/torch/csrc/api/include/torch/imethod.h' 2024-08-20T21:52:30.5126098Z adding 'torch/include/torch/csrc/api/include/torch/jit.h' 2024-08-20T21:52:30.5133470Z adding 'torch/include/torch/csrc/api/include/torch/linalg.h' 2024-08-20T21:52:30.5139562Z adding 'torch/include/torch/csrc/api/include/torch/mps.h' 2024-08-20T21:52:30.5144757Z adding 'torch/include/torch/csrc/api/include/torch/nested.h' 2024-08-20T21:52:30.5148059Z adding 'torch/include/torch/csrc/api/include/torch/nn.h' 2024-08-20T21:52:30.5152425Z adding 'torch/include/torch/csrc/api/include/torch/optim.h' 2024-08-20T21:52:30.5160591Z adding 'torch/include/torch/csrc/api/include/torch/ordered_dict.h' 2024-08-20T21:52:30.5168204Z adding 'torch/include/torch/csrc/api/include/torch/python.h' 2024-08-20T21:52:30.5173903Z adding 'torch/include/torch/csrc/api/include/torch/serialize.h' 2024-08-20T21:52:30.5177283Z adding 'torch/include/torch/csrc/api/include/torch/sparse.h' 2024-08-20T21:52:30.5187061Z adding 'torch/include/torch/csrc/api/include/torch/special.h' 2024-08-20T21:52:30.5192416Z adding 'torch/include/torch/csrc/api/include/torch/torch.h' 2024-08-20T21:52:30.5196094Z adding 'torch/include/torch/csrc/api/include/torch/types.h' 2024-08-20T21:52:30.5201138Z adding 'torch/include/torch/csrc/api/include/torch/utils.h' 2024-08-20T21:52:30.5205643Z adding 'torch/include/torch/csrc/api/include/torch/version.h' 2024-08-20T21:52:30.5210019Z adding 'torch/include/torch/csrc/api/include/torch/xpu.h' 2024-08-20T21:52:30.5216105Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader.h' 2024-08-20T21:52:30.5220601Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader_options.h' 2024-08-20T21:52:30.5224221Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets.h' 2024-08-20T21:52:30.5228829Z adding 'torch/include/torch/csrc/api/include/torch/data/example.h' 2024-08-20T21:52:30.5234554Z adding 'torch/include/torch/csrc/api/include/torch/data/iterator.h' 2024-08-20T21:52:30.5238593Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers.h' 2024-08-20T21:52:30.5242046Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms.h' 2024-08-20T21:52:30.5246641Z adding 'torch/include/torch/csrc/api/include/torch/data/worker_exception.h' 2024-08-20T21:52:30.5254060Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/base.h' 2024-08-20T21:52:30.5259479Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h' 2024-08-20T21:52:30.5264617Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/stateless.h' 2024-08-20T21:52:30.5270704Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/base.h' 2024-08-20T21:52:30.5281965Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/chunk.h' 2024-08-20T21:52:30.5287778Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/map.h' 2024-08-20T21:52:30.5292599Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/mnist.h' 2024-08-20T21:52:30.5298291Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/shared.h' 2024-08-20T21:52:30.5301961Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/stateful.h' 2024-08-20T21:52:30.5306606Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/tensor.h' 2024-08-20T21:52:30.5312519Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/data_shuttle.h' 2024-08-20T21:52:30.5317750Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/queue.h' 2024-08-20T21:52:30.5323299Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/sequencers.h' 2024-08-20T21:52:30.5329052Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/base.h' 2024-08-20T21:52:30.5333705Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/custom_batch_request.h' 2024-08-20T21:52:30.5338758Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/distributed.h' 2024-08-20T21:52:30.5342744Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/random.h' 2024-08-20T21:52:30.5347349Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/sequential.h' 2024-08-20T21:52:30.5351867Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/serialize.h' 2024-08-20T21:52:30.5356751Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/stream.h' 2024-08-20T21:52:30.5361532Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/base.h' 2024-08-20T21:52:30.5366304Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/collate.h' 2024-08-20T21:52:30.5370726Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/lambda.h' 2024-08-20T21:52:30.5374259Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/stack.h' 2024-08-20T21:52:30.5377952Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/tensor.h' 2024-08-20T21:52:30.5386458Z adding 'torch/include/torch/csrc/api/include/torch/detail/TensorDataContainer.h' 2024-08-20T21:52:30.5390562Z adding 'torch/include/torch/csrc/api/include/torch/detail/static.h' 2024-08-20T21:52:30.5397054Z adding 'torch/include/torch/csrc/api/include/torch/nn/cloneable.h' 2024-08-20T21:52:30.5400540Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional.h' 2024-08-20T21:52:30.5404681Z adding 'torch/include/torch/csrc/api/include/torch/nn/init.h' 2024-08-20T21:52:30.5414163Z adding 'torch/include/torch/csrc/api/include/torch/nn/module.h' 2024-08-20T21:52:30.5417960Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules.h' 2024-08-20T21:52:30.5421044Z adding 'torch/include/torch/csrc/api/include/torch/nn/options.h' 2024-08-20T21:52:30.5424768Z adding 'torch/include/torch/csrc/api/include/torch/nn/pimpl-inl.h' 2024-08-20T21:52:30.5431061Z adding 'torch/include/torch/csrc/api/include/torch/nn/pimpl.h' 2024-08-20T21:52:30.5434240Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils.h' 2024-08-20T21:52:30.5442993Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/activation.h' 2024-08-20T21:52:30.5447395Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/batchnorm.h' 2024-08-20T21:52:30.5451342Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/conv.h' 2024-08-20T21:52:30.5455161Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/distance.h' 2024-08-20T21:52:30.5459150Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/dropout.h' 2024-08-20T21:52:30.5463565Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/embedding.h' 2024-08-20T21:52:30.5467262Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/fold.h' 2024-08-20T21:52:30.5470844Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/instancenorm.h' 2024-08-20T21:52:30.5474113Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/linear.h' 2024-08-20T21:52:30.5482623Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/loss.h' 2024-08-20T21:52:30.5487656Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/normalization.h' 2024-08-20T21:52:30.5491310Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/padding.h' 2024-08-20T21:52:30.5494873Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/pixelshuffle.h' 2024-08-20T21:52:30.5501942Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/pooling.h' 2024-08-20T21:52:30.5507653Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/upsampling.h' 2024-08-20T21:52:30.5512110Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/vision.h' 2024-08-20T21:52:30.5516513Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/_functions.h' 2024-08-20T21:52:30.5523092Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/activation.h' 2024-08-20T21:52:30.5528150Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/adaptive.h' 2024-08-20T21:52:30.5533057Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/batchnorm.h' 2024-08-20T21:52:30.5537503Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/common.h' 2024-08-20T21:52:30.5543624Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/conv.h' 2024-08-20T21:52:30.5547713Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/distance.h' 2024-08-20T21:52:30.5551951Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/dropout.h' 2024-08-20T21:52:30.5556853Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/embedding.h' 2024-08-20T21:52:30.5560804Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/fold.h' 2024-08-20T21:52:30.5564916Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/instancenorm.h' 2024-08-20T21:52:30.5569294Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/linear.h' 2024-08-20T21:52:30.5577009Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/loss.h' 2024-08-20T21:52:30.5583325Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/normalization.h' 2024-08-20T21:52:30.5589633Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/padding.h' 2024-08-20T21:52:30.5594066Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/pixelshuffle.h' 2024-08-20T21:52:30.5603229Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/pooling.h' 2024-08-20T21:52:30.5610439Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/rnn.h' 2024-08-20T21:52:30.5616646Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformer.h' 2024-08-20T21:52:30.5622532Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformercoder.h' 2024-08-20T21:52:30.5628138Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformerlayer.h' 2024-08-20T21:52:30.5632989Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/upsampling.h' 2024-08-20T21:52:30.5637941Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/utils.h' 2024-08-20T21:52:30.5646846Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any.h' 2024-08-20T21:52:30.5652752Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any_module_holder.h' 2024-08-20T21:52:30.5658146Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any_value.h' 2024-08-20T21:52:30.5663617Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/functional.h' 2024-08-20T21:52:30.5671712Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/moduledict.h' 2024-08-20T21:52:30.5678766Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/modulelist.h' 2024-08-20T21:52:30.5684363Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/named_any.h' 2024-08-20T21:52:30.5689727Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterdict.h' 2024-08-20T21:52:30.5694136Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterlist.h' 2024-08-20T21:52:30.5703143Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/sequential.h' 2024-08-20T21:52:30.5711546Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/activation.h' 2024-08-20T21:52:30.5717099Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/adaptive.h' 2024-08-20T21:52:30.5721803Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/batchnorm.h' 2024-08-20T21:52:30.5727804Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/conv.h' 2024-08-20T21:52:30.5733254Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/distance.h' 2024-08-20T21:52:30.5738075Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/dropout.h' 2024-08-20T21:52:30.5743775Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/embedding.h' 2024-08-20T21:52:30.5748914Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/fold.h' 2024-08-20T21:52:30.5752692Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/instancenorm.h' 2024-08-20T21:52:30.5757743Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/linear.h' 2024-08-20T21:52:30.5766992Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/loss.h' 2024-08-20T21:52:30.5773027Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/normalization.h' 2024-08-20T21:52:30.5778649Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/padding.h' 2024-08-20T21:52:30.5782497Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/pixelshuffle.h' 2024-08-20T21:52:30.5790076Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/pooling.h' 2024-08-20T21:52:30.5796107Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/rnn.h' 2024-08-20T21:52:30.5800099Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformer.h' 2024-08-20T21:52:30.5804951Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformercoder.h' 2024-08-20T21:52:30.5809766Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformerlayer.h' 2024-08-20T21:52:30.5815038Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/upsampling.h' 2024-08-20T21:52:30.5819760Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/vision.h' 2024-08-20T21:52:30.5827993Z adding 'torch/include/torch/csrc/api/include/torch/nn/parallel/data_parallel.h' 2024-08-20T21:52:30.5834597Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/clip_grad.h' 2024-08-20T21:52:30.5839843Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/convert_parameters.h' 2024-08-20T21:52:30.5847538Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/rnn.h' 2024-08-20T21:52:30.5854830Z adding 'torch/include/torch/csrc/api/include/torch/optim/adagrad.h' 2024-08-20T21:52:30.5858623Z adding 'torch/include/torch/csrc/api/include/torch/optim/adam.h' 2024-08-20T21:52:30.5863745Z adding 'torch/include/torch/csrc/api/include/torch/optim/adamw.h' 2024-08-20T21:52:30.5869366Z adding 'torch/include/torch/csrc/api/include/torch/optim/lbfgs.h' 2024-08-20T21:52:30.5875622Z adding 'torch/include/torch/csrc/api/include/torch/optim/optimizer.h' 2024-08-20T21:52:30.5880843Z adding 'torch/include/torch/csrc/api/include/torch/optim/rmsprop.h' 2024-08-20T21:52:30.5887849Z adding 'torch/include/torch/csrc/api/include/torch/optim/serialize.h' 2024-08-20T21:52:30.5893120Z adding 'torch/include/torch/csrc/api/include/torch/optim/sgd.h' 2024-08-20T21:52:30.5898871Z adding 'torch/include/torch/csrc/api/include/torch/optim/schedulers/lr_scheduler.h' 2024-08-20T21:52:30.5903761Z adding 'torch/include/torch/csrc/api/include/torch/optim/schedulers/reduce_on_plateau_scheduler.h' 2024-08-20T21:52:30.5908094Z adding 'torch/include/torch/csrc/api/include/torch/optim/schedulers/step_lr.h' 2024-08-20T21:52:30.5911991Z adding 'torch/include/torch/csrc/api/include/torch/serialize/archive.h' 2024-08-20T21:52:30.5916075Z adding 'torch/include/torch/csrc/api/include/torch/serialize/input-archive.h' 2024-08-20T21:52:30.5921234Z adding 'torch/include/torch/csrc/api/include/torch/serialize/output-archive.h' 2024-08-20T21:52:30.5924483Z adding 'torch/include/torch/csrc/api/include/torch/serialize/tensor.h' 2024-08-20T21:52:30.5937666Z adding 'torch/include/torch/csrc/autograd/FunctionsManual.h' 2024-08-20T21:52:30.5941159Z adding 'torch/include/torch/csrc/autograd/InferenceMode.h' 2024-08-20T21:52:30.5947429Z adding 'torch/include/torch/csrc/autograd/VariableTypeUtils.h' 2024-08-20T21:52:30.5951300Z adding 'torch/include/torch/csrc/autograd/anomaly_mode.h' 2024-08-20T21:52:30.5955794Z adding 'torch/include/torch/csrc/autograd/autograd.h' 2024-08-20T21:52:30.5959479Z adding 'torch/include/torch/csrc/autograd/autograd_not_implemented_fallback.h' 2024-08-20T21:52:30.5962521Z adding 'torch/include/torch/csrc/autograd/cpp_hook.h' 2024-08-20T21:52:30.5971545Z adding 'torch/include/torch/csrc/autograd/custom_function.h' 2024-08-20T21:52:30.5975416Z adding 'torch/include/torch/csrc/autograd/edge.h' 2024-08-20T21:52:30.5981287Z adding 'torch/include/torch/csrc/autograd/engine.h' 2024-08-20T21:52:30.5987138Z adding 'torch/include/torch/csrc/autograd/forward_grad.h' 2024-08-20T21:52:30.6000145Z adding 'torch/include/torch/csrc/autograd/function.h' 2024-08-20T21:52:30.6004345Z adding 'torch/include/torch/csrc/autograd/function_hook.h' 2024-08-20T21:52:30.6007381Z adding 'torch/include/torch/csrc/autograd/grad_mode.h' 2024-08-20T21:52:30.6012920Z adding 'torch/include/torch/csrc/autograd/graph_task.h' 2024-08-20T21:52:30.6016659Z adding 'torch/include/torch/csrc/autograd/input_buffer.h' 2024-08-20T21:52:30.6021700Z adding 'torch/include/torch/csrc/autograd/input_metadata.h' 2024-08-20T21:52:30.6025380Z adding 'torch/include/torch/csrc/autograd/jit_decomp_interface.h' 2024-08-20T21:52:30.6028300Z adding 'torch/include/torch/csrc/autograd/profiler.h' 2024-08-20T21:52:30.6033315Z adding 'torch/include/torch/csrc/autograd/profiler_kineto.h' 2024-08-20T21:52:30.6039342Z adding 'torch/include/torch/csrc/autograd/profiler_legacy.h' 2024-08-20T21:52:30.6042599Z adding 'torch/include/torch/csrc/autograd/profiler_python.h' 2024-08-20T21:52:30.6045917Z adding 'torch/include/torch/csrc/autograd/python_anomaly_mode.h' 2024-08-20T21:52:30.6048910Z adding 'torch/include/torch/csrc/autograd/python_autograd.h' 2024-08-20T21:52:30.6052694Z adding 'torch/include/torch/csrc/autograd/python_cpp_function.h' 2024-08-20T21:52:30.6056078Z adding 'torch/include/torch/csrc/autograd/python_engine.h' 2024-08-20T21:52:30.6059106Z adding 'torch/include/torch/csrc/autograd/python_enum_tag.h' 2024-08-20T21:52:30.6061998Z adding 'torch/include/torch/csrc/autograd/python_fft_functions.h' 2024-08-20T21:52:30.6066344Z adding 'torch/include/torch/csrc/autograd/python_function.h' 2024-08-20T21:52:30.6069794Z adding 'torch/include/torch/csrc/autograd/python_hook.h' 2024-08-20T21:52:30.6072945Z adding 'torch/include/torch/csrc/autograd/python_legacy_variable.h' 2024-08-20T21:52:30.6076010Z adding 'torch/include/torch/csrc/autograd/python_linalg_functions.h' 2024-08-20T21:52:30.6078917Z adding 'torch/include/torch/csrc/autograd/python_nested_functions.h' 2024-08-20T21:52:30.6081728Z adding 'torch/include/torch/csrc/autograd/python_nn_functions.h' 2024-08-20T21:52:30.6084940Z adding 'torch/include/torch/csrc/autograd/python_saved_variable_hooks.h' 2024-08-20T21:52:30.6087842Z adding 'torch/include/torch/csrc/autograd/python_sparse_functions.h' 2024-08-20T21:52:30.6090703Z adding 'torch/include/torch/csrc/autograd/python_special_functions.h' 2024-08-20T21:52:30.6093752Z adding 'torch/include/torch/csrc/autograd/python_torch_functions.h' 2024-08-20T21:52:30.6097467Z adding 'torch/include/torch/csrc/autograd/python_variable.h' 2024-08-20T21:52:30.6101253Z adding 'torch/include/torch/csrc/autograd/python_variable_indexing.h' 2024-08-20T21:52:30.6104483Z adding 'torch/include/torch/csrc/autograd/record_function_ops.h' 2024-08-20T21:52:30.6108699Z adding 'torch/include/torch/csrc/autograd/saved_variable.h' 2024-08-20T21:52:30.6112399Z adding 'torch/include/torch/csrc/autograd/saved_variable_hooks.h' 2024-08-20T21:52:30.6115546Z adding 'torch/include/torch/csrc/autograd/symbolic.h' 2024-08-20T21:52:30.6134719Z adding 'torch/include/torch/csrc/autograd/variable.h' 2024-08-20T21:52:30.6141452Z adding 'torch/include/torch/csrc/autograd/variable_info.h' 2024-08-20T21:52:30.6150797Z adding 'torch/include/torch/csrc/autograd/functions/accumulate_grad.h' 2024-08-20T21:52:30.6154847Z adding 'torch/include/torch/csrc/autograd/functions/basic_ops.h' 2024-08-20T21:52:30.6158959Z adding 'torch/include/torch/csrc/autograd/functions/comm.h' 2024-08-20T21:52:30.6162224Z adding 'torch/include/torch/csrc/autograd/functions/pybind.h' 2024-08-20T21:52:30.6167774Z adding 'torch/include/torch/csrc/autograd/functions/tensor.h' 2024-08-20T21:52:30.6171798Z adding 'torch/include/torch/csrc/autograd/functions/utils.h' 2024-08-20T21:52:30.6225397Z adding 'torch/include/torch/csrc/autograd/generated/Functions.h' 2024-08-20T21:52:30.6239984Z adding 'torch/include/torch/csrc/autograd/generated/VariableType.h' 2024-08-20T21:52:30.6246791Z adding 'torch/include/torch/csrc/autograd/generated/ViewFuncs.h' 2024-08-20T21:52:30.6251050Z adding 'torch/include/torch/csrc/autograd/generated/python_functions.h' 2024-08-20T21:52:30.6254742Z adding 'torch/include/torch/csrc/autograd/generated/python_return_types.h' 2024-08-20T21:52:30.6263030Z adding 'torch/include/torch/csrc/autograd/generated/variable_factories.h' 2024-08-20T21:52:30.6268487Z adding 'torch/include/torch/csrc/autograd/utils/error_messages.h' 2024-08-20T21:52:30.6272233Z adding 'torch/include/torch/csrc/autograd/utils/grad_layout_contract.h' 2024-08-20T21:52:30.6275777Z adding 'torch/include/torch/csrc/autograd/utils/lambda_post_hook.h' 2024-08-20T21:52:30.6279267Z adding 'torch/include/torch/csrc/autograd/utils/python_arg_parsing.h' 2024-08-20T21:52:30.6282475Z adding 'torch/include/torch/csrc/autograd/utils/warnings.h' 2024-08-20T21:52:30.6286294Z adding 'torch/include/torch/csrc/autograd/utils/wrap_outputs.h' 2024-08-20T21:52:30.6291823Z adding 'torch/include/torch/csrc/cuda/CUDAPluggableAllocator.h' 2024-08-20T21:52:30.6295203Z adding 'torch/include/torch/csrc/cuda/Event.h' 2024-08-20T21:52:30.6298149Z adding 'torch/include/torch/csrc/cuda/GdsFile.h' 2024-08-20T21:52:30.6301254Z adding 'torch/include/torch/csrc/cuda/Module.h' 2024-08-20T21:52:30.6304349Z adding 'torch/include/torch/csrc/cuda/Stream.h' 2024-08-20T21:52:30.6307402Z adding 'torch/include/torch/csrc/cuda/THCP.h' 2024-08-20T21:52:30.6310618Z adding 'torch/include/torch/csrc/cuda/comm.h' 2024-08-20T21:52:30.6313910Z adding 'torch/include/torch/csrc/cuda/device_set.h' 2024-08-20T21:52:30.6317176Z adding 'torch/include/torch/csrc/cuda/memory_snapshot.h' 2024-08-20T21:52:30.6321370Z adding 'torch/include/torch/csrc/cuda/nccl.h' 2024-08-20T21:52:30.6324663Z adding 'torch/include/torch/csrc/cuda/python_comm.h' 2024-08-20T21:52:30.6327653Z adding 'torch/include/torch/csrc/cuda/python_nccl.h' 2024-08-20T21:52:30.6334594Z adding 'torch/include/torch/csrc/distributed/autograd/context/container.h' 2024-08-20T21:52:30.6339477Z adding 'torch/include/torch/csrc/distributed/autograd/context/context.h' 2024-08-20T21:52:30.6344182Z adding 'torch/include/torch/csrc/distributed/autograd/functions/recvrpc_backward.h' 2024-08-20T21:52:30.6347761Z adding 'torch/include/torch/csrc/distributed/autograd/functions/sendrpc_backward.h' 2024-08-20T21:52:30.6352370Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/autograd_metadata.h' 2024-08-20T21:52:30.6355573Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_req.h' 2024-08-20T21:52:30.6358948Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_resp.h' 2024-08-20T21:52:30.6362281Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_req.h' 2024-08-20T21:52:30.6365703Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_resp.h' 2024-08-20T21:52:30.6369545Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_autograd.h' 2024-08-20T21:52:30.6373204Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_req.h' 2024-08-20T21:52:30.6377318Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_resp.h' 2024-08-20T21:52:30.6380648Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rref_backward_req.h' 2024-08-20T21:52:30.6383715Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rref_backward_resp.h' 2024-08-20T21:52:30.6390384Z adding 'torch/include/torch/csrc/distributed/c10d/Backend.hpp' 2024-08-20T21:52:30.6394415Z adding 'torch/include/torch/csrc/distributed/c10d/Backoff.hpp' 2024-08-20T21:52:30.6398419Z adding 'torch/include/torch/csrc/distributed/c10d/CUDASymmetricMemory.hpp' 2024-08-20T21:52:30.6401584Z adding 'torch/include/torch/csrc/distributed/c10d/DMAConnectivity.hpp' 2024-08-20T21:52:30.6405694Z adding 'torch/include/torch/csrc/distributed/c10d/FakeProcessGroup.hpp' 2024-08-20T21:52:30.6409362Z adding 'torch/include/torch/csrc/distributed/c10d/FileStore.hpp' 2024-08-20T21:52:30.6412314Z adding 'torch/include/torch/csrc/distributed/c10d/Functional.hpp' 2024-08-20T21:52:30.6416135Z adding 'torch/include/torch/csrc/distributed/c10d/GlooDeviceFactory.hpp' 2024-08-20T21:52:30.6419223Z adding 'torch/include/torch/csrc/distributed/c10d/GroupRegistry.hpp' 2024-08-20T21:52:30.6423223Z adding 'torch/include/torch/csrc/distributed/c10d/HashStore.hpp' 2024-08-20T21:52:30.6432853Z adding 'torch/include/torch/csrc/distributed/c10d/NCCLUtils.hpp' 2024-08-20T21:52:30.6437950Z adding 'torch/include/torch/csrc/distributed/c10d/ParamCommsUtils.hpp' 2024-08-20T21:52:30.6441611Z adding 'torch/include/torch/csrc/distributed/c10d/PrefixStore.hpp' 2024-08-20T21:52:30.6450202Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroup.hpp' 2024-08-20T21:52:30.6457706Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupGloo.hpp' 2024-08-20T21:52:30.6462927Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupMPI.hpp' 2024-08-20T21:52:30.6482330Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupNCCL.hpp' 2024-08-20T21:52:30.6488579Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupUCC.hpp' 2024-08-20T21:52:30.6492861Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupWrapper.hpp' 2024-08-20T21:52:30.6497371Z adding 'torch/include/torch/csrc/distributed/c10d/PyProcessGroup.hpp' 2024-08-20T21:52:30.6501094Z adding 'torch/include/torch/csrc/distributed/c10d/RankLocal.hpp' 2024-08-20T21:52:30.6504830Z adding 'torch/include/torch/csrc/distributed/c10d/Store.hpp' 2024-08-20T21:52:30.6509571Z adding 'torch/include/torch/csrc/distributed/c10d/SymmetricMemory.hpp' 2024-08-20T21:52:30.6513945Z adding 'torch/include/torch/csrc/distributed/c10d/TCPStore.hpp' 2024-08-20T21:52:30.6517565Z adding 'torch/include/torch/csrc/distributed/c10d/TCPStoreBackend.hpp' 2024-08-20T21:52:30.6522940Z adding 'torch/include/torch/csrc/distributed/c10d/TraceUtils.h' 2024-08-20T21:52:30.6527962Z adding 'torch/include/torch/csrc/distributed/c10d/Types.hpp' 2024-08-20T21:52:30.6531781Z adding 'torch/include/torch/csrc/distributed/c10d/UCCTracing.hpp' 2024-08-20T21:52:30.6536186Z adding 'torch/include/torch/csrc/distributed/c10d/UCCUtils.hpp' 2024-08-20T21:52:30.6539552Z adding 'torch/include/torch/csrc/distributed/c10d/UnixSockUtils.hpp' 2024-08-20T21:52:30.6547756Z adding 'torch/include/torch/csrc/distributed/c10d/Utils.hpp' 2024-08-20T21:52:30.6551508Z adding 'torch/include/torch/csrc/distributed/c10d/WinSockUtils.hpp' 2024-08-20T21:52:30.6555897Z adding 'torch/include/torch/csrc/distributed/c10d/Work.hpp' 2024-08-20T21:52:30.6559050Z adding 'torch/include/torch/csrc/distributed/c10d/c10d.h' 2024-08-20T21:52:30.6563129Z adding 'torch/include/torch/csrc/distributed/c10d/comm.hpp' 2024-08-20T21:52:30.6566373Z adding 'torch/include/torch/csrc/distributed/c10d/debug.h' 2024-08-20T21:52:30.6569931Z adding 'torch/include/torch/csrc/distributed/c10d/default_comm_hooks.hpp' 2024-08-20T21:52:30.6573151Z adding 'torch/include/torch/csrc/distributed/c10d/error.h' 2024-08-20T21:52:30.6576804Z adding 'torch/include/torch/csrc/distributed/c10d/exception.h' 2024-08-20T21:52:30.6580697Z adding 'torch/include/torch/csrc/distributed/c10d/intra_node_comm.hpp' 2024-08-20T21:52:30.6585185Z adding 'torch/include/torch/csrc/distributed/c10d/logger.hpp' 2024-08-20T21:52:30.6588750Z adding 'torch/include/torch/csrc/distributed/c10d/logging.h' 2024-08-20T21:52:30.6592169Z adding 'torch/include/torch/csrc/distributed/c10d/python_comm_hook.h' 2024-08-20T21:52:30.6603373Z adding 'torch/include/torch/csrc/distributed/c10d/reducer.hpp' 2024-08-20T21:52:30.6607634Z adding 'torch/include/torch/csrc/distributed/c10d/reducer_timer.hpp' 2024-08-20T21:52:30.6611126Z adding 'torch/include/torch/csrc/distributed/c10d/sequence_num.hpp' 2024-08-20T21:52:30.6614642Z adding 'torch/include/torch/csrc/distributed/c10d/socket.h' 2024-08-20T21:52:30.6619310Z adding 'torch/include/torch/csrc/distributed/rpc/agent_utils.h' 2024-08-20T21:52:30.6624076Z adding 'torch/include/torch/csrc/distributed/rpc/message.h' 2024-08-20T21:52:30.6628026Z adding 'torch/include/torch/csrc/distributed/rpc/py_rref.h' 2024-08-20T21:52:30.6631283Z adding 'torch/include/torch/csrc/distributed/rpc/python_call.h' 2024-08-20T21:52:30.6634921Z adding 'torch/include/torch/csrc/distributed/rpc/python_functions.h' 2024-08-20T21:52:30.6638747Z adding 'torch/include/torch/csrc/distributed/rpc/python_remote_call.h' 2024-08-20T21:52:30.6641353Z adding 'torch/include/torch/csrc/distributed/rpc/python_resp.h' 2024-08-20T21:52:30.6645557Z adding 'torch/include/torch/csrc/distributed/rpc/python_rpc_handler.h' 2024-08-20T21:52:30.6648949Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback.h' 2024-08-20T21:52:30.6652377Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback_impl.h' 2024-08-20T21:52:30.6656025Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback_no_python.h' 2024-08-20T21:52:30.6658968Z adding 'torch/include/torch/csrc/distributed/rpc/rpc.h' 2024-08-20T21:52:30.6665554Z adding 'torch/include/torch/csrc/distributed/rpc/rpc_agent.h' 2024-08-20T21:52:30.6669764Z adding 'torch/include/torch/csrc/distributed/rpc/rpc_command_base.h' 2024-08-20T21:52:30.6677710Z adding 'torch/include/torch/csrc/distributed/rpc/rref_context.h' 2024-08-20T21:52:30.6686014Z adding 'torch/include/torch/csrc/distributed/rpc/rref_impl.h' 2024-08-20T21:52:30.6690292Z adding 'torch/include/torch/csrc/distributed/rpc/rref_proto.h' 2024-08-20T21:52:30.6693979Z adding 'torch/include/torch/csrc/distributed/rpc/script_call.h' 2024-08-20T21:52:30.6697446Z adding 'torch/include/torch/csrc/distributed/rpc/script_remote_call.h' 2024-08-20T21:52:30.6700611Z adding 'torch/include/torch/csrc/distributed/rpc/script_resp.h' 2024-08-20T21:52:30.6708785Z adding 'torch/include/torch/csrc/distributed/rpc/tensorpipe_agent.h' 2024-08-20T21:52:30.6713321Z adding 'torch/include/torch/csrc/distributed/rpc/tensorpipe_utils.h' 2024-08-20T21:52:30.6717004Z adding 'torch/include/torch/csrc/distributed/rpc/torchscript_functions.h' 2024-08-20T21:52:30.6720369Z adding 'torch/include/torch/csrc/distributed/rpc/types.h' 2024-08-20T21:52:30.6723846Z adding 'torch/include/torch/csrc/distributed/rpc/unpickled_python_call.h' 2024-08-20T21:52:30.6727208Z adding 'torch/include/torch/csrc/distributed/rpc/unpickled_python_remote_call.h' 2024-08-20T21:52:30.6730962Z adding 'torch/include/torch/csrc/distributed/rpc/utils.h' 2024-08-20T21:52:30.6735507Z adding 'torch/include/torch/csrc/dynamo/cache_entry.h' 2024-08-20T21:52:30.6744773Z adding 'torch/include/torch/csrc/dynamo/compiled_autograd.h' 2024-08-20T21:52:30.6748375Z adding 'torch/include/torch/csrc/dynamo/cpp_shim.h' 2024-08-20T21:52:30.6751565Z adding 'torch/include/torch/csrc/dynamo/cpython_defs.h' 2024-08-20T21:52:30.6754994Z adding 'torch/include/torch/csrc/dynamo/cpython_includes.h' 2024-08-20T21:52:30.6758256Z adding 'torch/include/torch/csrc/dynamo/debug_macros.h' 2024-08-20T21:52:30.6761180Z adding 'torch/include/torch/csrc/dynamo/eval_frame.h' 2024-08-20T21:52:30.6765281Z adding 'torch/include/torch/csrc/dynamo/extra_state.h' 2024-08-20T21:52:30.6768998Z adding 'torch/include/torch/csrc/dynamo/framelocals_mapping.h' 2024-08-20T21:52:30.6772320Z adding 'torch/include/torch/csrc/dynamo/guards.h' 2024-08-20T21:52:30.6775405Z adding 'torch/include/torch/csrc/dynamo/init.h' 2024-08-20T21:52:30.6778474Z adding 'torch/include/torch/csrc/dynamo/python_compiled_autograd.h' 2024-08-20T21:52:30.6781290Z adding 'torch/include/torch/csrc/dynamo/utils.h' 2024-08-20T21:52:30.6785390Z adding 'torch/include/torch/csrc/inductor/inductor_ops.h' 2024-08-20T21:52:30.6790136Z adding 'torch/include/torch/csrc/inductor/aoti_runner/model_container_runner.h' 2024-08-20T21:52:30.6793407Z adding 'torch/include/torch/csrc/inductor/aoti_runner/model_container_runner_cpu.h' 2024-08-20T21:52:30.6796847Z adding 'torch/include/torch/csrc/inductor/aoti_runner/model_container_runner_cuda.h' 2024-08-20T21:52:30.6799653Z adding 'torch/include/torch/csrc/inductor/aoti_runner/pybind.h' 2024-08-20T21:52:30.6805979Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/arrayref_tensor.h' 2024-08-20T21:52:30.6809684Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/device_utils.h' 2024-08-20T21:52:30.6814090Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/interface.h' 2024-08-20T21:52:30.6833175Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/model.h' 2024-08-20T21:52:30.6834207Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/model_container.h' 2024-08-20T21:52:30.6835018Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/scalar_to_tensor.h' 2024-08-20T21:52:30.6837738Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/thread_local.h' 2024-08-20T21:52:30.6841832Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/utils.h' 2024-08-20T21:52:30.6845317Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/utils_cuda.h' 2024-08-20T21:52:30.6849496Z adding 'torch/include/torch/csrc/inductor/aoti_torch/mkldnn_tensor.h' 2024-08-20T21:52:30.6853203Z adding 'torch/include/torch/csrc/inductor/aoti_torch/oss_proxy_executor.h' 2024-08-20T21:52:30.6856321Z adding 'torch/include/torch/csrc/inductor/aoti_torch/proxy_executor.h' 2024-08-20T21:52:30.6859527Z adding 'torch/include/torch/csrc/inductor/aoti_torch/tensor_converter.h' 2024-08-20T21:52:30.6863456Z adding 'torch/include/torch/csrc/inductor/aoti_torch/utils.h' 2024-08-20T21:52:30.6871999Z adding 'torch/include/torch/csrc/inductor/aoti_torch/c/shim.h' 2024-08-20T21:52:30.6880069Z adding 'torch/include/torch/csrc/inductor/aoti_torch/generated/c_shim_cpu.h' 2024-08-20T21:52:30.6887425Z adding 'torch/include/torch/csrc/inductor/aoti_torch/generated/c_shim_cuda.h' 2024-08-20T21:52:30.6893415Z adding 'torch/include/torch/csrc/jit/jit_log.h' 2024-08-20T21:52:30.6896669Z adding 'torch/include/torch/csrc/jit/jit_opt_limit.h' 2024-08-20T21:52:30.6899969Z adding 'torch/include/torch/csrc/jit/resource_guard.h' 2024-08-20T21:52:30.6906903Z adding 'torch/include/torch/csrc/jit/api/compilation_unit.h' 2024-08-20T21:52:30.6912130Z adding 'torch/include/torch/csrc/jit/api/function_impl.h' 2024-08-20T21:52:30.6916104Z adding 'torch/include/torch/csrc/jit/api/method.h' 2024-08-20T21:52:30.6926515Z adding 'torch/include/torch/csrc/jit/api/module.h' 2024-08-20T21:52:30.6932107Z adding 'torch/include/torch/csrc/jit/api/object.h' 2024-08-20T21:52:30.6937487Z adding 'torch/include/torch/csrc/jit/backends/backend.h' 2024-08-20T21:52:30.6942668Z adding 'torch/include/torch/csrc/jit/backends/backend_debug_handler.h' 2024-08-20T21:52:30.6946571Z adding 'torch/include/torch/csrc/jit/backends/backend_debug_info.h' 2024-08-20T21:52:30.6949875Z adding 'torch/include/torch/csrc/jit/backends/backend_detail.h' 2024-08-20T21:52:30.6954084Z adding 'torch/include/torch/csrc/jit/backends/backend_exception.h' 2024-08-20T21:52:30.6957359Z adding 'torch/include/torch/csrc/jit/backends/backend_init.h' 2024-08-20T21:52:30.6960664Z adding 'torch/include/torch/csrc/jit/backends/backend_interface.h' 2024-08-20T21:52:30.6963899Z adding 'torch/include/torch/csrc/jit/backends/backend_preprocess.h' 2024-08-20T21:52:30.6967344Z adding 'torch/include/torch/csrc/jit/backends/backend_resolver.h' 2024-08-20T21:52:30.6971908Z adding 'torch/include/torch/csrc/jit/codegen/cuda/interface.h' 2024-08-20T21:52:30.6976238Z adding 'torch/include/torch/csrc/jit/frontend/builtin_functions.h' 2024-08-20T21:52:30.6979408Z adding 'torch/include/torch/csrc/jit/frontend/canonicalize_modified_loop.h' 2024-08-20T21:52:30.6985406Z adding 'torch/include/torch/csrc/jit/frontend/concrete_module_type.h' 2024-08-20T21:52:30.6988647Z adding 'torch/include/torch/csrc/jit/frontend/convert_to_ssa.h' 2024-08-20T21:52:30.6991776Z adding 'torch/include/torch/csrc/jit/frontend/edit_distance.h' 2024-08-20T21:52:30.6995283Z adding 'torch/include/torch/csrc/jit/frontend/error_report.h' 2024-08-20T21:52:30.6998954Z adding 'torch/include/torch/csrc/jit/frontend/exit_transforms.h' 2024-08-20T21:52:30.7002236Z adding 'torch/include/torch/csrc/jit/frontend/function_schema_parser.h' 2024-08-20T21:52:30.7005480Z adding 'torch/include/torch/csrc/jit/frontend/inline_loop_condition.h' 2024-08-20T21:52:30.7008477Z adding 'torch/include/torch/csrc/jit/frontend/ir_emitter.h' 2024-08-20T21:52:30.7017276Z adding 'torch/include/torch/csrc/jit/frontend/lexer.h' 2024-08-20T21:52:30.7021972Z adding 'torch/include/torch/csrc/jit/frontend/mini_environment.h' 2024-08-20T21:52:30.7024998Z adding 'torch/include/torch/csrc/jit/frontend/name_mangler.h' 2024-08-20T21:52:30.7028847Z adding 'torch/include/torch/csrc/jit/frontend/parse_string_literal.h' 2024-08-20T21:52:30.7032129Z adding 'torch/include/torch/csrc/jit/frontend/parser.h' 2024-08-20T21:52:30.7035352Z adding 'torch/include/torch/csrc/jit/frontend/parser_constants.h' 2024-08-20T21:52:30.7038832Z adding 'torch/include/torch/csrc/jit/frontend/resolver.h' 2024-08-20T21:52:30.7042393Z adding 'torch/include/torch/csrc/jit/frontend/schema_matching.h' 2024-08-20T21:52:30.7046220Z adding 'torch/include/torch/csrc/jit/frontend/schema_type_parser.h' 2024-08-20T21:52:30.7049776Z adding 'torch/include/torch/csrc/jit/frontend/script_type_parser.h' 2024-08-20T21:52:30.7056543Z adding 'torch/include/torch/csrc/jit/frontend/source_range.h' 2024-08-20T21:52:30.7060219Z adding 'torch/include/torch/csrc/jit/frontend/source_ref.h' 2024-08-20T21:52:30.7063393Z adding 'torch/include/torch/csrc/jit/frontend/strtod.h' 2024-08-20T21:52:30.7074005Z adding 'torch/include/torch/csrc/jit/frontend/sugared_value.h' 2024-08-20T21:52:30.7080464Z adding 'torch/include/torch/csrc/jit/frontend/tracer.h' 2024-08-20T21:52:30.7085678Z adding 'torch/include/torch/csrc/jit/frontend/tree.h' 2024-08-20T21:52:30.7097879Z adding 'torch/include/torch/csrc/jit/frontend/tree_views.h' 2024-08-20T21:52:30.7101925Z adding 'torch/include/torch/csrc/jit/frontend/versioned_symbols.h' 2024-08-20T21:52:30.7109496Z adding 'torch/include/torch/csrc/jit/ir/alias_analysis.h' 2024-08-20T21:52:30.7117749Z adding 'torch/include/torch/csrc/jit/ir/attributes.h' 2024-08-20T21:52:30.7120625Z adding 'torch/include/torch/csrc/jit/ir/constants.h' 2024-08-20T21:52:30.7125509Z adding 'torch/include/torch/csrc/jit/ir/graph_node_list.h' 2024-08-20T21:52:30.7128993Z adding 'torch/include/torch/csrc/jit/ir/graph_utils.h' 2024-08-20T21:52:30.7150164Z adding 'torch/include/torch/csrc/jit/ir/ir.h' 2024-08-20T21:52:30.7155723Z adding 'torch/include/torch/csrc/jit/ir/ir_views.h' 2024-08-20T21:52:30.7159237Z adding 'torch/include/torch/csrc/jit/ir/irparser.h' 2024-08-20T21:52:30.7163009Z adding 'torch/include/torch/csrc/jit/ir/named_value.h' 2024-08-20T21:52:30.7166266Z adding 'torch/include/torch/csrc/jit/ir/node_hashing.h' 2024-08-20T21:52:30.7171085Z adding 'torch/include/torch/csrc/jit/ir/scope.h' 2024-08-20T21:52:30.7175875Z adding 'torch/include/torch/csrc/jit/ir/subgraph_matcher.h' 2024-08-20T21:52:30.7178993Z adding 'torch/include/torch/csrc/jit/ir/type_hashing.h' 2024-08-20T21:52:30.7183423Z adding 'torch/include/torch/csrc/jit/mobile/code.h' 2024-08-20T21:52:30.7187107Z adding 'torch/include/torch/csrc/jit/mobile/debug_info.h' 2024-08-20T21:52:30.7191985Z adding 'torch/include/torch/csrc/jit/mobile/file_format.h' 2024-08-20T21:52:30.7196569Z adding 'torch/include/torch/csrc/jit/mobile/flatbuffer_loader.h' 2024-08-20T21:52:30.7199893Z adding 'torch/include/torch/csrc/jit/mobile/frame.h' 2024-08-20T21:52:30.7204005Z adding 'torch/include/torch/csrc/jit/mobile/function.h' 2024-08-20T21:52:30.7208270Z adding 'torch/include/torch/csrc/jit/mobile/import.h' 2024-08-20T21:52:30.7211652Z adding 'torch/include/torch/csrc/jit/mobile/import_data.h' 2024-08-20T21:52:30.7214953Z adding 'torch/include/torch/csrc/jit/mobile/import_export_common.h' 2024-08-20T21:52:30.7218309Z adding 'torch/include/torch/csrc/jit/mobile/interpreter.h' 2024-08-20T21:52:30.7221660Z adding 'torch/include/torch/csrc/jit/mobile/method.h' 2024-08-20T21:52:30.7226151Z adding 'torch/include/torch/csrc/jit/mobile/module.h' 2024-08-20T21:52:30.7230410Z adding 'torch/include/torch/csrc/jit/mobile/observer.h' 2024-08-20T21:52:30.7233917Z adding 'torch/include/torch/csrc/jit/mobile/parse_bytecode.h' 2024-08-20T21:52:30.7237209Z adding 'torch/include/torch/csrc/jit/mobile/parse_operators.h' 2024-08-20T21:52:30.7240467Z adding 'torch/include/torch/csrc/jit/mobile/prim_ops_registery.h' 2024-08-20T21:52:30.7245132Z adding 'torch/include/torch/csrc/jit/mobile/profiler_edge.h' 2024-08-20T21:52:30.7247884Z adding 'torch/include/torch/csrc/jit/mobile/promoted_prim_ops.h' 2024-08-20T21:52:30.7251350Z adding 'torch/include/torch/csrc/jit/mobile/quantization.h' 2024-08-20T21:52:30.7255882Z adding 'torch/include/torch/csrc/jit/mobile/register_ops_common_utils.h' 2024-08-20T21:52:30.7259238Z adding 'torch/include/torch/csrc/jit/mobile/type_parser.h' 2024-08-20T21:52:30.7262557Z adding 'torch/include/torch/csrc/jit/mobile/upgrader_mobile.h' 2024-08-20T21:52:30.7268068Z adding 'torch/include/torch/csrc/jit/passes/add_if_then_else.h' 2024-08-20T21:52:30.7271044Z adding 'torch/include/torch/csrc/jit/passes/annotate_warns.h' 2024-08-20T21:52:30.7274368Z adding 'torch/include/torch/csrc/jit/passes/autocast.h' 2024-08-20T21:52:30.7277712Z adding 'torch/include/torch/csrc/jit/passes/bailout_graph.h' 2024-08-20T21:52:30.7280861Z adding 'torch/include/torch/csrc/jit/passes/batch_mm.h' 2024-08-20T21:52:30.7284269Z adding 'torch/include/torch/csrc/jit/passes/canonicalize.h' 2024-08-20T21:52:30.7287796Z adding 'torch/include/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.h' 2024-08-20T21:52:30.7291099Z adding 'torch/include/torch/csrc/jit/passes/check_strict_fusion.h' 2024-08-20T21:52:30.7294313Z adding 'torch/include/torch/csrc/jit/passes/clear_profiling.h' 2024-08-20T21:52:30.7297872Z adding 'torch/include/torch/csrc/jit/passes/clear_undefinedness.h' 2024-08-20T21:52:30.7301496Z adding 'torch/include/torch/csrc/jit/passes/common_subexpression_elimination.h' 2024-08-20T21:52:30.7304556Z adding 'torch/include/torch/csrc/jit/passes/concat_opt.h' 2024-08-20T21:52:30.7308195Z adding 'torch/include/torch/csrc/jit/passes/constant_pooling.h' 2024-08-20T21:52:30.7311746Z adding 'torch/include/torch/csrc/jit/passes/constant_propagation.h' 2024-08-20T21:52:30.7315158Z adding 'torch/include/torch/csrc/jit/passes/create_autodiff_subgraphs.h' 2024-08-20T21:52:30.7318311Z adding 'torch/include/torch/csrc/jit/passes/create_functional_graphs.h' 2024-08-20T21:52:30.7321374Z adding 'torch/include/torch/csrc/jit/passes/dead_code_elimination.h' 2024-08-20T21:52:30.7324288Z adding 'torch/include/torch/csrc/jit/passes/decompose_ops.h' 2024-08-20T21:52:30.7327280Z adding 'torch/include/torch/csrc/jit/passes/device_type_analysis.h' 2024-08-20T21:52:30.7330250Z adding 'torch/include/torch/csrc/jit/passes/dtype_analysis.h' 2024-08-20T21:52:30.7333313Z adding 'torch/include/torch/csrc/jit/passes/eliminate_no_ops.h' 2024-08-20T21:52:30.7336471Z adding 'torch/include/torch/csrc/jit/passes/erase_number_types.h' 2024-08-20T21:52:30.7339909Z adding 'torch/include/torch/csrc/jit/passes/fixup_trace_scope_blocks.h' 2024-08-20T21:52:30.7343262Z adding 'torch/include/torch/csrc/jit/passes/fold_conv_bn.h' 2024-08-20T21:52:30.7346516Z adding 'torch/include/torch/csrc/jit/passes/fold_linear_bn.h' 2024-08-20T21:52:30.7349598Z adding 'torch/include/torch/csrc/jit/passes/freeze_module.h' 2024-08-20T21:52:30.7352639Z adding 'torch/include/torch/csrc/jit/passes/frozen_concat_linear.h' 2024-08-20T21:52:30.7355856Z adding 'torch/include/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.h' 2024-08-20T21:52:30.7358857Z adding 'torch/include/torch/csrc/jit/passes/frozen_conv_folding.h' 2024-08-20T21:52:30.7362049Z adding 'torch/include/torch/csrc/jit/passes/frozen_graph_optimizations.h' 2024-08-20T21:52:30.7365067Z adding 'torch/include/torch/csrc/jit/passes/frozen_linear_folding.h' 2024-08-20T21:52:30.7368100Z adding 'torch/include/torch/csrc/jit/passes/frozen_linear_transpose.h' 2024-08-20T21:52:30.7371130Z adding 'torch/include/torch/csrc/jit/passes/frozen_ops_to_mkldnn.h' 2024-08-20T21:52:30.7374247Z adding 'torch/include/torch/csrc/jit/passes/fuse_linear.h' 2024-08-20T21:52:30.7377346Z adding 'torch/include/torch/csrc/jit/passes/fuse_relu.h' 2024-08-20T21:52:30.7380621Z adding 'torch/include/torch/csrc/jit/passes/graph_fuser.h' 2024-08-20T21:52:30.7384211Z adding 'torch/include/torch/csrc/jit/passes/graph_rewrite_helper.h' 2024-08-20T21:52:30.7387883Z adding 'torch/include/torch/csrc/jit/passes/guard_elimination.h' 2024-08-20T21:52:30.7390293Z adding 'torch/include/torch/csrc/jit/passes/hoist_conv_packed_params.h' 2024-08-20T21:52:30.7393285Z adding 'torch/include/torch/csrc/jit/passes/inline_autodiff_subgraphs.h' 2024-08-20T21:52:30.7396464Z adding 'torch/include/torch/csrc/jit/passes/inline_fork_wait.h' 2024-08-20T21:52:30.7399515Z adding 'torch/include/torch/csrc/jit/passes/inline_forked_closures.h' 2024-08-20T21:52:30.7402489Z adding 'torch/include/torch/csrc/jit/passes/inliner.h' 2024-08-20T21:52:30.7405422Z adding 'torch/include/torch/csrc/jit/passes/inplace_check.h' 2024-08-20T21:52:30.7409231Z adding 'torch/include/torch/csrc/jit/passes/insert_guards.h' 2024-08-20T21:52:30.7411832Z adding 'torch/include/torch/csrc/jit/passes/integer_value_refinement.h' 2024-08-20T21:52:30.7415593Z adding 'torch/include/torch/csrc/jit/passes/lift_closures.h' 2024-08-20T21:52:30.7417869Z adding 'torch/include/torch/csrc/jit/passes/liveness.h' 2024-08-20T21:52:30.7421486Z adding 'torch/include/torch/csrc/jit/passes/loop_unrolling.h' 2024-08-20T21:52:30.7424350Z adding 'torch/include/torch/csrc/jit/passes/lower_grad_of.h' 2024-08-20T21:52:30.7427586Z adding 'torch/include/torch/csrc/jit/passes/lower_graph.h' 2024-08-20T21:52:30.7431321Z adding 'torch/include/torch/csrc/jit/passes/lower_tuples.h' 2024-08-20T21:52:30.7434786Z adding 'torch/include/torch/csrc/jit/passes/metal_rewrite.h' 2024-08-20T21:52:30.7437981Z adding 'torch/include/torch/csrc/jit/passes/mkldnn_rewrite.h' 2024-08-20T21:52:30.7441175Z adding 'torch/include/torch/csrc/jit/passes/mobile_optimizer_type.h' 2024-08-20T21:52:30.7444696Z adding 'torch/include/torch/csrc/jit/passes/normalize_ops.h' 2024-08-20T21:52:30.7447680Z adding 'torch/include/torch/csrc/jit/passes/onednn_graph_fuser.h' 2024-08-20T21:52:30.7450896Z adding 'torch/include/torch/csrc/jit/passes/onnx.h' 2024-08-20T21:52:30.7455625Z adding 'torch/include/torch/csrc/jit/passes/pass_manager.h' 2024-08-20T21:52:30.7458873Z adding 'torch/include/torch/csrc/jit/passes/peephole.h' 2024-08-20T21:52:30.7462187Z adding 'torch/include/torch/csrc/jit/passes/peephole_alias_sensitive.h' 2024-08-20T21:52:30.7465352Z adding 'torch/include/torch/csrc/jit/passes/peephole_dict_idioms.h' 2024-08-20T21:52:30.7468947Z adding 'torch/include/torch/csrc/jit/passes/peephole_list_idioms.h' 2024-08-20T21:52:30.7472103Z adding 'torch/include/torch/csrc/jit/passes/peephole_non_tensor.h' 2024-08-20T21:52:30.7475404Z adding 'torch/include/torch/csrc/jit/passes/prepack_folding.h' 2024-08-20T21:52:30.7478542Z adding 'torch/include/torch/csrc/jit/passes/refine_tuple_types.h' 2024-08-20T21:52:30.7481601Z adding 'torch/include/torch/csrc/jit/passes/remove_dropout.h' 2024-08-20T21:52:30.7485039Z adding 'torch/include/torch/csrc/jit/passes/remove_exceptions.h' 2024-08-20T21:52:30.7488075Z adding 'torch/include/torch/csrc/jit/passes/remove_expands.h' 2024-08-20T21:52:30.7491443Z adding 'torch/include/torch/csrc/jit/passes/remove_inplace_ops.h' 2024-08-20T21:52:30.7495216Z adding 'torch/include/torch/csrc/jit/passes/remove_mutation.h' 2024-08-20T21:52:30.7498452Z adding 'torch/include/torch/csrc/jit/passes/remove_redundant_profiles.h' 2024-08-20T21:52:30.7501867Z adding 'torch/include/torch/csrc/jit/passes/replacement_of_old_operators.h' 2024-08-20T21:52:30.7504905Z adding 'torch/include/torch/csrc/jit/passes/requires_grad_analysis.h' 2024-08-20T21:52:30.7508387Z adding 'torch/include/torch/csrc/jit/passes/restore_mutation.h' 2024-08-20T21:52:30.7511853Z adding 'torch/include/torch/csrc/jit/passes/shape_analysis.h' 2024-08-20T21:52:30.7515735Z adding 'torch/include/torch/csrc/jit/passes/specialize_autogradzero.h' 2024-08-20T21:52:30.7520781Z adding 'torch/include/torch/csrc/jit/passes/subgraph_rewrite.h' 2024-08-20T21:52:30.7524279Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_analysis.h' 2024-08-20T21:52:30.7527617Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_cache.h' 2024-08-20T21:52:30.7532234Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.h' 2024-08-20T21:52:30.7535371Z adding 'torch/include/torch/csrc/jit/passes/tensorexpr_fuser.h' 2024-08-20T21:52:30.7538815Z adding 'torch/include/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.h' 2024-08-20T21:52:30.7542592Z adding 'torch/include/torch/csrc/jit/passes/value_refinement_utils.h' 2024-08-20T21:52:30.7545812Z adding 'torch/include/torch/csrc/jit/passes/variadic_ops.h' 2024-08-20T21:52:30.7548806Z adding 'torch/include/torch/csrc/jit/passes/vulkan_rewrite.h' 2024-08-20T21:52:30.7552019Z adding 'torch/include/torch/csrc/jit/passes/xnnpack_rewrite.h' 2024-08-20T21:52:30.7556512Z adding 'torch/include/torch/csrc/jit/passes/quantization/dedup_module_uses.h' 2024-08-20T21:52:30.7560187Z adding 'torch/include/torch/csrc/jit/passes/quantization/finalize.h' 2024-08-20T21:52:30.7563541Z adding 'torch/include/torch/csrc/jit/passes/quantization/fusion_passes.h' 2024-08-20T21:52:30.7568170Z adding 'torch/include/torch/csrc/jit/passes/quantization/helper.h' 2024-08-20T21:52:30.7572128Z adding 'torch/include/torch/csrc/jit/passes/quantization/insert_observers.h' 2024-08-20T21:52:30.7575730Z adding 'torch/include/torch/csrc/jit/passes/quantization/insert_quant_dequant.h' 2024-08-20T21:52:30.7586765Z adding 'torch/include/torch/csrc/jit/passes/quantization/quantization_patterns.h' 2024-08-20T21:52:30.7591519Z adding 'torch/include/torch/csrc/jit/passes/quantization/quantization_type.h' 2024-08-20T21:52:30.7594844Z adding 'torch/include/torch/csrc/jit/passes/quantization/register_packed_params.h' 2024-08-20T21:52:30.7599261Z adding 'torch/include/torch/csrc/jit/passes/utils/check_alias_annotation.h' 2024-08-20T21:52:30.7604020Z adding 'torch/include/torch/csrc/jit/passes/utils/memory_dag.h' 2024-08-20T21:52:30.7607527Z adding 'torch/include/torch/csrc/jit/passes/utils/op_registry.h' 2024-08-20T21:52:30.7610799Z adding 'torch/include/torch/csrc/jit/passes/utils/optimization_utils.h' 2024-08-20T21:52:30.7614541Z adding 'torch/include/torch/csrc/jit/passes/utils/subgraph_utils.h' 2024-08-20T21:52:30.7618542Z adding 'torch/include/torch/csrc/jit/python/init.h' 2024-08-20T21:52:30.7621938Z adding 'torch/include/torch/csrc/jit/python/module_python.h' 2024-08-20T21:52:30.7626689Z adding 'torch/include/torch/csrc/jit/python/pybind.h' 2024-08-20T21:52:30.7643260Z adding 'torch/include/torch/csrc/jit/python/pybind_utils.h' 2024-08-20T21:52:30.7648486Z adding 'torch/include/torch/csrc/jit/python/python_arg_flatten.h' 2024-08-20T21:52:30.7651707Z adding 'torch/include/torch/csrc/jit/python/python_custom_class.h' 2024-08-20T21:52:30.7655606Z adding 'torch/include/torch/csrc/jit/python/python_dict.h' 2024-08-20T21:52:30.7659517Z adding 'torch/include/torch/csrc/jit/python/python_ir.h' 2024-08-20T21:52:30.7663311Z adding 'torch/include/torch/csrc/jit/python/python_ivalue.h' 2024-08-20T21:52:30.7667793Z adding 'torch/include/torch/csrc/jit/python/python_list.h' 2024-08-20T21:52:30.7673233Z adding 'torch/include/torch/csrc/jit/python/python_sugared_value.h' 2024-08-20T21:52:30.7677046Z adding 'torch/include/torch/csrc/jit/python/python_tracer.h' 2024-08-20T21:52:30.7680100Z adding 'torch/include/torch/csrc/jit/python/python_tree_views.h' 2024-08-20T21:52:30.7683244Z adding 'torch/include/torch/csrc/jit/python/script_init.h' 2024-08-20T21:52:30.7686260Z adding 'torch/include/torch/csrc/jit/python/update_graph_executor_opt.h' 2024-08-20T21:52:30.7689334Z adding 'torch/include/torch/csrc/jit/python/utf8_decoding_ignore.h' 2024-08-20T21:52:30.7698041Z adding 'torch/include/torch/csrc/jit/runtime/argument_spec.h' 2024-08-20T21:52:30.7702675Z adding 'torch/include/torch/csrc/jit/runtime/autodiff.h' 2024-08-20T21:52:30.7706671Z adding 'torch/include/torch/csrc/jit/runtime/calculate_necessary_args.h' 2024-08-20T21:52:30.7710050Z adding 'torch/include/torch/csrc/jit/runtime/custom_operator.h' 2024-08-20T21:52:30.7713548Z adding 'torch/include/torch/csrc/jit/runtime/decomposition_registry.h' 2024-08-20T21:52:30.7717371Z adding 'torch/include/torch/csrc/jit/runtime/decomposition_registry_util.h' 2024-08-20T21:52:30.7719850Z adding 'torch/include/torch/csrc/jit/runtime/exception_message.h' 2024-08-20T21:52:30.7724122Z adding 'torch/include/torch/csrc/jit/runtime/graph_executor.h' 2024-08-20T21:52:30.7728388Z adding 'torch/include/torch/csrc/jit/runtime/graph_executor_impl.h' 2024-08-20T21:52:30.7732838Z adding 'torch/include/torch/csrc/jit/runtime/graph_iterator.h' 2024-08-20T21:52:30.7737343Z adding 'torch/include/torch/csrc/jit/runtime/instruction.h' 2024-08-20T21:52:30.7741741Z adding 'torch/include/torch/csrc/jit/runtime/interpreter.h' 2024-08-20T21:52:30.7745295Z adding 'torch/include/torch/csrc/jit/runtime/jit_exception.h' 2024-08-20T21:52:30.7748258Z adding 'torch/include/torch/csrc/jit/runtime/jit_trace.h' 2024-08-20T21:52:30.7751864Z adding 'torch/include/torch/csrc/jit/runtime/logging.h' 2024-08-20T21:52:30.7757570Z adding 'torch/include/torch/csrc/jit/runtime/operator.h' 2024-08-20T21:52:30.7761086Z adding 'torch/include/torch/csrc/jit/runtime/operator_options.h' 2024-08-20T21:52:30.7764126Z adding 'torch/include/torch/csrc/jit/runtime/print_handler.h' 2024-08-20T21:52:30.7767858Z adding 'torch/include/torch/csrc/jit/runtime/profiling_graph_executor_impl.h' 2024-08-20T21:52:30.7772968Z adding 'torch/include/torch/csrc/jit/runtime/profiling_record.h' 2024-08-20T21:52:30.7782850Z adding 'torch/include/torch/csrc/jit/runtime/register_ops_utils.h' 2024-08-20T21:52:30.7787506Z adding 'torch/include/torch/csrc/jit/runtime/script_profile.h' 2024-08-20T21:52:30.7790951Z adding 'torch/include/torch/csrc/jit/runtime/serialized_shape_function_registry.h' 2024-08-20T21:52:30.7793938Z adding 'torch/include/torch/csrc/jit/runtime/shape_function_registry.h' 2024-08-20T21:52:30.7797096Z adding 'torch/include/torch/csrc/jit/runtime/simple_graph_executor_impl.h' 2024-08-20T21:52:30.7800268Z adding 'torch/include/torch/csrc/jit/runtime/slice_indices_adjust.h' 2024-08-20T21:52:30.7803328Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_script.h' 2024-08-20T21:52:30.7807057Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_shape_registry.h' 2024-08-20T21:52:30.7810183Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_shape_registry_util.h' 2024-08-20T21:52:30.7813234Z adding 'torch/include/torch/csrc/jit/runtime/vararg_functions.h' 2024-08-20T21:52:30.7816328Z adding 'torch/include/torch/csrc/jit/runtime/variable_tensor_list.h' 2024-08-20T21:52:30.7821180Z adding 'torch/include/torch/csrc/jit/serialization/callstack_debug_info_serialization.h' 2024-08-20T21:52:30.7826666Z adding 'torch/include/torch/csrc/jit/serialization/export.h' 2024-08-20T21:52:30.7830378Z adding 'torch/include/torch/csrc/jit/serialization/export_bytecode.h' 2024-08-20T21:52:30.7834416Z adding 'torch/include/torch/csrc/jit/serialization/flatbuffer_serializer.h' 2024-08-20T21:52:30.7837441Z adding 'torch/include/torch/csrc/jit/serialization/flatbuffer_serializer_jit.h' 2024-08-20T21:52:30.7840966Z adding 'torch/include/torch/csrc/jit/serialization/import.h' 2024-08-20T21:52:30.7844294Z adding 'torch/include/torch/csrc/jit/serialization/import_export_constants.h' 2024-08-20T21:52:30.7847506Z adding 'torch/include/torch/csrc/jit/serialization/import_export_functions.h' 2024-08-20T21:52:30.7850609Z adding 'torch/include/torch/csrc/jit/serialization/import_export_helpers.h' 2024-08-20T21:52:30.7853723Z adding 'torch/include/torch/csrc/jit/serialization/import_read.h' 2024-08-20T21:52:30.7857442Z adding 'torch/include/torch/csrc/jit/serialization/import_source.h' 2024-08-20T21:52:30.7877621Z adding 'torch/include/torch/csrc/jit/serialization/mobile_bytecode_generated.h' 2024-08-20T21:52:30.7882882Z adding 'torch/include/torch/csrc/jit/serialization/onnx.h' 2024-08-20T21:52:30.7886880Z adding 'torch/include/torch/csrc/jit/serialization/pickle.h' 2024-08-20T21:52:30.7893750Z adding 'torch/include/torch/csrc/jit/serialization/pickler.h' 2024-08-20T21:52:30.7897513Z adding 'torch/include/torch/csrc/jit/serialization/python_print.h' 2024-08-20T21:52:30.7901918Z adding 'torch/include/torch/csrc/jit/serialization/source_range_serialization.h' 2024-08-20T21:52:30.7904687Z adding 'torch/include/torch/csrc/jit/serialization/source_range_serialization_impl.h' 2024-08-20T21:52:30.7908048Z adding 'torch/include/torch/csrc/jit/serialization/storage_context.h' 2024-08-20T21:52:30.7911307Z adding 'torch/include/torch/csrc/jit/serialization/type_name_uniquer.h' 2024-08-20T21:52:30.7916657Z adding 'torch/include/torch/csrc/jit/serialization/unpickler.h' 2024-08-20T21:52:30.7923028Z adding 'torch/include/torch/csrc/jit/tensorexpr/analysis.h' 2024-08-20T21:52:30.7927573Z adding 'torch/include/torch/csrc/jit/tensorexpr/block_codegen.h' 2024-08-20T21:52:30.7931298Z adding 'torch/include/torch/csrc/jit/tensorexpr/bounds_inference.h' 2024-08-20T21:52:30.7935436Z adding 'torch/include/torch/csrc/jit/tensorexpr/bounds_overlap.h' 2024-08-20T21:52:30.7940648Z adding 'torch/include/torch/csrc/jit/tensorexpr/codegen.h' 2024-08-20T21:52:30.7944551Z adding 'torch/include/torch/csrc/jit/tensorexpr/cpp_codegen.h' 2024-08-20T21:52:30.7947940Z adding 'torch/include/torch/csrc/jit/tensorexpr/cpp_intrinsics.h' 2024-08-20T21:52:30.7953133Z adding 'torch/include/torch/csrc/jit/tensorexpr/cuda_codegen.h' 2024-08-20T21:52:30.7957307Z adding 'torch/include/torch/csrc/jit/tensorexpr/cuda_random.h' 2024-08-20T21:52:30.7962481Z adding 'torch/include/torch/csrc/jit/tensorexpr/eval.h' 2024-08-20T21:52:30.7966641Z adding 'torch/include/torch/csrc/jit/tensorexpr/exceptions.h' 2024-08-20T21:52:30.7972913Z adding 'torch/include/torch/csrc/jit/tensorexpr/expr.h' 2024-08-20T21:52:30.7977565Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions.h' 2024-08-20T21:52:30.7980986Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions_core.h' 2024-08-20T21:52:30.7984675Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions_registry.h' 2024-08-20T21:52:30.7988520Z adding 'torch/include/torch/csrc/jit/tensorexpr/fwd_decls.h' 2024-08-20T21:52:30.7993086Z adding 'torch/include/torch/csrc/jit/tensorexpr/graph_opt.h' 2024-08-20T21:52:30.7997706Z adding 'torch/include/torch/csrc/jit/tensorexpr/half_support.h' 2024-08-20T21:52:30.8002916Z adding 'torch/include/torch/csrc/jit/tensorexpr/hash_provider.h' 2024-08-20T21:52:30.8006338Z adding 'torch/include/torch/csrc/jit/tensorexpr/intrinsic_symbols.h' 2024-08-20T21:52:30.8014657Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir.h' 2024-08-20T21:52:30.8018710Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_cloner.h' 2024-08-20T21:52:30.8022296Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_mutator.h' 2024-08-20T21:52:30.8026188Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_printer.h' 2024-08-20T21:52:30.8033100Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_simplifier.h' 2024-08-20T21:52:30.8037190Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_verifier.h' 2024-08-20T21:52:30.8040803Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_visitor.h' 2024-08-20T21:52:30.8047779Z adding 'torch/include/torch/csrc/jit/tensorexpr/kernel.h' 2024-08-20T21:52:30.8052153Z adding 'torch/include/torch/csrc/jit/tensorexpr/llvm_codegen.h' 2024-08-20T21:52:30.8055913Z adding 'torch/include/torch/csrc/jit/tensorexpr/llvm_jit.h' 2024-08-20T21:52:30.8065591Z adding 'torch/include/torch/csrc/jit/tensorexpr/loopnest.h' 2024-08-20T21:52:30.8069354Z adding 'torch/include/torch/csrc/jit/tensorexpr/loopnest_randomization.h' 2024-08-20T21:52:30.8072740Z adding 'torch/include/torch/csrc/jit/tensorexpr/lowerings.h' 2024-08-20T21:52:30.8079778Z adding 'torch/include/torch/csrc/jit/tensorexpr/mem_dependency_checker.h' 2024-08-20T21:52:30.8085028Z adding 'torch/include/torch/csrc/jit/tensorexpr/reduction.h' 2024-08-20T21:52:30.8091875Z adding 'torch/include/torch/csrc/jit/tensorexpr/registerizer.h' 2024-08-20T21:52:30.8100866Z adding 'torch/include/torch/csrc/jit/tensorexpr/stmt.h' 2024-08-20T21:52:30.8106369Z adding 'torch/include/torch/csrc/jit/tensorexpr/tensor.h' 2024-08-20T21:52:30.8110384Z adding 'torch/include/torch/csrc/jit/tensorexpr/tensorexpr_init.h' 2024-08-20T21:52:30.8113996Z adding 'torch/include/torch/csrc/jit/tensorexpr/types.h' 2024-08-20T21:52:30.8117889Z adding 'torch/include/torch/csrc/jit/tensorexpr/unique_name_manager.h' 2024-08-20T21:52:30.8121425Z adding 'torch/include/torch/csrc/jit/tensorexpr/var_substitutor.h' 2024-08-20T21:52:30.8125772Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/conv2d.h' 2024-08-20T21:52:30.8129123Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/matmul.h' 2024-08-20T21:52:30.8132619Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/misc.h' 2024-08-20T21:52:30.8135861Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/norm.h' 2024-08-20T21:52:30.8139009Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/operators.h' 2024-08-20T21:52:30.8142320Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/pointwise.h' 2024-08-20T21:52:30.8145978Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/quantization.h' 2024-08-20T21:52:30.8149275Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/reduction.h' 2024-08-20T21:52:30.8152437Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/softmax.h' 2024-08-20T21:52:30.8156929Z adding 'torch/include/torch/csrc/jit/testing/file_check.h' 2024-08-20T21:52:30.8160147Z adding 'torch/include/torch/csrc/jit/testing/hooks_for_testing.h' 2024-08-20T21:52:30.8165213Z adding 'torch/include/torch/csrc/lazy/backend/backend_data.h' 2024-08-20T21:52:30.8169083Z adding 'torch/include/torch/csrc/lazy/backend/backend_device.h' 2024-08-20T21:52:30.8173482Z adding 'torch/include/torch/csrc/lazy/backend/backend_interface.h' 2024-08-20T21:52:30.8177359Z adding 'torch/include/torch/csrc/lazy/backend/lowering_context.h' 2024-08-20T21:52:30.8189456Z adding 'torch/include/torch/csrc/lazy/core/cache.h' 2024-08-20T21:52:30.8192951Z adding 'torch/include/torch/csrc/lazy/core/config.h' 2024-08-20T21:52:30.8196613Z adding 'torch/include/torch/csrc/lazy/core/debug_util.h' 2024-08-20T21:52:30.8200063Z adding 'torch/include/torch/csrc/lazy/core/dynamic_ir.h' 2024-08-20T21:52:30.8204844Z adding 'torch/include/torch/csrc/lazy/core/hash.h' 2024-08-20T21:52:30.8208810Z adding 'torch/include/torch/csrc/lazy/core/helpers.h' 2024-08-20T21:52:30.8214099Z adding 'torch/include/torch/csrc/lazy/core/ir.h' 2024-08-20T21:52:30.8218463Z adding 'torch/include/torch/csrc/lazy/core/ir_builder.h' 2024-08-20T21:52:30.8221777Z adding 'torch/include/torch/csrc/lazy/core/ir_dump_util.h' 2024-08-20T21:52:30.8225223Z adding 'torch/include/torch/csrc/lazy/core/ir_metadata.h' 2024-08-20T21:52:30.8228551Z adding 'torch/include/torch/csrc/lazy/core/ir_util.h' 2024-08-20T21:52:30.8235752Z adding 'torch/include/torch/csrc/lazy/core/lazy_graph_executor.h' 2024-08-20T21:52:30.8241242Z adding 'torch/include/torch/csrc/lazy/core/metrics.h' 2024-08-20T21:52:30.8244994Z adding 'torch/include/torch/csrc/lazy/core/multi_wait.h' 2024-08-20T21:52:30.8248503Z adding 'torch/include/torch/csrc/lazy/core/permutation_util.h' 2024-08-20T21:52:30.8252371Z adding 'torch/include/torch/csrc/lazy/core/shape.h' 2024-08-20T21:52:30.8257266Z adding 'torch/include/torch/csrc/lazy/core/shape_inference.h' 2024-08-20T21:52:30.8263967Z adding 'torch/include/torch/csrc/lazy/core/tensor.h' 2024-08-20T21:52:30.8267124Z adding 'torch/include/torch/csrc/lazy/core/tensor_impl.h' 2024-08-20T21:52:30.8271149Z adding 'torch/include/torch/csrc/lazy/core/tensor_util.h' 2024-08-20T21:52:30.8274283Z adding 'torch/include/torch/csrc/lazy/core/thread_pool.h' 2024-08-20T21:52:30.8278005Z adding 'torch/include/torch/csrc/lazy/core/trie.h' 2024-08-20T21:52:30.8281425Z adding 'torch/include/torch/csrc/lazy/core/unique.h' 2024-08-20T21:52:30.8285141Z adding 'torch/include/torch/csrc/lazy/core/util.h' 2024-08-20T21:52:30.8289875Z adding 'torch/include/torch/csrc/lazy/core/internal_ops/ltc_ops.h' 2024-08-20T21:52:30.8293655Z adding 'torch/include/torch/csrc/lazy/core/ops/arithmetic_ir_ops.h' 2024-08-20T21:52:30.8296676Z adding 'torch/include/torch/csrc/lazy/core/ops/utils.h' 2024-08-20T21:52:30.8301292Z adding 'torch/include/torch/csrc/lazy/python/python_util.h' 2024-08-20T21:52:30.8304701Z adding 'torch/include/torch/csrc/lazy/ts_backend/config.h' 2024-08-20T21:52:30.8308269Z adding 'torch/include/torch/csrc/lazy/ts_backend/dynamic_ir.h' 2024-08-20T21:52:30.8312076Z adding 'torch/include/torch/csrc/lazy/ts_backend/ir_builder.h' 2024-08-20T21:52:30.8315526Z adding 'torch/include/torch/csrc/lazy/ts_backend/tensor_aten_ops.h' 2024-08-20T21:52:30.8318688Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_autograd_functions.h' 2024-08-20T21:52:30.8322087Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_backend_impl.h' 2024-08-20T21:52:30.8325357Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_eager_fallback.h' 2024-08-20T21:52:30.8329487Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_lowering_context.h' 2024-08-20T21:52:30.8334004Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_node.h' 2024-08-20T21:52:30.8337221Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_node_lowering.h' 2024-08-20T21:52:30.8341102Z adding 'torch/include/torch/csrc/onnx/back_compat.h' 2024-08-20T21:52:30.8344189Z adding 'torch/include/torch/csrc/onnx/init.h' 2024-08-20T21:52:30.8347279Z adding 'torch/include/torch/csrc/onnx/onnx.h' 2024-08-20T21:52:30.8351249Z adding 'torch/include/torch/csrc/profiler/api.h' 2024-08-20T21:52:30.8360949Z adding 'torch/include/torch/csrc/profiler/collection.h' 2024-08-20T21:52:30.8365204Z adding 'torch/include/torch/csrc/profiler/combined_traceback.h' 2024-08-20T21:52:30.8369831Z adding 'torch/include/torch/csrc/profiler/containers.h' 2024-08-20T21:52:30.8374096Z adding 'torch/include/torch/csrc/profiler/data_flow.h' 2024-08-20T21:52:30.8377410Z adding 'torch/include/torch/csrc/profiler/events.h' 2024-08-20T21:52:30.8381241Z adding 'torch/include/torch/csrc/profiler/kineto_shim.h' 2024-08-20T21:52:30.8384599Z adding 'torch/include/torch/csrc/profiler/perf-inl.h' 2024-08-20T21:52:30.8388212Z adding 'torch/include/torch/csrc/profiler/perf.h' 2024-08-20T21:52:30.8392458Z adding 'torch/include/torch/csrc/profiler/util.h' 2024-08-20T21:52:30.8398133Z adding 'torch/include/torch/csrc/profiler/orchestration/observer.h' 2024-08-20T21:52:30.8401765Z adding 'torch/include/torch/csrc/profiler/orchestration/python_tracer.h' 2024-08-20T21:52:30.8404935Z adding 'torch/include/torch/csrc/profiler/orchestration/vulkan.h' 2024-08-20T21:52:30.8408947Z adding 'torch/include/torch/csrc/profiler/python/combined_traceback.h' 2024-08-20T21:52:30.8411991Z adding 'torch/include/torch/csrc/profiler/python/init.h' 2024-08-20T21:52:30.8415239Z adding 'torch/include/torch/csrc/profiler/python/pybind.h' 2024-08-20T21:52:30.8419318Z adding 'torch/include/torch/csrc/profiler/standalone/execution_trace_observer.h' 2024-08-20T21:52:30.8422330Z adding 'torch/include/torch/csrc/profiler/standalone/itt_observer.h' 2024-08-20T21:52:30.8425176Z adding 'torch/include/torch/csrc/profiler/standalone/nvtx_observer.h' 2024-08-20T21:52:30.8428421Z adding 'torch/include/torch/csrc/profiler/standalone/privateuse1_observer.h' 2024-08-20T21:52:30.8432320Z adding 'torch/include/torch/csrc/profiler/stubs/base.h' 2024-08-20T21:52:30.8436710Z adding 'torch/include/torch/csrc/profiler/unwind/action.h' 2024-08-20T21:52:30.8440385Z adding 'torch/include/torch/csrc/profiler/unwind/communicate.h' 2024-08-20T21:52:30.8444962Z adding 'torch/include/torch/csrc/profiler/unwind/debug_info.h' 2024-08-20T21:52:30.8448464Z adding 'torch/include/torch/csrc/profiler/unwind/dwarf_enums.h' 2024-08-20T21:52:30.8452537Z adding 'torch/include/torch/csrc/profiler/unwind/dwarf_symbolize_enums.h' 2024-08-20T21:52:30.8456328Z adding 'torch/include/torch/csrc/profiler/unwind/eh_frame_hdr.h' 2024-08-20T21:52:30.8460312Z adding 'torch/include/torch/csrc/profiler/unwind/fast_symbolizer.h' 2024-08-20T21:52:30.8465754Z adding 'torch/include/torch/csrc/profiler/unwind/fde.h' 2024-08-20T21:52:30.8469966Z adding 'torch/include/torch/csrc/profiler/unwind/lexer.h' 2024-08-20T21:52:30.8476118Z adding 'torch/include/torch/csrc/profiler/unwind/line_number_program.h' 2024-08-20T21:52:30.8479850Z adding 'torch/include/torch/csrc/profiler/unwind/mem_file.h' 2024-08-20T21:52:30.8483476Z adding 'torch/include/torch/csrc/profiler/unwind/range_table.h' 2024-08-20T21:52:30.8487344Z adding 'torch/include/torch/csrc/profiler/unwind/sections.h' 2024-08-20T21:52:30.8490706Z adding 'torch/include/torch/csrc/profiler/unwind/unwind.h' 2024-08-20T21:52:30.8493988Z adding 'torch/include/torch/csrc/profiler/unwind/unwind_error.h' 2024-08-20T21:52:30.8497507Z adding 'torch/include/torch/csrc/profiler/unwind/unwinder.h' 2024-08-20T21:52:30.8501537Z adding 'torch/include/torch/csrc/tensor/python_tensor.h' 2024-08-20T21:52:30.8507262Z adding 'torch/include/torch/csrc/utils/byte_order.h' 2024-08-20T21:52:30.8510256Z adding 'torch/include/torch/csrc/utils/cpp_stacktraces.h' 2024-08-20T21:52:30.8513152Z adding 'torch/include/torch/csrc/utils/cuda_enabled.h' 2024-08-20T21:52:30.8516663Z adding 'torch/include/torch/csrc/utils/device_lazy_init.h' 2024-08-20T21:52:30.8520084Z adding 'torch/include/torch/csrc/utils/disable_torch_function.h' 2024-08-20T21:52:30.8523025Z adding 'torch/include/torch/csrc/utils/init.h' 2024-08-20T21:52:30.8526037Z adding 'torch/include/torch/csrc/utils/invalid_arguments.h' 2024-08-20T21:52:30.8528959Z adding 'torch/include/torch/csrc/utils/nested.h' 2024-08-20T21:52:30.8531929Z adding 'torch/include/torch/csrc/utils/numpy_stub.h' 2024-08-20T21:52:30.8535208Z adding 'torch/include/torch/csrc/utils/object_ptr.h' 2024-08-20T21:52:30.8538219Z adding 'torch/include/torch/csrc/utils/out_types.h' 2024-08-20T21:52:30.8543696Z adding 'torch/include/torch/csrc/utils/pybind.h' 2024-08-20T21:52:30.8547270Z adding 'torch/include/torch/csrc/utils/pycfunction_helpers.h' 2024-08-20T21:52:30.8550323Z adding 'torch/include/torch/csrc/utils/pyobject_preservation.h' 2024-08-20T21:52:30.8563986Z adding 'torch/include/torch/csrc/utils/python_arg_parser.h' 2024-08-20T21:52:30.8568710Z adding 'torch/include/torch/csrc/utils/python_compat.h' 2024-08-20T21:52:30.8571843Z adding 'torch/include/torch/csrc/utils/python_dispatch.h' 2024-08-20T21:52:30.8575999Z adding 'torch/include/torch/csrc/utils/python_numbers.h' 2024-08-20T21:52:30.8579761Z adding 'torch/include/torch/csrc/utils/python_raii.h' 2024-08-20T21:52:30.8583983Z adding 'torch/include/torch/csrc/utils/python_scalars.h' 2024-08-20T21:52:30.8588487Z adding 'torch/include/torch/csrc/utils/python_strings.h' 2024-08-20T21:52:30.8591587Z adding 'torch/include/torch/csrc/utils/python_stub.h' 2024-08-20T21:52:30.8596071Z adding 'torch/include/torch/csrc/utils/python_symnode.h' 2024-08-20T21:52:30.8599584Z adding 'torch/include/torch/csrc/utils/python_torch_function_mode.h' 2024-08-20T21:52:30.8603052Z adding 'torch/include/torch/csrc/utils/python_tuples.h' 2024-08-20T21:52:30.8610338Z adding 'torch/include/torch/csrc/utils/pythoncapi_compat.h' 2024-08-20T21:52:30.8614989Z adding 'torch/include/torch/csrc/utils/schema_info.h' 2024-08-20T21:52:30.8618517Z adding 'torch/include/torch/csrc/utils/six.h' 2024-08-20T21:52:30.8621752Z adding 'torch/include/torch/csrc/utils/structseq.h' 2024-08-20T21:52:30.8624804Z adding 'torch/include/torch/csrc/utils/tensor_apply.h' 2024-08-20T21:52:30.8627787Z adding 'torch/include/torch/csrc/utils/tensor_dtypes.h' 2024-08-20T21:52:30.8631514Z adding 'torch/include/torch/csrc/utils/tensor_flatten.h' 2024-08-20T21:52:30.8634594Z adding 'torch/include/torch/csrc/utils/tensor_layouts.h' 2024-08-20T21:52:30.8637674Z adding 'torch/include/torch/csrc/utils/tensor_list.h' 2024-08-20T21:52:30.8640914Z adding 'torch/include/torch/csrc/utils/tensor_memoryformats.h' 2024-08-20T21:52:30.8644817Z adding 'torch/include/torch/csrc/utils/tensor_new.h' 2024-08-20T21:52:30.8648178Z adding 'torch/include/torch/csrc/utils/tensor_numpy.h' 2024-08-20T21:52:30.8651150Z adding 'torch/include/torch/csrc/utils/tensor_qschemes.h' 2024-08-20T21:52:30.8654332Z adding 'torch/include/torch/csrc/utils/tensor_types.h' 2024-08-20T21:52:30.8659613Z adding 'torch/include/torch/csrc/utils/throughput_benchmark-inl.h' 2024-08-20T21:52:30.8664306Z adding 'torch/include/torch/csrc/utils/throughput_benchmark.h' 2024-08-20T21:52:30.8667793Z adding 'torch/include/torch/csrc/utils/torch_dispatch_mode.h' 2024-08-20T21:52:30.8671974Z adding 'torch/include/torch/csrc/utils/variadic.h' 2024-08-20T21:52:30.8675281Z adding 'torch/include/torch/csrc/utils/verbose.h' 2024-08-20T21:52:30.8679315Z adding 'torch/include/torch/csrc/xpu/Event.h' 2024-08-20T21:52:30.8682432Z adding 'torch/include/torch/csrc/xpu/Module.h' 2024-08-20T21:52:30.8685449Z adding 'torch/include/torch/csrc/xpu/Stream.h' 2024-08-20T21:52:30.8692504Z adding 'torch/jit/__init__.py' 2024-08-20T21:52:30.8696729Z adding 'torch/jit/_async.py' 2024-08-20T21:52:30.8700344Z adding 'torch/jit/_await.py' 2024-08-20T21:52:30.8704808Z adding 'torch/jit/_builtins.py' 2024-08-20T21:52:30.8710542Z adding 'torch/jit/_check.py' 2024-08-20T21:52:30.8715935Z adding 'torch/jit/_dataclass_impls.py' 2024-08-20T21:52:30.8719352Z adding 'torch/jit/_decomposition_utils.py' 2024-08-20T21:52:30.8723545Z adding 'torch/jit/_decompositions.py' 2024-08-20T21:52:30.8729315Z adding 'torch/jit/_freeze.py' 2024-08-20T21:52:30.8734159Z adding 'torch/jit/_fuser.py' 2024-08-20T21:52:30.8737811Z adding 'torch/jit/_ir_utils.py' 2024-08-20T21:52:30.8740902Z adding 'torch/jit/_logging.py' 2024-08-20T21:52:30.8745791Z adding 'torch/jit/_monkeytype_config.py' 2024-08-20T21:52:30.8749216Z adding 'torch/jit/_pickle.py' 2024-08-20T21:52:30.8766170Z adding 'torch/jit/_recursive.py' 2024-08-20T21:52:30.8792350Z adding 'torch/jit/_script.py' 2024-08-20T21:52:30.8799020Z adding 'torch/jit/_script.pyi' 2024-08-20T21:52:30.8804509Z adding 'torch/jit/_serialization.py' 2024-08-20T21:52:30.8820578Z adding 'torch/jit/_shape_functions.py' 2024-08-20T21:52:30.8825675Z adding 'torch/jit/_state.py' 2024-08-20T21:52:30.8846394Z adding 'torch/jit/_trace.py' 2024-08-20T21:52:30.8855957Z adding 'torch/jit/annotations.py' 2024-08-20T21:52:30.8873015Z adding 'torch/jit/frontend.py' 2024-08-20T21:52:30.8877625Z adding 'torch/jit/generate_bytecode.py' 2024-08-20T21:52:30.8881500Z adding 'torch/jit/quantized.py' 2024-08-20T21:52:30.8887197Z adding 'torch/jit/supported_ops.py' 2024-08-20T21:52:30.8891402Z adding 'torch/jit/unsupported_tensor_ops.py' 2024-08-20T21:52:30.8894907Z adding 'torch/jit/_passes/__init__.py' 2024-08-20T21:52:30.8898377Z adding 'torch/jit/_passes/_property_propagation.py' 2024-08-20T21:52:30.8903589Z adding 'torch/jit/mobile/__init__.py' 2024-08-20T21:52:31.0437517Z adding 'torch/lib/XNNPACK.lib' 2024-08-20T21:52:31.0525451Z adding 'torch/lib/_C.lib' 2024-08-20T21:52:31.0633455Z adding 'torch/lib/aoti_custom_ops.dll' 2024-08-20T21:52:31.0646610Z adding 'torch/lib/aoti_custom_ops.lib' 2024-08-20T21:52:31.0853210Z adding 'torch/lib/asmjit.dll' 2024-08-20T21:52:31.0885562Z adding 'torch/lib/asmjit.lib' 2024-08-20T21:52:31.1000425Z adding 'torch/lib/backend_with_compiler.dll' 2024-08-20T21:52:31.1012745Z adding 'torch/lib/backend_with_compiler.lib' 2024-08-20T21:52:31.1392028Z adding 'torch/lib/c10.dll' 2024-08-20T21:52:31.1584330Z adding 'torch/lib/c10.lib' 2024-08-20T21:52:31.1650082Z adding 'torch/lib/cpuinfo.lib' 2024-08-20T21:52:46.0367011Z adding 'torch/lib/dnnl.lib' 2024-08-20T21:52:47.6376618Z adding 'torch/lib/fbgemm.dll' 2024-08-20T21:52:47.6698130Z adding 'torch/lib/fbgemm.lib' 2024-08-20T21:52:47.7160330Z adding 'torch/lib/fmt.lib' 2024-08-20T21:52:47.7282954Z adding 'torch/lib/jitbackend_test.dll' 2024-08-20T21:52:47.7295043Z adding 'torch/lib/jitbackend_test.lib' 2024-08-20T21:52:48.2530342Z adding 'torch/lib/kineto.lib' 2024-08-20T21:52:48.4457905Z adding 'torch/lib/libprotobuf-lite.lib' 2024-08-20T21:52:49.3547938Z adding 'torch/lib/libprotobuf.lib' 2024-08-20T21:52:50.3559795Z adding 'torch/lib/libprotoc.lib' 2024-08-20T21:52:50.4526440Z adding 'torch/lib/pthreadpool.lib' 2024-08-20T21:52:50.4539348Z adding 'torch/lib/shm.dll' 2024-08-20T21:52:50.4543842Z adding 'torch/lib/shm.lib' 2024-08-20T21:52:50.8156751Z adding 'torch/lib/sleef.lib' 2024-08-20T21:52:50.8362455Z adding 'torch/lib/torch.dll' 2024-08-20T21:52:50.8366412Z adding 'torch/lib/torch.lib' 2024-08-20T21:52:56.3114234Z adding 'torch/lib/torch_cpu.dll' 2024-08-20T21:52:57.1213857Z adding 'torch/lib/torch_cpu.lib' 2024-08-20T21:52:57.1860767Z adding 'torch/lib/torch_global_deps.dll' 2024-08-20T21:52:57.8564967Z adding 'torch/lib/torch_python.dll' 2024-08-20T21:52:57.8956079Z adding 'torch/lib/torch_python.lib' 2024-08-20T21:52:57.9187415Z adding 'torch/lib/torchbind_test.dll' 2024-08-20T21:52:57.9210690Z adding 'torch/lib/torchbind_test.lib' 2024-08-20T21:52:57.9249599Z adding 'torch/linalg/__init__.py' 2024-08-20T21:52:57.9257305Z adding 'torch/masked/__init__.py' 2024-08-20T21:52:57.9265536Z adding 'torch/masked/_docs.py' 2024-08-20T21:52:57.9289045Z adding 'torch/masked/_ops.py' 2024-08-20T21:52:57.9295249Z adding 'torch/masked/maskedtensor/__init__.py' 2024-08-20T21:52:57.9301510Z adding 'torch/masked/maskedtensor/_ops_refs.py' 2024-08-20T21:52:57.9306842Z adding 'torch/masked/maskedtensor/binary.py' 2024-08-20T21:52:57.9313289Z adding 'torch/masked/maskedtensor/core.py' 2024-08-20T21:52:57.9316833Z adding 'torch/masked/maskedtensor/creation.py' 2024-08-20T21:52:57.9320625Z adding 'torch/masked/maskedtensor/passthrough.py' 2024-08-20T21:52:57.9324963Z adding 'torch/masked/maskedtensor/reductions.py' 2024-08-20T21:52:57.9329052Z adding 'torch/masked/maskedtensor/unary.py' 2024-08-20T21:52:57.9333255Z adding 'torch/monitor/__init__.py' 2024-08-20T21:52:57.9338327Z adding 'torch/mps/__init__.py' 2024-08-20T21:52:57.9341808Z adding 'torch/mps/event.py' 2024-08-20T21:52:57.9345262Z adding 'torch/mps/profiler.py' 2024-08-20T21:52:57.9352354Z adding 'torch/mtia/__init__.py' 2024-08-20T21:52:57.9356054Z adding 'torch/mtia/_utils.py' 2024-08-20T21:52:57.9360731Z adding 'torch/multiprocessing/__init__.py' 2024-08-20T21:52:57.9363963Z adding 'torch/multiprocessing/_atfork.py' 2024-08-20T21:52:57.9367351Z adding 'torch/multiprocessing/pool.py' 2024-08-20T21:52:57.9370663Z adding 'torch/multiprocessing/queue.py' 2024-08-20T21:52:57.9379992Z adding 'torch/multiprocessing/reductions.py' 2024-08-20T21:52:57.9386319Z adding 'torch/multiprocessing/spawn.py' 2024-08-20T21:52:57.9395293Z adding 'torch/nested/__init__.py' 2024-08-20T21:52:57.9399511Z adding 'torch/nested/_internal/__init__.py' 2024-08-20T21:52:57.9408455Z adding 'torch/nested/_internal/nested_tensor.py' 2024-08-20T21:52:57.9425874Z adding 'torch/nested/_internal/ops.py' 2024-08-20T21:52:57.9438403Z adding 'torch/nested/_internal/sdpa.py' 2024-08-20T21:52:57.9443784Z adding 'torch/nn/__init__.py' 2024-08-20T21:52:57.9447213Z adding 'torch/nn/_reduction.py' 2024-08-20T21:52:57.9450662Z adding 'torch/nn/common_types.py' 2024-08-20T21:52:57.9454150Z adding 'torch/nn/cpp.py' 2024-08-20T21:52:57.9522599Z adding 'torch/nn/functional.py' 2024-08-20T21:52:57.9535222Z adding 'torch/nn/functional.pyi' 2024-08-20T21:52:57.9540500Z adding 'torch/nn/grad.py' 2024-08-20T21:52:57.9549934Z adding 'torch/nn/init.py' 2024-08-20T21:52:57.9561844Z adding 'torch/nn/parameter.py' 2024-08-20T21:52:57.9563440Z adding 'torch/nn/parameter.pyi' 2024-08-20T21:52:57.9571001Z adding 'torch/nn/attention/__init__.py' 2024-08-20T21:52:57.9576710Z adding 'torch/nn/attention/_utils.py' 2024-08-20T21:52:57.9821205Z adding 'torch/nn/attention/bias.py' 2024-08-20T21:52:57.9841828Z adding 'torch/nn/attention/flex_attention.py' 2024-08-20T21:52:57.9849666Z adding 'torch/nn/backends/__init__.py' 2024-08-20T21:52:57.9854272Z adding 'torch/nn/backends/thnn.py' 2024-08-20T21:52:57.9860482Z adding 'torch/nn/intrinsic/__init__.py' 2024-08-20T21:52:57.9866349Z adding 'torch/nn/intrinsic/modules/__init__.py' 2024-08-20T21:52:57.9871383Z adding 'torch/nn/intrinsic/modules/fused.py' 2024-08-20T21:52:57.9876952Z adding 'torch/nn/intrinsic/qat/__init__.py' 2024-08-20T21:52:57.9883007Z adding 'torch/nn/intrinsic/qat/modules/__init__.py' 2024-08-20T21:52:57.9888113Z adding 'torch/nn/intrinsic/qat/modules/conv_fused.py' 2024-08-20T21:52:57.9892902Z adding 'torch/nn/intrinsic/qat/modules/linear_fused.py' 2024-08-20T21:52:57.9897656Z adding 'torch/nn/intrinsic/qat/modules/linear_relu.py' 2024-08-20T21:52:57.9903524Z adding 'torch/nn/intrinsic/quantized/__init__.py' 2024-08-20T21:52:57.9909499Z adding 'torch/nn/intrinsic/quantized/dynamic/__init__.py' 2024-08-20T21:52:57.9915416Z adding 'torch/nn/intrinsic/quantized/dynamic/modules/__init__.py' 2024-08-20T21:52:57.9920048Z adding 'torch/nn/intrinsic/quantized/dynamic/modules/linear_relu.py' 2024-08-20T21:52:57.9925845Z adding 'torch/nn/intrinsic/quantized/modules/__init__.py' 2024-08-20T21:52:57.9930611Z adding 'torch/nn/intrinsic/quantized/modules/bn_relu.py' 2024-08-20T21:52:57.9935146Z adding 'torch/nn/intrinsic/quantized/modules/conv_relu.py' 2024-08-20T21:52:57.9939735Z adding 'torch/nn/intrinsic/quantized/modules/linear_relu.py' 2024-08-20T21:52:57.9947969Z adding 'torch/nn/modules/__init__.py' 2024-08-20T21:52:57.9956663Z adding 'torch/nn/modules/_functions.py' 2024-08-20T21:52:57.9980081Z adding 'torch/nn/modules/activation.py' 2024-08-20T21:52:57.9991395Z adding 'torch/nn/modules/adaptive.py' 2024-08-20T21:52:58.0006199Z adding 'torch/nn/modules/batchnorm.py' 2024-08-20T21:52:58.0012867Z adding 'torch/nn/modules/channelshuffle.py' 2024-08-20T21:52:58.0028640Z adding 'torch/nn/modules/container.py' 2024-08-20T21:52:58.0052039Z adding 'torch/nn/modules/conv.py' 2024-08-20T21:52:58.0060743Z adding 'torch/nn/modules/distance.py' 2024-08-20T21:52:58.0068132Z adding 'torch/nn/modules/dropout.py' 2024-08-20T21:52:58.0074790Z adding 'torch/nn/modules/flatten.py' 2024-08-20T21:52:58.0083149Z adding 'torch/nn/modules/fold.py' 2024-08-20T21:52:58.0092535Z adding 'torch/nn/modules/instancenorm.py' 2024-08-20T21:52:58.0101758Z adding 'torch/nn/modules/lazy.py' 2024-08-20T21:52:58.0109941Z adding 'torch/nn/modules/linear.py' 2024-08-20T21:52:58.0144222Z adding 'torch/nn/modules/loss.py' 2024-08-20T21:52:58.0190307Z adding 'torch/nn/modules/module.py' 2024-08-20T21:52:58.0199117Z adding 'torch/nn/modules/normalization.py' 2024-08-20T21:52:58.0205850Z adding 'torch/nn/modules/padding.py' 2024-08-20T21:52:58.0210253Z adding 'torch/nn/modules/pixelshuffle.py' 2024-08-20T21:52:58.0222522Z adding 'torch/nn/modules/pooling.py' 2024-08-20T21:52:58.0242103Z adding 'torch/nn/modules/rnn.py' 2024-08-20T21:52:58.0251469Z adding 'torch/nn/modules/sparse.py' 2024-08-20T21:52:58.0266010Z adding 'torch/nn/modules/transformer.py' 2024-08-20T21:52:58.0273128Z adding 'torch/nn/modules/upsampling.py' 2024-08-20T21:52:58.0277145Z adding 'torch/nn/modules/utils.py' 2024-08-20T21:52:58.0281576Z adding 'torch/nn/parallel/__init__.py' 2024-08-20T21:52:58.0286129Z adding 'torch/nn/parallel/_functions.py' 2024-08-20T21:52:58.0291792Z adding 'torch/nn/parallel/comm.py' 2024-08-20T21:52:58.0297953Z adding 'torch/nn/parallel/data_parallel.py' 2024-08-20T21:52:58.0340108Z adding 'torch/nn/parallel/distributed.py' 2024-08-20T21:52:58.0346828Z adding 'torch/nn/parallel/parallel_apply.py' 2024-08-20T21:52:58.0351791Z adding 'torch/nn/parallel/replicate.py' 2024-08-20T21:52:58.0356343Z adding 'torch/nn/parallel/scatter_gather.py' 2024-08-20T21:52:58.0360588Z adding 'torch/nn/qat/__init__.py' 2024-08-20T21:52:58.0365038Z adding 'torch/nn/qat/dynamic/__init__.py' 2024-08-20T21:52:58.0368183Z adding 'torch/nn/qat/dynamic/modules/__init__.py' 2024-08-20T21:52:58.0371336Z adding 'torch/nn/qat/dynamic/modules/linear.py' 2024-08-20T21:52:58.0375160Z adding 'torch/nn/qat/modules/__init__.py' 2024-08-20T21:52:58.0378313Z adding 'torch/nn/qat/modules/conv.py' 2024-08-20T21:52:58.0382040Z adding 'torch/nn/qat/modules/embedding_ops.py' 2024-08-20T21:52:58.0384477Z adding 'torch/nn/qat/modules/linear.py' 2024-08-20T21:52:58.0388674Z adding 'torch/nn/quantizable/__init__.py' 2024-08-20T21:52:58.0393184Z adding 'torch/nn/quantizable/modules/__init__.py' 2024-08-20T21:52:58.0395530Z adding 'torch/nn/quantizable/modules/activation.py' 2024-08-20T21:52:58.0399208Z adding 'torch/nn/quantizable/modules/rnn.py' 2024-08-20T21:52:58.0402593Z adding 'torch/nn/quantized/__init__.py' 2024-08-20T21:52:58.0405664Z adding 'torch/nn/quantized/functional.py' 2024-08-20T21:52:58.0409256Z adding 'torch/nn/quantized/_reference/__init__.py' 2024-08-20T21:52:58.0413429Z adding 'torch/nn/quantized/_reference/modules/__init__.py' 2024-08-20T21:52:58.0416671Z adding 'torch/nn/quantized/_reference/modules/conv.py' 2024-08-20T21:52:58.0419704Z adding 'torch/nn/quantized/_reference/modules/linear.py' 2024-08-20T21:52:58.0422850Z adding 'torch/nn/quantized/_reference/modules/rnn.py' 2024-08-20T21:52:58.0425893Z adding 'torch/nn/quantized/_reference/modules/sparse.py' 2024-08-20T21:52:58.0429242Z adding 'torch/nn/quantized/_reference/modules/utils.py' 2024-08-20T21:52:58.0433458Z adding 'torch/nn/quantized/dynamic/__init__.py' 2024-08-20T21:52:58.0436899Z adding 'torch/nn/quantized/dynamic/modules/__init__.py' 2024-08-20T21:52:58.0440138Z adding 'torch/nn/quantized/dynamic/modules/conv.py' 2024-08-20T21:52:58.0443192Z adding 'torch/nn/quantized/dynamic/modules/linear.py' 2024-08-20T21:52:58.0446457Z adding 'torch/nn/quantized/dynamic/modules/rnn.py' 2024-08-20T21:52:58.0450937Z adding 'torch/nn/quantized/modules/__init__.py' 2024-08-20T21:52:58.0454133Z adding 'torch/nn/quantized/modules/activation.py' 2024-08-20T21:52:58.0457307Z adding 'torch/nn/quantized/modules/batchnorm.py' 2024-08-20T21:52:58.0460394Z adding 'torch/nn/quantized/modules/conv.py' 2024-08-20T21:52:58.0463561Z adding 'torch/nn/quantized/modules/dropout.py' 2024-08-20T21:52:58.0467532Z adding 'torch/nn/quantized/modules/embedding_ops.py' 2024-08-20T21:52:58.0469983Z adding 'torch/nn/quantized/modules/functional_modules.py' 2024-08-20T21:52:58.0473283Z adding 'torch/nn/quantized/modules/linear.py' 2024-08-20T21:52:58.0476205Z adding 'torch/nn/quantized/modules/normalization.py' 2024-08-20T21:52:58.0479282Z adding 'torch/nn/quantized/modules/rnn.py' 2024-08-20T21:52:58.0482352Z adding 'torch/nn/quantized/modules/utils.py' 2024-08-20T21:52:58.0486555Z adding 'torch/nn/utils/__init__.py' 2024-08-20T21:52:58.0490330Z adding 'torch/nn/utils/_deprecation_utils.py' 2024-08-20T21:52:58.0496002Z adding 'torch/nn/utils/_named_member_accessor.py' 2024-08-20T21:52:58.0501410Z adding 'torch/nn/utils/_per_sample_grad.py' 2024-08-20T21:52:58.0505448Z adding 'torch/nn/utils/clip_grad.py' 2024-08-20T21:52:58.0509723Z adding 'torch/nn/utils/convert_parameters.py' 2024-08-20T21:52:58.0514163Z adding 'torch/nn/utils/fusion.py' 2024-08-20T21:52:58.0518778Z adding 'torch/nn/utils/init.py' 2024-08-20T21:52:58.0522434Z adding 'torch/nn/utils/memory_format.py' 2024-08-20T21:52:58.0533137Z adding 'torch/nn/utils/parametrizations.py' 2024-08-20T21:52:58.0547282Z adding 'torch/nn/utils/parametrize.py' 2024-08-20T21:52:58.0565671Z adding 'torch/nn/utils/prune.py' 2024-08-20T21:52:58.0575823Z adding 'torch/nn/utils/rnn.py' 2024-08-20T21:52:58.0583349Z adding 'torch/nn/utils/spectral_norm.py' 2024-08-20T21:52:58.0589811Z adding 'torch/nn/utils/stateless.py' 2024-08-20T21:52:58.0594721Z adding 'torch/nn/utils/weight_norm.py' 2024-08-20T21:52:58.0598972Z adding 'torch/nn/utils/_expanded_weights/__init__.py' 2024-08-20T21:52:58.0603312Z adding 'torch/nn/utils/_expanded_weights/conv_expanded_weights.py' 2024-08-20T21:52:58.0608261Z adding 'torch/nn/utils/_expanded_weights/conv_utils.py' 2024-08-20T21:52:58.0612350Z adding 'torch/nn/utils/_expanded_weights/embedding_expanded_weights.py' 2024-08-20T21:52:58.0616827Z adding 'torch/nn/utils/_expanded_weights/expanded_weights_impl.py' 2024-08-20T21:52:58.0621831Z adding 'torch/nn/utils/_expanded_weights/expanded_weights_utils.py' 2024-08-20T21:52:58.0625840Z adding 'torch/nn/utils/_expanded_weights/group_norm_expanded_weights.py' 2024-08-20T21:52:58.0629919Z adding 'torch/nn/utils/_expanded_weights/instance_norm_expanded_weights.py' 2024-08-20T21:52:58.0634018Z adding 'torch/nn/utils/_expanded_weights/layer_norm_expanded_weights.py' 2024-08-20T21:52:58.0637742Z adding 'torch/nn/utils/_expanded_weights/linear_expanded_weights.py' 2024-08-20T21:52:58.0643228Z adding 'torch/onnx/__init__.py' 2024-08-20T21:52:58.0646525Z adding 'torch/onnx/_constants.py' 2024-08-20T21:52:58.0650181Z adding 'torch/onnx/_deprecation.py' 2024-08-20T21:52:58.0653429Z adding 'torch/onnx/_experimental.py' 2024-08-20T21:52:58.0656459Z adding 'torch/onnx/_exporter_states.py' 2024-08-20T21:52:58.0659618Z adding 'torch/onnx/_flags.py' 2024-08-20T21:52:58.0663201Z adding 'torch/onnx/_globals.py' 2024-08-20T21:52:58.0666910Z adding 'torch/onnx/_onnx_supported_ops.py' 2024-08-20T21:52:58.0672937Z adding 'torch/onnx/_type_utils.py' 2024-08-20T21:52:58.0677000Z adding 'torch/onnx/errors.py' 2024-08-20T21:52:58.0680418Z adding 'torch/onnx/operators.py' 2024-08-20T21:52:58.0685146Z adding 'torch/onnx/symbolic_caffe2.py' 2024-08-20T21:52:58.0712961Z adding 'torch/onnx/symbolic_helper.py' 2024-08-20T21:52:58.0724960Z adding 'torch/onnx/symbolic_opset10.py' 2024-08-20T21:52:58.0742537Z adding 'torch/onnx/symbolic_opset11.py' 2024-08-20T21:52:58.0750161Z adding 'torch/onnx/symbolic_opset12.py' 2024-08-20T21:52:58.0762847Z adding 'torch/onnx/symbolic_opset13.py' 2024-08-20T21:52:58.0768995Z adding 'torch/onnx/symbolic_opset14.py' 2024-08-20T21:52:58.0772867Z adding 'torch/onnx/symbolic_opset15.py' 2024-08-20T21:52:58.0777443Z adding 'torch/onnx/symbolic_opset16.py' 2024-08-20T21:52:58.0782495Z adding 'torch/onnx/symbolic_opset17.py' 2024-08-20T21:52:58.0787307Z adding 'torch/onnx/symbolic_opset18.py' 2024-08-20T21:52:58.0790810Z adding 'torch/onnx/symbolic_opset19.py' 2024-08-20T21:52:58.0794315Z adding 'torch/onnx/symbolic_opset20.py' 2024-08-20T21:52:58.0797726Z adding 'torch/onnx/symbolic_opset7.py' 2024-08-20T21:52:58.0803800Z adding 'torch/onnx/symbolic_opset8.py' 2024-08-20T21:52:58.0883365Z adding 'torch/onnx/symbolic_opset9.py' 2024-08-20T21:52:58.0919498Z adding 'torch/onnx/utils.py' 2024-08-20T21:52:58.0946285Z adding 'torch/onnx/verification.py' 2024-08-20T21:52:58.0951730Z adding 'torch/onnx/_internal/__init__.py' 2024-08-20T21:52:58.0974990Z adding 'torch/onnx/_internal/_exporter_legacy.py' 2024-08-20T21:52:58.0984566Z adding 'torch/onnx/_internal/io_adapter.py' 2024-08-20T21:52:58.0991817Z adding 'torch/onnx/_internal/jit_utils.py' 2024-08-20T21:52:58.0997871Z adding 'torch/onnx/_internal/onnx_proto_utils.py' 2024-08-20T21:52:58.1017708Z adding 'torch/onnx/_internal/onnxruntime.py' 2024-08-20T21:52:58.1025277Z adding 'torch/onnx/_internal/registration.py' 2024-08-20T21:52:58.1029264Z adding 'torch/onnx/_internal/diagnostics/__init__.py' 2024-08-20T21:52:58.1034158Z adding 'torch/onnx/_internal/diagnostics/_diagnostic.py' 2024-08-20T21:52:58.1044662Z adding 'torch/onnx/_internal/diagnostics/_rules.py' 2024-08-20T21:52:58.1049853Z adding 'torch/onnx/_internal/diagnostics/infra/__init__.py' 2024-08-20T21:52:58.1055101Z adding 'torch/onnx/_internal/diagnostics/infra/_infra.py' 2024-08-20T21:52:58.1062347Z adding 'torch/onnx/_internal/diagnostics/infra/context.py' 2024-08-20T21:52:58.1067129Z adding 'torch/onnx/_internal/diagnostics/infra/decorator.py' 2024-08-20T21:52:58.1071236Z adding 'torch/onnx/_internal/diagnostics/infra/formatter.py' 2024-08-20T21:52:58.1074920Z adding 'torch/onnx/_internal/diagnostics/infra/utils.py' 2024-08-20T21:52:58.1080547Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/__init__.py' 2024-08-20T21:52:58.1084148Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_address.py' 2024-08-20T21:52:58.1087949Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact.py' 2024-08-20T21:52:58.1091258Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact_change.py' 2024-08-20T21:52:58.1094961Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact_content.py' 2024-08-20T21:52:58.1098201Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact_location.py' 2024-08-20T21:52:58.1101639Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_attachment.py' 2024-08-20T21:52:58.1105001Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_code_flow.py' 2024-08-20T21:52:58.1108382Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_configuration_override.py' 2024-08-20T21:52:58.1111713Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_conversion.py' 2024-08-20T21:52:58.1115011Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_edge.py' 2024-08-20T21:52:58.1118393Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_edge_traversal.py' 2024-08-20T21:52:58.1121551Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_exception.py' 2024-08-20T21:52:58.1125348Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_external_properties.py' 2024-08-20T21:52:58.1128896Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_reference.py' 2024-08-20T21:52:58.1132302Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_references.py' 2024-08-20T21:52:58.1135609Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_fix.py' 2024-08-20T21:52:58.1138898Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_graph.py' 2024-08-20T21:52:58.1142320Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_graph_traversal.py' 2024-08-20T21:52:58.1146027Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_invocation.py' 2024-08-20T21:52:58.1149604Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_location.py' 2024-08-20T21:52:58.1153095Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_location_relationship.py' 2024-08-20T21:52:58.1156337Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_logical_location.py' 2024-08-20T21:52:58.1159467Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_message.py' 2024-08-20T21:52:58.1162910Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_multiformat_message_string.py' 2024-08-20T21:52:58.1166014Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_node.py' 2024-08-20T21:52:58.1169725Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_notification.py' 2024-08-20T21:52:58.1172679Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_physical_location.py' 2024-08-20T21:52:58.1175745Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_property_bag.py' 2024-08-20T21:52:58.1179056Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_rectangle.py' 2024-08-20T21:52:58.1182307Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_region.py' 2024-08-20T21:52:58.1185600Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_replacement.py' 2024-08-20T21:52:58.1188977Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_configuration.py' 2024-08-20T21:52:58.1192324Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor.py' 2024-08-20T21:52:58.1195672Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_reference.py' 2024-08-20T21:52:58.1199041Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_relationship.py' 2024-08-20T21:52:58.1202568Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_result.py' 2024-08-20T21:52:58.1206030Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_result_provenance.py' 2024-08-20T21:52:58.1209913Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_run.py' 2024-08-20T21:52:58.1213355Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_run_automation_details.py' 2024-08-20T21:52:58.1216607Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_sarif_log.py' 2024-08-20T21:52:58.1219896Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_special_locations.py' 2024-08-20T21:52:58.1223049Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_stack.py' 2024-08-20T21:52:58.1226313Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_stack_frame.py' 2024-08-20T21:52:58.1229644Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_suppression.py' 2024-08-20T21:52:58.1232860Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow.py' 2024-08-20T21:52:58.1236312Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow_location.py' 2024-08-20T21:52:58.1239538Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_tool.py' 2024-08-20T21:52:58.1243188Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_tool_component.py' 2024-08-20T21:52:58.1246561Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_tool_component_reference.py' 2024-08-20T21:52:58.1250134Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_translation_metadata.py' 2024-08-20T21:52:58.1253421Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_version_control_details.py' 2024-08-20T21:52:58.1256576Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_web_request.py' 2024-08-20T21:52:58.1259802Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_web_response.py' 2024-08-20T21:52:58.1263520Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/version.py' 2024-08-20T21:52:58.1266841Z adding 'torch/onnx/_internal/fx/__init__.py' 2024-08-20T21:52:58.1272979Z adding 'torch/onnx/_internal/fx/_pass.py' 2024-08-20T21:52:58.1277868Z adding 'torch/onnx/_internal/fx/decomposition_skip.py' 2024-08-20T21:52:58.1285516Z adding 'torch/onnx/_internal/fx/decomposition_table.py' 2024-08-20T21:52:58.1290720Z adding 'torch/onnx/_internal/fx/diagnostics.py' 2024-08-20T21:52:58.1296046Z adding 'torch/onnx/_internal/fx/dynamo_graph_extractor.py' 2024-08-20T21:52:58.1308975Z adding 'torch/onnx/_internal/fx/fx_onnx_interpreter.py' 2024-08-20T21:52:58.1315472Z adding 'torch/onnx/_internal/fx/fx_symbolic_graph_extractor.py' 2024-08-20T21:52:58.1328533Z adding 'torch/onnx/_internal/fx/onnxfunction_dispatcher.py' 2024-08-20T21:52:58.1335846Z adding 'torch/onnx/_internal/fx/op_validation.py' 2024-08-20T21:52:58.1340548Z adding 'torch/onnx/_internal/fx/patcher.py' 2024-08-20T21:52:58.1344391Z adding 'torch/onnx/_internal/fx/registration.py' 2024-08-20T21:52:58.1350527Z adding 'torch/onnx/_internal/fx/serialization.py' 2024-08-20T21:52:58.1355030Z adding 'torch/onnx/_internal/fx/torch_export_graph_extractor.py' 2024-08-20T21:52:58.1359827Z adding 'torch/onnx/_internal/fx/type_utils.py' 2024-08-20T21:52:58.1364693Z adding 'torch/onnx/_internal/fx/analysis/__init__.py' 2024-08-20T21:52:58.1367634Z adding 'torch/onnx/_internal/fx/analysis/unsupported_nodes.py' 2024-08-20T21:52:58.1371801Z adding 'torch/onnx/_internal/fx/passes/__init__.py' 2024-08-20T21:52:58.1376370Z adding 'torch/onnx/_internal/fx/passes/_utils.py' 2024-08-20T21:52:58.1379906Z adding 'torch/onnx/_internal/fx/passes/decomp.py' 2024-08-20T21:52:58.1384824Z adding 'torch/onnx/_internal/fx/passes/functionalization.py' 2024-08-20T21:52:58.1399013Z adding 'torch/onnx/_internal/fx/passes/modularization.py' 2024-08-20T21:52:58.1404634Z adding 'torch/onnx/_internal/fx/passes/readability.py' 2024-08-20T21:52:58.1420937Z adding 'torch/onnx/_internal/fx/passes/type_promotion.py' 2024-08-20T21:52:58.1426448Z adding 'torch/onnx/_internal/fx/passes/virtualization.py' 2024-08-20T21:52:58.1431135Z adding 'torch/optim/__init__.py' 2024-08-20T21:52:58.1440839Z adding 'torch/optim/_adafactor.py' 2024-08-20T21:52:58.1445328Z adding 'torch/optim/_functional.py' 2024-08-20T21:52:58.1452283Z adding 'torch/optim/adadelta.py' 2024-08-20T21:52:58.1460547Z adding 'torch/optim/adagrad.py' 2024-08-20T21:52:58.1471677Z adding 'torch/optim/adam.py' 2024-08-20T21:52:58.1479604Z adding 'torch/optim/adamax.py' 2024-08-20T21:52:58.1490198Z adding 'torch/optim/adamw.py' 2024-08-20T21:52:58.1497772Z adding 'torch/optim/asgd.py' 2024-08-20T21:52:58.1505690Z adding 'torch/optim/lbfgs.py' 2024-08-20T21:52:58.1529573Z adding 'torch/optim/lr_scheduler.py' 2024-08-20T21:52:58.1540335Z adding 'torch/optim/nadam.py' 2024-08-20T21:52:58.1557215Z adding 'torch/optim/optimizer.py' 2024-08-20T21:52:58.1566845Z adding 'torch/optim/radam.py' 2024-08-20T21:52:58.1575019Z adding 'torch/optim/rmsprop.py' 2024-08-20T21:52:58.1582595Z adding 'torch/optim/rprop.py' 2024-08-20T21:52:58.1590474Z adding 'torch/optim/sgd.py' 2024-08-20T21:52:58.1596200Z adding 'torch/optim/sparse_adam.py' 2024-08-20T21:52:58.1604130Z adding 'torch/optim/swa_utils.py' 2024-08-20T21:52:58.1608799Z adding 'torch/optim/_multi_tensor/__init__.py' 2024-08-20T21:52:58.1611975Z adding 'torch/optim/_multi_tensor/__init__.pyi' 2024-08-20T21:52:58.1616534Z adding 'torch/package/__init__.py' 2024-08-20T21:52:58.1620226Z adding 'torch/package/_digraph.py' 2024-08-20T21:52:58.1624040Z adding 'torch/package/_directory_reader.py' 2024-08-20T21:52:58.1627984Z adding 'torch/package/_importlib.py' 2024-08-20T21:52:58.1631449Z adding 'torch/package/_mangling.py' 2024-08-20T21:52:58.1635192Z adding 'torch/package/_mock.py' 2024-08-20T21:52:58.1639574Z adding 'torch/package/_package_pickler.py' 2024-08-20T21:52:58.1642804Z adding 'torch/package/_package_unpickler.py' 2024-08-20T21:52:58.1647055Z adding 'torch/package/_stdlib.py' 2024-08-20T21:52:58.1651953Z adding 'torch/package/file_structure_representation.py' 2024-08-20T21:52:58.1656229Z adding 'torch/package/find_file_dependencies.py' 2024-08-20T21:52:58.1659824Z adding 'torch/package/glob_group.py' 2024-08-20T21:52:58.1665332Z adding 'torch/package/importer.py' 2024-08-20T21:52:58.1683816Z adding 'torch/package/package_exporter.py' 2024-08-20T21:52:58.1697640Z adding 'torch/package/package_importer.py' 2024-08-20T21:52:58.1702378Z adding 'torch/package/analyze/__init__.py' 2024-08-20T21:52:58.1705758Z adding 'torch/package/analyze/find_first_use_of_broken_modules.py' 2024-08-20T21:52:58.1708973Z adding 'torch/package/analyze/is_from_package.py' 2024-08-20T21:52:58.1712560Z adding 'torch/package/analyze/trace_dependencies.py' 2024-08-20T21:52:58.1716753Z adding 'torch/profiler/__init__.py' 2024-08-20T21:52:58.1734729Z adding 'torch/profiler/_memory_profiler.py' 2024-08-20T21:52:58.1744650Z adding 'torch/profiler/_pattern_matcher.py' 2024-08-20T21:52:58.1752026Z adding 'torch/profiler/_utils.py' 2024-08-20T21:52:58.1755872Z adding 'torch/profiler/itt.py' 2024-08-20T21:52:58.1768838Z adding 'torch/profiler/profiler.py' 2024-08-20T21:52:58.1772860Z adding 'torch/profiler/python_tracer.py' 2024-08-20T21:52:58.1777532Z adding 'torch/quantization/__init__.py' 2024-08-20T21:52:58.1780885Z adding 'torch/quantization/_numeric_suite.py' 2024-08-20T21:52:58.1784028Z adding 'torch/quantization/_numeric_suite_fx.py' 2024-08-20T21:52:58.1788183Z adding 'torch/quantization/_quantized_conversions.py' 2024-08-20T21:52:58.1791535Z adding 'torch/quantization/fake_quantize.py' 2024-08-20T21:52:58.1794676Z adding 'torch/quantization/fuse_modules.py' 2024-08-20T21:52:58.1797889Z adding 'torch/quantization/fuser_method_mappings.py' 2024-08-20T21:52:58.1800979Z adding 'torch/quantization/observer.py' 2024-08-20T21:52:58.1804190Z adding 'torch/quantization/qconfig.py' 2024-08-20T21:52:58.1807219Z adding 'torch/quantization/quant_type.py' 2024-08-20T21:52:58.1810486Z adding 'torch/quantization/quantization_mappings.py' 2024-08-20T21:52:58.1813597Z adding 'torch/quantization/quantize.py' 2024-08-20T21:52:58.1817060Z adding 'torch/quantization/quantize_fx.py' 2024-08-20T21:52:58.1820090Z adding 'torch/quantization/quantize_jit.py' 2024-08-20T21:52:58.1823177Z adding 'torch/quantization/stubs.py' 2024-08-20T21:52:58.1826218Z adding 'torch/quantization/utils.py' 2024-08-20T21:52:58.1830428Z adding 'torch/quantization/fx/__init__.py' 2024-08-20T21:52:58.1833757Z adding 'torch/quantization/fx/_equalize.py' 2024-08-20T21:52:58.1836783Z adding 'torch/quantization/fx/convert.py' 2024-08-20T21:52:58.1839818Z adding 'torch/quantization/fx/fuse.py' 2024-08-20T21:52:58.1842825Z adding 'torch/quantization/fx/fusion_patterns.py' 2024-08-20T21:52:58.1845988Z adding 'torch/quantization/fx/graph_module.py' 2024-08-20T21:52:58.1848973Z adding 'torch/quantization/fx/match_utils.py' 2024-08-20T21:52:58.1852236Z adding 'torch/quantization/fx/pattern_utils.py' 2024-08-20T21:52:58.1855298Z adding 'torch/quantization/fx/prepare.py' 2024-08-20T21:52:58.1858694Z adding 'torch/quantization/fx/quantization_patterns.py' 2024-08-20T21:52:58.1861826Z adding 'torch/quantization/fx/quantization_types.py' 2024-08-20T21:52:58.1864843Z adding 'torch/quantization/fx/utils.py' 2024-08-20T21:52:58.1870052Z adding 'torch/share/cmake/ATen/ATenConfig.cmake' 2024-08-20T21:52:58.1875047Z adding 'torch/share/cmake/Caffe2/Caffe2Config.cmake' 2024-08-20T21:52:58.1878538Z adding 'torch/share/cmake/Caffe2/Caffe2Targets-release.cmake' 2024-08-20T21:52:58.1882705Z adding 'torch/share/cmake/Caffe2/Caffe2Targets.cmake' 2024-08-20T21:52:58.1896049Z adding 'torch/share/cmake/Caffe2/FindCUDAToolkit.cmake' 2024-08-20T21:52:58.1900645Z adding 'torch/share/cmake/Caffe2/FindCUSPARSELT.cmake' 2024-08-20T21:52:58.1904502Z adding 'torch/share/cmake/Caffe2/FindSYCLToolkit.cmake' 2024-08-20T21:52:58.1908773Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDA.cmake' 2024-08-20T21:52:58.1912430Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDNN.cmake' 2024-08-20T21:52:58.1917083Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/CMakeInitializeConfigs.cmake' 2024-08-20T21:52:58.1948177Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA.cmake' 2024-08-20T21:52:58.1957220Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageHandleStandardArgs.cmake' 2024-08-20T21:52:58.1961102Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageMessage.cmake' 2024-08-20T21:52:58.1966201Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/make2cmake.cmake' 2024-08-20T21:52:58.1970252Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/parse_cubin.cmake' 2024-08-20T21:52:58.1976316Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/run_nvcc.cmake' 2024-08-20T21:52:58.1982178Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/select_compute_arch.cmake' 2024-08-20T21:52:58.1987952Z adding 'torch/share/cmake/Caffe2/public/LoadHIP.cmake' 2024-08-20T21:52:58.1994330Z adding 'torch/share/cmake/Caffe2/public/cuda.cmake' 2024-08-20T21:52:58.1998340Z adding 'torch/share/cmake/Caffe2/public/gflags.cmake' 2024-08-20T21:52:58.2001987Z adding 'torch/share/cmake/Caffe2/public/glog.cmake' 2024-08-20T21:52:58.2005340Z adding 'torch/share/cmake/Caffe2/public/mkl.cmake' 2024-08-20T21:52:58.2008486Z adding 'torch/share/cmake/Caffe2/public/mkldnn.cmake' 2024-08-20T21:52:58.2012403Z adding 'torch/share/cmake/Caffe2/public/protobuf.cmake' 2024-08-20T21:52:58.2020342Z adding 'torch/share/cmake/Caffe2/public/utils.cmake' 2024-08-20T21:52:58.2024007Z adding 'torch/share/cmake/Caffe2/public/xpu.cmake' 2024-08-20T21:52:58.2028999Z adding 'torch/share/cmake/Torch/TorchConfig.cmake' 2024-08-20T21:52:58.2032304Z adding 'torch/share/cmake/Torch/TorchConfigVersion.cmake' 2024-08-20T21:52:58.2035696Z adding 'torch/signal/__init__.py' 2024-08-20T21:52:58.2039384Z adding 'torch/signal/windows/__init__.py' 2024-08-20T21:52:58.2046723Z adding 'torch/signal/windows/windows.py' 2024-08-20T21:52:58.2057163Z adding 'torch/sparse/__init__.py' 2024-08-20T21:52:58.2064196Z adding 'torch/sparse/_semi_structured_conversions.py' 2024-08-20T21:52:58.2068646Z adding 'torch/sparse/_semi_structured_ops.py' 2024-08-20T21:52:58.2092091Z adding 'torch/sparse/_triton_ops.py' 2024-08-20T21:52:58.2187183Z adding 'torch/sparse/_triton_ops_meta.py' 2024-08-20T21:52:58.2205122Z adding 'torch/sparse/semi_structured.py' 2024-08-20T21:52:58.2215313Z adding 'torch/special/__init__.py' 2024-08-20T21:52:58.2371630Z adding 'torch/test/CppSignature_test.exe' 2024-08-20T21:52:58.2623344Z adding 'torch/test/Dict_test.exe' 2024-08-20T21:52:58.2792207Z adding 'torch/test/Dimname_test.exe' 2024-08-20T21:52:58.3012304Z adding 'torch/test/IListRef_test.exe' 2024-08-20T21:52:58.3239620Z adding 'torch/test/KernelFunction_test.exe' 2024-08-20T21:52:58.3575608Z adding 'torch/test/List_test.exe' 2024-08-20T21:52:58.3817235Z adding 'torch/test/MaybeOwned_test.exe' 2024-08-20T21:52:58.4036271Z adding 'torch/test/NamedTensor_test.exe' 2024-08-20T21:52:58.4233251Z adding 'torch/test/StorageUtils_test.exe' 2024-08-20T21:52:58.4437119Z adding 'torch/test/apply_utils_test.exe' 2024-08-20T21:52:58.4668083Z adding 'torch/test/atest.exe' 2024-08-20T21:52:58.4873569Z adding 'torch/test/backend_fallback_test.exe' 2024-08-20T21:52:58.5110139Z adding 'torch/test/basic.exe' 2024-08-20T21:52:58.5314515Z adding 'torch/test/broadcast_test.exe' 2024-08-20T21:52:58.5478405Z adding 'torch/test/c10_Bitset_test.exe' 2024-08-20T21:52:58.5627333Z adding 'torch/test/c10_CompileTimeFunctionPointer_test.exe' 2024-08-20T21:52:58.5776944Z adding 'torch/test/c10_ConstexprCrc_test.exe' 2024-08-20T21:52:58.5928977Z adding 'torch/test/c10_DeadlockDetection_test.exe' 2024-08-20T21:52:58.6091649Z adding 'torch/test/c10_DeviceGuard_test.exe' 2024-08-20T21:52:58.6259385Z adding 'torch/test/c10_Device_test.exe' 2024-08-20T21:52:58.6447783Z adding 'torch/test/c10_DispatchKeySet_test.exe' 2024-08-20T21:52:58.6606624Z adding 'torch/test/c10_Half_test.exe' 2024-08-20T21:52:58.6778981Z adding 'torch/test/c10_InlineDeviceGuard_test.exe' 2024-08-20T21:52:58.6959184Z adding 'torch/test/c10_InlineStreamGuard_test.exe' 2024-08-20T21:52:58.7137072Z adding 'torch/test/c10_LeftRight_test.exe' 2024-08-20T21:52:58.7303900Z adding 'torch/test/c10_Metaprogramming_test.exe' 2024-08-20T21:52:58.7466484Z adding 'torch/test/c10_Scalar_test.exe' 2024-08-20T21:52:58.7636268Z adding 'torch/test/c10_SizesAndStrides_test.exe' 2024-08-20T21:52:58.7780673Z adding 'torch/test/c10_StreamGuard_test.exe' 2024-08-20T21:52:58.7937225Z adding 'torch/test/c10_SymInt_test.exe' 2024-08-20T21:52:58.8093265Z adding 'torch/test/c10_Synchronized_test.exe' 2024-08-20T21:52:58.8264918Z adding 'torch/test/c10_ThreadLocal_test.exe' 2024-08-20T21:52:58.8425056Z adding 'torch/test/c10_TypeIndex_test.exe' 2024-08-20T21:52:58.8570743Z adding 'torch/test/c10_TypeList_test.exe' 2024-08-20T21:52:58.8712005Z adding 'torch/test/c10_TypeTraits_test.exe' 2024-08-20T21:52:58.8874547Z adding 'torch/test/c10_accumulate_test.exe' 2024-08-20T21:52:58.9051301Z adding 'torch/test/c10_bfloat16_test.exe' 2024-08-20T21:52:58.9199758Z adding 'torch/test/c10_bit_cast_test.exe' 2024-08-20T21:52:58.9388921Z adding 'torch/test/c10_complex_math_test.exe' 2024-08-20T21:52:58.9572384Z adding 'torch/test/c10_complex_test.exe' 2024-08-20T21:52:58.9750233Z adding 'torch/test/c10_cow_test.exe' 2024-08-20T21:52:58.9917058Z adding 'torch/test/c10_exception_test.exe' 2024-08-20T21:52:59.0068290Z adding 'torch/test/c10_flags_test.exe' 2024-08-20T21:52:59.0220759Z adding 'torch/test/c10_generic_math_test.exe' 2024-08-20T21:52:59.0363306Z adding 'torch/test/c10_intrusive_ptr_benchmark.exe' 2024-08-20T21:52:59.0789063Z adding 'torch/test/c10_intrusive_ptr_test.exe' 2024-08-20T21:52:59.1016743Z adding 'torch/test/c10_irange_test.exe' 2024-08-20T21:52:59.1228939Z adding 'torch/test/c10_lazy_test.exe' 2024-08-20T21:52:59.1458587Z adding 'torch/test/c10_logging_test.exe' 2024-08-20T21:52:59.1762860Z adding 'torch/test/c10_optional_test.exe' 2024-08-20T21:52:59.1971343Z adding 'torch/test/c10_ordered_preserving_dict_test.exe' 2024-08-20T21:52:59.2136546Z adding 'torch/test/c10_registry_test.exe' 2024-08-20T21:52:59.2489402Z adding 'torch/test/c10_small_vector_test.exe' 2024-08-20T21:52:59.2658361Z adding 'torch/test/c10_ssize_test.exe' 2024-08-20T21:52:59.2819263Z adding 'torch/test/c10_string_util_test.exe' 2024-08-20T21:52:59.2999976Z adding 'torch/test/c10_string_view_test.exe' 2024-08-20T21:52:59.3148109Z adding 'torch/test/c10_tempfile_test.exe' 2024-08-20T21:52:59.3317620Z adding 'torch/test/c10_typeid_test.exe' 2024-08-20T21:52:59.3499922Z adding 'torch/test/cpu_allocator_test.exe' 2024-08-20T21:52:59.3715580Z adding 'torch/test/cpu_generator_test.exe' 2024-08-20T21:52:59.3908706Z adding 'torch/test/cpu_profiling_allocator_test.exe' 2024-08-20T21:52:59.4233535Z adding 'torch/test/cpu_rng_test.exe' 2024-08-20T21:52:59.4430459Z adding 'torch/test/dispatch_key_set_test.exe' 2024-08-20T21:52:59.4612543Z adding 'torch/test/dlconvertor_test.exe' 2024-08-20T21:52:59.4817698Z adding 'torch/test/extension_backend_test.exe' 2024-08-20T21:52:59.5023152Z adding 'torch/test/half_test.exe' 2024-08-20T21:52:59.5244723Z adding 'torch/test/inline_container_test.exe' 2024-08-20T21:52:59.5585170Z adding 'torch/test/ivalue_test.exe' 2024-08-20T21:52:59.5981333Z adding 'torch/test/kernel_function_legacy_test.exe' 2024-08-20T21:52:59.6306118Z adding 'torch/test/kernel_function_test.exe' 2024-08-20T21:52:59.6720296Z adding 'torch/test/kernel_lambda_legacy_test.exe' 2024-08-20T21:52:59.7068186Z adding 'torch/test/kernel_lambda_test.exe' 2024-08-20T21:52:59.7295285Z adding 'torch/test/kernel_stackbased_test.exe' 2024-08-20T21:52:59.7478582Z adding 'torch/test/lazy_tensor_test.exe' 2024-08-20T21:52:59.7752146Z adding 'torch/test/legacy_vmap_test.exe' 2024-08-20T21:52:59.8078334Z adding 'torch/test/make_boxed_from_unboxed_functor_test.exe' 2024-08-20T21:52:59.8277492Z adding 'torch/test/math_kernel_test.exe' 2024-08-20T21:52:59.8468952Z adding 'torch/test/memory_format_test.exe' 2024-08-20T21:52:59.8945907Z adding 'torch/test/memory_overlapping_test.exe' 2024-08-20T21:52:59.9136834Z adding 'torch/test/mobile_memory_cleanup.exe' 2024-08-20T21:52:59.9346010Z adding 'torch/test/native_test.exe' 2024-08-20T21:52:59.9491770Z adding 'torch/test/op_allowlist_test.exe' 2024-08-20T21:53:00.0278546Z adding 'torch/test/op_registration_test.exe' 2024-08-20T21:53:00.0478815Z adding 'torch/test/operator_name_test.exe' 2024-08-20T21:53:00.0663231Z adding 'torch/test/operators_test.exe' 2024-08-20T21:53:00.0860356Z adding 'torch/test/packedtensoraccessor_test.exe' 2024-08-20T21:53:00.1115196Z adding 'torch/test/pow_test.exe' 2024-08-20T21:53:00.1328284Z adding 'torch/test/quantized_test.exe' 2024-08-20T21:53:00.1518444Z adding 'torch/test/reduce_ops_test.exe' 2024-08-20T21:53:00.1713858Z adding 'torch/test/reportMemoryUsage_test.exe' 2024-08-20T21:53:00.1925273Z adding 'torch/test/scalar_tensor_test.exe' 2024-08-20T21:53:00.2144653Z adding 'torch/test/scalar_test.exe' 2024-08-20T21:53:00.2335307Z adding 'torch/test/stride_properties_test.exe' 2024-08-20T21:53:00.2596492Z adding 'torch/test/tensor_iterator_test.exe' 2024-08-20T21:53:00.2799716Z adding 'torch/test/test_parallel.exe' 2024-08-20T21:53:00.2855237Z adding 'torch/test/thread_init_test.exe' 2024-08-20T21:53:00.3013079Z adding 'torch/test/type_ptr_test.exe' 2024-08-20T21:53:00.3226890Z adding 'torch/test/type_test.exe' 2024-08-20T21:53:00.3424069Z adding 'torch/test/undefined_tensor_test.exe' 2024-08-20T21:53:00.3477602Z adding 'torch/test/verify_api_visibility.exe' 2024-08-20T21:53:00.3665138Z adding 'torch/test/weakref_test.exe' 2024-08-20T21:53:00.3857753Z adding 'torch/test/wrapdim_test.exe' 2024-08-20T21:53:00.4044649Z adding 'torch/test/xla_tensor_test.exe' 2024-08-20T21:53:00.4056086Z adding 'torch/testing/__init__.py' 2024-08-20T21:53:00.4076102Z adding 'torch/testing/_comparison.py' 2024-08-20T21:53:00.4083489Z adding 'torch/testing/_creation.py' 2024-08-20T21:53:00.4087246Z adding 'torch/testing/_utils.py' 2024-08-20T21:53:00.4092540Z adding 'torch/testing/_internal/__init__.py' 2024-08-20T21:53:00.4098803Z adding 'torch/testing/_internal/autocast_test_lists.py' 2024-08-20T21:53:00.4105127Z adding 'torch/testing/_internal/autograd_function_db.py' 2024-08-20T21:53:00.4110326Z adding 'torch/testing/_internal/check_kernel_launches.py' 2024-08-20T21:53:00.4116077Z adding 'torch/testing/_internal/common_cuda.py' 2024-08-20T21:53:00.4142029Z adding 'torch/testing/_internal/common_device_type.py' 2024-08-20T21:53:00.4147431Z adding 'torch/testing/_internal/common_dist_composable.py' 2024-08-20T21:53:00.4165752Z adding 'torch/testing/_internal/common_distributed.py' 2024-08-20T21:53:00.4170944Z adding 'torch/testing/_internal/common_dtype.py' 2024-08-20T21:53:00.4189780Z adding 'torch/testing/_internal/common_fsdp.py' 2024-08-20T21:53:00.4197280Z adding 'torch/testing/_internal/common_jit.py' 2024-08-20T21:53:00.4431309Z adding 'torch/testing/_internal/common_methods_invocations.py' 2024-08-20T21:53:00.4462118Z adding 'torch/testing/_internal/common_mkldnn.py' 2024-08-20T21:53:00.4495213Z adding 'torch/testing/_internal/common_modules.py' 2024-08-20T21:53:00.4534456Z adding 'torch/testing/_internal/common_nn.py' 2024-08-20T21:53:00.4554621Z adding 'torch/testing/_internal/common_optimizers.py' 2024-08-20T21:53:00.4561510Z adding 'torch/testing/_internal/common_pruning.py' 2024-08-20T21:53:00.4592406Z adding 'torch/testing/_internal/common_quantization.py' 2024-08-20T21:53:00.4600258Z adding 'torch/testing/_internal/common_quantized.py' 2024-08-20T21:53:00.4605237Z adding 'torch/testing/_internal/common_subclass.py' 2024-08-20T21:53:00.4685941Z adding 'torch/testing/_internal/common_utils.py' 2024-08-20T21:53:00.4700002Z adding 'torch/testing/_internal/composite_compliance.py' 2024-08-20T21:53:00.4707709Z adding 'torch/testing/_internal/custom_op_db.py' 2024-08-20T21:53:00.4711767Z adding 'torch/testing/_internal/custom_tensor.py' 2024-08-20T21:53:00.4716666Z adding 'torch/testing/_internal/dist_utils.py' 2024-08-20T21:53:00.4721146Z adding 'torch/testing/_internal/dynamo_test_failures.py' 2024-08-20T21:53:00.4725426Z adding 'torch/testing/_internal/hop_db.py' 2024-08-20T21:53:00.4732155Z adding 'torch/testing/_internal/hypothesis_utils.py' 2024-08-20T21:53:00.4736226Z adding 'torch/testing/_internal/inductor_utils.py' 2024-08-20T21:53:00.4747207Z adding 'torch/testing/_internal/jit_metaprogramming_utils.py' 2024-08-20T21:53:00.4759975Z adding 'torch/testing/_internal/jit_utils.py' 2024-08-20T21:53:00.4765680Z adding 'torch/testing/_internal/logging_tensor.py' 2024-08-20T21:53:00.4770166Z adding 'torch/testing/_internal/logging_utils.py' 2024-08-20T21:53:00.4773772Z adding 'torch/testing/_internal/quantization_torch_package_models.py' 2024-08-20T21:53:00.4776776Z adding 'torch/testing/_internal/static_module.py' 2024-08-20T21:53:00.4780660Z adding 'torch/testing/_internal/torchbind_impls.py' 2024-08-20T21:53:00.4785474Z adding 'torch/testing/_internal/triton_utils.py' 2024-08-20T21:53:00.4789926Z adding 'torch/testing/_internal/two_tensor.py' 2024-08-20T21:53:00.4793653Z adding 'torch/testing/_internal/codegen/__init__.py' 2024-08-20T21:53:00.4797244Z adding 'torch/testing/_internal/data/__init__.py' 2024-08-20T21:53:00.4800192Z adding 'torch/testing/_internal/data/network1.py' 2024-08-20T21:53:00.4803036Z adding 'torch/testing/_internal/data/network2.py' 2024-08-20T21:53:00.4806835Z adding 'torch/testing/_internal/distributed/__init__.py' 2024-08-20T21:53:00.4810188Z adding 'torch/testing/_internal/distributed/checkpoint_utils.py' 2024-08-20T21:53:00.4814113Z adding 'torch/testing/_internal/distributed/common_state_dict.py' 2024-08-20T21:53:00.4822907Z adding 'torch/testing/_internal/distributed/ddp_under_dist_autograd_test.py' 2024-08-20T21:53:00.4923194Z adding 'torch/testing/_internal/distributed/distributed_test.py' 2024-08-20T21:53:00.4936723Z adding 'torch/testing/_internal/distributed/distributed_utils.py' 2024-08-20T21:53:00.4940401Z adding 'torch/testing/_internal/distributed/fake_pg.py' 2024-08-20T21:53:00.4949892Z adding 'torch/testing/_internal/distributed/multi_threaded_pg.py' 2024-08-20T21:53:00.4955602Z adding 'torch/testing/_internal/distributed/rpc_utils.py' 2024-08-20T21:53:00.4959515Z adding 'torch/testing/_internal/distributed/_shard/__init__.py' 2024-08-20T21:53:00.4962564Z adding 'torch/testing/_internal/distributed/_shard/test_common.py' 2024-08-20T21:53:00.4967192Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/__init__.py' 2024-08-20T21:53:00.4971295Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/_test_ops_common.py' 2024-08-20T21:53:00.4974886Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/_test_st_common.py' 2024-08-20T21:53:00.4978727Z adding 'torch/testing/_internal/distributed/_tensor/__init__.py' 2024-08-20T21:53:00.4986762Z adding 'torch/testing/_internal/distributed/_tensor/common_dtensor.py' 2024-08-20T21:53:00.4991140Z adding 'torch/testing/_internal/distributed/nn/__init__.py' 2024-08-20T21:53:00.4994930Z adding 'torch/testing/_internal/distributed/nn/api/__init__.py' 2024-08-20T21:53:00.5002467Z adding 'torch/testing/_internal/distributed/nn/api/remote_module_test.py' 2024-08-20T21:53:00.5007004Z adding 'torch/testing/_internal/distributed/rpc/__init__.py' 2024-08-20T21:53:00.5035404Z adding 'torch/testing/_internal/distributed/rpc/dist_autograd_test.py' 2024-08-20T21:53:00.5042527Z adding 'torch/testing/_internal/distributed/rpc/dist_optimizer_test.py' 2024-08-20T21:53:00.5048303Z adding 'torch/testing/_internal/distributed/rpc/faulty_agent_rpc_test.py' 2024-08-20T21:53:00.5052343Z adding 'torch/testing/_internal/distributed/rpc/faulty_rpc_agent_test_fixture.py' 2024-08-20T21:53:00.5055908Z adding 'torch/testing/_internal/distributed/rpc/rpc_agent_test_fixture.py' 2024-08-20T21:53:00.5114896Z adding 'torch/testing/_internal/distributed/rpc/rpc_test.py' 2024-08-20T21:53:00.5123546Z adding 'torch/testing/_internal/distributed/rpc/tensorpipe_rpc_agent_test_fixture.py' 2024-08-20T21:53:00.5127240Z adding 'torch/testing/_internal/distributed/rpc/examples/__init__.py' 2024-08-20T21:53:00.5131374Z adding 'torch/testing/_internal/distributed/rpc/examples/parameter_server_test.py' 2024-08-20T21:53:00.5136997Z adding 'torch/testing/_internal/distributed/rpc/examples/reinforcement_learning_rpc_test.py' 2024-08-20T21:53:00.5140885Z adding 'torch/testing/_internal/distributed/rpc/jit/__init__.py' 2024-08-20T21:53:00.5144779Z adding 'torch/testing/_internal/distributed/rpc/jit/dist_autograd_test.py' 2024-08-20T21:53:00.5159154Z adding 'torch/testing/_internal/distributed/rpc/jit/rpc_test.py' 2024-08-20T21:53:00.5164813Z adding 'torch/testing/_internal/distributed/rpc/jit/rpc_test_faulty.py' 2024-08-20T21:53:00.5168703Z adding 'torch/testing/_internal/generated/__init__.py' 2024-08-20T21:53:00.5217421Z adding 'torch/testing/_internal/generated/annotated_fn_args.py' 2024-08-20T21:53:00.5233161Z adding 'torch/testing/_internal/opinfo/__init__.py' 2024-08-20T21:53:00.5271552Z adding 'torch/testing/_internal/opinfo/core.py' 2024-08-20T21:53:00.5278544Z adding 'torch/testing/_internal/opinfo/refs.py' 2024-08-20T21:53:00.5284175Z adding 'torch/testing/_internal/opinfo/utils.py' 2024-08-20T21:53:00.5288840Z adding 'torch/testing/_internal/opinfo/definitions/__init__.py' 2024-08-20T21:53:00.5298138Z adding 'torch/testing/_internal/opinfo/definitions/_masked.py' 2024-08-20T21:53:00.5305500Z adding 'torch/testing/_internal/opinfo/definitions/fft.py' 2024-08-20T21:53:00.5327068Z adding 'torch/testing/_internal/opinfo/definitions/linalg.py' 2024-08-20T21:53:00.5334512Z adding 'torch/testing/_internal/opinfo/definitions/nested.py' 2024-08-20T21:53:00.5340143Z adding 'torch/testing/_internal/opinfo/definitions/signal.py' 2024-08-20T21:53:00.5349917Z adding 'torch/testing/_internal/opinfo/definitions/sparse.py' 2024-08-20T21:53:00.5357572Z adding 'torch/testing/_internal/opinfo/definitions/special.py' 2024-08-20T21:53:00.5362273Z adding 'torch/testing/_internal/optests/__init__.py' 2024-08-20T21:53:00.5366696Z adding 'torch/testing/_internal/optests/aot_autograd.py' 2024-08-20T21:53:00.5371502Z adding 'torch/testing/_internal/optests/autograd_registration.py' 2024-08-20T21:53:00.5374517Z adding 'torch/testing/_internal/optests/fake_tensor.py' 2024-08-20T21:53:00.5386519Z adding 'torch/testing/_internal/optests/generate_tests.py' 2024-08-20T21:53:00.5391371Z adding 'torch/testing/_internal/optests/make_fx.py' 2024-08-20T21:53:00.5395324Z adding 'torch/testing/_internal/test_module/__init__.py' 2024-08-20T21:53:00.5398247Z adding 'torch/testing/_internal/test_module/future_div.py' 2024-08-20T21:53:00.5401306Z adding 'torch/testing/_internal/test_module/no_future_div.py' 2024-08-20T21:53:00.5406687Z adding 'torch/utils/__init__.py' 2024-08-20T21:53:00.5411100Z adding 'torch/utils/_backport_slots.py' 2024-08-20T21:53:00.5417564Z adding 'torch/utils/_config_module.py' 2024-08-20T21:53:00.5421246Z adding 'torch/utils/_config_typing.pyi' 2024-08-20T21:53:00.5426821Z adding 'torch/utils/_content_store.py' 2024-08-20T21:53:00.5431920Z adding 'torch/utils/_contextlib.py' 2024-08-20T21:53:00.5435539Z adding 'torch/utils/_cpp_extension_versioner.py' 2024-08-20T21:53:00.5446120Z adding 'torch/utils/_cxx_pytree.py' 2024-08-20T21:53:00.5450813Z adding 'torch/utils/_device.py' 2024-08-20T21:53:00.5453989Z adding 'torch/utils/_exposed_in.py' 2024-08-20T21:53:00.5457703Z adding 'torch/utils/_foreach_utils.py' 2024-08-20T21:53:00.5463428Z adding 'torch/utils/_freeze.py' 2024-08-20T21:53:00.5468313Z adding 'torch/utils/_get_clean_triton.py' 2024-08-20T21:53:00.5471824Z adding 'torch/utils/_import_utils.py' 2024-08-20T21:53:00.5474858Z adding 'torch/utils/_mode_utils.py' 2024-08-20T21:53:00.5479012Z adding 'torch/utils/_ordered_set.py' 2024-08-20T21:53:00.5490544Z adding 'torch/utils/_python_dispatch.py' 2024-08-20T21:53:00.5508877Z adding 'torch/utils/_pytree.py' 2024-08-20T21:53:00.5513619Z adding 'torch/utils/_stats.py' 2024-08-20T21:53:00.5516738Z adding 'torch/utils/_thunk.py' 2024-08-20T21:53:00.5522472Z adding 'torch/utils/_traceback.py' 2024-08-20T21:53:00.5526391Z adding 'torch/utils/_triton.py' 2024-08-20T21:53:00.5529624Z adding 'torch/utils/_typing_utils.py' 2024-08-20T21:53:00.5533163Z adding 'torch/utils/_zip.py' 2024-08-20T21:53:00.5541006Z adding 'torch/utils/backend_registration.py' 2024-08-20T21:53:00.5549907Z adding 'torch/utils/bundled_inputs.py' 2024-08-20T21:53:00.5577158Z adding 'torch/utils/checkpoint.py' 2024-08-20T21:53:00.5588176Z adding 'torch/utils/collect_env.py' 2024-08-20T21:53:00.5591788Z adding 'torch/utils/cpp_backtrace.py' 2024-08-20T21:53:00.5629009Z adding 'torch/utils/cpp_extension.py' 2024-08-20T21:53:00.5634453Z adding 'torch/utils/deterministic.py' 2024-08-20T21:53:00.5638446Z adding 'torch/utils/dlpack.py' 2024-08-20T21:53:00.5641898Z adding 'torch/utils/file_baton.py' 2024-08-20T21:53:00.5651592Z adding 'torch/utils/flop_counter.py' 2024-08-20T21:53:00.5657421Z adding 'torch/utils/hooks.py' 2024-08-20T21:53:00.5661752Z adding 'torch/utils/mkldnn.py' 2024-08-20T21:53:00.5666319Z adding 'torch/utils/mobile_optimizer.py' 2024-08-20T21:53:00.5669479Z adding 'torch/utils/model_zoo.py' 2024-08-20T21:53:00.5673466Z adding 'torch/utils/module_tracker.py' 2024-08-20T21:53:00.5677776Z adding 'torch/utils/show_pickle.py' 2024-08-20T21:53:00.5682459Z adding 'torch/utils/throughput_benchmark.py' 2024-08-20T21:53:00.5688151Z adding 'torch/utils/weak.py' 2024-08-20T21:53:00.5692072Z adding 'torch/utils/_strobelight/__init__.py' 2024-08-20T21:53:00.5697295Z adding 'torch/utils/_strobelight/cli_function_profiler.py' 2024-08-20T21:53:00.5701379Z adding 'torch/utils/_sympy/__init__.py' 2024-08-20T21:53:00.5710977Z adding 'torch/utils/_sympy/functions.py' 2024-08-20T21:53:00.5716169Z adding 'torch/utils/_sympy/interp.py' 2024-08-20T21:53:00.5721166Z adding 'torch/utils/_sympy/numbers.py' 2024-08-20T21:53:00.5725337Z adding 'torch/utils/_sympy/reference.py' 2024-08-20T21:53:00.5729040Z adding 'torch/utils/_sympy/singleton_int.py' 2024-08-20T21:53:00.5733468Z adding 'torch/utils/_sympy/solve.py' 2024-08-20T21:53:00.5737566Z adding 'torch/utils/_sympy/symbol.py' 2024-08-20T21:53:00.5750829Z adding 'torch/utils/_sympy/value_ranges.py' 2024-08-20T21:53:00.5755523Z adding 'torch/utils/backcompat/__init__.py' 2024-08-20T21:53:00.5759238Z adding 'torch/utils/benchmark/__init__.py' 2024-08-20T21:53:00.5762799Z adding 'torch/utils/benchmark/examples/__init__.py' 2024-08-20T21:53:00.5767456Z adding 'torch/utils/benchmark/examples/blas_compare_setup.py' 2024-08-20T21:53:00.5771454Z adding 'torch/utils/benchmark/examples/compare.py' 2024-08-20T21:53:00.5774957Z adding 'torch/utils/benchmark/examples/fuzzer.py' 2024-08-20T21:53:00.5778920Z adding 'torch/utils/benchmark/examples/op_benchmark.py' 2024-08-20T21:53:00.5782166Z adding 'torch/utils/benchmark/examples/simple_timeit.py' 2024-08-20T21:53:00.5786371Z adding 'torch/utils/benchmark/examples/spectral_ops_fuzz_test.py' 2024-08-20T21:53:00.5790230Z adding 'torch/utils/benchmark/op_fuzzers/__init__.py' 2024-08-20T21:53:00.5793738Z adding 'torch/utils/benchmark/op_fuzzers/binary.py' 2024-08-20T21:53:00.5797680Z adding 'torch/utils/benchmark/op_fuzzers/sparse_binary.py' 2024-08-20T21:53:00.5801553Z adding 'torch/utils/benchmark/op_fuzzers/sparse_unary.py' 2024-08-20T21:53:00.5805430Z adding 'torch/utils/benchmark/op_fuzzers/spectral.py' 2024-08-20T21:53:00.5809002Z adding 'torch/utils/benchmark/op_fuzzers/unary.py' 2024-08-20T21:53:00.5813149Z adding 'torch/utils/benchmark/utils/__init__.py' 2024-08-20T21:53:00.5816351Z adding 'torch/utils/benchmark/utils/_stubs.py' 2024-08-20T21:53:00.5823147Z adding 'torch/utils/benchmark/utils/common.py' 2024-08-20T21:53:00.5830008Z adding 'torch/utils/benchmark/utils/compare.py' 2024-08-20T21:53:00.5835071Z adding 'torch/utils/benchmark/utils/compile.py' 2024-08-20T21:53:00.5839960Z adding 'torch/utils/benchmark/utils/cpp_jit.py' 2024-08-20T21:53:00.5848066Z adding 'torch/utils/benchmark/utils/fuzzer.py' 2024-08-20T21:53:00.5852913Z adding 'torch/utils/benchmark/utils/sparse_fuzzer.py' 2024-08-20T21:53:00.5856472Z adding 'torch/utils/benchmark/utils/timeit_template.cpp' 2024-08-20T21:53:00.5865397Z adding 'torch/utils/benchmark/utils/timer.py' 2024-08-20T21:53:00.5870049Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/__init__.py' 2024-08-20T21:53:00.5874786Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/callgrind.h' 2024-08-20T21:53:00.5878846Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/compat_bindings.cpp' 2024-08-20T21:53:00.5881542Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/timer_callgrind_template.cpp' 2024-08-20T21:53:00.5895345Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/timer_interface.py' 2024-08-20T21:53:00.5948264Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/valgrind.h' 2024-08-20T21:53:00.5961368Z adding 'torch/utils/bottleneck/__init__.py' 2024-08-20T21:53:00.5965849Z adding 'torch/utils/bottleneck/__main__.py' 2024-08-20T21:53:00.5970411Z adding 'torch/utils/data/__init__.py' 2024-08-20T21:53:00.5973634Z adding 'torch/utils/data/backward_compatibility.py' 2024-08-20T21:53:00.6003589Z adding 'torch/utils/data/dataloader.py' 2024-08-20T21:53:00.6013295Z adding 'torch/utils/data/dataset.py' 2024-08-20T21:53:00.6018554Z adding 'torch/utils/data/distributed.py' 2024-08-20T21:53:00.6023022Z adding 'torch/utils/data/graph.py' 2024-08-20T21:53:00.6027611Z adding 'torch/utils/data/graph_settings.py' 2024-08-20T21:53:00.6034234Z adding 'torch/utils/data/sampler.py' 2024-08-20T21:53:00.6038923Z adding 'torch/utils/data/_utils/__init__.py' 2024-08-20T21:53:00.6045549Z adding 'torch/utils/data/_utils/collate.py' 2024-08-20T21:53:00.6049567Z adding 'torch/utils/data/_utils/fetch.py' 2024-08-20T21:53:00.6053680Z adding 'torch/utils/data/_utils/pin_memory.py' 2024-08-20T21:53:00.6057545Z adding 'torch/utils/data/_utils/signal_handling.py' 2024-08-20T21:53:00.6064578Z adding 'torch/utils/data/_utils/worker.py' 2024-08-20T21:53:00.6068848Z adding 'torch/utils/data/datapipes/__init__.py' 2024-08-20T21:53:00.6073537Z adding 'torch/utils/data/datapipes/_decorator.py' 2024-08-20T21:53:00.6079624Z adding 'torch/utils/data/datapipes/_hook_iterator.py' 2024-08-20T21:53:00.6087649Z adding 'torch/utils/data/datapipes/_typing.py' 2024-08-20T21:53:00.6094328Z adding 'torch/utils/data/datapipes/datapipe.py' 2024-08-20T21:53:00.6105398Z adding 'torch/utils/data/datapipes/datapipe.pyi' 2024-08-20T21:53:00.6111991Z adding 'torch/utils/data/datapipes/gen_pyi.py' 2024-08-20T21:53:00.6116588Z adding 'torch/utils/data/datapipes/dataframe/__init__.py' 2024-08-20T21:53:00.6120008Z adding 'torch/utils/data/datapipes/dataframe/dataframe_wrapper.py' 2024-08-20T21:53:00.6125901Z adding 'torch/utils/data/datapipes/dataframe/dataframes.py' 2024-08-20T21:53:00.6130189Z adding 'torch/utils/data/datapipes/dataframe/datapipes.py' 2024-08-20T21:53:00.6133574Z adding 'torch/utils/data/datapipes/dataframe/structures.py' 2024-08-20T21:53:00.6137755Z adding 'torch/utils/data/datapipes/iter/__init__.py' 2024-08-20T21:53:00.6143063Z adding 'torch/utils/data/datapipes/iter/callable.py' 2024-08-20T21:53:00.6148061Z adding 'torch/utils/data/datapipes/iter/combinatorics.py' 2024-08-20T21:53:00.6159186Z adding 'torch/utils/data/datapipes/iter/combining.py' 2024-08-20T21:53:00.6162443Z adding 'torch/utils/data/datapipes/iter/filelister.py' 2024-08-20T21:53:00.6166184Z adding 'torch/utils/data/datapipes/iter/fileopener.py' 2024-08-20T21:53:00.6171932Z adding 'torch/utils/data/datapipes/iter/grouping.py' 2024-08-20T21:53:00.6176001Z adding 'torch/utils/data/datapipes/iter/routeddecoder.py' 2024-08-20T21:53:00.6179567Z adding 'torch/utils/data/datapipes/iter/selecting.py' 2024-08-20T21:53:00.6183408Z adding 'torch/utils/data/datapipes/iter/sharding.py' 2024-08-20T21:53:00.6186864Z adding 'torch/utils/data/datapipes/iter/streamreader.py' 2024-08-20T21:53:00.6190488Z adding 'torch/utils/data/datapipes/iter/utils.py' 2024-08-20T21:53:00.6194500Z adding 'torch/utils/data/datapipes/map/__init__.py' 2024-08-20T21:53:00.6197950Z adding 'torch/utils/data/datapipes/map/callable.py' 2024-08-20T21:53:00.6201973Z adding 'torch/utils/data/datapipes/map/combinatorics.py' 2024-08-20T21:53:00.6205972Z adding 'torch/utils/data/datapipes/map/combining.py' 2024-08-20T21:53:00.6209532Z adding 'torch/utils/data/datapipes/map/grouping.py' 2024-08-20T21:53:00.6212886Z adding 'torch/utils/data/datapipes/map/utils.py' 2024-08-20T21:53:00.6216566Z adding 'torch/utils/data/datapipes/utils/__init__.py' 2024-08-20T21:53:00.6222866Z adding 'torch/utils/data/datapipes/utils/common.py' 2024-08-20T21:53:00.6229165Z adding 'torch/utils/data/datapipes/utils/decoder.py' 2024-08-20T21:53:00.6233214Z adding 'torch/utils/data/datapipes/utils/snapshot.py' 2024-08-20T21:53:00.6236899Z adding 'torch/utils/hipify/__init__.py' 2024-08-20T21:53:00.6240199Z adding 'torch/utils/hipify/constants.py' 2024-08-20T21:53:00.6298541Z adding 'torch/utils/hipify/cuda_to_hip_mappings.py' 2024-08-20T21:53:00.6323742Z adding 'torch/utils/hipify/hipify_python.py' 2024-08-20T21:53:00.6327705Z adding 'torch/utils/hipify/version.py' 2024-08-20T21:53:00.6331394Z adding 'torch/utils/jit/__init__.py' 2024-08-20T21:53:00.6335350Z adding 'torch/utils/jit/log_extract.py' 2024-08-20T21:53:00.6343752Z adding 'torch/utils/model_dump/__init__.py' 2024-08-20T21:53:00.6347236Z adding 'torch/utils/model_dump/__main__.py' 2024-08-20T21:53:00.6354778Z adding 'torch/utils/model_dump/code.js' 2024-08-20T21:53:00.6358764Z adding 'torch/utils/model_dump/htm.mjs' 2024-08-20T21:53:00.6364799Z adding 'torch/utils/model_dump/preact.mjs' 2024-08-20T21:53:00.6368307Z adding 'torch/utils/model_dump/skeleton.html' 2024-08-20T21:53:00.6372221Z adding 'torch/utils/tensorboard/__init__.py' 2024-08-20T21:53:00.6375516Z adding 'torch/utils/tensorboard/_convert_np.py' 2024-08-20T21:53:00.6379326Z adding 'torch/utils/tensorboard/_embedding.py' 2024-08-20T21:53:00.6382964Z adding 'torch/utils/tensorboard/_onnx_graph.py' 2024-08-20T21:53:00.6386416Z adding 'torch/utils/tensorboard/_proto_graph.py' 2024-08-20T21:53:00.6393408Z adding 'torch/utils/tensorboard/_pytorch_graph.py' 2024-08-20T21:53:00.6397929Z adding 'torch/utils/tensorboard/_utils.py' 2024-08-20T21:53:00.6410869Z adding 'torch/utils/tensorboard/summary.py' 2024-08-20T21:53:00.6425932Z adding 'torch/utils/tensorboard/writer.py' 2024-08-20T21:53:00.6430875Z adding 'torch/utils/viz/__init__.py' 2024-08-20T21:53:00.6438154Z adding 'torch/utils/viz/_cycles.py' 2024-08-20T21:53:00.6445882Z adding 'torch/xpu/__init__.py' 2024-08-20T21:53:00.6449628Z adding 'torch/xpu/_gpu_trace.py' 2024-08-20T21:53:00.6453123Z adding 'torch/xpu/_utils.py' 2024-08-20T21:53:00.6457134Z adding 'torch/xpu/random.py' 2024-08-20T21:53:00.6461659Z adding 'torch/xpu/streams.py' 2024-08-20T21:53:00.6470571Z adding 'torchgen/__init__.py' 2024-08-20T21:53:00.6474178Z adding 'torchgen/code_template.py' 2024-08-20T21:53:00.6478160Z adding 'torchgen/context.py' 2024-08-20T21:53:00.6515329Z adding 'torchgen/gen.py' 2024-08-20T21:53:00.6524808Z adding 'torchgen/gen_aoti_c_shim.py' 2024-08-20T21:53:00.6533762Z adding 'torchgen/gen_backend_stubs.py' 2024-08-20T21:53:00.6547510Z adding 'torchgen/gen_executorch.py' 2024-08-20T21:53:00.6562191Z adding 'torchgen/gen_functionalization_type.py' 2024-08-20T21:53:00.6571798Z adding 'torchgen/gen_lazy_tensor.py' 2024-08-20T21:53:00.6577135Z adding 'torchgen/gen_vmap_plumbing.py' 2024-08-20T21:53:00.6580665Z adding 'torchgen/local.py' 2024-08-20T21:53:00.6622360Z adding 'torchgen/model.py' 2024-08-20T21:53:00.6636550Z adding 'torchgen/native_function_generation.py' 2024-08-20T21:53:00.6644670Z adding 'torchgen/utils.py' 2024-08-20T21:53:00.6648356Z adding 'torchgen/yaml_utils.py' 2024-08-20T21:53:00.6651964Z adding 'torchgen/aoti/__init__.py' 2024-08-20T21:53:00.6655736Z adding 'torchgen/aoti/fallback_ops.py' 2024-08-20T21:53:00.6659616Z adding 'torchgen/api/__init__.py' 2024-08-20T21:53:00.6674086Z adding 'torchgen/api/autograd.py' 2024-08-20T21:53:00.6682034Z adding 'torchgen/api/cpp.py' 2024-08-20T21:53:00.6686373Z adding 'torchgen/api/dispatcher.py' 2024-08-20T21:53:00.6691342Z adding 'torchgen/api/functionalization.py' 2024-08-20T21:53:00.6698971Z adding 'torchgen/api/lazy.py' 2024-08-20T21:53:00.6703096Z adding 'torchgen/api/meta.py' 2024-08-20T21:53:00.6707275Z adding 'torchgen/api/native.py' 2024-08-20T21:53:00.6728727Z adding 'torchgen/api/python.py' 2024-08-20T21:53:00.6737840Z adding 'torchgen/api/structured.py' 2024-08-20T21:53:00.6742240Z adding 'torchgen/api/translate.py' 2024-08-20T21:53:00.6747261Z adding 'torchgen/api/ufunc.py' 2024-08-20T21:53:00.6753433Z adding 'torchgen/api/unboxing.py' 2024-08-20T21:53:00.6756821Z adding 'torchgen/api/types/__init__.py' 2024-08-20T21:53:00.6763533Z adding 'torchgen/api/types/signatures.py' 2024-08-20T21:53:00.6768335Z adding 'torchgen/api/types/types.py' 2024-08-20T21:53:00.6773554Z adding 'torchgen/api/types/types_base.py' 2024-08-20T21:53:00.6777885Z adding 'torchgen/dest/__init__.py' 2024-08-20T21:53:00.6788470Z adding 'torchgen/dest/lazy_ir.py' 2024-08-20T21:53:00.6792765Z adding 'torchgen/dest/lazy_ts_lowering.py' 2024-08-20T21:53:00.6796409Z adding 'torchgen/dest/native_functions.py' 2024-08-20T21:53:00.6810591Z adding 'torchgen/dest/register_dispatch_key.py' 2024-08-20T21:53:00.6818830Z adding 'torchgen/dest/ufunc.py' 2024-08-20T21:53:00.6823049Z adding 'torchgen/executorch/__init__.py' 2024-08-20T21:53:00.6827979Z adding 'torchgen/executorch/model.py' 2024-08-20T21:53:00.6832418Z adding 'torchgen/executorch/parse.py' 2024-08-20T21:53:00.6836525Z adding 'torchgen/executorch/api/__init__.py' 2024-08-20T21:53:00.6840602Z adding 'torchgen/executorch/api/custom_ops.py' 2024-08-20T21:53:00.6846925Z adding 'torchgen/executorch/api/et_cpp.py' 2024-08-20T21:53:00.6852065Z adding 'torchgen/executorch/api/unboxing.py' 2024-08-20T21:53:00.6856081Z adding 'torchgen/executorch/api/types/__init__.py' 2024-08-20T21:53:00.6859801Z adding 'torchgen/executorch/api/types/signatures.py' 2024-08-20T21:53:00.6863383Z adding 'torchgen/executorch/api/types/types.py' 2024-08-20T21:53:00.6867209Z adding 'torchgen/operator_versions/__init__.py' 2024-08-20T21:53:00.6873144Z adding 'torchgen/operator_versions/gen_mobile_upgraders.py' 2024-08-20T21:53:00.6876531Z adding 'torchgen/operator_versions/gen_mobile_upgraders_constant.py' 2024-08-20T21:53:00.6993413Z adding 'torchgen/packaged/ATen/native/native_functions.yaml' 2024-08-20T21:53:00.7010481Z adding 'torchgen/packaged/ATen/native/tags.yaml' 2024-08-20T21:53:00.7015767Z adding 'torchgen/packaged/ATen/templates/ATenOpList.cpp' 2024-08-20T21:53:00.7019493Z adding 'torchgen/packaged/ATen/templates/CompositeViewCopyKernels.cpp' 2024-08-20T21:53:00.7022700Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunction.h' 2024-08-20T21:53:00.7026151Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunctions.h' 2024-08-20T21:53:00.7029562Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunctions_inl.h' 2024-08-20T21:53:00.7032672Z adding 'torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.cpp' 2024-08-20T21:53:00.7035595Z adding 'torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.h' 2024-08-20T21:53:00.7038573Z adding 'torchgen/packaged/ATen/templates/Function.h' 2024-08-20T21:53:00.7041820Z adding 'torchgen/packaged/ATen/templates/FunctionalInverses.h' 2024-08-20T21:53:00.7045594Z adding 'torchgen/packaged/ATen/templates/Functions.cpp' 2024-08-20T21:53:00.7049699Z adding 'torchgen/packaged/ATen/templates/Functions.h' 2024-08-20T21:53:00.7052938Z adding 'torchgen/packaged/ATen/templates/LazyIr.h' 2024-08-20T21:53:00.7055941Z adding 'torchgen/packaged/ATen/templates/LazyNonNativeIr.h' 2024-08-20T21:53:00.7059333Z adding 'torchgen/packaged/ATen/templates/MethodOperators.h' 2024-08-20T21:53:00.7062134Z adding 'torchgen/packaged/ATen/templates/NativeFunction.h' 2024-08-20T21:53:00.7065140Z adding 'torchgen/packaged/ATen/templates/NativeFunctions.h' 2024-08-20T21:53:00.7068340Z adding 'torchgen/packaged/ATen/templates/NativeMetaFunction.h' 2024-08-20T21:53:00.7071300Z adding 'torchgen/packaged/ATen/templates/NativeMetaFunctions.h' 2024-08-20T21:53:00.7074693Z adding 'torchgen/packaged/ATen/templates/Operator.h' 2024-08-20T21:53:00.7077892Z adding 'torchgen/packaged/ATen/templates/Operators.cpp' 2024-08-20T21:53:00.7081614Z adding 'torchgen/packaged/ATen/templates/Operators.h' 2024-08-20T21:53:00.7084786Z adding 'torchgen/packaged/ATen/templates/RedispatchFunctions.cpp' 2024-08-20T21:53:00.7087885Z adding 'torchgen/packaged/ATen/templates/RedispatchFunctions.h' 2024-08-20T21:53:00.7091048Z adding 'torchgen/packaged/ATen/templates/RegisterBackendSelect.cpp' 2024-08-20T21:53:00.7094381Z adding 'torchgen/packaged/ATen/templates/RegisterCodegenUnboxedKernels.cpp' 2024-08-20T21:53:00.7097399Z adding 'torchgen/packaged/ATen/templates/RegisterDispatchDefinitions.ini' 2024-08-20T21:53:00.7100608Z adding 'torchgen/packaged/ATen/templates/RegisterDispatchKey.cpp' 2024-08-20T21:53:00.7104379Z adding 'torchgen/packaged/ATen/templates/RegisterFunctionalization.cpp' 2024-08-20T21:53:00.7107487Z adding 'torchgen/packaged/ATen/templates/RegisterSchema.cpp' 2024-08-20T21:53:00.7110488Z adding 'torchgen/packaged/ATen/templates/RegistrationDeclarations.h' 2024-08-20T21:53:00.7122119Z adding 'torchgen/packaged/ATen/templates/TensorBody.h' 2024-08-20T21:53:00.7126412Z adding 'torchgen/packaged/ATen/templates/TensorMethods.cpp' 2024-08-20T21:53:00.7129736Z adding 'torchgen/packaged/ATen/templates/UfuncCPU.cpp' 2024-08-20T21:53:00.7132773Z adding 'torchgen/packaged/ATen/templates/UfuncCPUKernel.cpp' 2024-08-20T21:53:00.7135719Z adding 'torchgen/packaged/ATen/templates/UfuncCUDA.cu' 2024-08-20T21:53:00.7138800Z adding 'torchgen/packaged/ATen/templates/UnboxingFunctions.cpp' 2024-08-20T21:53:00.7141943Z adding 'torchgen/packaged/ATen/templates/UnboxingFunctions.h' 2024-08-20T21:53:00.7145101Z adding 'torchgen/packaged/ATen/templates/aten_interned_strings.h' 2024-08-20T21:53:00.7148805Z adding 'torchgen/packaged/ATen/templates/enum_tag.h' 2024-08-20T21:53:00.7152057Z adding 'torchgen/packaged/autograd/BUILD.bazel' 2024-08-20T21:53:00.7154813Z adding 'torchgen/packaged/autograd/README.md' 2024-08-20T21:53:00.7157730Z adding 'torchgen/packaged/autograd/__init__.py' 2024-08-20T21:53:00.7160579Z adding 'torchgen/packaged/autograd/build.bzl' 2024-08-20T21:53:00.7163648Z adding 'torchgen/packaged/autograd/context.py' 2024-08-20T21:53:00.7167342Z adding 'torchgen/packaged/autograd/deprecated.yaml' 2024-08-20T21:53:00.7213969Z adding 'torchgen/packaged/autograd/derivatives.yaml' 2024-08-20T21:53:00.7221886Z adding 'torchgen/packaged/autograd/gen_annotated_fn_args.py' 2024-08-20T21:53:00.7225864Z adding 'torchgen/packaged/autograd/gen_autograd.py' 2024-08-20T21:53:00.7235822Z adding 'torchgen/packaged/autograd/gen_autograd_functions.py' 2024-08-20T21:53:00.7245793Z adding 'torchgen/packaged/autograd/gen_inplace_or_view_type.py' 2024-08-20T21:53:00.7262850Z adding 'torchgen/packaged/autograd/gen_python_functions.py' 2024-08-20T21:53:00.7272023Z adding 'torchgen/packaged/autograd/gen_trace_type.py' 2024-08-20T21:53:00.7276720Z adding 'torchgen/packaged/autograd/gen_variable_factories.py' 2024-08-20T21:53:00.7304056Z adding 'torchgen/packaged/autograd/gen_variable_type.py' 2024-08-20T21:53:00.7311920Z adding 'torchgen/packaged/autograd/gen_view_funcs.py' 2024-08-20T21:53:00.7326805Z adding 'torchgen/packaged/autograd/load_derivatives.py' 2024-08-20T21:53:00.7332761Z adding 'torchgen/packaged/autograd/templates/ADInplaceOrViewType.cpp' 2024-08-20T21:53:00.7335786Z adding 'torchgen/packaged/autograd/templates/Functions.cpp' 2024-08-20T21:53:00.7339196Z adding 'torchgen/packaged/autograd/templates/Functions.h' 2024-08-20T21:53:00.7342511Z adding 'torchgen/packaged/autograd/templates/TraceType.cpp' 2024-08-20T21:53:00.7346319Z adding 'torchgen/packaged/autograd/templates/VariableType.cpp' 2024-08-20T21:53:00.7349746Z adding 'torchgen/packaged/autograd/templates/VariableType.h' 2024-08-20T21:53:00.7352720Z adding 'torchgen/packaged/autograd/templates/ViewFuncs.cpp' 2024-08-20T21:53:00.7355825Z adding 'torchgen/packaged/autograd/templates/ViewFuncs.h' 2024-08-20T21:53:00.7358913Z adding 'torchgen/packaged/autograd/templates/annotated_fn_args.py.in' 2024-08-20T21:53:00.7361909Z adding 'torchgen/packaged/autograd/templates/python_enum_tag.cpp' 2024-08-20T21:53:00.7365412Z adding 'torchgen/packaged/autograd/templates/python_fft_functions.cpp' 2024-08-20T21:53:00.7368682Z adding 'torchgen/packaged/autograd/templates/python_functions.cpp' 2024-08-20T21:53:00.7372293Z adding 'torchgen/packaged/autograd/templates/python_functions.h' 2024-08-20T21:53:00.7377222Z adding 'torchgen/packaged/autograd/templates/python_linalg_functions.cpp' 2024-08-20T21:53:00.7381007Z adding 'torchgen/packaged/autograd/templates/python_nested_functions.cpp' 2024-08-20T21:53:00.7385006Z adding 'torchgen/packaged/autograd/templates/python_nn_functions.cpp' 2024-08-20T21:53:00.7388261Z adding 'torchgen/packaged/autograd/templates/python_return_types.cpp' 2024-08-20T21:53:00.7391343Z adding 'torchgen/packaged/autograd/templates/python_return_types.h' 2024-08-20T21:53:00.7394930Z adding 'torchgen/packaged/autograd/templates/python_sparse_functions.cpp' 2024-08-20T21:53:00.7398498Z adding 'torchgen/packaged/autograd/templates/python_special_functions.cpp' 2024-08-20T21:53:00.7402033Z adding 'torchgen/packaged/autograd/templates/python_torch_functions.cpp' 2024-08-20T21:53:00.7414522Z adding 'torchgen/packaged/autograd/templates/python_variable_methods.cpp' 2024-08-20T21:53:00.7419916Z adding 'torchgen/packaged/autograd/templates/variable_factories.h' 2024-08-20T21:53:00.7423772Z adding 'torchgen/selective_build/__init__.py' 2024-08-20T21:53:00.7428396Z adding 'torchgen/selective_build/operator.py' 2024-08-20T21:53:00.7434401Z adding 'torchgen/selective_build/selector.py' 2024-08-20T21:53:00.7438448Z adding 'torchgen/static_runtime/__init__.py' 2024-08-20T21:53:00.7443262Z adding 'torchgen/static_runtime/config.py' 2024-08-20T21:53:00.7448400Z adding 'torchgen/static_runtime/gen_static_runtime_ops.py' 2024-08-20T21:53:00.7457336Z adding 'torchgen/static_runtime/generator.py' 2024-08-20T21:53:00.7566405Z adding 'torch-2.5.0a0+git40ec5f6.dist-info/LICENSE' 2024-08-20T21:53:00.7588038Z adding 'torch-2.5.0a0+git40ec5f6.dist-info/METADATA' 2024-08-20T21:53:00.7597354Z adding 'torch-2.5.0a0+git40ec5f6.dist-info/NOTICE' 2024-08-20T21:53:00.7600073Z adding 'torch-2.5.0a0+git40ec5f6.dist-info/WHEEL' 2024-08-20T21:53:00.7602215Z adding 'torch-2.5.0a0+git40ec5f6.dist-info/entry_points.txt' 2024-08-20T21:53:00.7604091Z adding 'torch-2.5.0a0+git40ec5f6.dist-info/top_level.txt' 2024-08-20T21:53:00.8232825Z adding 'torch-2.5.0a0+git40ec5f6.dist-info/RECORD' 2024-08-20T21:53:00.8568269Z removing build\bdist.win-amd64\wheel 2024-08-20T21:53:02.2565584Z 2024-08-20T21:53:02.2566384Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 goto fail 2024-08-20T21:53:02.2566904Z 2024-08-20T21:53:02.2567717Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 goto fail 2024-08-20T21:53:02.2568253Z 2024-08-20T21:53:02.2568539Z (base) C:\actions-runner\_work\pytorch\pytorch>sccache --show-stats 2024-08-20T21:53:02.3030411Z Compile requests 7820 2024-08-20T21:53:02.3031109Z Compile requests executed 7820 2024-08-20T21:53:02.3031557Z Cache hits 7756 2024-08-20T21:53:02.3031928Z Cache hits (C/C++) 7756 2024-08-20T21:53:02.3032383Z Cache misses 47 2024-08-20T21:53:02.3032839Z Cache misses (C/C++) 47 2024-08-20T21:53:02.3033216Z Cache timeouts 0 2024-08-20T21:53:02.3033675Z Cache read errors 0 2024-08-20T21:53:02.3034255Z Forced recaches 0 2024-08-20T21:53:02.3034656Z Cache write errors 0 2024-08-20T21:53:02.3035059Z Compilation failures 3 2024-08-20T21:53:02.3035452Z Cache errors 14 2024-08-20T21:53:02.3035825Z Cache errors (C/C++) 14 2024-08-20T21:53:02.3036241Z Non-cacheable compilations 8 2024-08-20T21:53:02.3036648Z Non-cacheable calls 0 2024-08-20T21:53:02.3037035Z Non-compilation calls 0 2024-08-20T21:53:02.3037443Z Unsupported compiler calls 0 2024-08-20T21:53:02.3037851Z Average cache write 0.036 s 2024-08-20T21:53:02.3038249Z Average compiler 0.047 s 2024-08-20T21:53:02.3038658Z Average cache read hit 0.048 s 2024-08-20T21:53:02.3039078Z Failed distributed compilations 0 2024-08-20T21:53:02.3039642Z Cache location s3, name: ossci-compiler-cache, prefix: /trunk/ 2024-08-20T21:53:02.3040225Z Version (client) 0.7.4 2024-08-20T21:53:02.3052808Z 2024-08-20T21:53:02.3054092Z (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-20T21:53:03.4153888Z Processing c:\actions-runner\_work\pytorch\pytorch\dist\torch-2.5.0a0+git40ec5f6-cp39-cp39-win_amd64.whl 2024-08-20T21:53:04.1158673Z Installing collected packages: torch 2024-08-20T21:53:21.8761069Z Successfully installed torch-2.5.0a0+git40ec5f6 2024-08-20T21:53:21.9386425Z 2024-08-20T21:53:21.9388406Z (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-20T21:53:21.9390475Z copy /Y "dist\*.whl" "C:/10479310961/build-results/" 2024-08-20T21:53:21.9391002Z python tools/stats/export_test_times.py 2024-08-20T21:53:21.9391677Z robocopy /E ".additional_ci_files" "C:/10479310961/build-results/\.additional_ci_files" 2024-08-20T21:53:21.9392424Z copy /Y "build\.ninja_log" "C:/10479310961/build-results/\" 2024-08-20T21:53:21.9392962Z ) ) 2024-08-20T21:53:22.0315848Z dist\torch-2.5.0a0+git40ec5f6-cp39-cp39-win_amd64.whl 2024-08-20T21:53:22.1344016Z 1 file(s) copied. 2024-08-20T21:53:22.9599041Z Exporting test times from test-infra 2024-08-20T21:53:22.9600549Z 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-20T21:53:22.9602771Z 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-20T21:53:22.9858683Z 2024-08-20T21:53:22.9859347Z ------------------------------------------------------------------------------- 2024-08-20T21:53:22.9860121Z ROBOCOPY :: Robust File Copy for Windows 2024-08-20T21:53:22.9860846Z ------------------------------------------------------------------------------- 2024-08-20T21:53:22.9861268Z 2024-08-20T21:53:22.9862299Z Started : Tuesday, August 20, 2024 9:53:22 PM 2024-08-20T21:53:22.9862968Z Source : C:\actions-runner\_work\pytorch\pytorch\.additional_ci_files\ 2024-08-20T21:53:22.9864483Z Dest : C:\10479310961\build-results\.additional_ci_files\ 2024-08-20T21:53:22.9864899Z 2024-08-20T21:53:22.9864995Z Files : *.* 2024-08-20T21:53:22.9865231Z 2024-08-20T21:53:22.9865639Z Options : *.* /S /E /DCOPY:DA /COPY:DAT /R:1000000 /W:30 2024-08-20T21:53:22.9866014Z 2024-08-20T21:53:22.9866267Z ------------------------------------------------------------------------------ 2024-08-20T21:53:22.9869506Z 2024-08-20T21:53:22.9875967Z New Dir 2 C:\actions-runner\_work\pytorch\pytorch\.additional_ci_files\ 2024-08-20T21:53:22.9884508Z New File 3.1 m test-class-times.json 2024-08-20T21:53:22.9887178Z 15% 2024-08-20T21:53:22.9891010Z 31% 2024-08-20T21:53:22.9893802Z 47% 2024-08-20T21:53:22.9897543Z 62% 2024-08-20T21:53:22.9900321Z 78% 2024-08-20T21:53:22.9902309Z 94% 2024-08-20T21:53:22.9904349Z 100% 2024-08-20T21:53:22.9908838Z New File 936720 test-times.json 2024-08-20T21:53:22.9910352Z 27% 2024-08-20T21:53:22.9911917Z 55% 2024-08-20T21:53:22.9913183Z 83% 2024-08-20T21:53:22.9916556Z 100% 2024-08-20T21:53:22.9916741Z 2024-08-20T21:53:22.9916964Z ------------------------------------------------------------------------------ 2024-08-20T21:53:22.9917346Z 2024-08-20T21:53:22.9918396Z Total Copied Skipped Mismatch FAILED Extras 2024-08-20T21:53:22.9919132Z Dirs : 1 1 0 0 0 0 2024-08-20T21:53:22.9920114Z Files : 2 2 0 0 0 0 2024-08-20T21:53:22.9921016Z Bytes : 4.07 m 4.07 m 0 0 0 0 2024-08-20T21:53:22.9922043Z Times : 0:00:00 0:00:00 0:00:00 0:00:00 2024-08-20T21:53:22.9922559Z 2024-08-20T21:53:22.9922564Z 2024-08-20T21:53:22.9923666Z Speed : 1424689666 Bytes/sec. 2024-08-20T21:53:22.9924636Z Speed : 81521.396 MegaBytes/min. 2024-08-20T21:53:22.9925111Z Ended : Tuesday, August 20, 2024 9:53:22 PM 2024-08-20T21:53:22.9925418Z 2024-08-20T21:53:23.0236194Z 1 file(s) copied. 2024-08-20T21:53:23.0238818Z 2024-08-20T21:53:23.0240112Z (base) C:\actions-runner\_work\pytorch\pytorch>sccache --show-stats --stats-format json | jq .stats 1>sccache-stats-win-vs2019-cpu-py3-29024704749.json 2024-08-20T21:53:23.0613509Z 2024-08-20T21:53:23.0614309Z (base) C:\actions-runner\_work\pytorch\pytorch>sccache --stop-server 2024-08-20T21:53:23.0701989Z Stopping sccache server... 2024-08-20T21:53:23.0721309Z Compile requests 7820 2024-08-20T21:53:23.0722237Z Compile requests executed 7820 2024-08-20T21:53:23.0722936Z Cache hits 7756 2024-08-20T21:53:23.0723716Z Cache hits (C/C++) 7756 2024-08-20T21:53:23.0724368Z Cache misses 47 2024-08-20T21:53:23.0724980Z Cache misses (C/C++) 47 2024-08-20T21:53:23.0725562Z Cache timeouts 0 2024-08-20T21:53:23.0726236Z Cache read errors 0 2024-08-20T21:53:23.0726949Z Forced recaches 0 2024-08-20T21:53:23.0727597Z Cache write errors 0 2024-08-20T21:53:23.0728297Z Compilation failures 3 2024-08-20T21:53:23.0728892Z Cache errors 14 2024-08-20T21:53:23.0729471Z Cache errors (C/C++) 14 2024-08-20T21:53:23.0730159Z Non-cacheable compilations 8 2024-08-20T21:53:23.0730947Z Non-cacheable calls 0 2024-08-20T21:53:23.0731684Z Non-compilation calls 0 2024-08-20T21:53:23.0732375Z Unsupported compiler calls 0 2024-08-20T21:53:23.0733004Z Average cache write 0.036 s 2024-08-20T21:53:23.0733717Z Average compiler 0.047 s 2024-08-20T21:53:23.0734481Z Average cache read hit 0.048 s 2024-08-20T21:53:23.0735304Z Failed distributed compilations 0 2024-08-20T21:53:23.0736417Z Cache location s3, name: ossci-compiler-cache, prefix: /trunk/ 2024-08-20T21:53:23.0737283Z Version (client) 0.7.4 2024-08-20T21:53:23.0740843Z 2024-08-20T21:53:23.0741259Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-08-20T21:53:23.1026817Z + assert_git_not_dirty 2024-08-20T21:53:23.1101949Z + [[ win-vs2019-cpu-py3 != *rocm* ]] 2024-08-20T21:53:23.1102428Z + [[ win-vs2019-cpu-py3 != *xla* ]] 2024-08-20T21:53:23.5083960Z ++ git status --porcelain 2024-08-20T21:53:23.5135229Z ++ grep -v '?? third_party' 2024-08-20T21:53:34.4503176Z ++ true 2024-08-20T21:53:34.4518549Z + git_status= 2024-08-20T21:53:34.4518851Z + [[ -n '' ]] 2024-08-20T21:53:34.4519127Z + echo 'BUILD PASSED' 2024-08-20T21:53:34.4519486Z BUILD PASSED 2024-08-20T21:53:34.5391291Z ##[group]Run seemethere/upload-artifact-s3@v5 2024-08-20T21:53:34.5391815Z with: 2024-08-20T21:53:34.5392085Z retention-days: 14 2024-08-20T21:53:34.5392392Z if-no-files-found: error 2024-08-20T21:53:34.5392779Z name: win-vs2019-cpu-py3 2024-08-20T21:53:34.5393166Z path: C:\10479310961\build-results 2024-08-20T21:53:34.5393540Z s3-bucket: gha-artifacts 2024-08-20T21:53:34.5393841Z region: us-east-1 2024-08-20T21:53:34.5394103Z env: 2024-08-20T21:53:34.5394336Z GIT_DEFAULT_BRANCH: main 2024-08-20T21:53:34.5394860Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-08-20T21:53:34.5395644Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-08-20T21:53:34.5396348Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-08-20T21:53:34.5396908Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-08-20T21:53:34.5397319Z ##[endgroup] 2024-08-20T21:53:35.4635897Z With the provided path, there will be 4 files uploaded 2024-08-20T21:53:35.4636616Z Uploading to s3 prefix: pytorch/pytorch/10479310961/win-vs2019-cpu-py3 2024-08-20T21:53:35.4669112Z Starting upload of .additional_ci_files\test-class-times.json 2024-08-20T21:53:35.7991427Z Finished upload of .additional_ci_files\test-class-times.json 2024-08-20T21:53:35.7993090Z Starting upload of .additional_ci_files\test-times.json 2024-08-20T21:53:36.0089310Z Finished upload of .additional_ci_files\test-times.json 2024-08-20T21:53:36.0090600Z Starting upload of .ninja_log 2024-08-20T21:53:36.1962701Z Finished upload of .ninja_log 2024-08-20T21:53:36.1965558Z Starting upload of torch-2.5.0a0+git40ec5f6-cp39-cp39-win_amd64.whl 2024-08-20T21:53:37.7374989Z Finished upload of torch-2.5.0a0+git40ec5f6-cp39-cp39-win_amd64.whl 2024-08-20T21:53:37.7731497Z ##[group]Run seemethere/upload-artifact-s3@v5 2024-08-20T21:53:37.7731957Z with: 2024-08-20T21:53:37.7732277Z s3-prefix: pytorch/pytorch/10479310961/1/artifact 2024-08-20T21:53:37.7732822Z retention-days: 14 2024-08-20T21:53:37.7733126Z if-no-files-found: warn 2024-08-20T21:53:37.7733458Z path: sccache-stats-*.json 2024-08-20T21:53:37.7733769Z name: artifact 2024-08-20T21:53:37.7734045Z s3-bucket: gha-artifacts 2024-08-20T21:53:37.7734360Z region: us-east-1 2024-08-20T21:53:37.7734604Z env: 2024-08-20T21:53:37.7734834Z GIT_DEFAULT_BRANCH: main 2024-08-20T21:53:37.7735365Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-08-20T21:53:37.7736133Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-08-20T21:53:37.7736820Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-08-20T21:53:37.7737404Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-08-20T21:53:37.7737860Z ##[endgroup] 2024-08-20T21:53:38.1588398Z NOTE: s3-prefix specified, ignoring name parameter 2024-08-20T21:53:38.1588986Z With the provided path, there will be 1 file uploaded 2024-08-20T21:53:38.1589595Z Uploading to s3 prefix: pytorch/pytorch/10479310961/1/artifact 2024-08-20T21:53:38.1602450Z Starting upload of sccache-stats-win-vs2019-cpu-py3-29024704749.json 2024-08-20T21:53:38.3154324Z Finished upload of sccache-stats-win-vs2019-cpu-py3-29024704749.json 2024-08-20T21:53:38.3515593Z Prepare all required actions 2024-08-20T21:53:38.3516103Z Getting action download info 2024-08-20T21:53:38.4804899Z Download action repository 'nick-fields/retry@v2.8.2' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2024-08-20T21:53:38.6514317Z ##[group]Run ./.github/actions/teardown-win 2024-08-20T21:53:38.6514719Z with: 2024-08-20T21:53:38.6515039Z extra-delete-dir: /c/10479310961/build-results/ 2024-08-20T21:53:38.6515482Z env: 2024-08-20T21:53:38.6515796Z GIT_DEFAULT_BRANCH: main 2024-08-20T21:53:38.6516357Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-08-20T21:53:38.6517154Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-08-20T21:53:38.6517855Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-08-20T21:53:38.6518441Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-08-20T21:53:38.6518917Z ##[endgroup] 2024-08-20T21:53:38.6629588Z ##[group]Run .github\scripts\wait_for_ssh_to_drain.ps1 2024-08-20T21:53:38.6630134Z .github\scripts\wait_for_ssh_to_drain.ps1 2024-08-20T21:53:38.6645157Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2024-08-20T21:53:38.6645798Z env: 2024-08-20T21:53:38.6646027Z GIT_DEFAULT_BRANCH: main 2024-08-20T21:53:38.6646564Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-08-20T21:53:38.6647343Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-08-20T21:53:38.6648044Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-08-20T21:53:38.6648608Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-08-20T21:53:38.6649013Z ##[endgroup] 2024-08-20T21:53:39.0122793Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2024-08-20T21:53:39.0184312Z Finished 2024-08-20T21:53:39.1304535Z Holding runner until all ssh sessions have logged out 2024-08-20T21:53:39.1602158Z ##[group]Run .github\scripts\kill_active_ssh_sessions.ps1 2024-08-20T21:53:39.1602762Z .github\scripts\kill_active_ssh_sessions.ps1 2024-08-20T21:53:39.1618381Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2024-08-20T21:53:39.1619060Z env: 2024-08-20T21:53:39.1619306Z GIT_DEFAULT_BRANCH: main 2024-08-20T21:53:39.1619846Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-08-20T21:53:39.1620785Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-08-20T21:53:39.1621490Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-08-20T21:53:39.1622064Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-08-20T21:53:39.1622462Z ##[endgroup] 2024-08-20T21:53:39.4943710Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2024-08-20T21:53:39.4988472Z Finished 2024-08-20T21:53:39.5374940Z ##[group]Run pytorch/test-infra/.github/actions/cleanup-runner@main 2024-08-20T21:53:39.5375485Z env: 2024-08-20T21:53:39.5375718Z GIT_DEFAULT_BRANCH: main 2024-08-20T21:53:39.5376260Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-08-20T21:53:39.5377036Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-08-20T21:53:39.5377730Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-08-20T21:53:39.5378294Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-08-20T21:53:39.5378719Z ##[endgroup] 2024-08-20T21:53:39.5460317Z ##[group]Run # This needs to be run before checking out PyTorch to avoid locking the working directory. 2024-08-20T21:53:39.5461438Z # This needs to be run before checking out PyTorch to avoid locking the working directory. 2024-08-20T21:53:39.5462486Z # Below is the list of commands that could lock $GITHUB_WORKSPACE gathered from sysinternals 2024-08-20T21:53:39.5463207Z # handle tool 2024-08-20T21:53:39.5464984Z $processes = "python", "ninja", "cl", "nvcc", "cmd", "sccache", "git" 2024-08-20T21:53:39.5465668Z Foreach ($process In $processes) { 2024-08-20T21:53:39.5466075Z  Try { 2024-08-20T21:53:39.5466790Z  # https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.management/stop-process 2024-08-20T21:53:39.5467830Z  Get-Process -Name $process -ErrorAction Stop | Stop-Process -Force 2024-08-20T21:53:39.5468406Z  } 2024-08-20T21:53:39.5468731Z  Catch { 2024-08-20T21:53:39.5469185Z  Write-Output "No leftover $process process, continuing" 2024-08-20T21:53:39.5469718Z  Write-Output $_ 2024-08-20T21:53:39.5470038Z  } 2024-08-20T21:53:39.5470280Z } 2024-08-20T21:53:39.5470543Z  2024-08-20T21:53:39.5471256Z # Try it again https://stackoverflow.com/questions/40585754/powershell-wont-terminate-hung-process 2024-08-20T21:53:39.5472062Z # for hung processes 2024-08-20T21:53:39.5472452Z Foreach ($process In $processes) { 2024-08-20T21:53:39.5472851Z  Try { 2024-08-20T21:53:39.5473424Z  (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process}%'").terminate() 2024-08-20T21:53:39.5474064Z  } 2024-08-20T21:53:39.5474310Z  Catch { 2024-08-20T21:53:39.5474603Z  Write-Output $_ 2024-08-20T21:53:39.5474910Z  } 2024-08-20T21:53:39.5475153Z } 2024-08-20T21:53:39.5475382Z  2024-08-20T21:53:39.5475597Z Try { 2024-08-20T21:53:39.5475935Z  # Print all the processes for debugging 2024-08-20T21:53:39.5476725Z  Wmic Path Win32_Process Get Caption,Processid,Commandline | Format-List 2024-08-20T21:53:39.5477331Z } 2024-08-20T21:53:39.5477567Z Catch { 2024-08-20T21:53:39.5478147Z  # Better to write out whatever exception thrown to help debugging any potential issue 2024-08-20T21:53:39.5478842Z  Write-Output $_ 2024-08-20T21:53:39.5479138Z } 2024-08-20T21:53:39.5494560Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2024-08-20T21:53:39.5495203Z env: 2024-08-20T21:53:39.5495431Z GIT_DEFAULT_BRANCH: main 2024-08-20T21:53:39.5495970Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-08-20T21:53:39.5496741Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-08-20T21:53:39.5497497Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-08-20T21:53:39.5498068Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-08-20T21:53:39.5498477Z ##[endgroup] 2024-08-20T21:53:40.0041512Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2024-08-20T21:53:40.0099405Z Finished 2024-08-20T21:53:40.0288781Z No leftover python process, continuing 2024-08-20T21:53:40.0853945Z Get-Process : Cannot find a process with the name "python". Verify the process name and call the cmdlet again. 2024-08-20T21:53:40.0855029Z At C:\actions-runner\_work\_temp\867a02d5-4c0c-440d-ad39-a7afed9bf786.ps1:9 char:5 2024-08-20T21:53:40.0857047Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-08-20T21:53:40.0857653Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-20T21:53:40.0858368Z + CategoryInfo : ObjectNotFound: (python:String) [Get-Process], ProcessCommandException 2024-08-20T21:53:40.0859542Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-08-20T21:53:40.0860432Z 2024-08-20T21:53:40.0870190Z No leftover ninja process, continuing 2024-08-20T21:53:40.0880579Z Get-Process : Cannot find a process with the name "ninja". Verify the process name and call the cmdlet again. 2024-08-20T21:53:40.0881625Z At C:\actions-runner\_work\_temp\867a02d5-4c0c-440d-ad39-a7afed9bf786.ps1:9 char:5 2024-08-20T21:53:40.0883251Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-08-20T21:53:40.0883879Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-20T21:53:40.0884579Z + CategoryInfo : ObjectNotFound: (ninja:String) [Get-Process], ProcessCommandException 2024-08-20T21:53:40.0885716Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-08-20T21:53:40.0886553Z 2024-08-20T21:53:40.0895662Z No leftover cl process, continuing 2024-08-20T21:53:40.0905481Z Get-Process : Cannot find a process with the name "cl". Verify the process name and call the cmdlet again. 2024-08-20T21:53:40.0906492Z At C:\actions-runner\_work\_temp\867a02d5-4c0c-440d-ad39-a7afed9bf786.ps1:9 char:5 2024-08-20T21:53:40.0907324Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-08-20T21:53:40.0907994Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-20T21:53:40.0908675Z + CategoryInfo : ObjectNotFound: (cl:String) [Get-Process], ProcessCommandException 2024-08-20T21:53:40.0909804Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-08-20T21:53:40.0910631Z 2024-08-20T21:53:40.0920842Z No leftover nvcc process, continuing 2024-08-20T21:53:40.0930548Z Get-Process : Cannot find a process with the name "nvcc". Verify the process name and call the cmdlet again. 2024-08-20T21:53:40.0931572Z At C:\actions-runner\_work\_temp\867a02d5-4c0c-440d-ad39-a7afed9bf786.ps1:9 char:5 2024-08-20T21:53:40.0932399Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-08-20T21:53:40.0933041Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-20T21:53:40.0933725Z + CategoryInfo : ObjectNotFound: (nvcc:String) [Get-Process], ProcessCommandException 2024-08-20T21:53:40.0934852Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-08-20T21:53:40.0935672Z 2024-08-20T21:53:40.0942812Z No leftover cmd process, continuing 2024-08-20T21:53:40.0952317Z Get-Process : Cannot find a process with the name "cmd". Verify the process name and call the cmdlet again. 2024-08-20T21:53:40.0953327Z At C:\actions-runner\_work\_temp\867a02d5-4c0c-440d-ad39-a7afed9bf786.ps1:9 char:5 2024-08-20T21:53:40.0954139Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-08-20T21:53:40.0954894Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-20T21:53:40.0955579Z + CategoryInfo : ObjectNotFound: (cmd:String) [Get-Process], ProcessCommandException 2024-08-20T21:53:40.0956713Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-08-20T21:53:40.0957527Z 2024-08-20T21:53:40.0964235Z No leftover sccache process, continuing 2024-08-20T21:53:40.0973849Z Get-Process : Cannot find a process with the name "sccache". Verify the process name and call the cmdlet again. 2024-08-20T21:53:40.0974879Z At C:\actions-runner\_work\_temp\867a02d5-4c0c-440d-ad39-a7afed9bf786.ps1:9 char:5 2024-08-20T21:53:40.0975706Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-08-20T21:53:40.0976338Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-20T21:53:40.0977040Z + CategoryInfo : ObjectNotFound: (sccache:String) [Get-Process], ProcessCommandException 2024-08-20T21:53:40.0978191Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-08-20T21:53:40.0979014Z 2024-08-20T21:53:40.0986156Z No leftover git process, continuing 2024-08-20T21:53:40.0995668Z Get-Process : Cannot find a process with the name "git". Verify the process name and call the cmdlet again. 2024-08-20T21:53:40.0996675Z At C:\actions-runner\_work\_temp\867a02d5-4c0c-440d-ad39-a7afed9bf786.ps1:9 char:5 2024-08-20T21:53:40.0997502Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-08-20T21:53:40.0998221Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-20T21:53:40.0998906Z + CategoryInfo : ObjectNotFound: (git:String) [Get-Process], ProcessCommandException 2024-08-20T21:53:40.1000040Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-08-20T21:53:40.1000866Z 2024-08-20T21:53:40.1545317Z You cannot call a method on a null-valued expression. 2024-08-20T21:53:40.1546213Z At C:\actions-runner\_work\_temp\867a02d5-4c0c-440d-ad39-a7afed9bf786.ps1:21 char:5 2024-08-20T21:53:40.1547185Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-08-20T21:53:40.1547816Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-20T21:53:40.1548428Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2024-08-20T21:53:40.1549037Z + FullyQualifiedErrorId : InvokeMethodOnNull 2024-08-20T21:53:40.1549456Z 2024-08-20T21:53:40.1684980Z You cannot call a method on a null-valued expression. 2024-08-20T21:53:40.1685756Z At C:\actions-runner\_work\_temp\867a02d5-4c0c-440d-ad39-a7afed9bf786.ps1:21 char:5 2024-08-20T21:53:40.1686593Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-08-20T21:53:40.1687220Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-20T21:53:40.1687834Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2024-08-20T21:53:40.1688449Z + FullyQualifiedErrorId : InvokeMethodOnNull 2024-08-20T21:53:40.1688855Z 2024-08-20T21:53:40.1821504Z You cannot call a method on a null-valued expression. 2024-08-20T21:53:40.1822272Z At C:\actions-runner\_work\_temp\867a02d5-4c0c-440d-ad39-a7afed9bf786.ps1:21 char:5 2024-08-20T21:53:40.1823113Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-08-20T21:53:40.1823740Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-20T21:53:40.1824366Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2024-08-20T21:53:40.1824971Z + FullyQualifiedErrorId : InvokeMethodOnNull 2024-08-20T21:53:40.1825375Z 2024-08-20T21:53:40.1960281Z You cannot call a method on a null-valued expression. 2024-08-20T21:53:40.1961045Z At C:\actions-runner\_work\_temp\867a02d5-4c0c-440d-ad39-a7afed9bf786.ps1:21 char:5 2024-08-20T21:53:40.1961869Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-08-20T21:53:40.1962673Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-20T21:53:40.1963294Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2024-08-20T21:53:40.1963907Z + FullyQualifiedErrorId : InvokeMethodOnNull 2024-08-20T21:53:40.1964318Z 2024-08-20T21:53:40.2101295Z You cannot call a method on a null-valued expression. 2024-08-20T21:53:40.2103130Z At C:\actions-runner\_work\_temp\867a02d5-4c0c-440d-ad39-a7afed9bf786.ps1:21 char:5 2024-08-20T21:53:40.2103995Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-08-20T21:53:40.2104651Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-20T21:53:40.2105339Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2024-08-20T21:53:40.2105951Z + FullyQualifiedErrorId : InvokeMethodOnNull 2024-08-20T21:53:40.2106359Z 2024-08-20T21:53:40.2240254Z You cannot call a method on a null-valued expression. 2024-08-20T21:53:40.2241132Z At C:\actions-runner\_work\_temp\867a02d5-4c0c-440d-ad39-a7afed9bf786.ps1:21 char:5 2024-08-20T21:53:40.2241965Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-08-20T21:53:40.2242614Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-20T21:53:40.2243230Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2024-08-20T21:53:40.2243839Z + FullyQualifiedErrorId : InvokeMethodOnNull 2024-08-20T21:53:40.2244245Z 2024-08-20T21:53:40.2379475Z You cannot call a method on a null-valued expression. 2024-08-20T21:53:40.2380340Z At C:\actions-runner\_work\_temp\867a02d5-4c0c-440d-ad39-a7afed9bf786.ps1:21 char:5 2024-08-20T21:53:40.2381169Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-08-20T21:53:40.2381812Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-20T21:53:40.2382427Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2024-08-20T21:53:40.2383160Z + FullyQualifiedErrorId : InvokeMethodOnNull 2024-08-20T21:53:40.2383615Z 2024-08-20T21:53:40.3246167Z Caption CommandLine ProcessId 2024-08-20T21:53:40.3247093Z 2024-08-20T21:53:40.3248267Z System Idle Process 0 2024-08-20T21:53:40.3248906Z 2024-08-20T21:53:40.3249295Z System 4 2024-08-20T21:53:40.3249832Z 2024-08-20T21:53:40.3250346Z Registry 168 2024-08-20T21:53:40.3250884Z 2024-08-20T21:53:40.3252557Z smss.exe 412 2024-08-20T21:53:40.3253641Z 2024-08-20T21:53:40.3254049Z csrss.exe 528 2024-08-20T21:53:40.3254595Z 2024-08-20T21:53:40.3254992Z csrss.exe 604 2024-08-20T21:53:40.3255533Z 2024-08-20T21:53:40.3255945Z wininit.exe 628 2024-08-20T21:53:40.3256498Z 2024-08-20T21:53:40.3257638Z winlogon.exe winlogon.exe 676 2024-08-20T21:53:40.3258279Z 2024-08-20T21:53:40.3259544Z services.exe 744 2024-08-20T21:53:40.3260378Z 2024-08-20T21:53:40.3260955Z lsass.exe C:\Windows\system32\lsass.exe 764 2024-08-20T21:53:40.3261665Z 2024-08-20T21:53:40.3262388Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p -s PlugPlay 880 2024-08-20T21:53:40.3263351Z 2024-08-20T21:53:40.3264014Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p 904 2024-08-20T21:53:40.3264824Z 2024-08-20T21:53:40.3265342Z fontdrvhost.exe "fontdrvhost.exe" 928 2024-08-20T21:53:40.3266003Z 2024-08-20T21:53:40.3266516Z fontdrvhost.exe "fontdrvhost.exe" 936 2024-08-20T21:53:40.3267246Z 2024-08-20T21:53:40.3268108Z svchost.exe C:\Windows\system32\svchost.exe -k RPCSS -p 1020 2024-08-20T21:53:40.3268934Z 2024-08-20T21:53:40.3270665Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p -s LSM 460 2024-08-20T21:53:40.3271527Z 2024-08-20T21:53:40.3272236Z svchost.exe C:\Windows\System32\svchost.exe -k termsvcs -s TermService 464 2024-08-20T21:53:40.3273086Z 2024-08-20T21:53:40.3274307Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s NcbService 1148 2024-08-20T21:53:40.3275386Z 2024-08-20T21:53:40.3275824Z dwm.exe "dwm.exe" 1176 2024-08-20T21:53:40.3276459Z 2024-08-20T21:53:40.3277287Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted -p -s EventLog 1336 2024-08-20T21:53:40.3278262Z 2024-08-20T21:53:40.3278835Z nvwmi64.exe C:\Windows\System32\nvwmi64.exe 1360 2024-08-20T21:53:40.3279556Z 2024-08-20T21:53:40.3280333Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s nsi 1420 2024-08-20T21:53:40.3281453Z 2024-08-20T21:53:40.3282271Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s Dhcp 1452 2024-08-20T21:53:40.3283288Z 2024-08-20T21:53:40.3283974Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s gpsvc 1476 2024-08-20T21:53:40.3284904Z 2024-08-20T21:53:40.3286879Z 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 1500 2024-08-20T21:53:40.3288908Z 2024-08-20T21:53:40.3289646Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s NlaSvc 1540 2024-08-20T21:53:40.3290510Z 2024-08-20T21:53:40.3291534Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s Schedule 1572 2024-08-20T21:53:40.3292432Z 2024-08-20T21:53:40.3293194Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s ProfSvc 1660 2024-08-20T21:53:40.3294060Z 2024-08-20T21:53:40.3294755Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s Themes 1668 2024-08-20T21:53:40.3295566Z 2024-08-20T21:53:40.3296308Z svchost.exe C:\Windows\System32\svchost.exe -k LocalService -p -s netprofm 1676 2024-08-20T21:53:40.3297153Z 2024-08-20T21:53:40.3297901Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s EventSystem 1684 2024-08-20T21:53:40.3298820Z 2024-08-20T21:53:40.3299619Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkService -p -s Dnscache 1844 2024-08-20T21:53:40.3300601Z 2024-08-20T21:53:40.3301442Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted -p -s lmhosts 1860 2024-08-20T21:53:40.3302436Z 2024-08-20T21:53:40.3303119Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s SENS 1932 2024-08-20T21:53:40.3303920Z 2024-08-20T21:53:40.3304838Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s TimeBrokerSvc 2024 2024-08-20T21:53:40.3305860Z 2024-08-20T21:53:40.3306640Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p 2056 2024-08-20T21:53:40.3307533Z 2024-08-20T21:53:40.3308506Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s WinHttpAutoProxySvc 2148 2024-08-20T21:53:40.3309513Z 2024-08-20T21:53:40.3310249Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s ShellHWDetection 2200 2024-08-20T21:53:40.3311253Z 2024-08-20T21:53:40.3311985Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s FontCache 2252 2024-08-20T21:53:40.3312862Z 2024-08-20T21:53:40.3313638Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNoNetworkFirewall -p 2292 2024-08-20T21:53:40.3314551Z 2024-08-20T21:53:40.3315333Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s LanmanWorkstation 2328 2024-08-20T21:53:40.3316258Z 2024-08-20T21:53:40.3316888Z spoolsv.exe C:\Windows\System32\spoolsv.exe 2500 2024-08-20T21:53:40.3317654Z 2024-08-20T21:53:40.3318390Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkService -p -s CryptSvc 2628 2024-08-20T21:53:40.3319313Z 2024-08-20T21:53:40.3320126Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s SysMain 2636 2024-08-20T21:53:40.3321073Z 2024-08-20T21:53:40.3321783Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s UserManager 2644 2024-08-20T21:53:40.3322686Z 2024-08-20T21:53:40.3323450Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s WinRM 2672 2024-08-20T21:53:40.3324305Z 2024-08-20T21:53:40.3325309Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNoNetwork -p 2680 2024-08-20T21:53:40.3326171Z 2024-08-20T21:53:40.3326978Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s TrkWks 2688 2024-08-20T21:53:40.3327965Z 2024-08-20T21:53:40.3328726Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s WpnService 2712 2024-08-20T21:53:40.3329620Z 2024-08-20T21:53:40.3330320Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -s W32Time 2720 2024-08-20T21:53:40.3331164Z 2024-08-20T21:53:40.3331880Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s Winmgmt 2728 2024-08-20T21:53:40.3332717Z 2024-08-20T21:53:40.3333555Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s UmRdpService 2980 2024-08-20T21:53:40.3334578Z 2024-08-20T21:53:40.3335369Z svchost.exe C:\Windows\System32\svchost.exe -k smbsvcs -s LanmanServer 3000 2024-08-20T21:53:40.3336220Z 2024-08-20T21:53:40.3336922Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -s CertPropSvc 3160 2024-08-20T21:53:40.3337760Z 2024-08-20T21:53:40.3338460Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s SessionEnv 3200 2024-08-20T21:53:40.3339291Z 2024-08-20T21:53:40.3340206Z sshd.exe C:\Windows\System32\OpenSSH\sshd.exe 3228 2024-08-20T21:53:40.3341020Z 2024-08-20T21:53:40.3342012Z IpOverUsbSvc.exe "C:\Program Files (x86)\Common Files\Microsoft Shared\Phone Tools\CoreCon\11.0\bin\IpOverUsbSvc.exe" 3256 2024-08-20T21:53:40.3343145Z 2024-08-20T21:53:40.3343856Z svchost.exe C:\Windows\System32\svchost.exe -k NetSvcs -p -s iphlpsvc 3368 2024-08-20T21:53:40.3344676Z 2024-08-20T21:53:40.3345546Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkServiceNetworkRestricted -p -s PolicyAgent 3764 2024-08-20T21:53:40.3346582Z 2024-08-20T21:53:40.3347334Z LogonUI.exe "LogonUI.exe" /flags:0x2 /state0:0xa3a77855 /state1:0x41c64e6d 4260 2024-08-20T21:53:40.3348163Z 2024-08-20T21:53:40.3349859Z 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 4608 2024-08-20T21:53:40.3351662Z 2024-08-20T21:53:40.3352331Z nvwmi64.exe C:\Windows\System32\nvwmi64.exe -spawnprovider 4748 2024-08-20T21:53:40.3353249Z 2024-08-20T21:53:40.3353797Z vds.exe C:\Windows\System32\vds.exe 3300 2024-08-20T21:53:40.3354460Z 2024-08-20T21:53:40.3355273Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s PcaSvc 1996 2024-08-20T21:53:40.3356224Z 2024-08-20T21:53:40.3356977Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNoNetwork -p -s DPS 3836 2024-08-20T21:53:40.3357870Z 2024-08-20T21:53:40.3359029Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s WdiSystemHost 4164 2024-08-20T21:53:40.3360026Z 2024-08-20T21:53:40.3360588Z msdtc.exe C:\Windows\System32\msdtc.exe 4720 2024-08-20T21:53:40.3361341Z 2024-08-20T21:53:40.3362191Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s UALSVC 4272 2024-08-20T21:53:40.3363126Z 2024-08-20T21:53:40.3364135Z start-amazon-cloudwatch-agent.exe "C:\Program Files\Amazon\AmazonCloudWatchAgent\start-amazon-cloudwatch-agent.exe" 3736 2024-08-20T21:53:40.3365376Z 2024-08-20T21:53:40.3367395Z 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 1972 2024-08-20T21:53:40.3369563Z 2024-08-20T21:53:40.3370176Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 128 2024-08-20T21:53:40.3370999Z 2024-08-20T21:53:40.3371705Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s UsoSvc 1632 2024-08-20T21:53:40.3372583Z 2024-08-20T21:53:40.3373400Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s StorSvc 3832 2024-08-20T21:53:40.3374346Z 2024-08-20T21:53:40.3375087Z svchost.exe C:\Windows\system32\svchost.exe -k appmodel -p -s StateRepository 3744 2024-08-20T21:53:40.3375972Z 2024-08-20T21:53:40.3376776Z svchost.exe C:\Windows\System32\svchost.exe -k LocalService -p -s LicenseManager 5072 2024-08-20T21:53:40.3377725Z 2024-08-20T21:53:40.3378576Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 2796 2024-08-20T21:53:40.3379326Z 2024-08-20T21:53:40.3380138Z Runner.Listener.exe "C:\actions-runner\\bin\Runner.Listener.exe" run 4620 2024-08-20T21:53:40.3381042Z 2024-08-20T21:53:40.3381818Z Runner.Worker.exe "C:\actions-runner\bin\Runner.Worker.exe" spawnclient 2080 2092 644 2024-08-20T21:53:40.3382782Z 2024-08-20T21:53:40.3383437Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 4212 2024-08-20T21:53:40.3384174Z 2024-08-20T21:53:40.3384903Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s CDPSvc 4548 2024-08-20T21:53:40.3385751Z 2024-08-20T21:53:40.3386505Z amazon-ssm-agent.exe "C:\Program Files\Amazon\SSM\amazon-ssm-agent.exe" 1224 2024-08-20T21:53:40.3387367Z 2024-08-20T21:53:40.3388109Z ssm-agent-worker.exe "C:\Program Files\Amazon\SSM\ssm-agent-worker.exe" 4232 2024-08-20T21:53:40.3389135Z 2024-08-20T21:53:40.3389754Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 144 2024-08-20T21:53:40.3390485Z 2024-08-20T21:53:40.3391363Z MicrosoftEdgeUpdate.exe "C:\Program Files (x86)\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe" /c 4880 2024-08-20T21:53:40.3392351Z 2024-08-20T21:53:40.3392927Z taskhostw.exe taskhostw.exe /RuntimeWide 548 2024-08-20T21:53:40.3393685Z 2024-08-20T21:53:40.3394613Z ngentask.exe "C:\Windows\Microsoft.NET\Framework\v4.0.30319\NGenTask.exe" /RuntimeWide /StopEvent:432 1756 2024-08-20T21:53:40.3395652Z 2024-08-20T21:53:40.3396267Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 4412 2024-08-20T21:53:40.3397036Z 2024-08-20T21:53:40.3397844Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s DsSvc 3860 2024-08-20T21:53:40.3398788Z 2024-08-20T21:53:40.3399700Z ngen.exe "C:\Windows\Microsoft.NET\Framework\v4.0.30319\ngen.exe" ExecuteQueuedItems /LegacyServiceBehavior 3964 2024-08-20T21:53:40.3400807Z 2024-08-20T21:53:40.3401733Z ngentask.exe "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\NGenTask.exe" /RuntimeWide /StopEvent:1204 5552 2024-08-20T21:53:40.3402752Z 2024-08-20T21:53:40.3403356Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 2864 2024-08-20T21:53:40.3404139Z 2024-08-20T21:53:40.3405051Z ngen.exe "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\ngen.exe" ExecuteQueuedItems /LegacyServiceBehavior 5264 2024-08-20T21:53:40.3406116Z 2024-08-20T21:53:40.3406793Z WmiPrvSE.exe C:\Windows\system32\wbem\wmiprvse.exe 4908 2024-08-20T21:53:40.3407603Z 2024-08-20T21:53:40.3408788Z mscorsvw.exe C:\Windows\Microsoft.NET\Framework\v4.0.30319\mscorsvw.exe -StartupEvent f14 -InterruptEvent 0 -NGENProcess ecc -Pipe ef0 -Comment "NGen Worker Process" 1196 2024-08-20T21:53:40.3410114Z 2024-08-20T21:53:40.3411353Z powershell.exe "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE" -command ". 'C:\actions-runner\_work\_temp\867a02d5-4c0c-440d-ad39-a7afed9bf786.ps1'" 5752 2024-08-20T21:53:40.3412719Z 2024-08-20T21:53:40.3413632Z WMIC.exe "C:\Windows\System32\Wbem\WMIC.exe" Path Win32_Process Get Caption,Processid,Commandline 5800 2024-08-20T21:53:40.3415376Z 2024-08-20T21:53:40.3415388Z 2024-08-20T21:53:40.3415392Z 2024-08-20T21:53:40.3641741Z ##[group]Run nick-fields/retry@v2.8.2 2024-08-20T21:53:40.3642117Z with: 2024-08-20T21:53:40.3642343Z shell: bash 2024-08-20T21:53:40.3642585Z timeout_minutes: 5 2024-08-20T21:53:40.3642866Z max_attempts: 3 2024-08-20T21:53:40.3643130Z retry_wait_seconds: 90 2024-08-20T21:53:40.3644684Z 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-20T21:53:40.3646304Z polling_interval_seconds: 1 2024-08-20T21:53:40.3646644Z warning_on_retry: true 2024-08-20T21:53:40.3646946Z continue_on_error: false 2024-08-20T21:53:40.3647243Z env: 2024-08-20T21:53:40.3647475Z GIT_DEFAULT_BRANCH: main 2024-08-20T21:53:40.3648002Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-08-20T21:53:40.3648764Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-08-20T21:53:40.3649460Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-08-20T21:53:40.3650033Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-08-20T21:53:40.3650495Z EXTRA_DELETE_DIR: /c/10479310961/build-results/ 2024-08-20T21:53:40.3650906Z ##[endgroup] 2024-08-20T21:53:40.4403308Z + '[' -n /c/10479310961/build-results/ ']' 2024-08-20T21:53:40.4404360Z + rm -rf /c/10479310961/build-results/ 2024-08-20T21:53:40.4821036Z + 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-29024704749.json ./scripts ./setup.py ./test ./third_party ./tools ./torch ./torch.egg-info ./torchgen ./ubsan.supp ./ufunc_defs.bzl ./version.txt 2024-08-20T21:54:02.4754738Z Command completed after 1 attempt(s). 2024-08-20T21:54:02.4903734Z ##[group]Run handle C:\actions-runner\_work\ 2024-08-20T21:54:02.4904222Z handle C:\actions-runner\_work\ 2024-08-20T21:54:02.4920141Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2024-08-20T21:54:02.4920778Z env: 2024-08-20T21:54:02.4921028Z GIT_DEFAULT_BRANCH: main 2024-08-20T21:54:02.4921570Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-08-20T21:54:02.4922475Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-08-20T21:54:02.4923186Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-08-20T21:54:02.4923757Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-08-20T21:54:02.4924160Z ##[endgroup] 2024-08-20T21:54:02.8185035Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2024-08-20T21:54:02.8240189Z Finished 2024-08-20T21:54:02.9050070Z 2024-08-20T21:54:02.9050488Z Nthandle v5.0 - Handle viewer 2024-08-20T21:54:02.9051147Z Copyright (C) 1997-2022 Mark Russinovich 2024-08-20T21:54:02.9053033Z Sysinternals - www.sysinternals.com 2024-08-20T21:54:02.9053371Z 2024-08-20T21:54:02.9376980Z powershell.exe pid: 1808 type: File 44: C:\actions-runner\_work\pytorch\pytorch 2024-08-20T21:54:02.9377936Z handle.exe pid: 5792 type: File 44: C:\actions-runner\_work\pytorch\pytorch 2024-08-20T21:54:02.9378821Z handle.exe pid: 5108 type: File 94: C:\actions-runner\_work\pytorch\pytorch 2024-08-20T21:54:02.9379860Z handle64.exe pid: 3484 type: File 50: C:\actions-runner\_work\pytorch\pytorch 2024-08-20T21:54:02.9785697Z Post job cleanup. 2024-08-20T21:54:02.9897744Z Post job cleanup. 2024-08-20T21:54:03.1552037Z [command]"C:\Program Files\Git\cmd\git.exe" version 2024-08-20T21:54:03.1753079Z git version 2.45.2.windows.1 2024-08-20T21:54:03.1810668Z Copying 'C:\Users\runneruser\.gitconfig' to 'C:\actions-runner\_work\_temp\c3cce92a-e547-4b52-b8ea-7bec38ee519b\.gitconfig' 2024-08-20T21:54:03.1828493Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\c3cce92a-e547-4b52-b8ea-7bec38ee519b' before making global git config changes 2024-08-20T21:54:03.1829711Z Adding repository directory to the temporary git global config as a safe directory 2024-08-20T21:54:03.1836553Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\pytorch\pytorch 2024-08-20T21:54:03.2088231Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2024-08-20T21:54:03.2319883Z [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-20T21:54:03.6538635Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-08-20T21:54:03.6724542Z http.https://github.com/.extraheader 2024-08-20T21:54:03.6764270Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all http.https://github.com/.extraheader 2024-08-20T21:54:03.7004384Z [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-20T21:54:04.0499621Z Evaluate and set job outputs 2024-08-20T21:54:04.0516468Z Set output 'test-matrix' 2024-08-20T21:54:04.0526243Z Cleaning up orphan processes